PlutusV3.ts
PlutusV3 overview
Table of contents
arbitrary
arbitrary
FastCheck arbitrary for PlutusV3.
Signature
export declare const arbitrary: FastCheck.Arbitrary<PlutusV3>Added in v2.0.0
model
PlutusV3 (class)
Plutus V3 script wrapper (raw bytes).
Signature
export declare class PlutusV3Added in v2.0.0
toJSON (method)
Convert to JSON representation.
Signature
toJSON()Added in v2.0.0
toString (method)
Convert to string representation.
Signature
toString(): stringAdded in v2.0.0
[Inspectable.NodeInspectSymbol] (method)
Custom inspect for Node.js REPL.
Signature
[Inspectable.NodeInspectSymbol](): unknownAdded in v2.0.0
[Equal.symbol] (method)
Structural equality check.
Signature
[Equal.symbol](that: unknown): booleanAdded in v2.0.0
[Hash.symbol] (method)
Hash code generation.
Signature
[Hash.symbol](): numberAdded in v2.0.0
schemas
CDDLSchema
CDDL schema for PlutusV3 scripts as raw bytes.
Signature
export declare const CDDLSchema: typeof Schema.Uint8ArrayFromSelfAdded in v2.0.0
FromCDDL
CDDL transformation schema for PlutusV3.
Signature
export declare const FromCDDL: Schema.transform<
typeof Schema.Uint8ArrayFromSelf,
Schema.SchemaClass<PlutusV3, PlutusV3, never>
>Added in v2.0.0