Type Alias SnarkAccountUpdate

Source
type SnarkAccountUpdate = AccountUpdateSkeleton<WithHash<Body>>;

Aliased Type§

struct SnarkAccountUpdate {
    pub body: WithHash<Body>,
    pub authorization: Control,
}

Fields§

§body: WithHash<Body>§authorization: Control