[][src]Module grin_wallet_libwallet::slate_versions::v3

Contains V3 of the slate (grin-wallet 3.0.0) Changes from V2:

  • Addition of payment_proof (PaymentInfo struct)
  • Addition of a u64 ttl_cutoff_height field

Structs

CoinbaseV3

A mining node requests new coinbase via the foreign api every time a new candidate block is built.

InputV3
OutputV3
ParticipantDataV3
PaymentInfoV3
SlateV3
TransactionBodyV3

TransactionBody is a common abstraction for transaction and block

TransactionV3

A transaction

TxKernelV3
VersionCompatInfoV3