Documentation
¶
Index ¶
- Constants
- Variables
- type APSetConfig
- type AdminParams
- type ArgValue
- type BlockedFunction
- type BypasserExecuteBatchParams
- type CanExecuteOp
- type CancelBatchParams
- type Contract
- type ExecuteOp
- type ExecuteScheduledBatch
- type ExpiringRoot
- type GetBlockedFunctions
- type GetBlockedFunctionsCount
- type GetMinDelay
- type GetState
- type GetTimestamp
- type IMCMSReceiver
- type IsOperation
- type IsOperationDone
- type IsOperationPending
- type IsOperationReady
- type MCMS
- type MCMSEncoder
- type MCMSReceiverEntrypoint
- type MCMSReceiverView
- type MCMSState
- type MultisigConfig
- type Op
- type PruneSeenHashes
- type PruneTimelockTimestamps
- type RawInstanceAddress
- type RawSignature
- type Role
- type RoleState
- type RootMetadata
- type ScheduleBatchParams
- type SetConfig
- type SetConfigParams
- type SetRoot
- type SignerInfo
- type Template
- type TimelockCall
Constants ¶
View Source
const MaxNumSigners = api.MaxNumSigners
View Source
const NumGroups = api.NumGroups
View Source
const PackageID = core.PackageID
View Source
const PackageName = core.PackageName
View Source
const RoleBypasser = api.RoleBypasser
View Source
const RoleCanceller = api.RoleCanceller
View Source
const RoleProposer = api.RoleProposer
View Source
const SDKVersion = core.SDKVersion
View Source
const ZeroHash = api.ZeroHash
Variables ¶
View Source
var IMCMSReceiverInterfaceID = api.IMCMSReceiverInterfaceID
View Source
var IMCMSReceiverInterfaceIDWithPackageID = api.IMCMSReceiverInterfaceIDWithPackageID
Functions ¶
This section is empty.
Types ¶
type APSetConfig ¶
type APSetConfig = api.APSetConfig
type AdminParams ¶
type AdminParams = api.AdminParams
type BlockedFunction ¶
type BlockedFunction = api.BlockedFunction
type BypasserExecuteBatchParams ¶
type BypasserExecuteBatchParams = api.BypasserExecuteBatchParams
type CanExecuteOp ¶
type CanExecuteOp = core.CanExecuteOp
type CancelBatchParams ¶
type CancelBatchParams = api.CancelBatchParams
type Contract ¶
type Contract struct {
// contains filtered or unexported fields
}
func NewContract ¶
func (*Contract) Encoder ¶
func (c *Contract) Encoder() MCMSEncoder
type ExecuteScheduledBatch ¶
type ExecuteScheduledBatch = core.ExecuteScheduledBatch
type ExpiringRoot ¶
type ExpiringRoot = api.ExpiringRoot
type GetBlockedFunctions ¶
type GetBlockedFunctions = core.GetBlockedFunctions
type GetBlockedFunctionsCount ¶
type GetBlockedFunctionsCount = core.GetBlockedFunctionsCount
type GetMinDelay ¶
type GetMinDelay = core.GetMinDelay
type GetTimestamp ¶
type GetTimestamp = core.GetTimestamp
type IMCMSReceiver ¶
type IMCMSReceiver = api.IMCMSReceiver
type IsOperation ¶
type IsOperation = core.IsOperation
type IsOperationDone ¶
type IsOperationDone = core.IsOperationDone
type IsOperationPending ¶
type IsOperationPending = core.IsOperationPending
type IsOperationReady ¶
type IsOperationReady = core.IsOperationReady
type MCMSEncoder ¶
type MCMSEncoder interface {
core.MCMSEncoder
api.MCMSEncoder
SetConfigParams(args SetConfigParams) (*bind.EncodedChoice, error)
}
type MCMSReceiverEntrypoint ¶
type MCMSReceiverEntrypoint = api.MCMSReceiverEntrypoint
type MCMSReceiverView ¶
type MCMSReceiverView = api.MCMSReceiverView
type MultisigConfig ¶
type MultisigConfig = api.MultisigConfig
type PruneSeenHashes ¶
type PruneSeenHashes = core.PruneSeenHashes
type PruneTimelockTimestamps ¶
type PruneTimelockTimestamps = core.PruneTimelockTimestamps
type RawInstanceAddress ¶
type RawInstanceAddress = chainlinkapi.RawInstanceAddress
type RawSignature ¶
type RawSignature = api.RawSignature
type RootMetadata ¶
type RootMetadata = api.RootMetadata
type ScheduleBatchParams ¶
type ScheduleBatchParams = api.ScheduleBatchParams
type SetConfigParams ¶
type SetConfigParams = api.SetConfigParams
type SignerInfo ¶
type SignerInfo = api.SignerInfo
type TimelockCall ¶
type TimelockCall = api.TimelockCall
Click to show internal directories.
Click to hide internal directories.