Type Alias LstParams

LstParams: {
    adminCap?: string;
    collectionFeeCap?: string;
    lstCointype?: string;
    lstInfo?: string;
    treasuryCap?: string;
}

your lst data. fields need to be populated based on the function call. note: admin cap and collection fee cap will be given upon creating the lst.

Type declaration

  • OptionaladminCap?: string

    object id of your admin cap

  • OptionalcollectionFeeCap?: string

    object id of your collection fee cap

  • OptionallstCointype?: string

    coin type of the lst

  • OptionallstInfo?: string

    object id of your lstInfo object

  • OptionaltreasuryCap?: string

    object if of your lst's treasury cap