Interface TransactionSkeletonObject

Hierarchy

  • TransactionSkeletonObject

Properties

cellDeps: CellDep[]
cellProvider: null | CellProvider
fixedEntries: {
    field: string;
    index: number;
}[]

Type declaration

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

Type declaration

  • index: number
  • message: string
  • type: string
witnesses: string[]

Generated using TypeDoc