Struct FeeRecipient
pub struct FeeRecipient {
pub recipient: EthAddress,
pub value: Field,
}
Fields
recipient: EthAddressvalue: FieldTrait implementations
impl Deserialize for FeeRecipient
pub fn deserialize(serialized: [Field; 2]) -> 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]