@sentio/sdk
    Preparing search index...

    Interface TokenAllocation

    interface TokenAllocation {
        amount_mist: bigint;
        recipient_address: string;
        staked_with_validator: _0x1.option.Option<string>;
    }
    Index

    Properties

    amount_mist: bigint
    recipient_address: string
    staked_with_validator: _0x1.option.Option<string>