You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: lighter/signers/lighter-signer-linux-amd64.h
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -134,6 +134,7 @@ extern SignedTxResponse SignStakeAssets(long long int cStakingPoolIndex, long lo
134
134
externSignedTxResponseSignUnstakeAssets(long long intcStakingPoolIndex, long long intcShareAmount, uint8_tcSkipNonce, long long intcNonce, intcApiKeyIndex, long long intcAccountIndex);
135
135
externSignedTxResponseSignApproveIntegrator(long long intcIntegratorIndex, uint32_tcMaxPerpsTakerFee, uint32_tcMaxPerpsMakerFee, uint32_tcMaxSpotTakerFee, uint32_tcMaxSpotMakerFee, long long intcApprovalExpiry, uint8_tcSkipNonce, long long intcNonce, intcApiKeyIndex, long long intcAccountIndex);
136
136
externSignedTxResponseSignUpdateAccountConfig(uint8_tcAccountTradingMode, uint8_tcSkipNonce, long long intcNonce, intcApiKeyIndex, long long intcAccountIndex);
137
+
externSignedTxResponseSignUpdateAccountAssetConfig(int16_tcAssetIndex, uint8_tcAssetMarginMode, uint8_tcSkipNonce, long long intcNonce, intcApiKeyIndex, long long intcAccountIndex);
Copy file name to clipboardExpand all lines: lighter/signers/lighter-signer-linux-arm64.h
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -134,6 +134,7 @@ extern SignedTxResponse SignStakeAssets(long long int cStakingPoolIndex, long lo
134
134
externSignedTxResponseSignUnstakeAssets(long long intcStakingPoolIndex, long long intcShareAmount, uint8_tcSkipNonce, long long intcNonce, intcApiKeyIndex, long long intcAccountIndex);
135
135
externSignedTxResponseSignApproveIntegrator(long long intcIntegratorIndex, uint32_tcMaxPerpsTakerFee, uint32_tcMaxPerpsMakerFee, uint32_tcMaxSpotTakerFee, uint32_tcMaxSpotMakerFee, long long intcApprovalExpiry, uint8_tcSkipNonce, long long intcNonce, intcApiKeyIndex, long long intcAccountIndex);
136
136
externSignedTxResponseSignUpdateAccountConfig(uint8_tcAccountTradingMode, uint8_tcSkipNonce, long long intcNonce, intcApiKeyIndex, long long intcAccountIndex);
137
+
externSignedTxResponseSignUpdateAccountAssetConfig(int16_tcAssetIndex, uint8_tcAssetMarginMode, uint8_tcSkipNonce, long long intcNonce, intcApiKeyIndex, long long intcAccountIndex);
0 commit comments