Documentation ¶
Index ¶
- func BroadcastSponsorshipTxAndGetBalances[T any](suite *f.BaseSuite, testdata testdata.SponsorshipTestData[T], version byte, ...) (utl.ConsideredTransaction, utl.BalanceInWaves, utl.BalanceInAsset)
- func GetVersions(suite *f.BaseSuite) []byte
- func MakeTxAndGetDiffBalances[T any](suite *f.BaseSuite, testdata testdata.SponsorshipTestData[T], version byte, ...) (utl.ConsideredTransaction, utl.BalanceInWaves, utl.BalanceInAsset)
- func NewSignSponsorshipTransaction(suite *f.BaseSuite, version byte, scheme proto.Scheme, ...) proto.Transaction
- func NewSignSponsorshipTransactionWithTestData[T any](suite *f.BaseSuite, version byte, testdata testdata.SponsorshipTestData[T]) proto.Transaction
- func SendSponsorshipTxAndGetBalances[T any](suite *f.BaseSuite, testdata testdata.SponsorshipTestData[T], version byte, ...) (utl.ConsideredTransaction, utl.BalanceInWaves, utl.BalanceInAsset)
- func SponsorshipBroadcast(suite *f.BaseSuite, version byte, scheme proto.Scheme, ...) utl.ConsideredTransaction
- func SponsorshipBroadcastWithTestData[T any](suite *f.BaseSuite, testdata testdata.SponsorshipTestData[T], version byte, ...) utl.ConsideredTransaction
- func SponsorshipEnableBroadcast(suite *f.BaseSuite, version byte, scheme proto.Scheme, assetId crypto.Digest, ...)
- func SponsorshipEnableSend(suite *f.BaseSuite, version byte, scheme proto.Scheme, assetId crypto.Digest, ...)
- func SponsorshipSend(suite *f.BaseSuite, version byte, scheme proto.Scheme, ...) utl.ConsideredTransaction
- func SponsorshipSendWithTestData[T any](suite *f.BaseSuite, testdata testdata.SponsorshipTestData[T], version byte, ...) utl.ConsideredTransaction
- type MakeTx
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func BroadcastSponsorshipTxAndGetBalances ¶
func BroadcastSponsorshipTxAndGetBalances[T any](suite *f.BaseSuite, testdata testdata.SponsorshipTestData[T], version byte, waitForTx bool) (utl.ConsideredTransaction, utl.BalanceInWaves, utl.BalanceInAsset)
func GetVersions ¶
func MakeTxAndGetDiffBalances ¶
func MakeTxAndGetDiffBalances[T any](suite *f.BaseSuite, testdata testdata.SponsorshipTestData[T], version byte, waitForTx bool, makeTx MakeTx[T]) (utl.ConsideredTransaction, utl.BalanceInWaves, utl.BalanceInAsset)
func NewSignSponsorshipTransactionWithTestData ¶
func NewSignSponsorshipTransactionWithTestData[T any](suite *f.BaseSuite, version byte, testdata testdata.SponsorshipTestData[T]) proto.Transaction
func SendSponsorshipTxAndGetBalances ¶
func SendSponsorshipTxAndGetBalances[T any](suite *f.BaseSuite, testdata testdata.SponsorshipTestData[T], version byte, waitForTx bool) (utl.ConsideredTransaction, utl.BalanceInWaves, utl.BalanceInAsset)
func SponsorshipBroadcast ¶
func SponsorshipBroadcastWithTestData ¶
func SponsorshipBroadcastWithTestData[T any](suite *f.BaseSuite, testdata testdata.SponsorshipTestData[T], version byte, waitForTx bool) utl.ConsideredTransaction
func SponsorshipEnableSend ¶
func SponsorshipSend ¶
func SponsorshipSendWithTestData ¶
func SponsorshipSendWithTestData[T any](suite *f.BaseSuite, testdata testdata.SponsorshipTestData[T], version byte, waitForTx bool) utl.ConsideredTransaction
Types ¶
Click to show internal directories.
Click to hide internal directories.