Class

ContextExtension

ContextExtension

Extends the VM state with functions for accessing the transaction context.

Extends

Methods

# static getCell()

Fetches the cell from the context tx.

View Source operate/vm/extension/context.js, line 55

# static getTape()

Fetches the current tape from the context tx.

View Source operate/vm/extension/context.js, line 40

# static txInput()

Fetches the input from the context tx.

View Source operate/vm/extension/context.js, line 24

# static txOutput()

Fetches the output from the context tx.

View Source operate/vm/extension/context.js, line 32