Interface FungibleTokenAdminDeployProps

interface FungibleTokenAdminDeployProps {
    adminPublicKey: PublicKey;
    verificationKey?: {
        data: string;
        hash: string | Field;
    };
}

Hierarchy

  • Exclude<DeployArgs, undefined>
    • FungibleTokenAdminDeployProps

Properties

adminPublicKey: PublicKey
verificationKey?: {
    data: string;
    hash: string | Field;
}