Skip to content

EditorView.update method

EditorView › update

Official

Update the view for the given array of transactions.

Signature:

update(transactions: readonly Transaction[]): void

Parameters:

Parameter Type Description
transactions readonly Transaction[] The transactions.

Returns: void