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
readonlyaddress:string
Defined in: src/Wallet.ts:410
Wallet address
source
readonlysource:"address"
Defined in: src/Wallet.ts:408
How this wallet was created
type
readonlytype:"readonly"
Defined in: src/Wallet.ts:406
Discriminator for MidnightWallet union