Documentation ¶
Index ¶
- Variables
- 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
- type ActionIndex
- type Authorization
- type BlockTime
- type BlockTimestamp
- type ContextFreeAction
- type Counts
- type DtrxOpPayer
- type ExecutionIndex
- type FilteredBlock
- type GlobalSequence
- type Hash
- type NewPerm
- type OldPerm
- type PublicKey
- type TrxID
Constants ¶
This section is empty.
Variables ¶
View Source
var ActionMatched = actionMatched{true, false}
View Source
var ActionSystemMatched = actionMatched{true, true}
View Source
var UndecodedActionData = undecodedActionData(true)
Functions ¶
func ActionTrace ¶
func ActionTrace(t testing.T, receiverAccountActionNameTriplet string, components ...interface{}) *pbcodec.ActionTrace
func ActionTraceFail ¶
func ActionTraceFail(t testing.T, tripletName string, components ...interface{}) *pbcodec.ActionTrace
func ActionTraceSetABI ¶
func ActionTraceSetABI(t testing.T, account string, abi *zsw.ABI, components ...interface{}) *pbcodec.ActionTrace
func Authorizations ¶
func Authorizations(elements ...string) authorizations
func AutoGlobalSequence ¶
func AutoGlobalSequence() *autoGlobalSequence
func Permission ¶
func Permission(t testing.T, accountPermission string, components ...interface{}) *pbcodec.PermissionObject
func SignedTrx ¶
func SignedTrx(t testing.T, elements ...interface{}) *pbcodec.SignedTransaction
func ToBstreamBlocks ¶
func Trx ¶
func Trx(t testing.T, elements ...interface{}) *pbcodec.Transaction
func TrxTrace ¶
func TrxTrace(t testing.T, components ...interface{}) *pbcodec.TransactionTrace
Types ¶
type ActionData ¶
type ActionData string
type ActionIndex ¶
type ActionIndex uint32
type Authorization ¶
type Authorization string
type BlockTimestamp ¶
type ContextFreeAction ¶
type DtrxOpPayer ¶
type DtrxOpPayer string
type ExecutionIndex ¶
type ExecutionIndex uint32
type FilteredBlock ¶
type GlobalSequence ¶
type GlobalSequence uint64
type NewPerm ¶
type NewPerm *pbcodec.PermissionObject
type OldPerm ¶
type OldPerm *pbcodec.PermissionObject
Click to show internal directories.
Click to hide internal directories.