UNPKG

@rarimo/providers-near

Version:

Features of the Rarimo SDK that provide access to wallets and the ability to interact with them on the NEAR blockchain.

14 lines (13 loc) 255 B
export declare enum ENearWalletId { MyNearWallet = "my-near-wallet" } export type NearProviderRpcError = { name: string; cause: { info: unknown; name: string; }; code: number; data: unknown; message: string; };