Witnesses: {
    bootstrapWitness?: Record<string, types.AlonzoTypes.BootstrapWitness>;
    nativeScripts?: Record<string, types.AlonzoTypes.NativeScript>;
    plutusData?: Record<string, string>;
    plutusScripts?: Record<string, string>;
    redeemers?: types.AlonzoTypes.Redeemer[];
    vKeyWitnesses?: Record<string, types.AlonzoTypes.VKeyWitness>;
}

Type declaration