UNPKG

@cyberk/hyperion-sdk

Version:

Hyperion SDK from Cyberk

12 lines (11 loc) 281 B
export declare function getAccountInfoFromLcd({ address, lcdUrl, }: { address: string; lcdUrl: string; }): Promise<{ accountNumber: string | undefined; sequence: string | undefined; pubKey: { "@type": string; key: string; } | undefined; }>;