@sentio/sdk
    Preparing search index...
    interface CoinDeposit {
        account: string;
        amount: bigint;
        coin_type: string;
    }
    Index

    Properties

    account: string
    amount: bigint
    coin_type: string