Datum: {
    type: HASH;
    datumHashHex: string;
} | {
    type: INLINE;
    datumHex: string;
}

Generated using TypeDoc