Transaction: Infer<typeof RawTransaction> & {
    hash: Infer<typeof Byte32>;
    witnesses: Infer<typeof BytesVec>;
}

Type declaration

Generated using TypeDoc