- Preparing search index...
- The search index is not available
cardano-sdk
Properties
Private
#private
#private: any
Static
Private
bigintToBuffer
bigintToBuffer: any
Static
Private
bufferToBigint
bufferToBigint: any
Static
Private
mapToCorePlutusList
mapToCorePlutusList: any
Static
Private
mapToPlutusList
mapToPlutusList: any
Methods
asBoundedBytes
- asBoundedBytes(): undefined | Uint8Array
-
Returns undefined | Uint8Array
asConstrPlutusData
- asConstrPlutusData(): undefined | ConstrPlutusData
-
asInteger
- asInteger(): undefined | bigint
-
Returns undefined | bigint
asList
- asList(): undefined | PlutusList
-
asMap
- asMap(): undefined | PlutusMap
-
Returns undefined | PlutusMap
equals
- equals(other: PlutusData): boolean
-
Returns boolean
getKind
- getKind(): PlutusDataKind
-
hash
- hash(): Hash32ByteBase16
-
toCbor
- toCbor(): HexBlob
-
toCore
- toCore(): PlutusData
-
Static
fromCbor
- fromCbor(cbor: HexBlob): PlutusData
-
Static
fromCore
- fromCore(data: PlutusData): PlutusData
-
Static
newBytes
- newBytes(bytes: Uint8Array): PlutusData
-
Static
newConstrPlutusData
- newConstrPlutusData(constrPlutusData: ConstrPlutusData): PlutusData
-
Static
newInteger
- newInteger(integer: bigint): PlutusData
-
Static
newList
- newList(list: PlutusList): PlutusData
-
Static
newMap
- newMap(map: PlutusMap): PlutusData
-