Type alias PermitParam

PermitParam: {
    message: PermitMessage;
    signature: AccountTransactionSignature;
    signer: AccountAddress.Type;
}

The parameters to the permit function according to the CIS3 specification.

Type declaration

Generated using TypeDoc