Interface IDEXPayoutProgramAuthorization

IDEX Authorize Payout Program Response

interface IDEXPayoutProgramAuthorization {
    assetAddress: string;
    assetSymbol: string;
    escrowContractAddress: string;
    distribution: IDEXPayoutDistribution;
}

Hierarchy

Properties

assetAddress: string

Contract address of the rewarded asset for the payout program

assetSymbol: string

Symbol of the rewarded asset for the payout program

escrowContractAddress: string

Address of the escrow contract for the payout program

Payout distribution fields to be provided to the escrow contract's distribute function