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

Type declaration

Generated using TypeDoc