PoolsPoolIdMetadataGet200Response class abstract

PoolsPoolIdMetadataGet200Response

Properties:

  • poolId - Bech32 pool ID
  • hex - Hexadecimal pool ID
  • url - URL to the stake pool metadata
  • hash - Hash of the metadata file
  • ticker - Ticker of the stake pool
  • name - Name of the stake pool
  • description - Description of the stake pool
  • homepage - Home page of the stake pool
Annotations
  • @BuiltValue()

Properties

anyOf → AnyOf
Any Of JsonObject, PoolMetadata
no setter
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
rebuild(dynamic updates(PoolsPoolIdMetadataGet200ResponseBuilder)) PoolsPoolIdMetadataGet200Response
Rebuilds the instance.
inherited
toBuilder() PoolsPoolIdMetadataGet200ResponseBuilder
Converts the instance to a builder B.
inherited
toString() String
A string representation of this object.
inherited

Operators

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

Static Properties

serializer → Serializer<PoolsPoolIdMetadataGet200Response>
no setter