Module thor::wallet

source ·

Modules

Structs

  • Block is an element of the blockchain it contains multiple transaction and a reference to the parent block. Alongside with the position of that block in the chain.
  • Generalized input which have a specific input value, and either contains an account reference or a TransactionSignDataHash+index
  • Linear fee using the basic affine formula COEFFICIENT * bytes(COUNT(tx.inputs) + COUNT(tx.outputs)) + CONSTANT + CERTIFICATE*COUNT(certificates).
  • Spending counter associated to an account.

Enums

Constants

Type Aliases