UNPKG

o3-dapi-ont

Version:
7 lines 181 B
interface AccountOutput { address: string; label: string; } export declare function getAccount(): Promise<AccountOutput>; export {}; //# sourceMappingURL=getAccount.d.ts.map