Skip to content
Sheetwrite

Sheetwrite / Documentation

SheetLifecycleResult@sheetwrite/core

Actionable transaction outcome for a stable sheet lifecycle target.

Actionable transaction outcome for a stable sheet lifecycle target.

Declaration

export type SheetLifecycleResult = ApplyTransactionResult & {
readonly sheet: SheetId;
};