# FeeAllocation

Git Source

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