WalletArkivClient
WalletArkivClient<
transport,chain,account,rpcSchema> =Prettify<Client<transport,chain,account,rpcSchema,WalletArkivActions<transport,chain,account>>>
Defined in: src/clients/createWalletClient.ts:16
Type Parameters
Section titled “Type Parameters”transport
Section titled “transport”transport extends Transport = Transport
chain extends Chain | undefined = Chain | undefined
account
Section titled “account”account extends Account | undefined = Account | undefined
rpcSchema
Section titled “rpcSchema”rpcSchema extends RpcSchema | undefined = ArkivRpcSchema