aztec-nr - noir_aztec::test::helpers::utils

Struct TestAccount

pub struct TestAccount {
    pub address: AztecAddress,
    pub keys: PublicKeys,
}

Fields

address: AztecAddress

Trait implementations

impl Deserialize for TestAccount

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

impl Serialize for TestAccount

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