Documentation ¶
Index ¶
- func BroadcastTransferTxAndGetBalances[T any](suite *f.BaseSuite, testdata testdata.TransferTestData[T], version byte, ...) (utl.ConsideredTransaction, utl.AccountsDiffBalancesTxWithSponsorship)
- func GetNewAccountWithFunds(suite *f.BaseSuite, version byte, scheme proto.Scheme, from int, amount uint64) int
- func GetVersions(suite *f.BaseSuite) []byte
- func MakeTxAndGetDiffBalances[T any](suite *f.BaseSuite, testdata testdata.TransferTestData[T], version byte, ...) (utl.ConsideredTransaction, utl.AccountsDiffBalancesTxWithSponsorship)
- func NewSignTransferTransaction(suite *f.BaseSuite, version byte, scheme proto.Scheme, ...) proto.Transaction
- func NewSignTransferTransactionWithTestData[T any](suite *f.BaseSuite, version byte, testdata testdata.TransferTestData[T]) proto.Transaction
- func SendTransferTxAndGetBalances[T any](suite *f.BaseSuite, testdata testdata.TransferTestData[T], version byte, ...) (utl.ConsideredTransaction, utl.AccountsDiffBalancesTxWithSponsorship)
- func TransferAssetAmount(suite *f.BaseSuite, version byte, scheme proto.Scheme, assetId crypto.Digest, ...)
- func TransferBroadcastWithTestData[T any](suite *f.BaseSuite, testdata testdata.TransferTestData[T], version byte, ...) utl.ConsideredTransaction
- func TransferFunds(suite *f.BaseSuite, version byte, scheme proto.Scheme, from, to int, ...) utl.ConsideredTransaction
- func TransferSend(suite *f.BaseSuite, version byte, scheme proto.Scheme, ...) utl.ConsideredTransaction
- func TransferSendWithTestData[T any](suite *f.BaseSuite, testdata testdata.TransferTestData[T], version byte, ...) utl.ConsideredTransaction
- type MakeTx
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func BroadcastTransferTxAndGetBalances ¶
func BroadcastTransferTxAndGetBalances[T any](suite *f.BaseSuite, testdata testdata.TransferTestData[T], version byte, waitForTx bool) (utl.ConsideredTransaction, utl.AccountsDiffBalancesTxWithSponsorship)
func GetNewAccountWithFunds ¶
func GetVersions ¶ added in v0.10.5
func MakeTxAndGetDiffBalances ¶
func MakeTxAndGetDiffBalances[T any](suite *f.BaseSuite, testdata testdata.TransferTestData[T], version byte, waitForTx bool, makeTx MakeTx[T]) (utl.ConsideredTransaction, utl.AccountsDiffBalancesTxWithSponsorship)
func NewSignTransferTransactionWithTestData ¶
func NewSignTransferTransactionWithTestData[T any](suite *f.BaseSuite, version byte, testdata testdata.TransferTestData[T]) proto.Transaction
func SendTransferTxAndGetBalances ¶
func SendTransferTxAndGetBalances[T any](suite *f.BaseSuite, testdata testdata.TransferTestData[T], version byte, waitForTx bool) (utl.ConsideredTransaction, utl.AccountsDiffBalancesTxWithSponsorship)
func TransferAssetAmount ¶
func TransferAssetAmount(suite *f.BaseSuite, version byte, scheme proto.Scheme, assetId crypto.Digest, from, to int, assetAmount ...uint64)
amount of Asset that transfered from one account to another, by default it will be all amount of Asset
func TransferBroadcastWithTestData ¶
func TransferBroadcastWithTestData[T any](suite *f.BaseSuite, testdata testdata.TransferTestData[T], version byte, waitForTx bool) utl.ConsideredTransaction
func TransferFunds ¶
func TransferSend ¶
func TransferSendWithTestData ¶
func TransferSendWithTestData[T any](suite *f.BaseSuite, testdata testdata.TransferTestData[T], version byte, waitForTx bool) utl.ConsideredTransaction
Types ¶
Click to show internal directories.
Click to hide internal directories.