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.

15 lines (13 loc) 219 B
export enum ENearWalletId { MyNearWallet = 'my-near-wallet', } export type NearProviderRpcError = { name: string cause: { info: unknown name: string } code: number data: unknown message: string }