interface AddressChildFields {
    address: Lowercase<string>;
    path?: string;
    root?: Lowercase<string>;
}

Hierarchy (View Summary)

Properties

Properties

address: Lowercase<string>
path?: string
root?: Lowercase<string>