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: condor/transactions.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -20,7 +20,7 @@ Transactions encapsulate user intents. For example, if Alice intends to transfe
20
20
21
21
Transactions may be either 'native' or 'WASM':
22
22
23
-
- Native transactions are those that interact with system contracts such as mint and/or auction. They do not require any Web Assembly(WASM) payload to be constructed, are normally compact in size, and are processed directly on the metal, i.e. host-side.
23
+
- Native transactions are those that interact with system contracts such as `mint` and/or `auction`. They do not require any Web Assembly(WASM) payload to be constructed, are normally compact in size, and are processed directly on the metal, i.e. host-side.
24
24
25
25
- Web Assembly(WASM) transactions are those that interact with the system via either on-chain smart contracts or session logic. All such interactions are based upon user-defined WASM binaries, and are executed within one of the node's supported virtual machines.
|`add-bid`| To create a bid purse or or increase an existing bidder's bid amount |
34
34
|`activate-bid`| To reactivate an inactive bid |
35
-
|`withdraw-bid`| Used to decrease a validator's stake |
35
+
|`withdraw-bid`| Used to decrease a validator's stake or remove their bid completely if the remaining stake is below the minimum required amount |
36
36
|`delegate`| Used to add a new delegator or increase an existing delegator's stake |
37
37
|`undelegate`| To reduce a delegator's stake or remove the delegator if the remaining stake is zero |
38
38
|`redelegate`| To reduce a delegator's stake or remove the delegator if the remaining stake is zero. After the unbonding delay, it will automatically delegate to a new validator |
@@ -50,7 +50,7 @@ The Deploy model is deprecated as of Casper 2.0, and support will be removed ent
50
50
51
51
## How to create a transaction
52
52
53
-
A transaction, such as transferring CSPR tokens from one user's purse to another, can be created and sent to the Casper Network for processing using any of three methods.
53
+
A transaction, such as transferring CSPR tokens from one user's purse to another, can be created and sent to the Casper Network for processing using any of three methods:
0 commit comments