interface RecipientAddressResponse {
    recipientAddr: string;
    recipientChain: string;
}

Properties

recipientAddr: string
recipientChain: string

Generated using TypeDoc