interface TransactionType {
    raw: RawTransactionType;
    witnesses: BytesVecType;
}

Properties

Properties

witnesses: BytesVecType