Interface TransactionSkeletonInterface

Hierarchy

  • TransactionSkeletonInterface

Properties

cellDeps: List<CellDep>
cellProvider: null | CellProvider
fixedEntries: List<{
    field: string;
    index: number;
}>

Type declaration

  • field: string
  • index: number
headerDeps: List<string>
inputSinces: Map<number, string>
inputs: List<Cell>
outputs: List<Cell>
signingEntries: List<{
    index: number;
    message: string;
    type: string;
}>

Type declaration

  • index: number
  • message: string
  • type: string
witnesses: List<string>

Generated using TypeDoc