from Transantion defined in @ckb-lumos/base/lib/api.d.ts
export interface Transaction { cellDeps: CellDep[]; hash?: Hash; headerDeps: Hash[]; inputs: Input[]; outputs: Output[]; outputsData: HexString[]; version: HexNumber; witnesses: HexString[];}to :interface TransactionCodecType { raw: { version: Uint32LE; cellDeps: DeCellDepVec; headerDeps: Byte32Vec; inputs: CellInputVec; outputs: CellOutputVec; outputsData: BytesVec; }; witnesses: BytesVec;} Copy
export interface Transaction { cellDeps: CellDep[]; hash?: Hash; headerDeps: Hash[]; inputs: Input[]; outputs: Output[]; outputsData: HexString[]; version: HexNumber; witnesses: HexString[];}to :interface TransactionCodecType { raw: { version: Uint32LE; cellDeps: DeCellDepVec; headerDeps: Byte32Vec; inputs: CellInputVec; outputs: CellOutputVec; outputsData: BytesVec; }; witnesses: BytesVec;}
Transantion defined in @ckb-lumos/base/lib/api.d.ts
TransactionCodecType
Generated using TypeDoc
from Transantion defined in @ckb-lumos/base/lib/api.d.ts