Documentation ¶
Index ¶
- Constants
- Variables
- func GetSafeNonce(ctx context.Context, client bind.ContractCaller, safeAddress common.Address) (*big.Int, error)
- func GetThreshold(ctx context.Context, client bind.ContractCaller, safeAddress common.Address) (*big.Int, error)
- func GetTransactionHash(ctx context.Context, client bind.ContractCaller, safeAddress common.Address, ...) (common.Hash, error)
- func IsValidOwner(ctx context.Context, client bind.ContractCaller, safeAddress common.Address, ...) (bool, error)
- type SafeMetadataService
Constants ¶
View Source
const (
WalletRegistryAddress = "walletRegistryAddress"
)
Variables ¶
View Source
var (
ErrMalformedResponse = errors.New("malformed response received")
)
Functions ¶
func GetSafeNonce ¶
func GetThreshold ¶
func GetTransactionHash ¶
Types ¶
type SafeMetadataService ¶
type SafeMetadataService struct {
// contains filtered or unexported fields
}
func NewSafeMetadataService ¶
func NewSafeMetadataService( addrRegistry addressRegistry, mc multiCaller, ) (*SafeMetadataService, error)
Click to show internal directories.
Click to hide internal directories.