Type alias BuildRebalanceConfigChangeSigningPayloadArgs

BuildRebalanceConfigChangeSigningPayloadArgs: CommonRequired & ActionRequred & CommonOverrides & {
    configs: {
        target: bigint;
        threshold: bigint;
    }[];
    group: bigint;
    markets: (Address | SupportedMarket)[];
    rebalanceMaxFee: bigint;
}

Type declaration

  • configs: {
        target: bigint;
        threshold: bigint;
    }[]
  • group: bigint
  • markets: (Address | SupportedMarket)[]
  • rebalanceMaxFee: bigint