Native script type (as defined by the Cardano spec)

See

NativeScript

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. Time lock 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. Time lock validity intervals are half-open intervals [a, b). This field specifies the right (excluded) endpoint b.

See

NativeScriptParamsInvalidHereafter

Generated using TypeDoc