Keeta LogoKeeta Logo@keetanetwork/keetanet-client
    Preparing search index...

    Type Alias GetAccountStateAPIResponseSuccess

    type GetAccountStateAPIResponseSuccess = {
        account: string;
        balances: AccountBalancesUnparsed;
        currentHeadBlock: string | null;
        info: AccountInfoResponse;
        representative: string | null;
    }
    Index

    Properties

    account: string
    currentHeadBlock: string | null
    representative: string | null