Skip to content
This repository has been archived by the owner on Jul 28, 2023. It is now read-only.

Commit

Permalink
update to readme
Browse files Browse the repository at this point in the history
  • Loading branch information
borispovod committed Aug 27, 2021
1 parent 6db3b66 commit c0b0a64
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,18 @@ See built modules:
ls -la ./target/modules
```

## Pontem Only functions

List of added Pontem Only functions (means exists only in Pontem). Even if it breaks compatibility with Diem library, we currently don't have another way, as otherwise we just can't implement core functionality like transferring balances between smart contracts, easy burn, etc.

* DiemAccount:
* pnt_deposit - deposit `Diem<Token>` to any account without Diem's restrictions.
* pnt_deposit_with_metadata - same, but with metadata.
* pnt_withdraw - withdraw `Diem<Token>` from signer account without Diem's restrictions.
* pnt_withdraw_with_metadata - same, but with metadata.
* Diem:
* pnt_burn_with_capability - burn `Diem<Token>` immediately, requires burn capability.

## Restricted

Current version contains restricted functions. It's so because of access to tc_signer and dr_signer for any developer.
Expand Down

0 comments on commit c0b0a64

Please sign in to comment.