SaplingStateTokenSchema: {
    __michelsonType: "sapling_state";
    schema: {
        memoSize: string;
    };
}

Type declaration

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

Generated using TypeDoc