Hierarchy

  • Omit<HydratedTxBody, "inputs" | "collaterals" | "referenceInputs">
    • TxBody

Properties

auxiliaryDataHash?: Hash32ByteBase16
certificates?: Certificate[]
collateralReturn?: TxOut
collaterals?: TxIn[]
donation?: bigint
fee: bigint
inputs: TxIn[]
mint?: TokenMap
networkId?: NetworkId
outputs: TxOut[]
proposalProcedures?: ProposalProcedure[]
referenceInputs?: TxIn[]
requiredExtraSignatures?: Ed25519KeyHashHex[]
scriptIntegrityHash?: Hash32ByteBase16
totalCollateral?: bigint
treasuryValue?: bigint
update?: Update
validityInterval?: ValidityInterval
votingProcedures?: VotingProcedures
withdrawals?: Withdrawal[]

Generated using TypeDoc