Skip to main content

AfterScript

export interface AfterScript {
  eval(ctx: NativeContext): boolean
  kind: "After"
  slot: number
  toCbor(): number[]
  toJsonSafe(): AfterScriptJsonSafe
}
A NativeScript that validates a transaction if the current time range validity interval is after the given slot

Properties

eval

eval(ctx: NativeContext): boolean

kind

kind: "After"

slot

slot: number

toCbor

toCbor(): number[]

toJsonSafe

toJsonSafe(): AfterScriptJsonSafe