interface Address {
    entryPoint?: string;
    hash: Uint8Array | number[];
    type: AddressType;
}

Properties

Properties

entryPoint?: string
hash: Uint8Array | number[]
type: AddressType