package
0.7.6
Repository: https://github.com/dfinance/dnode.git
Documentation: pkg.go.dev

# Packages

No description provided by the author

# Functions

GetSignerAcc returns an account for a given address that is expected to sign a transaction.
NewAnteHandler return custom AnteHandler.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# Constants

No description provided by the author

# Variables

No description provided by the author
StdTx Fee.Amount is empty.
No description provided by the author
Module doesn't support multi signature.
StdTx Fee.Amount wrong denom.

# Structs

ConsumeTxSizeGasDecorator will take in parameters and consume gas proportional to the size of tx before calling next AnteHandler.
DeductFeeDecorator deducts fees from the first signer of the tx If the first signer does not have the funds to pay for the fees, return with InsufficientFunds error Call next AnteHandler if fees successfully deducted CONTRACT: Tx must implement FeeTx interface to use DeductFeeDecorator.
DenomDecorator catches and prevents transactions without fees and fees not in "xfi" currency.
IncrementSequenceDecorator handles incrementing sequences of all signers.
SetPubKeyDecorator sets PubKeys in context for any signer which does not already have pubkey set PubKeys must be set in context for all signers before any other sigverify decorators run CONTRACT: Tx must implement SigVerifiableTx interface.
Consume parameter-defined amount of gas for each signature according to the passed-in SignatureVerificationGasConsumer function before calling the next AnteHandler CONTRACT: Pubkeys are set in context for all signers before this decorator runs CONTRACT: Tx must implement SigVerifiableTx interface.
Verify all signatures for a tx and return an error if any are invalid.