CCC Docs
    Preparing search index...

    Variable getAddressesResultSchemaConst

    getAddressesResultSchema: ObjectSchema<
        {
            addresses: ArraySchema<
                ObjectSchema<
                    {
                        address: StringSchema<undefined>;
                        publicKey: StringSchema<undefined>;
                        purpose: EnumSchema<typeof AddressPurpose, undefined>;
                        addressType: EnumSchema<typeof AddressType, undefined>;
                    },
                    undefined,
                >,
                undefined,
            >;
        },
        undefined,
    > = ...