Variable addressSchemaConst
addressSchema: ObjectSchema<{ address: StringSchema<undefined>; publicKey: StringSchema<undefined>; purpose: EnumSchema<typeof AddressPurpose, undefined>; addressType: EnumSchema<typeof AddressType, undefined>; }, undefined> = ...