aftermath-ts-sdk - v3.3.3
    Preparing search index...

    Raw CapyLabs application fields from a Sui object response.

    interface CapyLabsAppFieldsOnChain {
        cool_down_period: string;
        id: string;
        inner_hash: string[];
        mixing_limit: string;
        mixing_price: string;
        profits: string;
    }
    Index
    cool_down_period: string

    Raw cooldown duration in epochs.

    id: string

    Object ID field from the response.

    inner_hash: string[]

    Raw inner-hash values serialized as decimal strings.

    mixing_limit: string

    Raw maximum mixing limit.

    mixing_price: string

    Raw mixing price in the payment coin's smallest unit.

    profits: string

    Raw accumulated profit value.