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

Struct TestAccount

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

Fields

address: AztecAddress
keys: PublicKeys

Trait implementations

impl Deserialize for TestAccount

pub fn deserialize(serialized: [Field; 13]) -> Self

impl Serialize for TestAccount

pub fn serialize(self) -> [Field; 13]