Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type OpTxResult ¶
type OpTxResult[O any] struct { Digest string PackageId string Objects O Call TransactionCall }
type TransactionCall ¶
type TransactionCall struct {
PackageID string
Module string
Function string
Data []byte
StateObjID string
TypeArgs []string
}
func ToTransactionCall ¶
func ToTransactionCall(call *bind.EncodedCall, stateObjID string) (TransactionCall, error)
func ToTransactionCallWithTypeArgs ¶
func ToTransactionCallWithTypeArgs(call *bind.EncodedCall, stateObjID string, typeArgs []string) (TransactionCall, error)
Directories
¶
| Path | Synopsis |
|---|---|
|
Package routerops provides operations for deploying and managing CCIP Router contracts.
|
Package routerops provides operations for deploying and managing CCIP Router contracts. |
Click to show internal directories.
Click to hide internal directories.