Type Alias Target

Target: {
    isBase: boolean;
    instance: Address;
    parameters: Hex;
}

Object representation of BoostLib.Target struct. Used for low level Boost creation operations. This is used to pass the base contract and its initialization parameters in an efficient manner