ada/src/models/native_script/scripts/scripts library

Classes

NativeScriptScriptAll
Represents a native script that requires all provided scripts to be satisfied.
NativeScriptScriptAny
Represents a native script that requires any of the provided scripts to be satisfied.
NativeScriptScriptNOfK
Represents a native script that requires N of the provided scripts to be satisfied.
NativeScriptScriptPubkey
Represents a native script that verifies against a public key.
NativeScriptTimelockExpiry
Represents a native script that enforces a timelock expiry at a specific slot.
NativeScriptTimelockStart
Represents a native script that enforces a timelock starting at a specific slot.