TxOut: {
    txOutAddress: Address;
    txOutDatumHash: Maybe<DatumHash>;
    txOutValue: Value;
}

TxOut a transaction output consisting of a target address, a value, and optionally a datum hash.

Type declaration

Generated using TypeDoc