Skip to content

promises/WalletClient.ts

This module provides the agnostic promise-based wallet client.

Added in v0.4.0

Signature

export declare class WalletClient {
constructor(
client: walletClient.WalletClient,
options?: {
runtime: ManagedRuntime.ManagedRuntime<never, never>
}
)
}

Added in v0.4.0

Signature

readonly [walletClient.TypeId]: symbol

Added in v0.4.0

Signature

readonly client: walletClient.WalletClient

Added in v0.4.0