Variable RebalanceConfigChangeSigningTypesConst

RebalanceConfigChangeSigningTypes: {
    Action: readonly [{
        name: "maxFee";
        type: "uint256";
    }, {
        name: "common";
        type: "Common";
    }];
    Common: readonly [{
        name: "account";
        type: "address";
    }, {
        name: "signer";
        type: "address";
    }, {
        name: "domain";
        type: "address";
    }, {
        name: "nonce";
        type: "uint256";
    }, {
        name: "group";
        type: "uint256";
    }, {
        name: "expiry";
        type: "uint256";
    }];
    RebalanceConfig: readonly [{
        name: "target";
        type: "uint256";
    }, {
        name: "threshold";
        type: "uint256";
    }];
    RebalanceConfigChange: readonly [{
        name: "group";
        type: "uint256";
    }, {
        name: "markets";
        type: "address[]";
    }, {
        name: "configs";
        type: "RebalanceConfig[]";
    }, {
        name: "maxFee";
        type: "uint256";
    }, {
        name: "action";
        type: "Action";
    }];
} = ...

Type declaration

  • Readonly Action: readonly [{
        name: "maxFee";
        type: "uint256";
    }, {
        name: "common";
        type: "Common";
    }]
  • Readonly Common: readonly [{
        name: "account";
        type: "address";
    }, {
        name: "signer";
        type: "address";
    }, {
        name: "domain";
        type: "address";
    }, {
        name: "nonce";
        type: "uint256";
    }, {
        name: "group";
        type: "uint256";
    }, {
        name: "expiry";
        type: "uint256";
    }]
  • Readonly RebalanceConfig: readonly [{
        name: "target";
        type: "uint256";
    }, {
        name: "threshold";
        type: "uint256";
    }]
  • Readonly RebalanceConfigChange: readonly [{
        name: "group";
        type: "uint256";
    }, {
        name: "markets";
        type: "address[]";
    }, {
        name: "configs";
        type: "RebalanceConfig[]";
    }, {
        name: "maxFee";
        type: "uint256";
    }, {
        name: "action";
        type: "Action";
    }]