From c0b0a64c71673a94c111c659cd7febb5e95532ea Mon Sep 17 00:00:00 2001 From: borispovod Date: Fri, 27 Aug 2021 20:30:54 +0300 Subject: [PATCH] update to readme --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/README.md b/README.md index 1266b1a..d77eacc 100644 --- a/README.md +++ b/README.md @@ -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` to any account without Diem's restrictions. + * pnt_deposit_with_metadata - same, but with metadata. + * pnt_withdraw - withdraw `Diem` from signer account without Diem's restrictions. + * pnt_withdraw_with_metadata - same, but with metadata. +* Diem: + * pnt_burn_with_capability - burn `Diem` 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.