Options
All
  • Public
  • Public/Protected
  • All
Menu

Native script type (as defined by the Cardano spec)

see

NativeScript

Index

Enumeration members

PUBKEY_DEVICE_OWNED = "pubkey_device_owned"

The signature of a key with a specific path is required.

see

NativeScriptParamsDeviceOwnedPubkey

PUBKEY_THIRD_PARTY = "pubkey_third_party"

The signature of a key with a specific hash is required.

see

NativeScriptParamsThirdPartyPubkey

ALL = "all"

All scripts specified in the list are required.

see

NativeScriptParamsAll

ANY = "any"

At least one script specified in the list is required.

see

NativeScriptParamsAny

N_OF_K = "n_of_k"

N of K scripts specified in the list are required.

see

NativeScriptParamsNofK

INVALID_BEFORE = "invalid_before"

The script is invalid before the specified slot. Timelock validity intervals are half-open intervals [a, b). This field specifies the left (included) endpoint a.

see

NativeScriptParamsInvalidBefore

INVALID_HEREAFTER = "invalid_hereafter"

The script is invalid after the specified slot. Timelock validity intervals are half-open intervals [a, b). This field specifies the right (excluded) endpoint b.

see

NativeScriptParamsInvalidHereafter

Generated using TypeDoc