- Preparing search index...
- The search index is not available
cardano-sdk
Constructors
constructor
- new Hash<T>(value: T): Hash<T>
-
Returns Hash<T>
Properties
Private
#private
#private: any
Methods
toCbor
- toCbor(): HexBlob
-
toCore
- toCore(): T
-
Returns T
value
- value(): T
-
Returns T
Static
fromCbor
- fromCbor<T>(cbor: HexBlob): Hash<T>
-
Returns Hash<T>
Static
fromCore
- fromCore<T>(hash: T): Hash<T>
-
Returns Hash<T>