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

Type declaration