TransactionTextEnvelope: TypeC<{
    contractId: BrandP<string, ContractIdBrand, unknown>;
    transactionId: BrandC<StringC, TxIdBrand>;
    tx: Type<TextEnvelope, TextEnvelope, unknown>;
}>

Type declaration