StakePoolMetadata class

Constructors

StakePoolMetadata({String? url, String? hash, String? ticker, String? name, String? description, String? homepage})

Properties

description String?
Description of the stake pool
final
hash String?
Hash of the metadata file
final
hashCode int
The hash code for this object.
no setterinherited
homepage String?
Home page of the stake pool
final
name String?
Name of the stake pool
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
ticker String?
Ticker of the stake pool
final
url String?
URL to the stake pool metadata
final

Methods

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