Documentation ¶
Index ¶
- Variables
- func Action(t testing.T, pairName string, components ...interface{}) *pbantelope.Action
- func ActionTrace(t testing.T, receiverAccountActionNameTriplet string, ...) *pbantelope.ActionTrace
- func ActionTraceFail(t testing.T, tripletName string, components ...interface{}) *pbantelope.ActionTrace
- func ActionTraceSetABI(t testing.T, account string, abi *eos.ABI, components ...interface{}) *pbantelope.ActionTrace
- func Authorizations(elements ...string) authorizations
- func AutoGlobalSequence() *autoGlobalSequence
- func Block(t testing.T, blkID string, components ...interface{}) *pbantelope.Block
- func DBOp(t testing.T, op string, path string, payer string, data string, ...) *pbantelope.DBOp
- func DtrxOp(t testing.T, operation string, trxID string, components ...interface{}) *pbantelope.DTrxOp
- func PermOp(t testing.T, op string, components ...interface{}) *pbantelope.PermOp
- func Permission(t testing.T, accountPermission string, components ...interface{}) *pbantelope.PermissionObject
- func SignedTrx(t testing.T, elements ...interface{}) *pbantelope.SignedTransaction
- func TableOp(t testing.T, op string, path string, payer string) *pbantelope.TableOp
- func ToBstreamBlock(t testing.T, block *pbantelope.Block) *pbbstream.Block
- func ToBstreamBlocks(t testing.T, blocks []*pbantelope.Block) (out []*pbbstream.Block)
- func Trx(t testing.T, elements ...interface{}) *pbantelope.Transaction
- func TrxOp(t testing.T, signedTrx *pbantelope.SignedTransaction) *pbantelope.TrxOp
- func TrxTrace(t testing.T, components ...interface{}) *pbantelope.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 Action ¶
func Action(t testing.T, pairName string, components ...interface{}) *pbantelope.Action
func ActionTrace ¶
func ActionTrace(t testing.T, receiverAccountActionNameTriplet string, components ...interface{}) *pbantelope.ActionTrace
func ActionTraceFail ¶
func ActionTraceFail(t testing.T, tripletName string, components ...interface{}) *pbantelope.ActionTrace
func ActionTraceSetABI ¶
func ActionTraceSetABI(t testing.T, account string, abi *eos.ABI, components ...interface{}) *pbantelope.ActionTrace
func Authorizations ¶
func Authorizations(elements ...string) authorizations
func AutoGlobalSequence ¶
func AutoGlobalSequence() *autoGlobalSequence
func Permission ¶
func Permission(t testing.T, accountPermission string, components ...interface{}) *pbantelope.PermissionObject
func ToBstreamBlock ¶
func ToBstreamBlocks ¶
Types ¶
type ActionData ¶
type ActionData string
type ActionIndex ¶
type ActionIndex uint32
type Authorization ¶
type Authorization string
type BlockTimestamp ¶
type ContextFreeAction ¶
type ContextFreeAction *pbantelope.Action
func CFAAction ¶
func CFAAction(t testing.T, pairName string, abi *eos.ABI, data string) ContextFreeAction
type DtrxOpPayer ¶
type DtrxOpPayer string
type ExecutionIndex ¶
type ExecutionIndex uint32
type FilteredBlock ¶
type GlobalSequence ¶
type GlobalSequence uint64
Click to show internal directories.
Click to hide internal directories.