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

Type declaration

  • Readonlyaddresses: ArraySchema<ObjectSchema<{
        address: StringSchema<undefined>;
        publicKey: StringSchema<undefined>;
        purpose: EnumSchema<typeof AddressPurpose, undefined>;
        addressType: EnumSchema<typeof AddressType, undefined>;
    }, undefined>, undefined>

    The addresses generated for the given purposes.