AlgorandWalletConnectProvider class
A provider implementation to easily support the Algorand blockchain.
- Inheritance
-
- Object
- WalletConnectProvider
- AlgorandWalletConnectProvider
Constructors
- AlgorandWalletConnectProvider(WalletConnect connector)
Properties
- chainId → int
-
The chain id of the Algorand blockchain.
no setteroverride
- connector → WalletConnect
-
finalinherited
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
signTransaction(
Uint8List transaction, {Map< String, dynamic> params = const {}}) → Future<List< Uint8List> > - Signs an unsigned transaction by sending a request to the wallet. Returns the signed transaction bytes. Throws WalletConnectException if unable to sign the transaction.
-
signTransactions(
List< Uint8List> transactions, {Map<String, dynamic> params = const {}}) → Future<List< Uint8List> > - Signs unsigned transactions by sending a request to the wallet. Returns the signed transactions bytes. Throws WalletConnectException if unable to sign the transactions.
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited