interface GasBalanceResponse {
    gasBalance: null | string;
    status: AddressStatus;
}

Properties

Properties

gasBalance: null | string