ArkivClient
ArkivClient<
transport,chain,accountOrAddress,rpcSchema> =Client<transport,chain,accountOrAddress,rpcSchema>
Defined in: src/clients/baseClient.ts:4
Type Parameters
Section titled “Type Parameters”transport
Section titled “transport”transport extends Transport = Transport
chain extends Chain | undefined = Chain | undefined
accountOrAddress
Section titled “accountOrAddress”accountOrAddress extends Account | undefined = Account | undefined
rpcSchema
Section titled “rpcSchema”rpcSchema extends RpcSchema | undefined = ArkivRpcSchema