types/wallet
Types
A wallet type for a non-smart contract address.
Constructors
-
Wallet { pkh: VerificationKeyHash, sc: VerificationKeyHash }
A list of wallets for non-smart contract addresses.
Alias
Wallets = List<Wallet>
Functions
Convert a list of wallets into a list of public key hashes. This is useful when doing multisig validation. The output order respects the input order.
wallet.to_vks(datum.wallets)