Type Alias oasis_core_runtime::consensus::transaction::SignedTransaction
source · pub type SignedTransaction = Signed;
Expand description
Signed consensus transaction.
Aliased Type§
struct SignedTransaction {
pub blob: Vec<u8>,
pub signature: SignatureBundle,
}
Fields§
§blob: Vec<u8>
Signed blob.
signature: SignatureBundle
Signature over the blob.