Documentation
¶
Index ¶
- func GetVersionsInvokeScript(suite *f.BaseSuite) []byte
- func MakeTxAndGetDiffBalances[T any](suite *f.BaseSuite, testdata testdata.InvokeScriptTestData[T], version byte, ...) (utl.ConsideredTransaction, utl.BalanceInWaves)
- func NewSignedInvokeScriptTransaction(suite *f.BaseSuite, version byte, scheme proto.Scheme, ...) proto.Transaction
- func NewSignedInvokeScriptTransactionWithTestData[T any](suite *f.BaseSuite, version byte, testdata testdata.InvokeScriptTestData[T]) proto.Transaction
- func SendWithTestData[T any](suite *f.BaseSuite, testdata testdata.InvokeScriptTestData[T], version byte, ...) utl.ConsideredTransaction
- func SendWithTestDataAndGetDiffBalances[T any](suite *f.BaseSuite, testdata testdata.InvokeScriptTestData[T], version byte, ...) (utl.ConsideredTransaction, utl.BalanceInWaves)
- type MakeTx
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetVersionsInvokeScript ¶
func MakeTxAndGetDiffBalances ¶
func MakeTxAndGetDiffBalances[T any](suite *f.BaseSuite, testdata testdata.InvokeScriptTestData[T], version byte, waitForTx bool, makeTx MakeTx[T]) (utl.ConsideredTransaction, utl.BalanceInWaves)
func NewSignedInvokeScriptTransaction ¶
func NewSignedInvokeScriptTransaction(suite *f.BaseSuite, version byte, scheme proto.Scheme, senderPK crypto.PublicKey, senderSK crypto.SecretKey, scriptRecipient proto.Recipient, call proto.FunctionCall, payments proto.ScriptPayments, feeAsset proto.OptionalAsset, fee, timestamp uint64) proto.Transaction
func NewSignedInvokeScriptTransactionWithTestData ¶
func NewSignedInvokeScriptTransactionWithTestData[T any](suite *f.BaseSuite, version byte, testdata testdata.InvokeScriptTestData[T]) proto.Transaction
func SendWithTestData ¶
func SendWithTestData[T any](suite *f.BaseSuite, testdata testdata.InvokeScriptTestData[T], version byte, waitForTx bool) utl.ConsideredTransaction
func SendWithTestDataAndGetDiffBalances ¶
func SendWithTestDataAndGetDiffBalances[T any](suite *f.BaseSuite, testdata testdata.InvokeScriptTestData[T], version byte, waitForTx bool) (utl.ConsideredTransaction, utl.BalanceInWaves)
Types ¶
Click to show internal directories.
Click to hide internal directories.