@sofaws/dapp-core
Version:
A library to hold the main logic for a dapp on the Elrond Network
21 lines • 758 B
TypeScript
export declare function refreshAccount(): Promise<{
nonce: number;
address: string;
balance: string;
txCount: number;
scrCount: number;
claimableRewards: string;
code?: string | undefined;
username?: string | undefined;
shard?: number | undefined;
ownerAddress?: string | undefined;
developerReward?: string | undefined;
deployedAt?: number | undefined;
scamInfo?: import("../../types").ScamInfoType | undefined;
isUpgradeable?: boolean | undefined;
isReadable?: boolean | undefined;
isPayable?: boolean | undefined;
isPayableBySmartContract?: boolean | undefined;
assets?: import("../../types").AssetType | undefined;
} | null | undefined>;
//# sourceMappingURL=refreshAccount.d.ts.map