package
0.6.1
Repository: https://github.com/dappley/go-dappley.git
Documentation: pkg.go.dev

# Functions

No description provided by the author
No description provided by the author
DescribeTransaction reverse-engineers the high-level description of a transaction.
No description provided by the author
NewCoinbaseTX creates a new coinbase transaction.
No description provided by the author
NewGasChangeTx returns a change to contract invoker, pay for the change of unused gas.
NewGasRewardTx returns a reward to miner, earned for contract execution gas fee.
No description provided by the author
NewUTXOTransaction creates a new transaction.
No description provided by the author
NewRewardTx creates a new transaction that gives reward to addresses according to the input rewards.
No description provided by the author
No description provided by the author
Returns decorator of transaction.
NewUTXOTransaction creates a new transaction.
No description provided by the author
VerifyAndCollectContractOutput ensures the generated transactions from smart contract are the same with those in block.
VerifyTransaction ensures signature of transactions is correct or verifies against blockHeight if it's a coinbase transactions.

# Variables

No description provided by the author

# Structs

MockScEngine is an autogenerated mock type for the ScEngine type.
Coinbase transaction, rewards to miner.
TxContract contains contract value.
TxContractSend transaction, generated by contract execution.
GasChange transaction, change value to from user.
GasReward transaction, rewards to miner during vm execution.
Normal transaction.
Reward transaction, step reward.

# Interfaces

No description provided by the author
No description provided by the author
Decorator of transaction.