@sentio/sdk
    Preparing search index...

    Interface CoinWithdraw

    interface CoinWithdraw {
        account: string;
        amount: bigint;
        coin_type: string;
    }
    Index

    Properties

    account: string
    amount: bigint
    coin_type: string