interface CreateFundDelegateArgs {
    expiryTs: BN;
    period: BN;
    rewardPool: Address;
    startTs: BN;
    tokenProgramId?: Address;
}

Hierarchy

  • TokenProgram
    • CreateFundDelegateArgs

Properties

expiryTs: BN
period: BN
rewardPool: Address
startTs: BN
tokenProgramId?: Address