Versions in this module Expand all Collapse all v0 v0.9.2 Mar 18, 2022 Changes in this version + var ActionMatched = actionMatched + var ActionSystemMatched = actionMatched + var UndecodedActionData = undecodedActionData(true) + func Action(t testing.T, pairName string, components ...interface{}) *pbcodec.Action + func ActionTrace(t testing.T, receiverAccountActionNameTriplet string, ...) *pbcodec.ActionTrace + func ActionTraceFail(t testing.T, tripletName string, components ...interface{}) *pbcodec.ActionTrace + func ActionTraceSetABI(t testing.T, account string, abi *zsw.ABI, components ...interface{}) *pbcodec.ActionTrace + func Authorizations(elements ...string) authorizations + func AutoGlobalSequence() *autoGlobalSequence + func Block(t testing.T, blkID string, components ...interface{}) *pbcodec.Block + func DBOp(t testing.T, op string, path string, payer string, data string, ...) *pbcodec.DBOp + func DtrxOp(t testing.T, operation string, trxID string, components ...interface{}) *pbcodec.DTrxOp + func PermOp(t testing.T, op string, components ...interface{}) *pbcodec.PermOp + func Permission(t testing.T, accountPermission string, components ...interface{}) *pbcodec.PermissionObject + func SignedTrx(t testing.T, elements ...interface{}) *pbcodec.SignedTransaction + func TableOp(t testing.T, op string, path string, payer string) *pbcodec.TableOp + func ToBstreamBlock(t testing.T, block *pbcodec.Block) *bstream.Block + func ToBstreamBlocks(t testing.T, blocks []*pbcodec.Block) (out []*bstream.Block) + func ToPbbstreamBlock(t testing.T, block *pbcodec.Block) *pbbstream.Block + func ToTimestamp(t time.Time) *pbts.Timestamp + func Trx(t testing.T, elements ...interface{}) *pbcodec.Transaction + func TrxOp(t testing.T, signedTrx *pbcodec.SignedTransaction) *pbcodec.TrxOp + func TrxTrace(t testing.T, components ...interface{}) *pbcodec.TransactionTrace + type ActionData string + type ActionIndex uint32 + type Authorization string + type BlockTime string + type BlockTimestamp time.Time + type ContextFreeAction *pbcodec.Action + func CFAAction(t testing.T, pairName string, abi *zsw.ABI, data string) ContextFreeAction + type Counts struct + ActTraceInputCount int + ActTraceTotalCount int + TrxTraceCount int + type DtrxOpPayer string + type ExecutionIndex uint32 + type FilteredBlock struct + Exclude string + FilteredStats Counts + Include string + UnfilteredStats Counts + type GlobalSequence uint64 + type Hash string + func (h Hash) Bytes(t testing.T) []byte + type NewPerm *pbcodec.PermissionObject + type OldPerm *pbcodec.PermissionObject + type PublicKey string + type TrxID string