menu
crypto_wallet_util package
documentation
transaction.dart
Signer
Signer.new constructor
Signer.new constructor
dark_mode
light_mode
Signer
constructor
Signer
(
{
required
Pubkey
pubkey
,
required
Uint8List
seckey
,
})
Keypair signer.
Implementation
Signer({ required this.pubkey, required this.seckey, });
crypto_wallet_util package
documentation
transaction
Signer
Signer.new constructor
Signer class