TxInfo: {
    txInfoDCert: DCert[];
    txInfoData: Map<DatumHash, Datum>;
    txInfoFee: Value;
    txInfoId: TxId;
    txInfoInputs: TxInInfo[];
    txInfoMint: Value;
    txInfoOutputs: TxOut[];
    txInfoRedeemers: Map<ScriptPurpose, Redeemer>;
    txInfoReferenceInputs: TxInInfo[];
    txInfoSignatories: PubKeyHash[];
    txInfoValidRange: POSIXTimeRange;
    txInfoWdrl: Map<StakingCredential, Integer>;
}

A pending transaction. This is the view as seen by validator scripts, so some details are stripped out.

Type declaration

Generated using TypeDoc