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

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

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

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

Properties

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