pub type TransactionAttestation = Attestation<Signed<TxEip1559>>;
Aliased Type§
pub struct TransactionAttestation {
pub public_key: Address,
pub signature: Signature,
pub attested: Signed<TxEip1559>,
}
Fields§
§public_key: Address
§signature: Signature
§attested: Signed<TxEip1559>