Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
#AR
# Wallet V4
Wallet v4 is proposed version of wallet to replace v3 or older wallets.

Expand All @@ -22,5 +23,4 @@ More info see in [TIPS-38](https://github.com/newton-blockchain/TIPs/issues/38).
### Subscription plugin
Plugin implements logic of periodic predefined payments to fixed destination address. Payment is initiated by anyone-can-send external message,
while plugin's logic ensures that funds will be sent not more often than desired. Fees are subtracted from transferred amount (payee pays for fees)
including 1 Toncoin which stays on plugin balance until plugin destruction. Upon subscription destruction, remnants of 1 Toncoins are transferred to
destination address.
including 1 Toncoin which stays on plugin balance until plugin destruction. Upon subscription destruction, remnants of 1 Toncoins are
2 changes: 2 additions & 0 deletions func/wallet-v4-code.fc
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@

#AR
#pragma version =0.2.0;
;; Wallet smart contract with plugins

Expand Down