Interface IRecipient

interface IRecipient {
    address: string;
    type: RecipientType;
}

Properties

Properties

address: string

Generated using TypeDoc