EC_CMD_Wallet.send package

Submodules

EC_CMD_Wallet.send.methods module

EC_CMD_Wallet.send.methods.send(currency: str, volume: float, fee: float, privateKey: str, to: str) → bool[source]

像目标发起转账.

Parameters:
  • currency (str) – [description]
  • volume (float) – [description]
  • fee (float) – [description]
  • privateKey (str) – [description]
  • to (str) – [description]
Returns:

是否创建成功

Return type:

success (bool)

Module contents