Skip to content

Support Beam 3.0

Compare
Choose a tag to compare
@zhiquan911 zhiquan911 released this 31 Jul 08:23
· 6 commits to master since this release

API changes in 3.0 version:

  1. In create_address API, "lifetime" ( in hours) was changed to "expiration", where expiration can be expired/never/24h or omitted (24h is default value)

  2. 'height' was removed from response to get_utxo method

  3. Minimum fee is set to 100 Groth


配置文件需要调整最低手续费100 Groth = 0.000001 BEAM

# Fix Transaction Fess, 最低手续费
fixfees = "0.000001"