Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
MarioDfinity authored Mar 15, 2024
1 parent 3c29c17 commit d06826e
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions standards/ICRC-3/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@

`ICRC-3` is a standard for accessing the block log of a Ledger on the [Internet Computer](https://internetcomputer.org).

A Block contains a Transaction. Transactions are an enumeration of different types of operation (e.g. burn, mint, transfer, approve, ....).

`ICRC-3` specifies:
1. A generic format for sharing the block log without information loss. This includes the fields that a block must have
2. A mechanism to verify the block log on the client side to allow downloading the block log via query calls
Expand Down Expand Up @@ -399,4 +397,4 @@ service : {
service : {
icrc3_supported_block_types : () -> (vec record { block_type : text; url : text }) query;
};
```
```

0 comments on commit d06826e

Please sign in to comment.