Type alias SaplingTransactionDeprecatedTokenSchema

SaplingTransactionDeprecatedTokenSchema: {
    __michelsonType: "sapling_transaction_deprecated";
    schema: {
        memoSize: string;
    };
}

Type declaration

  • __michelsonType: "sapling_transaction_deprecated"
  • schema: {
        memoSize: string;
    }
    • memoSize: string

Generated using TypeDoc