Documentation ¶
Index ¶
- func BroadcastBlobMessage(t *testing.T, client *resty.Client) (*resty.Response, error)
- func BroadcastMessage(client *resty.Client, data *fftypes.DataRefOrValue, confirm bool) (*resty.Response, error)
- func BurnTokens(t *testing.T, client *resty.Client, burn *fftypes.TokenTransferInput, ...) *fftypes.TokenTransfer
- func CleanupExistingSubscription(t *testing.T, client *resty.Client, namespace, name string)
- func CreateBlob(t *testing.T, client *resty.Client, dt *fftypes.DatatypeRef) *fftypes.Data
- func CreateDatatype(t *testing.T, client *resty.Client, datatype *fftypes.Datatype, confirm bool) *fftypes.Datatype
- func CreateSubscription(t *testing.T, client *resty.Client, input interface{}, expectedStatus int) *fftypes.Subscription
- func CreateTokenPool(t *testing.T, client *resty.Client, pool *fftypes.TokenPool, confirm bool) *fftypes.TokenPool
- func DeleteSubscription(t *testing.T, client *resty.Client, id *fftypes.UUID)
- func GetBlob(t *testing.T, client *resty.Client, data *fftypes.Data, expectedStatus int) []byte
- func GetData(t *testing.T, client *resty.Client, startTime time.Time, expectedStatus int) (data []*fftypes.Data)
- func GetDataForMessage(t *testing.T, client *resty.Client, startTime time.Time, ...) (data []*fftypes.Data)
- func GetMemberHostname(filename string, n int) (string, error)
- func GetMemberPort(filename string, n int) (int, error)
- func GetMessages(t *testing.T, client *resty.Client, startTime time.Time, ...) (msgs []*fftypes.Message)
- func GetNamespaces(client *resty.Client) (*resty.Response, error)
- func GetOrgs(t *testing.T, client *resty.Client, expectedStatus int) (orgs []*fftypes.Organization)
- func GetTokenBalance(t *testing.T, client *resty.Client, poolID *fftypes.UUID, ...) (account *fftypes.TokenBalance)
- func GetTokenPools(t *testing.T, client *resty.Client, startTime time.Time) (pools []*fftypes.TokenPool)
- func GetTokenTransfers(t *testing.T, client *resty.Client, poolID *fftypes.UUID) (transfers []*fftypes.TokenTransfer)
- func MintTokens(t *testing.T, client *resty.Client, mint *fftypes.TokenTransferInput, ...) *fftypes.TokenTransfer
- func NewResty(t *testing.T) *resty.Client
- func PrivateBlobMessageDatatypeTagged(t *testing.T, client *resty.Client, orgNames []string) (*resty.Response, error)
- func PrivateMessage(t *testing.T, client *resty.Client, data *fftypes.DataRefOrValue, ...) (*resty.Response, error)
- func RequestReply(t *testing.T, client *resty.Client, data *fftypes.DataRefOrValue, ...) *fftypes.MessageInOut
- func TransferTokens(t *testing.T, client *resty.Client, transfer *fftypes.TokenTransferInput, ...) *fftypes.TokenTransfer
- type Member
- type Stack
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func BroadcastBlobMessage ¶
func BroadcastMessage ¶
func BroadcastMessage(client *resty.Client, data *fftypes.DataRefOrValue, confirm bool) (*resty.Response, error)
func BurnTokens ¶
func BurnTokens(t *testing.T, client *resty.Client, burn *fftypes.TokenTransferInput, confirm bool) *fftypes.TokenTransfer
func CreateBlob ¶
func CreateDatatype ¶ added in v0.11.0
func CreateSubscription ¶
func CreateSubscription(t *testing.T, client *resty.Client, input interface{}, expectedStatus int) *fftypes.Subscription
func CreateTokenPool ¶
func DeleteSubscription ¶
func GetDataForMessage ¶ added in v0.11.0
func GetMessages ¶
func GetNamespaces ¶
func GetNamespaces(client *resty.Client) (*resty.Response, error)
func GetOrgs ¶
func GetOrgs(t *testing.T, client *resty.Client, expectedStatus int) (orgs []*fftypes.Organization)
func GetTokenBalance ¶ added in v0.11.0
func GetTokenPools ¶
func GetTokenTransfers ¶
func MintTokens ¶
func MintTokens(t *testing.T, client *resty.Client, mint *fftypes.TokenTransferInput, confirm bool) *fftypes.TokenTransfer
func PrivateMessage ¶
func PrivateMessage(t *testing.T, client *resty.Client, data *fftypes.DataRefOrValue, orgNames []string, tag string, txType fftypes.TransactionType, confirm bool) (*resty.Response, error)
func RequestReply ¶
func RequestReply(t *testing.T, client *resty.Client, data *fftypes.DataRefOrValue, orgNames []string, tag string, txType fftypes.TransactionType) *fftypes.MessageInOut
func TransferTokens ¶
func TransferTokens(t *testing.T, client *resty.Client, transfer *fftypes.TokenTransferInput, confirm bool) *fftypes.TokenTransfer
Types ¶
Click to show internal directories.
Click to hide internal directories.