#
FeeAllocation
struct FeeAllocation {
bytes32 from;
bytes32 to;
bytes32 token;
uint256 fee;
uint256 basisPoints;
}
struct FeeAllocation {
bytes32 from;
bytes32 to;
bytes32 token;
uint256 fee;
uint256 basisPoints;
}