issue_utilities

package
v0.10.6 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jun 15, 2023 License: MIT Imports: 6 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func BroadcastIssueTxAndGetBalances added in v0.10.5

func BroadcastIssueTxAndGetBalances[T any](suite *f.BaseSuite, testdata testdata.IssueTestData[T], version byte,
	waitForTx bool) (utl.ConsideredTransaction, utl.BalanceInWaves, utl.BalanceInAsset)

func GetNFTMatrix added in v0.10.6

func GetNFTMatrix(suite *f.BaseSuite, casesCount int) [][]crypto.Digest

func GetReissuableMatrix added in v0.10.6

func GetReissuableMatrix(suite *f.BaseSuite, casesCount int) [][]crypto.Digest

func GetSmartAssetMatrix added in v0.10.6

func GetSmartAssetMatrix(suite *f.BaseSuite, casesCount int) [][]crypto.Digest

func GetVersions added in v0.10.5

func GetVersions(suite *f.BaseSuite) []byte

func GetVersionsSmartAsset added in v0.10.5

func GetVersionsSmartAsset(suite *f.BaseSuite) []byte

func IssueAssetAmount added in v0.10.4

func IssueAssetAmount(suite *f.BaseSuite, version byte, scheme proto.Scheme, accountNumber int,
	assetAmount ...uint64) crypto.Digest

func IssueBroadcastWithTestData added in v0.10.4

func IssueBroadcastWithTestData[T any](suite *f.BaseSuite, testdata testdata.IssueTestData[T], version byte,
	waitForTx bool) utl.ConsideredTransaction

func IssueSend added in v0.10.3

func IssueSend(suite *f.BaseSuite, version byte, scheme proto.Scheme, senderPK crypto.PublicKey,
	senderSK crypto.SecretKey, name, description string, quantity, timestamp, fee uint64, decimals byte,
	reissuable, waitForTx bool, script proto.Script) utl.ConsideredTransaction

func IssueSendWithTestData added in v0.10.4

func IssueSendWithTestData[T any](suite *f.BaseSuite, testdata testdata.IssueTestData[T], version byte,
	waitForTx bool) utl.ConsideredTransaction

func MakeTxAndGetDiffBalances added in v0.10.3

func MakeTxAndGetDiffBalances[T any](suite *f.BaseSuite, testdata testdata.IssueTestData[T], version byte,
	waitForTx bool, makeTx MakeTx[T]) (utl.ConsideredTransaction, utl.BalanceInWaves, utl.BalanceInAsset)

MakeTxAndGetDiffBalances This function returns txID with init balance before tx and difference balance after tx for both nodes

func NewSignIssueTransaction

func NewSignIssueTransaction(suite *f.BaseSuite, version byte, scheme proto.Scheme, senderPK crypto.PublicKey,
	senderSK crypto.SecretKey, name, description string, quantity, timestamp, fee uint64, decimals byte,
	reissuable bool, script proto.Script) proto.Transaction

func NewSignIssueTransactionWithTestData added in v0.10.4

func NewSignIssueTransactionWithTestData[T any](suite *f.BaseSuite, version byte, testdata testdata.IssueTestData[T]) proto.Transaction

func SendIssueTxAndGetBalances added in v0.10.5

func SendIssueTxAndGetBalances[T any](suite *f.BaseSuite, testdata testdata.IssueTestData[T], version byte,
	waitForTx bool) (utl.ConsideredTransaction, utl.BalanceInWaves, utl.BalanceInAsset)

Types

type MakeTx added in v0.10.3

type MakeTx[T any] func(suite *f.BaseSuite, testdata testdata.IssueTestData[T], version byte, waitForTx bool) utl.ConsideredTransaction

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL