aztec-nr - noir_aztec::protocol::abis::fee_recipient

Struct FeeRecipient

pub struct FeeRecipient {
    pub recipient: EthAddress,
    pub value: Field,
}

Fields

recipient: EthAddress
value: Field

Trait implementations

impl Deserialize for FeeRecipient

pub fn deserialize(fields: [Field; 2]) -> Self pub fn stream_deserialize<let K: u32>(reader: &mut Reader<K>) -> Self

impl Empty for FeeRecipient

pub fn empty() -> Self pub fn is_empty(self) -> bool pub fn assert_empty<let S: u32>(self, msg: str<S>)

impl Eq for FeeRecipient

pub fn eq(_self: Self, _other: Self) -> bool

impl Serialize for FeeRecipient

pub fn serialize(self) -> [Field; 2] pub fn stream_serialize<let K: u32>(self, writer: &mut Writer<K>)