Interface GeneratedAddress

interface GeneratedAddress {
    address: string;
    address_info: AddressInfo;
    callback_url?: string;
    created_at: Date;
    deposit_uri?: string;
    destination_tag?: string;
    exchange_deposit_address: boolean;
    id: string;
    legacy_address?: string;
    name: string;
    network: string;
    resource: string;
    resource_path: string;
    updated_at: Date;
    uri_scheme: string;
    warnings: Warning[];
}

Properties

address: string
address_info: AddressInfo
callback_url?: string
created_at: Date
deposit_uri?: string
destination_tag?: string
exchange_deposit_address: boolean
id: string
legacy_address?: string
name: string
network: string
resource: string
resource_path: string
updated_at: Date
uri_scheme: string
warnings: Warning[]