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
|`00`|`collateralReservation`| Reserve a `value` of lots of collateral in the agent vault, registered with the `agentVaultId` with the `MasterAccountController` contract. |
123
-
|`01`|`transfer`| Transfer a `value` (in drops) of FXRP to the `recipientAddress`. |
124
-
|`02`|`redeem`| Redeem a `value` of lots of FXRP. |
123
+
|`01`|`transfer`| Transfer a `value` (in drops) of FXRP to the `recipientAddress`. |
124
+
|`02`|`redeem`| Redeem a `value` of lots of FXRP. |
125
125
126
126
### Firelight
127
127
128
128
Instructions for interacting with a Firelight-type vault.
|`00`|`collateralReservationAndDeposit`| Reserve a `value` of lots of collateral in the agent vault, registered with the `agentVaultId` with the `MasterAccountController` contract. After successful minting, deposit the FXRP into the Firelight type vault, registered with the `vaultId` with the `MasterAccountController` contract. Equivalent to sending a `collateralReservation` instruction and a Firelight `deposit` instruction. |
135
-
|`01`|`deposit`| Deposit a `value` of FXRP into the Firelight type vault, registered with the `vaultId` with the `MasterAccountController` contract. |
136
-
|`02`|`redeem`| Start the withdrawal process for a `value` of vault shares (in drops) from the Firelight type vault, registered with the `vaultId`, with the `MasterAccountController` contract. |
137
-
|`03`|`claimWithdraw`| Withdraw the `FXRP`, requested in the `value` period, from Firelight type vault, registered with the `vaultId`, with the `MasterAccountController` contract. |
135
+
|`01`|`deposit`| Deposit a `value` of FXRP into the Firelight type vault, registered with the `vaultId` with the `MasterAccountController` contract. |
136
+
|`02`|`redeem`| Start the withdrawal process for a `value` of vault shares (in drops) from the Firelight type vault, registered with the `vaultId`, with the `MasterAccountController` contract. |
137
+
|`03`|`claimWithdraw`| Withdraw the `FXRP`, requested in the `value` period, from Firelight type vault, registered with the `vaultId`, with the `MasterAccountController` contract. |
138
138
139
139
### Upshift
140
140
141
141
Instructions for interacting with an Upshift-type vault.
|`00`|`collateralReservationAndDeposit`| Reserve a `value` of lots of collateral in the agent vault, registered with the `agentVaultId` with the `MasterAccountController` contract. After successful minting, deposit the FXRP into the Upshift type vault, registered with the `vaultId`, with the `MasterAccountController` contract. Equivalent to sending a `collateralReservation` instruction and a Upshift `deposit` instruction. |
148
-
|`01`|`deposit`| Deposit a `value` of FXRP into the Upshift type vault, registered with the `vaultId` with the `MasterAccountController` contract. |
149
-
|`02`|`requestRedeem`| Start the withdrawal process for a `value` of vault shares (in drops) from the Upshift type vault, registered with the `vaultId` with the `MasterAccountController` contract. |
150
-
|`03`|`claim`| Withdraw the `FXRP` requested for the `value` date (encoded as `yyyymmdd`) from the Upshift type vault, registered with the `vaultId` with the `MasterAccountController` contract. |
148
+
|`01`|`deposit`| Deposit a `value` of FXRP into the Upshift type vault, registered with the `vaultId` with the `MasterAccountController` contract. |
149
+
|`02`|`requestRedeem`| Start the withdrawal process for a `value` of vault shares (in drops) from the Upshift type vault, registered with the `vaultId` with the `MasterAccountController` contract. |
150
+
|`03`|`claim`| Withdraw the `FXRP` requested for the `value` date (encoded as `yyyymmdd`) from the Upshift type vault, registered with the `vaultId` with the `MasterAccountController` contract. |
0 commit comments