Skip to content

ReadonlyWallet

Defined in: src/Wallet.ts:404

A read-only wallet — address only, no signing capability.

Created via Wallet.fromAddress(). Useful for querying contract state or deriving addresses without needing private keys.

Since

0.7.0

Properties

address

readonly address: string

Defined in: src/Wallet.ts:410

Wallet address


source

readonly source: "address"

Defined in: src/Wallet.ts:408

How this wallet was created


type

readonly type: "readonly"

Defined in: src/Wallet.ts:406

Discriminator for MidnightWallet union