menu
blockchain_utils package
documentation
bip/address/decoder.dart
BlockchainAddressDecoder<RESULT extends Object>
decodeAddr abstract method
decodeAddr abstract method
dark_mode
light_mode
decodeAddr
abstract method
RESULT
decodeAddr
(
String
addr
)
Decodes a given blockchain address string.
Implementation
RESULT decodeAddr(String addr);
blockchain_utils package
documentation
bip/address/decoder
BlockchainAddressDecoder<RESULT extends Object>
decodeAddr abstract method
BlockchainAddressDecoder class