Documentation
¶
Index ¶
- func CheckAndAdapt(a *types.Action) error
- func CheckMatchingCosigners(expectedCosigners, cosigners []common.Address, ...) error
- func CheckThresholds(data *instruction.DataFixed, signers []common.Address, ...) error
- func DeadlineExceeded(a *types.Action, err error) types.ActionResult
- func Invalid(a *types.Action, err error) types.ActionResult
- func Parse[T validRequestType](message []byte) (*T, error)
- type QueueID
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CheckAndAdapt ¶
CheckAndAdapt normalizes variable messages and validates associated arrays.
func CheckMatchingCosigners ¶
func CheckMatchingCosigners(expectedCosigners, cosigners []common.Address, expectedThreshold, threshold uint64) error
CheckMatchingCosigners provided cosigners match the expected cosigners.
func CheckThresholds ¶
func CheckThresholds(data *instruction.DataFixed, signers []common.Address, sPolicy *cpolicy.SigningPolicy) error
CheckThresholds checks that data provider threshold and cosigner threshold are reached.
func DeadlineExceeded ¶
func DeadlineExceeded(a *types.Action, err error) types.ActionResult
DeadlineExceeded creates an action result indicating the extension timed out.
Types ¶
Click to show internal directories.
Click to hide internal directories.