RecipientAddressRequest represents a message that queries the registered recipient address for a given deposit address

interface RecipientAddressRequest {
    depositAddr: string;
    depositChain: string;
}

Properties

depositAddr: string
depositChain: string

Generated using TypeDoc