Address class

A Bitcoin address.

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

network() Future<Network>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
payload() Future<Payload>
The type of the address.
scriptPubKey() Future<Script>
Returns the script pub key of the Address object
toString() String
A string representation of this object.
override

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Methods

create({required String address}) Future<Address>
Creates an instance of Address from address given.
fromScript(Script script, Network network) Future<Address>
Creates an instance of Address from address given Script.