Type Alias IncentiveDisbursalInfo

IncentiveDisbursalInfo: {
    assetType: AssetType;
    asset: Address;
    protocolFeesRemaining: bigint;
    protocolFee: bigint;
    tokenId: bigint;
}

Represents the information about the disbursal of an incentive.