Documentation
¶
Index ¶
- type DelegateCashAPIService
- func (s *DelegateCashAPIService) CheckDelegateForContractV1(delegateAddr string, vaultAddr string, contractAddr string) (bool, error)
- func (s *DelegateCashAPIService) CheckDelegateForContractV2(delegateAddr string, vaultAddr string, contractAddr string) (bool, error)
- func (s *DelegateCashAPIService) CheckDelegateForTokenERC721V1(delegateAddr string, vaultAddr string, contractAddr string, tokenId string, ...) (bool, error)
- func (s *DelegateCashAPIService) CheckDelegateForTokenERC721V2(delegateAddr string, vaultAddr string, contractAddr string, tokenId string, ...) (bool, error)
- func (s *DelegateCashAPIService) CheckDelegateForWalletV1(delegateAddr string, vaultAddr string) (bool, error)
- func (s *DelegateCashAPIService) CheckDelegateForWalletV2(delegateAddr string, vaultAddr string) (bool, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DelegateCashAPIService ¶
func NewDelegateCashAPIService ¶
func NewDelegateCashAPIService(Url, APIKey string) *DelegateCashAPIService
func (*DelegateCashAPIService) CheckDelegateForContractV1 ¶
func (*DelegateCashAPIService) CheckDelegateForContractV2 ¶
func (*DelegateCashAPIService) CheckDelegateForTokenERC721V1 ¶
func (*DelegateCashAPIService) CheckDelegateForTokenERC721V2 ¶
func (*DelegateCashAPIService) CheckDelegateForWalletV1 ¶
func (s *DelegateCashAPIService) CheckDelegateForWalletV1(delegateAddr string, vaultAddr string) (bool, error)
V1
func (*DelegateCashAPIService) CheckDelegateForWalletV2 ¶
func (s *DelegateCashAPIService) CheckDelegateForWalletV2(delegateAddr string, vaultAddr string) (bool, error)
V2
Click to show internal directories.
Click to hide internal directories.