Interface get_account_info_by_address_Result

interface get_account_info_by_address_Result {
    address: string;
    balance: string;
    erc20NetWorth: number;
    ronNetWorth: number;
}

Properties

address: string
balance: string
erc20NetWorth: number
ronNetWorth: number