package
0.5.1
Repository: https://github.com/scorum/scorum-go.git
Documentation: pkg.go.dev

# README

Deposits

The example represent a deposits system and consists of two main parts:

  • Incoming transfers monitor

    • Pull history operations each 10 seconds
    • Take only operations created in blocks with number <= LastIrreversibleBlockNum
    • Increase deposits balances with the transferred amounts
  • Payout

    • Choose a random deposit
    • Make a transfer transaction
    • Update deposits balances with the transferred amounts

alt monitor transfers alt broadcast transfers

# Functions

Monitor payment account transactions.
makes random payout to the existing accounts.

# Structs

No description provided by the author