BlockchainAddressDecoder class abstract
An abstract class for decoding blockchain addresses.
- Implementers
- AdaByronAddrDecoder
- AdaShelleyAddrDecoder
- AdaShelleyEnterpriseDecoder
- AdaShelleyPointerDecoder
- AdaShelleyStakingAddrDecoder
- AlgoAddrDecoder
- AptosAddrDecoder
- AtomAddrDecoder
- AtomNist256P1AddrDecoder
- AvaxPChainAddrDecoder
- AvaxXChainAddrDecoder
- BchP2PKHAddrDecoder
- BchP2SHAddrDecoder
- EgldAddrDecoder
- EosAddrDecoder
- ErgoP2PKHAddrDecoder
- EthAddrDecoder
- FilSecp256k1AddrDecoder
- IcxAddrDecoder
- InjAddrDecoder
- NanoAddrDecoder
- NearAddrDecoder
- NeoAddrDecoder
- OkexAddrDecoder
- OneAddrDecoder
- P2PKHAddrDecoder
- P2SHAddrDecoder
- P2TRAddrDecoder
- P2WPKHAddrDecoder
- SolAddrDecoder
- SubstrateEd25519AddrDecoder
- SubstrateGenericAddrDecoder
- SubstrateSecp256k1AddrDecoder
- SubstrateSr25519AddrDecoder
- TonAddrDecoder
- TrxAddrDecoder
- XlmAddrDecoder
- XmrAddrDecoder
- XmrIntegratedAddrDecoder
- XrpAddrDecoder
- XrpXAddrDecoder
- XtzAddrDecoder
- ZilAddrDecoder
Constructors
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
decodeAddr(
String addr, [Map< String, dynamic> kwargs = const {}]) → List<int> - Decodes a given blockchain address string.
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited