SigScript
export interface SigScript {
eval(ctx: NativeContext): boolean
hash: PubKeyHash
kind: "Sig"
toCbor(): number[]
toJsonSafe(): SigScriptJsonSafe
}
A NativeScript that validates a transaction if it signed by a given PubKeyHash
Properties
eval
eval(ctx: NativeContext): boolean
hash
hash: PubKeyHash
kind
kind: "Sig"
toCbor
toCbor(): number[]
toJsonSafe
toJsonSafe(): SigScriptJsonSafe