Documentation
    Preparing search index...

    Interface Balance

    ######################################

    ######################################

    This file is generated from: /crates/sui-open-rpc/spec/openrpc.json

    interface Balance {
        coinObjectCount: number;
        coinType: string;
        lockedBalance: { [key: string]: string };
        totalBalance: string;
    }
    Index

    Properties

    coinObjectCount: number
    coinType: string
    lockedBalance: { [key: string]: string }
    totalBalance: string