- Preparing search index...
- The search index is not available
cardano-sdk
Constructors
constructor
- new Anchor(url: string, dataHash: Hash32ByteBase16): Anchor
-
Properties
Private
#private
#private: any
Methods
dataHash
- dataHash(): Hash32ByteBase16
-
setDataHash
- setDataHash(dataHash: Hash32ByteBase16): void
-
Returns void
setUrl
- setUrl(url: string): void
-
Returns void
toCbor
- toCbor(): HexBlob
-
toCore
- toCore(): Anchor
-
url
- url(): string
-
Returns string
Static
fromCbor
- fromCbor(cbor: HexBlob): Anchor
-
Static
fromCore
- fromCore(anchor: Anchor): Anchor
-