Documentation ¶
Index ¶
- Variables
- func CacheExpires(r *http.Response) time.Time
- func IsNil(i interface{}) bool
- func PtrBool(v bool) *bool
- func PtrFloat32(v float32) *float32
- func PtrFloat64(v float64) *float64
- func PtrInt(v int) *int
- func PtrInt32(v int32) *int32
- func PtrInt64(v int64) *int64
- func PtrString(v string) *string
- func PtrTime(v time.Time) *time.Time
- type APIClient
- type APIKey
- func (o *APIKey) GetCreatedAt() time.Time
- func (o *APIKey) GetCreatedAtOk() (*time.Time, bool)
- func (o *APIKey) GetCreatedBy() int64
- func (o *APIKey) GetCreatedByOk() (*int64, bool)
- func (o *APIKey) GetId() int64
- func (o *APIKey) GetIdOk() (*int64, bool)
- func (o *APIKey) GetLabel() string
- func (o *APIKey) GetLabelOk() (*string, bool)
- func (o *APIKey) GetLastUsedAt() time.Time
- func (o *APIKey) GetLastUsedAtOk() (*time.Time, bool)
- func (o *APIKey) GetSignature() string
- func (o *APIKey) GetSignatureOk() (*string, bool)
- func (o *APIKey) HasLastUsedAt() bool
- func (o APIKey) MarshalJSON() ([]byte, error)
- func (o *APIKey) SetCreatedAt(v time.Time)
- func (o *APIKey) SetCreatedBy(v int64)
- func (o *APIKey) SetId(v int64)
- func (o *APIKey) SetLabel(v string)
- func (o *APIKey) SetLastUsedAt(v time.Time)
- func (o *APIKey) SetSignature(v string)
- func (o APIKey) ToMap() (map[string]interface{}, error)
- func (o *APIKey) UnmarshalJSON(data []byte) (err error)
- type APIKeyWithSecret
- func (o *APIKeyWithSecret) GetCreatedAt() time.Time
- func (o *APIKeyWithSecret) GetCreatedAtOk() (*time.Time, bool)
- func (o *APIKeyWithSecret) GetCreatedBy() int64
- func (o *APIKeyWithSecret) GetCreatedByOk() (*int64, bool)
- func (o *APIKeyWithSecret) GetId() int64
- func (o *APIKeyWithSecret) GetIdOk() (*int64, bool)
- func (o *APIKeyWithSecret) GetKey() string
- func (o *APIKeyWithSecret) GetKeyOk() (*string, bool)
- func (o *APIKeyWithSecret) GetLabel() string
- func (o *APIKeyWithSecret) GetLabelOk() (*string, bool)
- func (o *APIKeyWithSecret) GetLastUsedAt() time.Time
- func (o *APIKeyWithSecret) GetLastUsedAtOk() (*time.Time, bool)
- func (o *APIKeyWithSecret) GetSignature() string
- func (o *APIKeyWithSecret) GetSignatureOk() (*string, bool)
- func (o *APIKeyWithSecret) HasLastUsedAt() bool
- func (o APIKeyWithSecret) MarshalJSON() ([]byte, error)
- func (o *APIKeyWithSecret) SetCreatedAt(v time.Time)
- func (o *APIKeyWithSecret) SetCreatedBy(v int64)
- func (o *APIKeyWithSecret) SetId(v int64)
- func (o *APIKeyWithSecret) SetKey(v string)
- func (o *APIKeyWithSecret) SetLabel(v string)
- func (o *APIKeyWithSecret) SetLastUsedAt(v time.Time)
- func (o *APIKeyWithSecret) SetSignature(v string)
- func (o APIKeyWithSecret) ToMap() (map[string]interface{}, error)
- func (o *APIKeyWithSecret) UnmarshalJSON(data []byte) (err error)
- type APIResponse
- type AcceptInvite200Response
- func (o *AcceptInvite200Response) GetMessage() string
- func (o *AcceptInvite200Response) GetMessageOk() (*string, bool)
- func (o *AcceptInvite200Response) GetResult() User
- func (o *AcceptInvite200Response) GetResultOk() (*User, bool)
- func (o *AcceptInvite200Response) GetStatus() int64
- func (o *AcceptInvite200Response) GetStatusOk() (*int64, bool)
- func (o AcceptInvite200Response) MarshalJSON() ([]byte, error)
- func (o *AcceptInvite200Response) SetMessage(v string)
- func (o *AcceptInvite200Response) SetResult(v User)
- func (o *AcceptInvite200Response) SetStatus(v int64)
- func (o AcceptInvite200Response) ToMap() (map[string]interface{}, error)
- func (o *AcceptInvite200Response) UnmarshalJSON(data []byte) (err error)
- type AcceptInviteRequest
- func (o *AcceptInviteRequest) GetIdToken() string
- func (o *AcceptInviteRequest) GetIdTokenOk() (*string, bool)
- func (o *AcceptInviteRequest) HasIdToken() bool
- func (o AcceptInviteRequest) MarshalJSON() ([]byte, error)
- func (o *AcceptInviteRequest) SetIdToken(v string)
- func (o AcceptInviteRequest) ToMap() (map[string]interface{}, error)
- type AddKey
- func (o *AddKey) GetClientID() string
- func (o *AddKey) GetClientIDOk() (*string, bool)
- func (o *AddKey) GetKeyName() string
- func (o *AddKey) GetKeyNameOk() (*string, bool)
- func (o *AddKey) GetKeyVersion() string
- func (o *AddKey) GetKeyVersionOk() (*string, bool)
- func (o *AddKey) GetVaultName() string
- func (o *AddKey) GetVaultNameOk() (*string, bool)
- func (o AddKey) MarshalJSON() ([]byte, error)
- func (o *AddKey) SetClientID(v string)
- func (o *AddKey) SetKeyName(v string)
- func (o *AddKey) SetKeyVersion(v string)
- func (o *AddKey) SetVaultName(v string)
- func (o AddKey) ToMap() (map[string]interface{}, error)
- func (o *AddKey) UnmarshalJSON(data []byte) (err error)
- type Address
- func (o *Address) GetAddress() string
- func (o *Address) GetAddressOk() (*string, bool)
- func (o *Address) GetBalance() string
- func (o *Address) GetBalanceOk() (*string, bool)
- func (o *Address) GetChain() string
- func (o *Address) GetChainOk() (*string, bool)
- func (o *Address) GetCodeAt() string
- func (o *Address) GetCodeAtOk() (*string, bool)
- func (o *Address) GetContractLookup() []ContractLookup
- func (o *Address) GetContractLookupOk() ([]ContractLookup, bool)
- func (o *Address) GetContracts() []ContractMetadata
- func (o *Address) GetContractsOk() ([]ContractMetadata, bool)
- func (o *Address) GetLabel() string
- func (o *Address) GetLabelOk() (*string, bool)
- func (o *Address) GetLocalNonce() int64
- func (o *Address) GetLocalNonceOk() (*int64, bool)
- func (o *Address) GetModules() []string
- func (o *Address) GetModulesOk() ([]string, bool)
- func (o *Address) GetNonce() int64
- func (o *Address) GetNonceOk() (*int64, bool)
- func (o *Address) HasBalance() bool
- func (o *Address) HasCodeAt() bool
- func (o *Address) HasContractLookup() bool
- func (o *Address) HasLocalNonce() bool
- func (o *Address) HasNonce() bool
- func (o Address) MarshalJSON() ([]byte, error)
- func (o *Address) SetAddress(v string)
- func (o *Address) SetBalance(v string)
- func (o *Address) SetChain(v string)
- func (o *Address) SetCodeAt(v string)
- func (o *Address) SetContractLookup(v []ContractLookup)
- func (o *Address) SetContracts(v []ContractMetadata)
- func (o *Address) SetLabel(v string)
- func (o *Address) SetLocalNonce(v int64)
- func (o *Address) SetModules(v []string)
- func (o *Address) SetNonce(v int64)
- func (o Address) ToMap() (map[string]interface{}, error)
- func (o *Address) UnmarshalJSON(data []byte) (err error)
- type AddressLabel
- func (o *AddressLabel) GetAddress() string
- func (o *AddressLabel) GetAddressOk() (*string, bool)
- func (o *AddressLabel) GetLabel() string
- func (o *AddressLabel) GetLabelOk() (*string, bool)
- func (o AddressLabel) MarshalJSON() ([]byte, error)
- func (o *AddressLabel) SetAddress(v string)
- func (o *AddressLabel) SetLabel(v string)
- func (o AddressLabel) ToMap() (map[string]interface{}, error)
- func (o *AddressLabel) UnmarshalJSON(data []byte) (err error)
- type AddressesAPI
- type AddressesAPIService
- func (a *AddressesAPIService) DeleteAddress(ctx context.Context, chain ChainName, addressOrLabel string) ApiDeleteAddressRequest
- func (a *AddressesAPIService) DeleteAddressExecute(r ApiDeleteAddressRequest) (*BaseResponse, *http.Response, error)
- func (a *AddressesAPIService) GetAddress(ctx context.Context, chain ChainName, addressOrLabel string) ApiGetAddressRequest
- func (a *AddressesAPIService) GetAddressExecute(r ApiGetAddressRequest) (*SetAddress201Response, *http.Response, error)
- func (a *AddressesAPIService) ListAddresses(ctx context.Context, chain ChainName) ApiListAddressesRequest
- func (a *AddressesAPIService) ListAddressesExecute(r ApiListAddressesRequest) (*ListAddresses200Response, *http.Response, error)
- func (a *AddressesAPIService) SetAddress(ctx context.Context, chain ChainName) ApiSetAddressRequest
- func (a *AddressesAPIService) SetAddressExecute(r ApiSetAddressRequest) (*SetAddress201Response, *http.Response, error)
- type AdminAPI
- type AdminAPIService
- func (a *AdminAPIService) AcceptInvite(ctx context.Context, inviteID string) ApiAcceptInviteRequest
- func (a *AdminAPIService) AcceptInviteExecute(r ApiAcceptInviteRequest) (*AcceptInvite200Response, *http.Response, error)
- func (a *AdminAPIService) AddCorsOrigin(ctx context.Context) ApiAddCorsOriginRequest
- func (a *AdminAPIService) AddCorsOriginExecute(r ApiAddCorsOriginRequest) (*BaseResponse, *http.Response, error)
- func (a *AdminAPIService) AddGroupApiKey(ctx context.Context, groupID int64, apiKeyID int64) ApiAddGroupApiKeyRequest
- func (a *AdminAPIService) AddGroupApiKeyExecute(r ApiAddGroupApiKeyRequest) (*BaseResponse, *http.Response, error)
- func (a *AdminAPIService) AddGroupRole(ctx context.Context, groupID int64, roleShortName string) ApiAddGroupRoleRequest
- func (a *AdminAPIService) AddGroupRoleExecute(r ApiAddGroupRoleRequest) (*BaseResponse, *http.Response, error)
- func (a *AdminAPIService) AddGroupUser(ctx context.Context, groupID int64, userID int64) ApiAddGroupUserRequest
- func (a *AdminAPIService) AddGroupUserExecute(r ApiAddGroupUserRequest) (*BaseResponse, *http.Response, error)
- func (a *AdminAPIService) CheckInvite(ctx context.Context, inviteID string) ApiCheckInviteRequest
- func (a *AdminAPIService) CheckInviteExecute(r ApiCheckInviteRequest) (*BaseResponse, *http.Response, error)
- func (a *AdminAPIService) CreateApiKey(ctx context.Context) ApiCreateApiKeyRequest
- func (a *AdminAPIService) CreateApiKeyExecute(r ApiCreateApiKeyRequest) (*CreateApiKey200Response, *http.Response, error)
- func (a *AdminAPIService) DeleteApiKey(ctx context.Context, apiKeyID int64) ApiDeleteApiKeyRequest
- func (a *AdminAPIService) DeleteApiKeyExecute(r ApiDeleteApiKeyRequest) (*BaseResponse, *http.Response, error)
- func (a *AdminAPIService) DeleteUser(ctx context.Context, userID int64) ApiDeleteUserRequest
- func (a *AdminAPIService) DeleteUserExecute(r ApiDeleteUserRequest) (*BaseResponse, *http.Response, error)
- func (a *AdminAPIService) GetApiKey(ctx context.Context, apiKeyID int64) ApiGetApiKeyRequest
- func (a *AdminAPIService) GetApiKeyExecute(r ApiGetApiKeyRequest) (*GetApiKey200Response, *http.Response, error)
- func (a *AdminAPIService) InviteUser(ctx context.Context) ApiInviteUserRequest
- func (a *AdminAPIService) InviteUserExecute(r ApiInviteUserRequest) (*BaseResponse, *http.Response, error)
- func (a *AdminAPIService) ListApiKeys(ctx context.Context) ApiListApiKeysRequest
- func (a *AdminAPIService) ListApiKeysExecute(r ApiListApiKeysRequest) (*ListApiKeys200Response, *http.Response, error)
- func (a *AdminAPIService) ListAuditLogs(ctx context.Context) ApiListAuditLogsRequest
- func (a *AdminAPIService) ListAuditLogsExecute(r ApiListAuditLogsRequest) (*ListAuditLogs200Response, *http.Response, error)
- func (a *AdminAPIService) ListCorsOrigins(ctx context.Context) ApiListCorsOriginsRequest
- func (a *AdminAPIService) ListCorsOriginsExecute(r ApiListCorsOriginsRequest) (*ListCorsOrigins200Response, *http.Response, error)
- func (a *AdminAPIService) ListGroups(ctx context.Context) ApiListGroupsRequest
- func (a *AdminAPIService) ListGroupsExecute(r ApiListGroupsRequest) (*ListGroups200Response, *http.Response, error)
- func (a *AdminAPIService) ListUserSigners(ctx context.Context, userID int64) ApiListUserSignersRequest
- func (a *AdminAPIService) ListUserSignersExecute(r ApiListUserSignersRequest) (*ListUserSigners200Response, *http.Response, error)
- func (a *AdminAPIService) ListUsers(ctx context.Context) ApiListUsersRequest
- func (a *AdminAPIService) ListUsersExecute(r ApiListUsersRequest) (*ListUsers200Response, *http.Response, error)
- func (a *AdminAPIService) RemoveCorsOrigin(ctx context.Context, originID int64) ApiRemoveCorsOriginRequest
- func (a *AdminAPIService) RemoveCorsOriginExecute(r ApiRemoveCorsOriginRequest) (*BaseResponse, *http.Response, error)
- func (a *AdminAPIService) RemoveGroupApiKey(ctx context.Context, groupID int64, apiKeyID int64) ApiRemoveGroupApiKeyRequest
- func (a *AdminAPIService) RemoveGroupApiKeyExecute(r ApiRemoveGroupApiKeyRequest) (*BaseResponse, *http.Response, error)
- func (a *AdminAPIService) RemoveGroupRole(ctx context.Context, groupID int64, roleShortName string) ApiRemoveGroupRoleRequest
- func (a *AdminAPIService) RemoveGroupRoleExecute(r ApiRemoveGroupRoleRequest) (*BaseResponse, *http.Response, error)
- func (a *AdminAPIService) RemoveGroupUser(ctx context.Context, groupID int64, userID int64) ApiRemoveGroupUserRequest
- func (a *AdminAPIService) RemoveGroupUserExecute(r ApiRemoveGroupUserRequest) (*BaseResponse, *http.Response, error)
- func (a *AdminAPIService) RemoveUserSignerCloudWallet(ctx context.Context, userID int64, walletAddress string) ApiRemoveUserSignerCloudWalletRequest
- func (a *AdminAPIService) RemoveUserSignerCloudWalletExecute(r ApiRemoveUserSignerCloudWalletRequest) (*BaseResponse, *http.Response, error)
- func (a *AdminAPIService) RemoveUserSignerSafeAccount(ctx context.Context, userID int64, walletAddress string) ApiRemoveUserSignerSafeAccountRequest
- func (a *AdminAPIService) RemoveUserSignerSafeAccountExecute(r ApiRemoveUserSignerSafeAccountRequest) (*BaseResponse, *http.Response, error)
- func (a *AdminAPIService) RemoveUserSignerWeb3Wallet(ctx context.Context, userID int64, walletAddress string) ApiRemoveUserSignerWeb3WalletRequest
- func (a *AdminAPIService) RemoveUserSignerWeb3WalletExecute(r ApiRemoveUserSignerWeb3WalletRequest) (*BaseResponse, *http.Response, error)
- func (a *AdminAPIService) SetUserSignerCloudWallet(ctx context.Context, userID int64, walletAddress string) ApiSetUserSignerCloudWalletRequest
- func (a *AdminAPIService) SetUserSignerCloudWalletExecute(r ApiSetUserSignerCloudWalletRequest) (*BaseResponse, *http.Response, error)
- func (a *AdminAPIService) SetUserSignerSafeAccount(ctx context.Context, userID int64, walletAddress string) ApiSetUserSignerSafeAccountRequest
- func (a *AdminAPIService) SetUserSignerSafeAccountExecute(r ApiSetUserSignerSafeAccountRequest) (*BaseResponse, *http.Response, error)
- func (a *AdminAPIService) SetUserSignerWeb3Wallet(ctx context.Context, userID int64, walletAddress string) ApiSetUserSignerWeb3WalletRequest
- func (a *AdminAPIService) SetUserSignerWeb3WalletExecute(r ApiSetUserSignerWeb3WalletRequest) (*BaseResponse, *http.Response, error)
- func (a *AdminAPIService) UpdateApiKey(ctx context.Context, apiKeyID int64) ApiUpdateApiKeyRequest
- func (a *AdminAPIService) UpdateApiKeyExecute(r ApiUpdateApiKeyRequest) (*BaseResponse, *http.Response, error)
- type ApiAcceptInviteRequest
- type ApiAddCorsOriginRequest
- type ApiAddGroupApiKeyRequest
- type ApiAddGroupRoleRequest
- type ApiAddGroupUserRequest
- type ApiAddHsmConfigRequest
- type ApiAddHsmKeyRequest
- type ApiCallContractFunctionRequest
- type ApiCancelTransactionRequest
- type ApiCheckInviteRequest
- type ApiCountEventQueryRecordsRequest
- type ApiCountWalletTransactionsRequest
- type ApiCountWebhookEventsRequest
- type ApiCountWebhooksRequest
- type ApiCreateApiKeyRequest
- type ApiCreateContractRequest
- type ApiCreateContractsRequest
- type ApiCreateHsmKeyRequest
- type ApiCreateWebhookRequest
- type ApiDeleteAddressRequest
- type ApiDeleteApiKeyRequest
- type ApiDeleteContractRequest
- type ApiDeleteContractVersionRequest
- type ApiDeleteEventQueryRequest
- type ApiDeleteUserRequest
- type ApiDeleteWebhookRequest
- type ApiDeployContractRequest
- type ApiDeployContractVersionRequest
- type ApiExecuteArbitraryEventQueryRequest
- func (r ApiExecuteArbitraryEventQueryRequest) EventQuery(eventQuery EventQuery) ApiExecuteArbitraryEventQueryRequest
- func (r ApiExecuteArbitraryEventQueryRequest) Execute() (*ExecuteArbitraryEventQuery200Response, *http.Response, error)
- func (r ApiExecuteArbitraryEventQueryRequest) Limit(limit int64) ApiExecuteArbitraryEventQueryRequest
- func (r ApiExecuteArbitraryEventQueryRequest) Offset(offset int64) ApiExecuteArbitraryEventQueryRequest
- type ApiExecuteEventQueryRequest
- type ApiGetAddressRequest
- type ApiGetApiKeyRequest
- type ApiGetBlockRequest
- type ApiGetChainStatusRequest
- type ApiGetContractRequest
- type ApiGetContractVersionRequest
- type ApiGetContractVersionsRequest
- type ApiGetEventCountRequest
- func (r ApiGetEventCountRequest) BlockHash(blockHash string) ApiGetEventCountRequest
- func (r ApiGetEventCountRequest) BlockNumber(blockNumber int64) ApiGetEventCountRequest
- func (r ApiGetEventCountRequest) Chain(chain ChainName) ApiGetEventCountRequest
- func (r ApiGetEventCountRequest) ContractAddress(contractAddress string) ApiGetEventCountRequest
- func (r ApiGetEventCountRequest) ContractLabel(contractLabel string) ApiGetEventCountRequest
- func (r ApiGetEventCountRequest) EventIndexInLog(eventIndexInLog int64) ApiGetEventCountRequest
- func (r ApiGetEventCountRequest) EventSignature(eventSignature string) ApiGetEventCountRequest
- func (r ApiGetEventCountRequest) Execute() (*GetEventCount200Response, *http.Response, error)
- func (r ApiGetEventCountRequest) FromConstructor(fromConstructor bool) ApiGetEventCountRequest
- func (r ApiGetEventCountRequest) Limit(limit int64) ApiGetEventCountRequest
- func (r ApiGetEventCountRequest) Offset(offset int64) ApiGetEventCountRequest
- func (r ApiGetEventCountRequest) TxHash(txHash string) ApiGetEventCountRequest
- func (r ApiGetEventCountRequest) TxIndexInBlock(txIndexInBlock int64) ApiGetEventCountRequest
- type ApiGetEventMonitorStatusRequest
- type ApiGetEventQueryRequest
- type ApiGetEventTypeConversionsRequest
- type ApiGetFunctionTypeConversionsRequest
- type ApiGetTransactionReceiptRequest
- type ApiGetTransactionRequest
- type ApiGetWebhookRequest
- type ApiInviteUserRequest
- type ApiLinkAddressContractRequest
- type ApiListAddressesRequest
- type ApiListApiKeysRequest
- type ApiListAuditLogsRequest
- type ApiListContractVersionsRequest
- type ApiListContractsRequest
- type ApiListCorsOriginsRequest
- type ApiListEventQueriesRequest
- type ApiListEventsRequest
- func (r ApiListEventsRequest) BlockHash(blockHash string) ApiListEventsRequest
- func (r ApiListEventsRequest) BlockNumber(blockNumber int64) ApiListEventsRequest
- func (r ApiListEventsRequest) Chain(chain ChainName) ApiListEventsRequest
- func (r ApiListEventsRequest) ContractAddress(contractAddress string) ApiListEventsRequest
- func (r ApiListEventsRequest) ContractLabel(contractLabel string) ApiListEventsRequest
- func (r ApiListEventsRequest) EventIndexInLog(eventIndexInLog int64) ApiListEventsRequest
- func (r ApiListEventsRequest) EventSignature(eventSignature string) ApiListEventsRequest
- func (r ApiListEventsRequest) Execute() (*ListEvents200Response, *http.Response, error)
- func (r ApiListEventsRequest) FromConstructor(fromConstructor bool) ApiListEventsRequest
- func (r ApiListEventsRequest) Limit(limit int64) ApiListEventsRequest
- func (r ApiListEventsRequest) Offset(offset int64) ApiListEventsRequest
- func (r ApiListEventsRequest) TxHash(txHash string) ApiListEventsRequest
- func (r ApiListEventsRequest) TxIndexInBlock(txIndexInBlock int64) ApiListEventsRequest
- type ApiListGroupsRequest
- func (r ApiListGroupsRequest) ApiKeyID(apiKeyID int64) ApiListGroupsRequest
- func (r ApiListGroupsRequest) Assignable(assignable bool) ApiListGroupsRequest
- func (r ApiListGroupsRequest) Execute() (*ListGroups200Response, *http.Response, error)
- func (r ApiListGroupsRequest) UserID(userID int64) ApiListGroupsRequest
- type ApiListHsmRequest
- type ApiListHsmWalletsRequest
- func (r ApiListHsmWalletsRequest) BaseGroupName(baseGroupName string) ApiListHsmWalletsRequest
- func (r ApiListHsmWalletsRequest) ClientId(clientId string) ApiListHsmWalletsRequest
- func (r ApiListHsmWalletsRequest) Execute() (*ListHsmWallets200Response, *http.Response, error)
- func (r ApiListHsmWalletsRequest) KeyName(keyName string) ApiListHsmWalletsRequest
- func (r ApiListHsmWalletsRequest) KeyVersion(keyVersion string) ApiListHsmWalletsRequest
- func (r ApiListHsmWalletsRequest) Limit(limit int64) ApiListHsmWalletsRequest
- func (r ApiListHsmWalletsRequest) Offset(offset int64) ApiListHsmWalletsRequest
- func (r ApiListHsmWalletsRequest) PublicAddress(publicAddress string) ApiListHsmWalletsRequest
- func (r ApiListHsmWalletsRequest) VaultName(vaultName string) ApiListHsmWalletsRequest
- type ApiListUserSignersRequest
- type ApiListUsersRequest
- type ApiListWalletTransactionsRequest
- func (r ApiListWalletTransactionsRequest) Execute() (*ListWalletTransactions200Response, *http.Response, error)
- func (r ApiListWalletTransactionsRequest) Hash(hash string) ApiListWalletTransactionsRequest
- func (r ApiListWalletTransactionsRequest) Limit(limit int64) ApiListWalletTransactionsRequest
- func (r ApiListWalletTransactionsRequest) Nonce(nonce int64) ApiListWalletTransactionsRequest
- func (r ApiListWalletTransactionsRequest) Offset(offset int64) ApiListWalletTransactionsRequest
- func (r ApiListWalletTransactionsRequest) Status(status TransactionStatus) ApiListWalletTransactionsRequest
- type ApiListWebhookEventsRequest
- type ApiListWebhooksRequest
- type ApiRemoveCorsOriginRequest
- type ApiRemoveGroupApiKeyRequest
- type ApiRemoveGroupRoleRequest
- type ApiRemoveGroupUserRequest
- type ApiRemoveHsmConfigRequest
- type ApiRemoveHsmKeyRequest
- type ApiRemoveUserSignerCloudWalletRequest
- type ApiRemoveUserSignerSafeAccountRequest
- type ApiRemoveUserSignerWeb3WalletRequest
- type ApiSetAddressRequest
- type ApiSetEventQueryRequest
- type ApiSetEventTypeConversionsRequest
- type ApiSetFunctionTypeConversionsRequest
- type ApiSetLocalNonceRequest
- type ApiSetUserSignerCloudWalletRequest
- type ApiSetUserSignerSafeAccountRequest
- type ApiSetUserSignerWeb3WalletRequest
- type ApiSignAndSubmitTransactionRequest
- type ApiSignDataRequest
- type ApiSpeedUpTransactionRequest
- type ApiSubmitSignedTransactionRequest
- type ApiTransferEthRequest
- type ApiUnlinkAddressContractRequest
- type ApiUpdateApiKeyRequest
- type ApiUpdateWebhookRequest
- type AuditLog
- func (o *AuditLog) GetActionByID() int64
- func (o *AuditLog) GetActionByIDOk() (*int64, bool)
- func (o *AuditLog) GetActionByUserEmail() string
- func (o *AuditLog) GetActionByUserEmailOk() (*string, bool)
- func (o *AuditLog) GetActionOnID() int64
- func (o *AuditLog) GetActionOnIDOk() (*int64, bool)
- func (o *AuditLog) GetActionOnUserEmail() string
- func (o *AuditLog) GetActionOnUserEmailOk() (*string, bool)
- func (o *AuditLog) GetActivityData() map[string]interface{}
- func (o *AuditLog) GetActivityDataOk() (map[string]interface{}, bool)
- func (o *AuditLog) GetCreatedAt() time.Time
- func (o *AuditLog) GetCreatedAtOk() (*time.Time, bool)
- func (o *AuditLog) GetType() string
- func (o *AuditLog) GetTypeOk() (*string, bool)
- func (o *AuditLog) HasActionOnID() bool
- func (o *AuditLog) HasActionOnUserEmail() bool
- func (o AuditLog) MarshalJSON() ([]byte, error)
- func (o *AuditLog) SetActionByID(v int64)
- func (o *AuditLog) SetActionByUserEmail(v string)
- func (o *AuditLog) SetActionOnID(v int64)
- func (o *AuditLog) SetActionOnUserEmail(v string)
- func (o *AuditLog) SetActivityData(v map[string]interface{})
- func (o *AuditLog) SetCreatedAt(v time.Time)
- func (o *AuditLog) SetType(v string)
- func (o AuditLog) ToMap() (map[string]interface{}, error)
- func (o *AuditLog) UnmarshalJSON(data []byte) (err error)
- type AzureAccount
- func (o *AzureAccount) GetBaseGroupName() string
- func (o *AzureAccount) GetBaseGroupNameOk() (*string, bool)
- func (o *AzureAccount) GetClientID() string
- func (o *AzureAccount) GetClientIDOk() (*string, bool)
- func (o *AzureAccount) GetClientSecret() string
- func (o *AzureAccount) GetClientSecretOk() (*string, bool)
- func (o *AzureAccount) GetId() int64
- func (o *AzureAccount) GetIdOk() (*int64, bool)
- func (o *AzureAccount) GetLabel() string
- func (o *AzureAccount) GetLabelOk() (*string, bool)
- func (o *AzureAccount) GetSubscriptionID() string
- func (o *AzureAccount) GetSubscriptionIDOk() (*string, bool)
- func (o *AzureAccount) GetTenantID() string
- func (o *AzureAccount) GetTenantIDOk() (*string, bool)
- func (o AzureAccount) MarshalJSON() ([]byte, error)
- func (o *AzureAccount) SetBaseGroupName(v string)
- func (o *AzureAccount) SetClientID(v string)
- func (o *AzureAccount) SetClientSecret(v string)
- func (o *AzureAccount) SetId(v int64)
- func (o *AzureAccount) SetLabel(v string)
- func (o *AzureAccount) SetSubscriptionID(v string)
- func (o *AzureAccount) SetTenantID(v string)
- func (o AzureAccount) ToMap() (map[string]interface{}, error)
- func (o *AzureAccount) UnmarshalJSON(data []byte) (err error)
- type AzureHardwareWallet
- func (o *AzureHardwareWallet) GetAzureAccountID() int64
- func (o *AzureHardwareWallet) GetAzureAccountIDOk() (*int64, bool)
- func (o *AzureHardwareWallet) GetId() int64
- func (o *AzureHardwareWallet) GetIdOk() (*int64, bool)
- func (o *AzureHardwareWallet) GetKeyName() string
- func (o *AzureHardwareWallet) GetKeyNameOk() (*string, bool)
- func (o *AzureHardwareWallet) GetKeyVersion() string
- func (o *AzureHardwareWallet) GetKeyVersionOk() (*string, bool)
- func (o *AzureHardwareWallet) GetPublicAddress() string
- func (o *AzureHardwareWallet) GetPublicAddressOk() (*string, bool)
- func (o *AzureHardwareWallet) GetVaultName() string
- func (o *AzureHardwareWallet) GetVaultNameOk() (*string, bool)
- func (o AzureHardwareWallet) MarshalJSON() ([]byte, error)
- func (o *AzureHardwareWallet) SetAzureAccountID(v int64)
- func (o *AzureHardwareWallet) SetId(v int64)
- func (o *AzureHardwareWallet) SetKeyName(v string)
- func (o *AzureHardwareWallet) SetKeyVersion(v string)
- func (o *AzureHardwareWallet) SetPublicAddress(v string)
- func (o *AzureHardwareWallet) SetVaultName(v string)
- func (o AzureHardwareWallet) ToMap() (map[string]interface{}, error)
- func (o *AzureHardwareWallet) UnmarshalJSON(data []byte) (err error)
- type AzureWallet
- func (o *AzureWallet) GetKeyName() string
- func (o *AzureWallet) GetKeyNameOk() (*string, bool)
- func (o *AzureWallet) GetKeyVersion() string
- func (o *AzureWallet) GetKeyVersionOk() (*string, bool)
- func (o *AzureWallet) GetPublicAddress() string
- func (o *AzureWallet) GetPublicAddressOk() (*string, bool)
- func (o AzureWallet) MarshalJSON() ([]byte, error)
- func (o *AzureWallet) SetKeyName(v string)
- func (o *AzureWallet) SetKeyVersion(v string)
- func (o *AzureWallet) SetPublicAddress(v string)
- func (o AzureWallet) ToMap() (map[string]interface{}, error)
- func (o *AzureWallet) UnmarshalJSON(data []byte) (err error)
- type BaseAPIKey
- type BaseAzureAccount
- func (o *BaseAzureAccount) GetBaseGroupName() string
- func (o *BaseAzureAccount) GetBaseGroupNameOk() (*string, bool)
- func (o *BaseAzureAccount) GetClientID() string
- func (o *BaseAzureAccount) GetClientIDOk() (*string, bool)
- func (o *BaseAzureAccount) GetClientSecret() string
- func (o *BaseAzureAccount) GetClientSecretOk() (*string, bool)
- func (o *BaseAzureAccount) GetLabel() string
- func (o *BaseAzureAccount) GetLabelOk() (*string, bool)
- func (o *BaseAzureAccount) GetSubscriptionID() string
- func (o *BaseAzureAccount) GetSubscriptionIDOk() (*string, bool)
- func (o *BaseAzureAccount) GetTenantID() string
- func (o *BaseAzureAccount) GetTenantIDOk() (*string, bool)
- func (o BaseAzureAccount) MarshalJSON() ([]byte, error)
- func (o *BaseAzureAccount) SetBaseGroupName(v string)
- func (o *BaseAzureAccount) SetClientID(v string)
- func (o *BaseAzureAccount) SetClientSecret(v string)
- func (o *BaseAzureAccount) SetLabel(v string)
- func (o *BaseAzureAccount) SetSubscriptionID(v string)
- func (o *BaseAzureAccount) SetTenantID(v string)
- func (o BaseAzureAccount) ToMap() (map[string]interface{}, error)
- func (o *BaseAzureAccount) UnmarshalJSON(data []byte) (err error)
- type BaseContract
- func (o *BaseContract) GetBin() string
- func (o *BaseContract) GetBinOk() (*string, bool)
- func (o *BaseContract) GetContractName() string
- func (o *BaseContract) GetContractNameOk() (*string, bool)
- func (o *BaseContract) GetDeveloperDoc() string
- func (o *BaseContract) GetDeveloperDocOk() (*string, bool)
- func (o *BaseContract) GetIsFavorite() bool
- func (o *BaseContract) GetIsFavoriteOk() (*bool, bool)
- func (o *BaseContract) GetLabel() string
- func (o *BaseContract) GetLabelOk() (*string, bool)
- func (o *BaseContract) GetMetadata() string
- func (o *BaseContract) GetMetadataOk() (*string, bool)
- func (o *BaseContract) GetRawAbi() string
- func (o *BaseContract) GetRawAbiOk() (*string, bool)
- func (o *BaseContract) GetUserDoc() string
- func (o *BaseContract) GetUserDocOk() (*string, bool)
- func (o *BaseContract) GetVersion() string
- func (o *BaseContract) GetVersionOk() (*string, bool)
- func (o *BaseContract) HasBin() bool
- func (o *BaseContract) HasIsFavorite() bool
- func (o *BaseContract) HasMetadata() bool
- func (o BaseContract) MarshalJSON() ([]byte, error)
- func (o *BaseContract) SetBin(v string)
- func (o *BaseContract) SetContractName(v string)
- func (o *BaseContract) SetDeveloperDoc(v string)
- func (o *BaseContract) SetIsFavorite(v bool)
- func (o *BaseContract) SetLabel(v string)
- func (o *BaseContract) SetMetadata(v string)
- func (o *BaseContract) SetRawAbi(v string)
- func (o *BaseContract) SetUserDoc(v string)
- func (o *BaseContract) SetVersion(v string)
- func (o BaseContract) ToMap() (map[string]interface{}, error)
- func (o *BaseContract) UnmarshalJSON(data []byte) (err error)
- type BaseResponse
- func (o *BaseResponse) GetMessage() string
- func (o *BaseResponse) GetMessageOk() (*string, bool)
- func (o *BaseResponse) GetStatus() int64
- func (o *BaseResponse) GetStatusOk() (*int64, bool)
- func (o BaseResponse) MarshalJSON() ([]byte, error)
- func (o *BaseResponse) SetMessage(v string)
- func (o *BaseResponse) SetStatus(v int64)
- func (o BaseResponse) ToMap() (map[string]interface{}, error)
- func (o *BaseResponse) UnmarshalJSON(data []byte) (err error)
- type BaseTransactionToSign
- func (o *BaseTransactionToSign) GetTx() BaseTransactionToSignTx
- func (o *BaseTransactionToSign) GetTxOk() (*BaseTransactionToSignTx, bool)
- func (o BaseTransactionToSign) MarshalJSON() ([]byte, error)
- func (o *BaseTransactionToSign) SetTx(v BaseTransactionToSignTx)
- func (o BaseTransactionToSign) ToMap() (map[string]interface{}, error)
- func (o *BaseTransactionToSign) UnmarshalJSON(data []byte) (err error)
- type BaseTransactionToSignTx
- func (o *BaseTransactionToSignTx) GetData() string
- func (o *BaseTransactionToSignTx) GetDataOk() (*string, bool)
- func (o *BaseTransactionToSignTx) GetFrom() string
- func (o *BaseTransactionToSignTx) GetFromOk() (*string, bool)
- func (o *BaseTransactionToSignTx) GetGas() int64
- func (o *BaseTransactionToSignTx) GetGasFeeCap() string
- func (o *BaseTransactionToSignTx) GetGasFeeCapOk() (*string, bool)
- func (o *BaseTransactionToSignTx) GetGasOk() (*int64, bool)
- func (o *BaseTransactionToSignTx) GetGasPrice() string
- func (o *BaseTransactionToSignTx) GetGasPriceOk() (*string, bool)
- func (o *BaseTransactionToSignTx) GetGasTipCap() string
- func (o *BaseTransactionToSignTx) GetGasTipCapOk() (*string, bool)
- func (o *BaseTransactionToSignTx) GetHash() string
- func (o *BaseTransactionToSignTx) GetHashOk() (*string, bool)
- func (o *BaseTransactionToSignTx) GetNonce() int64
- func (o *BaseTransactionToSignTx) GetNonceOk() (*int64, bool)
- func (o *BaseTransactionToSignTx) GetTo() string
- func (o *BaseTransactionToSignTx) GetToOk() (*string, bool)
- func (o *BaseTransactionToSignTx) GetType() int64
- func (o *BaseTransactionToSignTx) GetTypeOk() (*int64, bool)
- func (o *BaseTransactionToSignTx) GetValue() string
- func (o *BaseTransactionToSignTx) GetValueOk() (*string, bool)
- func (o *BaseTransactionToSignTx) HasGasFeeCap() bool
- func (o *BaseTransactionToSignTx) HasGasPrice() bool
- func (o *BaseTransactionToSignTx) HasGasTipCap() bool
- func (o *BaseTransactionToSignTx) HasHash() bool
- func (o *BaseTransactionToSignTx) HasNonce() bool
- func (o *BaseTransactionToSignTx) HasTo() bool
- func (o BaseTransactionToSignTx) MarshalJSON() ([]byte, error)
- func (o *BaseTransactionToSignTx) SetData(v string)
- func (o *BaseTransactionToSignTx) SetFrom(v string)
- func (o *BaseTransactionToSignTx) SetGas(v int64)
- func (o *BaseTransactionToSignTx) SetGasFeeCap(v string)
- func (o *BaseTransactionToSignTx) SetGasPrice(v string)
- func (o *BaseTransactionToSignTx) SetGasTipCap(v string)
- func (o *BaseTransactionToSignTx) SetHash(v string)
- func (o *BaseTransactionToSignTx) SetNonce(v int64)
- func (o *BaseTransactionToSignTx) SetTo(v string)
- func (o *BaseTransactionToSignTx) SetToNil()
- func (o *BaseTransactionToSignTx) SetType(v int64)
- func (o *BaseTransactionToSignTx) SetValue(v string)
- func (o BaseTransactionToSignTx) ToMap() (map[string]interface{}, error)
- func (o *BaseTransactionToSignTx) UnmarshalJSON(data []byte) (err error)
- func (o *BaseTransactionToSignTx) UnsetTo()
- type BaseUser
- func (o *BaseUser) GetEmail() string
- func (o *BaseUser) GetEmailOk() (*string, bool)
- func (o *BaseUser) GetName() string
- func (o *BaseUser) GetNameOk() (*string, bool)
- func (o BaseUser) MarshalJSON() ([]byte, error)
- func (o *BaseUser) SetEmail(v string)
- func (o *BaseUser) SetName(v string)
- func (o BaseUser) ToMap() (map[string]interface{}, error)
- func (o *BaseUser) UnmarshalJSON(data []byte) (err error)
- type BaseWebhookEndpoint
- func (o *BaseWebhookEndpoint) GetLabel() string
- func (o *BaseWebhookEndpoint) GetLabelOk() (*string, bool)
- func (o *BaseWebhookEndpoint) GetSubscriptions() []WebhookEventsType
- func (o *BaseWebhookEndpoint) GetSubscriptionsOk() ([]WebhookEventsType, bool)
- func (o *BaseWebhookEndpoint) GetUrl() string
- func (o *BaseWebhookEndpoint) GetUrlOk() (*string, bool)
- func (o BaseWebhookEndpoint) MarshalJSON() ([]byte, error)
- func (o *BaseWebhookEndpoint) SetLabel(v string)
- func (o *BaseWebhookEndpoint) SetSubscriptions(v []WebhookEventsType)
- func (o *BaseWebhookEndpoint) SetUrl(v string)
- func (o BaseWebhookEndpoint) ToMap() (map[string]interface{}, error)
- func (o *BaseWebhookEndpoint) UnmarshalJSON(data []byte) (err error)
- type BasicAuth
- type Block
- func (o *Block) GetBaseFeePerGas() string
- func (o *Block) GetBaseFeePerGasOk() (*string, bool)
- func (o *Block) GetBlockchain() string
- func (o *Block) GetBlockchainOk() (*string, bool)
- func (o *Block) GetDifficulty() string
- func (o *Block) GetDifficultyOk() (*string, bool)
- func (o *Block) GetExtraData() string
- func (o *Block) GetExtraDataOk() (*string, bool)
- func (o *Block) GetGasLimit() int64
- func (o *Block) GetGasLimitOk() (*int64, bool)
- func (o *Block) GetGasUsed() int32
- func (o *Block) GetGasUsedOk() (*int32, bool)
- func (o *Block) GetHash() string
- func (o *Block) GetHashOk() (*string, bool)
- func (o *Block) GetLogsBloom() string
- func (o *Block) GetLogsBloomOk() (*string, bool)
- func (o *Block) GetMiner() string
- func (o *Block) GetMinerOk() (*string, bool)
- func (o *Block) GetMixHash() string
- func (o *Block) GetMixHashOk() (*string, bool)
- func (o *Block) GetNonce() string
- func (o *Block) GetNonceOk() (*string, bool)
- func (o *Block) GetNumber() string
- func (o *Block) GetNumberOk() (*string, bool)
- func (o *Block) GetParentHash() string
- func (o *Block) GetParentHashOk() (*string, bool)
- func (o *Block) GetReceiptsRoot() string
- func (o *Block) GetReceiptsRootOk() (*string, bool)
- func (o *Block) GetSha3Uncles() string
- func (o *Block) GetSha3UnclesOk() (*string, bool)
- func (o *Block) GetStateRoot() string
- func (o *Block) GetStateRootOk() (*string, bool)
- func (o *Block) GetTimestamp() int64
- func (o *Block) GetTimestampOk() (*int64, bool)
- func (o *Block) GetTransactions() []Transaction
- func (o *Block) GetTransactionsOk() ([]Transaction, bool)
- func (o *Block) GetTransactionsRoot() string
- func (o *Block) GetTransactionsRootOk() (*string, bool)
- func (o Block) MarshalJSON() ([]byte, error)
- func (o *Block) SetBaseFeePerGas(v string)
- func (o *Block) SetBlockchain(v string)
- func (o *Block) SetDifficulty(v string)
- func (o *Block) SetExtraData(v string)
- func (o *Block) SetGasLimit(v int64)
- func (o *Block) SetGasUsed(v int32)
- func (o *Block) SetHash(v string)
- func (o *Block) SetLogsBloom(v string)
- func (o *Block) SetMiner(v string)
- func (o *Block) SetMixHash(v string)
- func (o *Block) SetNonce(v string)
- func (o *Block) SetNumber(v string)
- func (o *Block) SetParentHash(v string)
- func (o *Block) SetReceiptsRoot(v string)
- func (o *Block) SetSha3Uncles(v string)
- func (o *Block) SetStateRoot(v string)
- func (o *Block) SetTimestamp(v int64)
- func (o *Block) SetTransactions(v []Transaction)
- func (o *Block) SetTransactionsRoot(v string)
- func (o Block) ToMap() (map[string]interface{}, error)
- func (o *Block) UnmarshalJSON(data []byte) (err error)
- type CORSOrigin
- func (o *CORSOrigin) GetId() int64
- func (o *CORSOrigin) GetIdOk() (*int64, bool)
- func (o *CORSOrigin) GetOrigin() string
- func (o *CORSOrigin) GetOriginOk() (*string, bool)
- func (o *CORSOrigin) HasId() bool
- func (o *CORSOrigin) HasOrigin() bool
- func (o CORSOrigin) MarshalJSON() ([]byte, error)
- func (o *CORSOrigin) SetId(v int64)
- func (o *CORSOrigin) SetOrigin(v string)
- func (o CORSOrigin) ToMap() (map[string]interface{}, error)
- type CallContractFunction200Response
- func (o *CallContractFunction200Response) GetMessage() string
- func (o *CallContractFunction200Response) GetMessageOk() (*string, bool)
- func (o *CallContractFunction200Response) GetResult() CallContractFunction200ResponseAllOfResult
- func (o *CallContractFunction200Response) GetResultOk() (*CallContractFunction200ResponseAllOfResult, bool)
- func (o *CallContractFunction200Response) GetStatus() int64
- func (o *CallContractFunction200Response) GetStatusOk() (*int64, bool)
- func (o CallContractFunction200Response) MarshalJSON() ([]byte, error)
- func (o *CallContractFunction200Response) SetMessage(v string)
- func (o *CallContractFunction200Response) SetResult(v CallContractFunction200ResponseAllOfResult)
- func (o *CallContractFunction200Response) SetStatus(v int64)
- func (o CallContractFunction200Response) ToMap() (map[string]interface{}, error)
- func (o *CallContractFunction200Response) UnmarshalJSON(data []byte) (err error)
- type CallContractFunction200ResponseAllOfResult
- func MethodCallPreviewResponseAsCallContractFunction200ResponseAllOfResult(v *MethodCallPreviewResponse) CallContractFunction200ResponseAllOfResult
- func MethodCallResponseAsCallContractFunction200ResponseAllOfResult(v *MethodCallResponse) CallContractFunction200ResponseAllOfResult
- func TransactionToSignResponseAsCallContractFunction200ResponseAllOfResult(v *TransactionToSignResponse) CallContractFunction200ResponseAllOfResult
- type ChainName
- type ChainStatus
- func (o *ChainStatus) GetBaseFee() string
- func (o *ChainStatus) GetBaseFeeOk() (*string, bool)
- func (o *ChainStatus) GetBlockNumber() int64
- func (o *ChainStatus) GetBlockNumberOk() (*int64, bool)
- func (o *ChainStatus) GetChainID() int64
- func (o *ChainStatus) GetChainIDOk() (*int64, bool)
- func (o *ChainStatus) GetNetworkID() int64
- func (o *ChainStatus) GetNetworkIDOk() (*int64, bool)
- func (o *ChainStatus) GetVersion() string
- func (o *ChainStatus) GetVersionOk() (*string, bool)
- func (o *ChainStatus) HasBaseFee() bool
- func (o ChainStatus) MarshalJSON() ([]byte, error)
- func (o *ChainStatus) SetBaseFee(v string)
- func (o *ChainStatus) SetBlockNumber(v int64)
- func (o *ChainStatus) SetChainID(v int64)
- func (o *ChainStatus) SetNetworkID(v int64)
- func (o *ChainStatus) SetVersion(v string)
- func (o ChainStatus) ToMap() (map[string]interface{}, error)
- func (o *ChainStatus) UnmarshalJSON(data []byte) (err error)
- type ChainsAPI
- type ChainsAPIService
- func (a *ChainsAPIService) GetBlock(ctx context.Context, chain ChainName, block string) ApiGetBlockRequest
- func (a *ChainsAPIService) GetBlockExecute(r ApiGetBlockRequest) (*GetBlock200Response, *http.Response, error)
- func (a *ChainsAPIService) GetChainStatus(ctx context.Context, chain ChainName) ApiGetChainStatusRequest
- func (a *ChainsAPIService) GetChainStatusExecute(r ApiGetChainStatusRequest) (*GetChainStatus200Response, *http.Response, error)
- func (a *ChainsAPIService) GetTransaction(ctx context.Context, chain ChainName, hash string) ApiGetTransactionRequest
- func (a *ChainsAPIService) GetTransactionExecute(r ApiGetTransactionRequest) (*GetTransaction200Response, *http.Response, error)
- func (a *ChainsAPIService) GetTransactionReceipt(ctx context.Context, chain ChainName, hash string) ApiGetTransactionReceiptRequest
- func (a *ChainsAPIService) GetTransactionReceiptExecute(r ApiGetTransactionReceiptRequest) (*GetTransactionReceipt200Response, *http.Response, error)
- func (a *ChainsAPIService) SubmitSignedTransaction(ctx context.Context, chain ChainName) ApiSubmitSignedTransactionRequest
- func (a *ChainsAPIService) SubmitSignedTransactionExecute(r ApiSubmitSignedTransactionRequest) (*SubmitSignedTransaction200Response, *http.Response, error)
- func (a *ChainsAPIService) TransferEth(ctx context.Context, chain ChainName) ApiTransferEthRequest
- func (a *ChainsAPIService) TransferEthExecute(r ApiTransferEthRequest) (*TransferEth200Response, *http.Response, error)
- type Configuration
- type Contract
- func (o *Contract) GetAbi() ContractABI
- func (o *Contract) GetAbiOk() (*ContractABI, bool)
- func (o *Contract) GetBin() string
- func (o *Contract) GetBinOk() (*string, bool)
- func (o *Contract) GetContractName() string
- func (o *Contract) GetContractNameOk() (*string, bool)
- func (o *Contract) GetDeveloperDoc() string
- func (o *Contract) GetDeveloperDocOk() (*string, bool)
- func (o *Contract) GetInstances() []ContractInstance
- func (o *Contract) GetInstancesOk() ([]ContractInstance, bool)
- func (o *Contract) GetIsFavorite() bool
- func (o *Contract) GetIsFavoriteOk() (*bool, bool)
- func (o *Contract) GetLabel() string
- func (o *Contract) GetLabelOk() (*string, bool)
- func (o *Contract) GetMetadata() string
- func (o *Contract) GetMetadataOk() (*string, bool)
- func (o *Contract) GetRawAbi() string
- func (o *Contract) GetRawAbiOk() (*string, bool)
- func (o *Contract) GetUserDoc() string
- func (o *Contract) GetUserDocOk() (*string, bool)
- func (o *Contract) GetVersion() string
- func (o *Contract) GetVersionOk() (*string, bool)
- func (o *Contract) HasBin() bool
- func (o *Contract) HasInstances() bool
- func (o *Contract) HasIsFavorite() bool
- func (o *Contract) HasMetadata() bool
- func (o Contract) MarshalJSON() ([]byte, error)
- func (o *Contract) SetAbi(v ContractABI)
- func (o *Contract) SetBin(v string)
- func (o *Contract) SetContractName(v string)
- func (o *Contract) SetDeveloperDoc(v string)
- func (o *Contract) SetInstances(v []ContractInstance)
- func (o *Contract) SetIsFavorite(v bool)
- func (o *Contract) SetLabel(v string)
- func (o *Contract) SetMetadata(v string)
- func (o *Contract) SetRawAbi(v string)
- func (o *Contract) SetUserDoc(v string)
- func (o *Contract) SetVersion(v string)
- func (o Contract) ToMap() (map[string]interface{}, error)
- func (o *Contract) UnmarshalJSON(data []byte) (err error)
- type ContractABI
- func (o *ContractABI) GetConstructor() ContractABIMethod1
- func (o *ContractABI) GetConstructorOk() (*ContractABIMethod1, bool)
- func (o *ContractABI) GetErrors() map[string]ContractABIError
- func (o *ContractABI) GetErrorsOk() (*map[string]ContractABIError, bool)
- func (o *ContractABI) GetEvents() map[string]ContractABIEvent
- func (o *ContractABI) GetEventsOk() (*map[string]ContractABIEvent, bool)
- func (o *ContractABI) GetFallback() ContractABIMethod
- func (o *ContractABI) GetFallbackOk() (*ContractABIMethod, bool)
- func (o *ContractABI) GetMethods() map[string]ContractABIMethod
- func (o *ContractABI) GetMethodsOk() (*map[string]ContractABIMethod, bool)
- func (o *ContractABI) GetReceive() ContractABIMethod
- func (o *ContractABI) GetReceiveOk() (*ContractABIMethod, bool)
- func (o *ContractABI) HasErrors() bool
- func (o ContractABI) MarshalJSON() ([]byte, error)
- func (o *ContractABI) SetConstructor(v ContractABIMethod1)
- func (o *ContractABI) SetErrors(v map[string]ContractABIError)
- func (o *ContractABI) SetEvents(v map[string]ContractABIEvent)
- func (o *ContractABI) SetFallback(v ContractABIMethod)
- func (o *ContractABI) SetMethods(v map[string]ContractABIMethod)
- func (o *ContractABI) SetReceive(v ContractABIMethod)
- func (o ContractABI) ToMap() (map[string]interface{}, error)
- func (o *ContractABI) UnmarshalJSON(data []byte) (err error)
- type ContractABIError
- func (o *ContractABIError) GetDescription() string
- func (o *ContractABIError) GetDescriptionOk() (*string, bool)
- func (o *ContractABIError) GetId() string
- func (o *ContractABIError) GetIdOk() (*string, bool)
- func (o *ContractABIError) GetInputs() []ContractABIErrorArgument
- func (o *ContractABIError) GetInputsOk() ([]ContractABIErrorArgument, bool)
- func (o *ContractABIError) GetName() string
- func (o *ContractABIError) GetNameOk() (*string, bool)
- func (o *ContractABIError) GetNotes() string
- func (o *ContractABIError) GetNotesOk() (*string, bool)
- func (o *ContractABIError) GetSignature() string
- func (o *ContractABIError) GetSignatureOk() (*string, bool)
- func (o *ContractABIError) HasDescription() bool
- func (o *ContractABIError) HasNotes() bool
- func (o ContractABIError) MarshalJSON() ([]byte, error)
- func (o *ContractABIError) SetDescription(v string)
- func (o *ContractABIError) SetId(v string)
- func (o *ContractABIError) SetInputs(v []ContractABIErrorArgument)
- func (o *ContractABIError) SetName(v string)
- func (o *ContractABIError) SetNotes(v string)
- func (o *ContractABIError) SetSignature(v string)
- func (o ContractABIError) ToMap() (map[string]interface{}, error)
- func (o *ContractABIError) UnmarshalJSON(data []byte) (err error)
- type ContractABIErrorArgument
- func (o *ContractABIErrorArgument) GetIndexed() bool
- func (o *ContractABIErrorArgument) GetIndexedOk() (*bool, bool)
- func (o *ContractABIErrorArgument) GetName() string
- func (o *ContractABIErrorArgument) GetNameOk() (*string, bool)
- func (o *ContractABIErrorArgument) GetNotes() string
- func (o *ContractABIErrorArgument) GetNotesOk() (*string, bool)
- func (o *ContractABIErrorArgument) GetType() ContractABIType
- func (o *ContractABIErrorArgument) GetTypeOk() (*ContractABIType, bool)
- func (o ContractABIErrorArgument) MarshalJSON() ([]byte, error)
- func (o *ContractABIErrorArgument) SetIndexed(v bool)
- func (o *ContractABIErrorArgument) SetName(v string)
- func (o *ContractABIErrorArgument) SetNotes(v string)
- func (o *ContractABIErrorArgument) SetType(v ContractABIType)
- func (o ContractABIErrorArgument) ToMap() (map[string]interface{}, error)
- func (o *ContractABIErrorArgument) UnmarshalJSON(data []byte) (err error)
- type ContractABIEvent
- func (o *ContractABIEvent) GetAnonymous() bool
- func (o *ContractABIEvent) GetAnonymousOk() (*bool, bool)
- func (o *ContractABIEvent) GetDescription() string
- func (o *ContractABIEvent) GetDescriptionOk() (*string, bool)
- func (o *ContractABIEvent) GetId() string
- func (o *ContractABIEvent) GetIdOk() (*string, bool)
- func (o *ContractABIEvent) GetInputs() []ContractABIEventArgument
- func (o *ContractABIEvent) GetInputsOk() ([]ContractABIEventArgument, bool)
- func (o *ContractABIEvent) GetName() string
- func (o *ContractABIEvent) GetNameOk() (*string, bool)
- func (o *ContractABIEvent) GetNotes() string
- func (o *ContractABIEvent) GetNotesOk() (*string, bool)
- func (o *ContractABIEvent) GetSignature() string
- func (o *ContractABIEvent) GetSignatureOk() (*string, bool)
- func (o ContractABIEvent) MarshalJSON() ([]byte, error)
- func (o *ContractABIEvent) SetAnonymous(v bool)
- func (o *ContractABIEvent) SetDescription(v string)
- func (o *ContractABIEvent) SetId(v string)
- func (o *ContractABIEvent) SetInputs(v []ContractABIEventArgument)
- func (o *ContractABIEvent) SetName(v string)
- func (o *ContractABIEvent) SetNotes(v string)
- func (o *ContractABIEvent) SetSignature(v string)
- func (o ContractABIEvent) ToMap() (map[string]interface{}, error)
- func (o *ContractABIEvent) UnmarshalJSON(data []byte) (err error)
- type ContractABIEventArgument
- func (o *ContractABIEventArgument) GetIndexed() bool
- func (o *ContractABIEventArgument) GetIndexedOk() (*bool, bool)
- func (o *ContractABIEventArgument) GetName() string
- func (o *ContractABIEventArgument) GetNameOk() (*string, bool)
- func (o *ContractABIEventArgument) GetNotes() string
- func (o *ContractABIEventArgument) GetNotesOk() (*string, bool)
- func (o *ContractABIEventArgument) GetType() ContractABIType
- func (o *ContractABIEventArgument) GetTypeConversion() ContractABITypeConversion
- func (o *ContractABIEventArgument) GetTypeConversionOk() (*ContractABITypeConversion, bool)
- func (o *ContractABIEventArgument) GetTypeOk() (*ContractABIType, bool)
- func (o ContractABIEventArgument) MarshalJSON() ([]byte, error)
- func (o *ContractABIEventArgument) SetIndexed(v bool)
- func (o *ContractABIEventArgument) SetName(v string)
- func (o *ContractABIEventArgument) SetNotes(v string)
- func (o *ContractABIEventArgument) SetType(v ContractABIType)
- func (o *ContractABIEventArgument) SetTypeConversion(v ContractABITypeConversion)
- func (o ContractABIEventArgument) ToMap() (map[string]interface{}, error)
- func (o *ContractABIEventArgument) UnmarshalJSON(data []byte) (err error)
- type ContractABIMethod
- func (o *ContractABIMethod) GetAuthor() string
- func (o *ContractABIMethod) GetAuthorOk() (*string, bool)
- func (o *ContractABIMethod) GetConst() bool
- func (o *ContractABIMethod) GetConstOk() (*bool, bool)
- func (o *ContractABIMethod) GetDescription() string
- func (o *ContractABIMethod) GetDescriptionOk() (*string, bool)
- func (o *ContractABIMethod) GetId() string
- func (o *ContractABIMethod) GetIdOk() (*string, bool)
- func (o *ContractABIMethod) GetInputs() []ContractABIMethodArgument
- func (o *ContractABIMethod) GetInputsOk() ([]ContractABIMethodArgument, bool)
- func (o *ContractABIMethod) GetName() string
- func (o *ContractABIMethod) GetNameOk() (*string, bool)
- func (o *ContractABIMethod) GetNotes() string
- func (o *ContractABIMethod) GetNotesOk() (*string, bool)
- func (o *ContractABIMethod) GetOutputs() []ContractABIMethodArgument
- func (o *ContractABIMethod) GetOutputsOk() ([]ContractABIMethodArgument, bool)
- func (o *ContractABIMethod) GetPayable() bool
- func (o *ContractABIMethod) GetPayableOk() (*bool, bool)
- func (o *ContractABIMethod) GetReturns() string
- func (o *ContractABIMethod) GetReturnsOk() (*string, bool)
- func (o *ContractABIMethod) GetSignature() string
- func (o *ContractABIMethod) GetSignatureOk() (*string, bool)
- func (o ContractABIMethod) MarshalJSON() ([]byte, error)
- func (o *ContractABIMethod) SetAuthor(v string)
- func (o *ContractABIMethod) SetConst(v bool)
- func (o *ContractABIMethod) SetDescription(v string)
- func (o *ContractABIMethod) SetId(v string)
- func (o *ContractABIMethod) SetInputs(v []ContractABIMethodArgument)
- func (o *ContractABIMethod) SetName(v string)
- func (o *ContractABIMethod) SetNotes(v string)
- func (o *ContractABIMethod) SetOutputs(v []ContractABIMethodArgument)
- func (o *ContractABIMethod) SetPayable(v bool)
- func (o *ContractABIMethod) SetReturns(v string)
- func (o *ContractABIMethod) SetSignature(v string)
- func (o ContractABIMethod) ToMap() (map[string]interface{}, error)
- func (o *ContractABIMethod) UnmarshalJSON(data []byte) (err error)
- type ContractABIMethod1
- func (o *ContractABIMethod1) GetAuthor() string
- func (o *ContractABIMethod1) GetAuthorOk() (*string, bool)
- func (o *ContractABIMethod1) GetConst() bool
- func (o *ContractABIMethod1) GetConstOk() (*bool, bool)
- func (o *ContractABIMethod1) GetDescription() string
- func (o *ContractABIMethod1) GetDescriptionOk() (*string, bool)
- func (o *ContractABIMethod1) GetId() string
- func (o *ContractABIMethod1) GetIdOk() (*string, bool)
- func (o *ContractABIMethod1) GetInputs() []ContractABIMethodArgument
- func (o *ContractABIMethod1) GetInputsOk() ([]ContractABIMethodArgument, bool)
- func (o *ContractABIMethod1) GetName() string
- func (o *ContractABIMethod1) GetNameOk() (*string, bool)
- func (o *ContractABIMethod1) GetNotes() string
- func (o *ContractABIMethod1) GetNotesOk() (*string, bool)
- func (o *ContractABIMethod1) GetOutputs() []ContractABIMethodArgument
- func (o *ContractABIMethod1) GetOutputsOk() ([]ContractABIMethodArgument, bool)
- func (o *ContractABIMethod1) GetPayable() bool
- func (o *ContractABIMethod1) GetPayableOk() (*bool, bool)
- func (o *ContractABIMethod1) GetReturns() string
- func (o *ContractABIMethod1) GetReturnsOk() (*string, bool)
- func (o *ContractABIMethod1) GetSignature() string
- func (o *ContractABIMethod1) GetSignatureOk() (*string, bool)
- func (o ContractABIMethod1) MarshalJSON() ([]byte, error)
- func (o *ContractABIMethod1) SetAuthor(v string)
- func (o *ContractABIMethod1) SetConst(v bool)
- func (o *ContractABIMethod1) SetDescription(v string)
- func (o *ContractABIMethod1) SetId(v string)
- func (o *ContractABIMethod1) SetInputs(v []ContractABIMethodArgument)
- func (o *ContractABIMethod1) SetName(v string)
- func (o *ContractABIMethod1) SetNotes(v string)
- func (o *ContractABIMethod1) SetOutputs(v []ContractABIMethodArgument)
- func (o *ContractABIMethod1) SetPayable(v bool)
- func (o *ContractABIMethod1) SetReturns(v string)
- func (o *ContractABIMethod1) SetSignature(v string)
- func (o ContractABIMethod1) ToMap() (map[string]interface{}, error)
- func (o *ContractABIMethod1) UnmarshalJSON(data []byte) (err error)
- type ContractABIMethodArgument
- func (o *ContractABIMethodArgument) GetName() string
- func (o *ContractABIMethodArgument) GetNameOk() (*string, bool)
- func (o *ContractABIMethodArgument) GetNotes() string
- func (o *ContractABIMethodArgument) GetNotesOk() (*string, bool)
- func (o *ContractABIMethodArgument) GetType() ContractABIType
- func (o *ContractABIMethodArgument) GetTypeConversion() ContractABITypeConversion
- func (o *ContractABIMethodArgument) GetTypeConversionOk() (*ContractABITypeConversion, bool)
- func (o *ContractABIMethodArgument) GetTypeOk() (*ContractABIType, bool)
- func (o *ContractABIMethodArgument) HasName() bool
- func (o *ContractABIMethodArgument) HasNotes() bool
- func (o *ContractABIMethodArgument) HasType() bool
- func (o ContractABIMethodArgument) MarshalJSON() ([]byte, error)
- func (o *ContractABIMethodArgument) SetName(v string)
- func (o *ContractABIMethodArgument) SetNotes(v string)
- func (o *ContractABIMethodArgument) SetType(v ContractABIType)
- func (o *ContractABIMethodArgument) SetTypeConversion(v ContractABITypeConversion)
- func (o ContractABIMethodArgument) ToMap() (map[string]interface{}, error)
- func (o *ContractABIMethodArgument) UnmarshalJSON(data []byte) (err error)
- type ContractABIType
- func (o *ContractABIType) GetElem() ContractABIType
- func (o *ContractABIType) GetElemOk() (*ContractABIType, bool)
- func (o *ContractABIType) GetSize() int64
- func (o *ContractABIType) GetSizeOk() (*int64, bool)
- func (o *ContractABIType) GetTupleElems() []ContractABIType
- func (o *ContractABIType) GetTupleElemsOk() ([]ContractABIType, bool)
- func (o *ContractABIType) GetTupleRawNames() []string
- func (o *ContractABIType) GetTupleRawNamesOk() ([]string, bool)
- func (o *ContractABIType) GetType() string
- func (o *ContractABIType) GetTypeOk() (*string, bool)
- func (o *ContractABIType) HasElem() bool
- func (o *ContractABIType) HasSize() bool
- func (o *ContractABIType) HasTupleElems() bool
- func (o *ContractABIType) HasTupleRawNames() bool
- func (o ContractABIType) MarshalJSON() ([]byte, error)
- func (o *ContractABIType) SetElem(v ContractABIType)
- func (o *ContractABIType) SetSize(v int64)
- func (o *ContractABIType) SetTupleElems(v []ContractABIType)
- func (o *ContractABIType) SetTupleRawNames(v []string)
- func (o *ContractABIType) SetType(v string)
- func (o ContractABIType) ToMap() (map[string]interface{}, error)
- func (o *ContractABIType) UnmarshalJSON(data []byte) (err error)
- type ContractABITypeConversion
- func (o *ContractABITypeConversion) GetDecimalsAbsolute() int64
- func (o *ContractABITypeConversion) GetDecimalsAbsoluteOk() (*int64, bool)
- func (o *ContractABITypeConversion) GetDecimalsFunction() string
- func (o *ContractABITypeConversion) GetDecimalsFunctionOk() (*string, bool)
- func (o *ContractABITypeConversion) GetMode() string
- func (o *ContractABITypeConversion) GetModeOk() (*string, bool)
- func (o ContractABITypeConversion) MarshalJSON() ([]byte, error)
- func (o *ContractABITypeConversion) SetDecimalsAbsolute(v int64)
- func (o *ContractABITypeConversion) SetDecimalsFunction(v string)
- func (o *ContractABITypeConversion) SetMode(v string)
- func (o ContractABITypeConversion) ToMap() (map[string]interface{}, error)
- func (o *ContractABITypeConversion) UnmarshalJSON(data []byte) (err error)
- type ContractEventOptions
- func (o *ContractEventOptions) GetInputs() []ContractParameter
- func (o *ContractEventOptions) GetInputsOk() ([]ContractParameter, bool)
- func (o *ContractEventOptions) GetSignature() string
- func (o *ContractEventOptions) GetSignatureOk() (*string, bool)
- func (o *ContractEventOptions) HasSignature() bool
- func (o ContractEventOptions) MarshalJSON() ([]byte, error)
- func (o *ContractEventOptions) SetInputs(v []ContractParameter)
- func (o *ContractEventOptions) SetSignature(v string)
- func (o ContractEventOptions) ToMap() (map[string]interface{}, error)
- func (o *ContractEventOptions) UnmarshalJSON(data []byte) (err error)
- type ContractInformation
- func (o *ContractInformation) GetAddress() string
- func (o *ContractInformation) GetAddressLabel() string
- func (o *ContractInformation) GetAddressLabelOk() (*string, bool)
- func (o *ContractInformation) GetAddressOk() (*string, bool)
- func (o *ContractInformation) GetLabel() string
- func (o *ContractInformation) GetLabelOk() (*string, bool)
- func (o *ContractInformation) GetName() string
- func (o *ContractInformation) GetNameOk() (*string, bool)
- func (o ContractInformation) MarshalJSON() ([]byte, error)
- func (o *ContractInformation) SetAddress(v string)
- func (o *ContractInformation) SetAddressLabel(v string)
- func (o *ContractInformation) SetLabel(v string)
- func (o *ContractInformation) SetName(v string)
- func (o ContractInformation) ToMap() (map[string]interface{}, error)
- func (o *ContractInformation) UnmarshalJSON(data []byte) (err error)
- type ContractInstance
- func (o *ContractInstance) GetAddress() string
- func (o *ContractInstance) GetAddressOk() (*string, bool)
- func (o *ContractInstance) GetLabel() string
- func (o *ContractInstance) GetLabelOk() (*string, bool)
- func (o ContractInstance) MarshalJSON() ([]byte, error)
- func (o *ContractInstance) SetAddress(v string)
- func (o *ContractInstance) SetLabel(v string)
- func (o ContractInstance) ToMap() (map[string]interface{}, error)
- func (o *ContractInstance) UnmarshalJSON(data []byte) (err error)
- type ContractLookup
- func (o *ContractLookup) GetAbi() string
- func (o *ContractLookup) GetAbiOk() (*string, bool)
- func (o *ContractLookup) GetAddress() string
- func (o *ContractLookup) GetAddressOk() (*string, bool)
- func (o *ContractLookup) GetBytecode() string
- func (o *ContractLookup) GetBytecodeOk() (*string, bool)
- func (o *ContractLookup) GetDevdoc() string
- func (o *ContractLookup) GetDevdocOk() (*string, bool)
- func (o *ContractLookup) GetName() string
- func (o *ContractLookup) GetNameOk() (*string, bool)
- func (o *ContractLookup) GetProxy() bool
- func (o *ContractLookup) GetProxyOk() (*bool, bool)
- func (o *ContractLookup) GetSource() string
- func (o *ContractLookup) GetSourceOk() (*string, bool)
- func (o *ContractLookup) GetUserdoc() string
- func (o *ContractLookup) GetUserdocOk() (*string, bool)
- func (o *ContractLookup) GetVerified() bool
- func (o *ContractLookup) GetVerifiedLink() string
- func (o *ContractLookup) GetVerifiedLinkOk() (*string, bool)
- func (o *ContractLookup) GetVerifiedOk() (*bool, bool)
- func (o *ContractLookup) GetVerifiedSource() string
- func (o *ContractLookup) GetVerifiedSourceOk() (*string, bool)
- func (o *ContractLookup) HasBytecode() bool
- func (o *ContractLookup) HasDevdoc() bool
- func (o *ContractLookup) HasName() bool
- func (o *ContractLookup) HasSource() bool
- func (o *ContractLookup) HasUserdoc() bool
- func (o *ContractLookup) HasVerifiedLink() bool
- func (o *ContractLookup) HasVerifiedSource() bool
- func (o ContractLookup) MarshalJSON() ([]byte, error)
- func (o *ContractLookup) SetAbi(v string)
- func (o *ContractLookup) SetAddress(v string)
- func (o *ContractLookup) SetBytecode(v string)
- func (o *ContractLookup) SetDevdoc(v string)
- func (o *ContractLookup) SetName(v string)
- func (o *ContractLookup) SetProxy(v bool)
- func (o *ContractLookup) SetSource(v string)
- func (o *ContractLookup) SetUserdoc(v string)
- func (o *ContractLookup) SetVerified(v bool)
- func (o *ContractLookup) SetVerifiedLink(v string)
- func (o *ContractLookup) SetVerifiedSource(v string)
- func (o ContractLookup) ToMap() (map[string]interface{}, error)
- func (o *ContractLookup) UnmarshalJSON(data []byte) (err error)
- type ContractMetadata
- func (o *ContractMetadata) GetLabel() string
- func (o *ContractMetadata) GetLabelOk() (*string, bool)
- func (o *ContractMetadata) GetName() string
- func (o *ContractMetadata) GetNameOk() (*string, bool)
- func (o *ContractMetadata) GetVersion() string
- func (o *ContractMetadata) GetVersionOk() (*string, bool)
- func (o ContractMetadata) MarshalJSON() ([]byte, error)
- func (o *ContractMetadata) SetLabel(v string)
- func (o *ContractMetadata) SetName(v string)
- func (o *ContractMetadata) SetVersion(v string)
- func (o ContractMetadata) ToMap() (map[string]interface{}, error)
- func (o *ContractMetadata) UnmarshalJSON(data []byte) (err error)
- type ContractMethodInformation
- func (o *ContractMethodInformation) GetInputs() []MethodArg
- func (o *ContractMethodInformation) GetInputsOk() ([]MethodArg, bool)
- func (o *ContractMethodInformation) GetName() string
- func (o *ContractMethodInformation) GetNameOk() (*string, bool)
- func (o *ContractMethodInformation) GetSignature() string
- func (o *ContractMethodInformation) GetSignatureOk() (*string, bool)
- func (o ContractMethodInformation) MarshalJSON() ([]byte, error)
- func (o *ContractMethodInformation) SetInputs(v []MethodArg)
- func (o *ContractMethodInformation) SetName(v string)
- func (o *ContractMethodInformation) SetSignature(v string)
- func (o ContractMethodInformation) ToMap() (map[string]interface{}, error)
- func (o *ContractMethodInformation) UnmarshalJSON(data []byte) (err error)
- type ContractMethodOptions
- func (o *ContractMethodOptions) GetInputs() []ContractParameter
- func (o *ContractMethodOptions) GetInputsOk() ([]ContractParameter, bool)
- func (o *ContractMethodOptions) GetOutputs() []ContractParameter
- func (o *ContractMethodOptions) GetOutputsOk() ([]ContractParameter, bool)
- func (o *ContractMethodOptions) GetSignature() string
- func (o *ContractMethodOptions) GetSignatureOk() (*string, bool)
- func (o *ContractMethodOptions) HasOutputs() bool
- func (o *ContractMethodOptions) HasSignature() bool
- func (o ContractMethodOptions) MarshalJSON() ([]byte, error)
- func (o *ContractMethodOptions) SetInputs(v []ContractParameter)
- func (o *ContractMethodOptions) SetOutputs(v []ContractParameter)
- func (o *ContractMethodOptions) SetSignature(v string)
- func (o ContractMethodOptions) ToMap() (map[string]interface{}, error)
- func (o *ContractMethodOptions) UnmarshalJSON(data []byte) (err error)
- type ContractOverview
- func (o *ContractOverview) GetContractName() string
- func (o *ContractOverview) GetContractNameOk() (*string, bool)
- func (o *ContractOverview) GetDeployable() bool
- func (o *ContractOverview) GetDeployableOk() (*bool, bool)
- func (o *ContractOverview) GetInstances() []ContractInstance
- func (o *ContractOverview) GetInstancesOk() ([]ContractInstance, bool)
- func (o *ContractOverview) GetIsFavorite() bool
- func (o *ContractOverview) GetIsFavoriteOk() (*bool, bool)
- func (o *ContractOverview) GetLabel() string
- func (o *ContractOverview) GetLabelOk() (*string, bool)
- func (o *ContractOverview) GetVersion() string
- func (o *ContractOverview) GetVersionOk() (*string, bool)
- func (o *ContractOverview) HasIsFavorite() bool
- func (o ContractOverview) MarshalJSON() ([]byte, error)
- func (o *ContractOverview) SetContractName(v string)
- func (o *ContractOverview) SetDeployable(v bool)
- func (o *ContractOverview) SetInstances(v []ContractInstance)
- func (o *ContractOverview) SetIsFavorite(v bool)
- func (o *ContractOverview) SetLabel(v string)
- func (o *ContractOverview) SetVersion(v string)
- func (o ContractOverview) ToMap() (map[string]interface{}, error)
- func (o *ContractOverview) UnmarshalJSON(data []byte) (err error)
- type ContractParameter
- func (o *ContractParameter) GetTypeConversion() ContractABITypeConversion
- func (o *ContractParameter) GetTypeConversionOk() (*ContractABITypeConversion, bool)
- func (o ContractParameter) MarshalJSON() ([]byte, error)
- func (o *ContractParameter) SetTypeConversion(v ContractABITypeConversion)
- func (o ContractParameter) ToMap() (map[string]interface{}, error)
- func (o *ContractParameter) UnmarshalJSON(data []byte) (err error)
- type ContractsAPI
- type ContractsAPIService
- func (a *ContractsAPIService) CallContractFunction(ctx context.Context, chain ChainName, addressOrLabel string, contract string, ...) ApiCallContractFunctionRequest
- func (a *ContractsAPIService) CallContractFunctionExecute(r ApiCallContractFunctionRequest) (*CallContractFunction200Response, *http.Response, error)
- func (a *ContractsAPIService) CreateContract(ctx context.Context, contract string) ApiCreateContractRequest
- func (a *ContractsAPIService) CreateContractExecute(r ApiCreateContractRequest) (*GetContract200Response, *http.Response, error)
- func (a *ContractsAPIService) CreateContracts(ctx context.Context) ApiCreateContractsRequest
- func (a *ContractsAPIService) CreateContractsExecute(r ApiCreateContractsRequest) (*BaseResponse, *http.Response, error)
- func (a *ContractsAPIService) DeleteContract(ctx context.Context, contract string) ApiDeleteContractRequest
- func (a *ContractsAPIService) DeleteContractExecute(r ApiDeleteContractRequest) (*BaseResponse, *http.Response, error)
- func (a *ContractsAPIService) DeleteContractVersion(ctx context.Context, contract string, version string) ApiDeleteContractVersionRequest
- func (a *ContractsAPIService) DeleteContractVersionExecute(r ApiDeleteContractVersionRequest) (*BaseResponse, *http.Response, error)
- func (a *ContractsAPIService) DeployContract(ctx context.Context, contract string) ApiDeployContractRequest
- func (a *ContractsAPIService) DeployContractExecute(r ApiDeployContractRequest) (*DeployContract200Response, *http.Response, error)
- func (a *ContractsAPIService) DeployContractVersion(ctx context.Context, contract string, version string) ApiDeployContractVersionRequest
- func (a *ContractsAPIService) DeployContractVersionExecute(r ApiDeployContractVersionRequest) (*DeployContract200Response, *http.Response, error)
- func (a *ContractsAPIService) GetContract(ctx context.Context, contract string) ApiGetContractRequest
- func (a *ContractsAPIService) GetContractExecute(r ApiGetContractRequest) (*GetContract200Response, *http.Response, error)
- func (a *ContractsAPIService) GetContractVersion(ctx context.Context, contract string, version string) ApiGetContractVersionRequest
- func (a *ContractsAPIService) GetContractVersionExecute(r ApiGetContractVersionRequest) (*GetContract200Response, *http.Response, error)
- func (a *ContractsAPIService) GetContractVersions(ctx context.Context, contract string) ApiGetContractVersionsRequest
- func (a *ContractsAPIService) GetContractVersionsExecute(r ApiGetContractVersionsRequest) (*GetContractVersions200Response, *http.Response, error)
- func (a *ContractsAPIService) GetEventMonitorStatus(ctx context.Context, chain ChainName, addressOrLabel string, contract string) ApiGetEventMonitorStatusRequest
- func (a *ContractsAPIService) GetEventMonitorStatusExecute(r ApiGetEventMonitorStatusRequest) (*GetEventMonitorStatus200Response, *http.Response, error)
- func (a *ContractsAPIService) GetEventTypeConversions(ctx context.Context, contract string, version string, event string) ApiGetEventTypeConversionsRequest
- func (a *ContractsAPIService) GetEventTypeConversionsExecute(r ApiGetEventTypeConversionsRequest) (*GetEventTypeConversions200Response, *http.Response, error)
- func (a *ContractsAPIService) GetFunctionTypeConversions(ctx context.Context, contract string, version string, method string) ApiGetFunctionTypeConversionsRequest
- func (a *ContractsAPIService) GetFunctionTypeConversionsExecute(r ApiGetFunctionTypeConversionsRequest) (*GetFunctionTypeConversions200Response, *http.Response, error)
- func (a *ContractsAPIService) LinkAddressContract(ctx context.Context, chain ChainName, addressOrLabel string) ApiLinkAddressContractRequest
- func (a *ContractsAPIService) LinkAddressContractExecute(r ApiLinkAddressContractRequest) (*SetAddress201Response, *http.Response, error)
- func (a *ContractsAPIService) ListContractVersions(ctx context.Context, contract string) ApiListContractVersionsRequest
- func (a *ContractsAPIService) ListContractVersionsExecute(r ApiListContractVersionsRequest) (*ListContractVersions200Response, *http.Response, error)
- func (a *ContractsAPIService) ListContracts(ctx context.Context) ApiListContractsRequest
- func (a *ContractsAPIService) ListContractsExecute(r ApiListContractsRequest) (*ListContracts200Response, *http.Response, error)
- func (a *ContractsAPIService) SetEventTypeConversions(ctx context.Context, contract string, version string, event string) ApiSetEventTypeConversionsRequest
- func (a *ContractsAPIService) SetEventTypeConversionsExecute(r ApiSetEventTypeConversionsRequest) (*BaseResponse, *http.Response, error)
- func (a *ContractsAPIService) SetFunctionTypeConversions(ctx context.Context, contract string, version string, method string) ApiSetFunctionTypeConversionsRequest
- func (a *ContractsAPIService) SetFunctionTypeConversionsExecute(r ApiSetFunctionTypeConversionsRequest) (*BaseResponse, *http.Response, error)
- func (a *ContractsAPIService) UnlinkAddressContract(ctx context.Context, chain ChainName, addressOrLabel string, contract string) ApiUnlinkAddressContractRequest
- func (a *ContractsAPIService) UnlinkAddressContractExecute(r ApiUnlinkAddressContractRequest) (*SetAddress201Response, *http.Response, error)
- type CountEventQueryRecords200Response
- func (o *CountEventQueryRecords200Response) GetMessage() string
- func (o *CountEventQueryRecords200Response) GetMessageOk() (*string, bool)
- func (o *CountEventQueryRecords200Response) GetResult() int64
- func (o *CountEventQueryRecords200Response) GetResultOk() (*int64, bool)
- func (o *CountEventQueryRecords200Response) GetStatus() int64
- func (o *CountEventQueryRecords200Response) GetStatusOk() (*int64, bool)
- func (o CountEventQueryRecords200Response) MarshalJSON() ([]byte, error)
- func (o *CountEventQueryRecords200Response) SetMessage(v string)
- func (o *CountEventQueryRecords200Response) SetResult(v int64)
- func (o *CountEventQueryRecords200Response) SetStatus(v int64)
- func (o CountEventQueryRecords200Response) ToMap() (map[string]interface{}, error)
- func (o *CountEventQueryRecords200Response) UnmarshalJSON(data []byte) (err error)
- type CountWalletTransactions200Response
- func (o *CountWalletTransactions200Response) GetMessage() string
- func (o *CountWalletTransactions200Response) GetMessageOk() (*string, bool)
- func (o *CountWalletTransactions200Response) GetResult() int64
- func (o *CountWalletTransactions200Response) GetResultOk() (*int64, bool)
- func (o *CountWalletTransactions200Response) GetStatus() int64
- func (o *CountWalletTransactions200Response) GetStatusOk() (*int64, bool)
- func (o CountWalletTransactions200Response) MarshalJSON() ([]byte, error)
- func (o *CountWalletTransactions200Response) SetMessage(v string)
- func (o *CountWalletTransactions200Response) SetResult(v int64)
- func (o *CountWalletTransactions200Response) SetStatus(v int64)
- func (o CountWalletTransactions200Response) ToMap() (map[string]interface{}, error)
- func (o *CountWalletTransactions200Response) UnmarshalJSON(data []byte) (err error)
- type CountWebhookEvents200Response
- func (o *CountWebhookEvents200Response) GetMessage() string
- func (o *CountWebhookEvents200Response) GetMessageOk() (*string, bool)
- func (o *CountWebhookEvents200Response) GetResult() int64
- func (o *CountWebhookEvents200Response) GetResultOk() (*int64, bool)
- func (o *CountWebhookEvents200Response) GetStatus() int64
- func (o *CountWebhookEvents200Response) GetStatusOk() (*int64, bool)
- func (o CountWebhookEvents200Response) MarshalJSON() ([]byte, error)
- func (o *CountWebhookEvents200Response) SetMessage(v string)
- func (o *CountWebhookEvents200Response) SetResult(v int64)
- func (o *CountWebhookEvents200Response) SetStatus(v int64)
- func (o CountWebhookEvents200Response) ToMap() (map[string]interface{}, error)
- func (o *CountWebhookEvents200Response) UnmarshalJSON(data []byte) (err error)
- type CountWebhooks200Response
- func (o *CountWebhooks200Response) GetMessage() string
- func (o *CountWebhooks200Response) GetMessageOk() (*string, bool)
- func (o *CountWebhooks200Response) GetResult() int64
- func (o *CountWebhooks200Response) GetResultOk() (*int64, bool)
- func (o *CountWebhooks200Response) GetStatus() int64
- func (o *CountWebhooks200Response) GetStatusOk() (*int64, bool)
- func (o CountWebhooks200Response) MarshalJSON() ([]byte, error)
- func (o *CountWebhooks200Response) SetMessage(v string)
- func (o *CountWebhooks200Response) SetResult(v int64)
- func (o *CountWebhooks200Response) SetStatus(v int64)
- func (o CountWebhooks200Response) ToMap() (map[string]interface{}, error)
- func (o *CountWebhooks200Response) UnmarshalJSON(data []byte) (err error)
- type CreateApiKey200Response
- func (o *CreateApiKey200Response) GetMessage() string
- func (o *CreateApiKey200Response) GetMessageOk() (*string, bool)
- func (o *CreateApiKey200Response) GetResult() APIKeyWithSecret
- func (o *CreateApiKey200Response) GetResultOk() (*APIKeyWithSecret, bool)
- func (o *CreateApiKey200Response) GetStatus() int64
- func (o *CreateApiKey200Response) GetStatusOk() (*int64, bool)
- func (o CreateApiKey200Response) MarshalJSON() ([]byte, error)
- func (o *CreateApiKey200Response) SetMessage(v string)
- func (o *CreateApiKey200Response) SetResult(v APIKeyWithSecret)
- func (o *CreateApiKey200Response) SetStatus(v int64)
- func (o CreateApiKey200Response) ToMap() (map[string]interface{}, error)
- func (o *CreateApiKey200Response) UnmarshalJSON(data []byte) (err error)
- type CreateApiKeyRequest
- func (o *CreateApiKeyRequest) GetGroupIDs() []int64
- func (o *CreateApiKeyRequest) GetGroupIDsOk() ([]int64, bool)
- func (o *CreateApiKeyRequest) GetLabel() string
- func (o *CreateApiKeyRequest) GetLabelOk() (*string, bool)
- func (o *CreateApiKeyRequest) HasGroupIDs() bool
- func (o CreateApiKeyRequest) MarshalJSON() ([]byte, error)
- func (o *CreateApiKeyRequest) SetGroupIDs(v []int64)
- func (o *CreateApiKeyRequest) SetLabel(v string)
- func (o CreateApiKeyRequest) ToMap() (map[string]interface{}, error)
- func (o *CreateApiKeyRequest) UnmarshalJSON(data []byte) (err error)
- type CreateHsmKey200Response
- func (o *CreateHsmKey200Response) GetMessage() string
- func (o *CreateHsmKey200Response) GetMessageOk() (*string, bool)
- func (o *CreateHsmKey200Response) GetResult() AzureWallet
- func (o *CreateHsmKey200Response) GetResultOk() (*AzureWallet, bool)
- func (o *CreateHsmKey200Response) GetStatus() int64
- func (o *CreateHsmKey200Response) GetStatusOk() (*int64, bool)
- func (o CreateHsmKey200Response) MarshalJSON() ([]byte, error)
- func (o *CreateHsmKey200Response) SetMessage(v string)
- func (o *CreateHsmKey200Response) SetResult(v AzureWallet)
- func (o *CreateHsmKey200Response) SetStatus(v int64)
- func (o CreateHsmKey200Response) ToMap() (map[string]interface{}, error)
- func (o *CreateHsmKey200Response) UnmarshalJSON(data []byte) (err error)
- type CreateKey
- func (o *CreateKey) GetClientID() string
- func (o *CreateKey) GetClientIDOk() (*string, bool)
- func (o *CreateKey) GetKeyName() string
- func (o *CreateKey) GetKeyNameOk() (*string, bool)
- func (o *CreateKey) GetUseHardwareModule() bool
- func (o *CreateKey) GetUseHardwareModuleOk() (*bool, bool)
- func (o *CreateKey) GetVaultName() string
- func (o *CreateKey) GetVaultNameOk() (*string, bool)
- func (o CreateKey) MarshalJSON() ([]byte, error)
- func (o *CreateKey) SetClientID(v string)
- func (o *CreateKey) SetKeyName(v string)
- func (o *CreateKey) SetUseHardwareModule(v bool)
- func (o *CreateKey) SetVaultName(v string)
- func (o CreateKey) ToMap() (map[string]interface{}, error)
- func (o *CreateKey) UnmarshalJSON(data []byte) (err error)
- type CreateWebhook200Response
- func (o *CreateWebhook200Response) GetMessage() string
- func (o *CreateWebhook200Response) GetMessageOk() (*string, bool)
- func (o *CreateWebhook200Response) GetResult() WebhookEndpoint
- func (o *CreateWebhook200Response) GetResultOk() (*WebhookEndpoint, bool)
- func (o *CreateWebhook200Response) GetStatus() int64
- func (o *CreateWebhook200Response) GetStatusOk() (*int64, bool)
- func (o CreateWebhook200Response) MarshalJSON() ([]byte, error)
- func (o *CreateWebhook200Response) SetMessage(v string)
- func (o *CreateWebhook200Response) SetResult(v WebhookEndpoint)
- func (o *CreateWebhook200Response) SetStatus(v int64)
- func (o CreateWebhook200Response) ToMap() (map[string]interface{}, error)
- func (o *CreateWebhook200Response) UnmarshalJSON(data []byte) (err error)
- type DeployContract200Response
- func (o *DeployContract200Response) GetMessage() string
- func (o *DeployContract200Response) GetMessageOk() (*string, bool)
- func (o *DeployContract200Response) GetResult() DeployContractTransaction
- func (o *DeployContract200Response) GetResultOk() (*DeployContractTransaction, bool)
- func (o *DeployContract200Response) GetStatus() int64
- func (o *DeployContract200Response) GetStatusOk() (*int64, bool)
- func (o DeployContract200Response) MarshalJSON() ([]byte, error)
- func (o *DeployContract200Response) SetMessage(v string)
- func (o *DeployContract200Response) SetResult(v DeployContractTransaction)
- func (o *DeployContract200Response) SetStatus(v int64)
- func (o DeployContract200Response) ToMap() (map[string]interface{}, error)
- func (o *DeployContract200Response) UnmarshalJSON(data []byte) (err error)
- type DeployContractTransaction
- func (o *DeployContractTransaction) GetDeployAt() string
- func (o *DeployContractTransaction) GetDeployAtOk() (*string, bool)
- func (o *DeployContractTransaction) GetLabel() string
- func (o *DeployContractTransaction) GetLabelOk() (*string, bool)
- func (o *DeployContractTransaction) GetSubmitted() bool
- func (o *DeployContractTransaction) GetSubmittedOk() (*bool, bool)
- func (o *DeployContractTransaction) GetTx() BaseTransactionToSignTx
- func (o *DeployContractTransaction) GetTxOk() (*BaseTransactionToSignTx, bool)
- func (o *DeployContractTransaction) HasDeployAt() bool
- func (o *DeployContractTransaction) HasLabel() bool
- func (o DeployContractTransaction) MarshalJSON() ([]byte, error)
- func (o *DeployContractTransaction) SetDeployAt(v string)
- func (o *DeployContractTransaction) SetLabel(v string)
- func (o *DeployContractTransaction) SetSubmitted(v bool)
- func (o *DeployContractTransaction) SetTx(v BaseTransactionToSignTx)
- func (o DeployContractTransaction) ToMap() (map[string]interface{}, error)
- func (o *DeployContractTransaction) UnmarshalJSON(data []byte) (err error)
- type Error
- func (o *Error) GetMessage() string
- func (o *Error) GetMessageOk() (*string, bool)
- func (o *Error) GetStatus() int64
- func (o *Error) GetStatusOk() (*int64, bool)
- func (o Error) MarshalJSON() ([]byte, error)
- func (o *Error) SetMessage(v string)
- func (o *Error) SetStatus(v int64)
- func (o Error) ToMap() (map[string]interface{}, error)
- func (o *Error) UnmarshalJSON(data []byte) (err error)
- type Event
- func (o *Event) GetEvent() EventInformation
- func (o *Event) GetEventOk() (*EventInformation, bool)
- func (o *Event) GetTransaction() TransactionInformation
- func (o *Event) GetTransactionOk() (*TransactionInformation, bool)
- func (o *Event) GetTriggeredAt() time.Time
- func (o *Event) GetTriggeredAtOk() (*time.Time, bool)
- func (o Event) MarshalJSON() ([]byte, error)
- func (o *Event) SetEvent(v EventInformation)
- func (o *Event) SetTransaction(v TransactionInformation)
- func (o *Event) SetTriggeredAt(v time.Time)
- func (o Event) ToMap() (map[string]interface{}, error)
- func (o *Event) UnmarshalJSON(data []byte) (err error)
- type EventField
- func (o *EventField) GetHashed() bool
- func (o *EventField) GetHashedOk() (*bool, bool)
- func (o *EventField) GetName() string
- func (o *EventField) GetNameOk() (*string, bool)
- func (o *EventField) GetType() string
- func (o *EventField) GetTypeOk() (*string, bool)
- func (o *EventField) GetValue() interface{}
- func (o *EventField) GetValueOk() (*interface{}, bool)
- func (o EventField) MarshalJSON() ([]byte, error)
- func (o *EventField) SetHashed(v bool)
- func (o *EventField) SetName(v string)
- func (o *EventField) SetType(v string)
- func (o *EventField) SetValue(v interface{})
- func (o EventField) ToMap() (map[string]interface{}, error)
- func (o *EventField) UnmarshalJSON(data []byte) (err error)
- type EventInformation
- func (o *EventInformation) GetContract() ContractInformation
- func (o *EventInformation) GetContractOk() (*ContractInformation, bool)
- func (o *EventInformation) GetIndexInLog() int64
- func (o *EventInformation) GetIndexInLogOk() (*int64, bool)
- func (o *EventInformation) GetInputs() []EventField
- func (o *EventInformation) GetInputsOk() ([]EventField, bool)
- func (o *EventInformation) GetName() string
- func (o *EventInformation) GetNameOk() (*string, bool)
- func (o *EventInformation) GetRawFields() string
- func (o *EventInformation) GetRawFieldsOk() (*string, bool)
- func (o *EventInformation) GetSignature() string
- func (o *EventInformation) GetSignatureOk() (*string, bool)
- func (o *EventInformation) HasRawFields() bool
- func (o EventInformation) MarshalJSON() ([]byte, error)
- func (o *EventInformation) SetContract(v ContractInformation)
- func (o *EventInformation) SetIndexInLog(v int64)
- func (o *EventInformation) SetInputs(v []EventField)
- func (o *EventInformation) SetName(v string)
- func (o *EventInformation) SetRawFields(v string)
- func (o *EventInformation) SetSignature(v string)
- func (o EventInformation) ToMap() (map[string]interface{}, error)
- func (o *EventInformation) UnmarshalJSON(data []byte) (err error)
- type EventMonitorStatus
- func (o *EventMonitorStatus) GetAddressId() int64
- func (o *EventMonitorStatus) GetAddressIdOk() (*int64, bool)
- func (o *EventMonitorStatus) GetContractId() int64
- func (o *EventMonitorStatus) GetContractIdOk() (*int64, bool)
- func (o *EventMonitorStatus) GetIdealBlockRange() int64
- func (o *EventMonitorStatus) GetIdealBlockRangeOk() (*int64, bool)
- func (o *EventMonitorStatus) GetIsProcessingPastLogs() bool
- func (o *EventMonitorStatus) GetIsProcessingPastLogsOk() (*bool, bool)
- func (o *EventMonitorStatus) GetLatestBlockHash() string
- func (o *EventMonitorStatus) GetLatestBlockHashOk() (*string, bool)
- func (o *EventMonitorStatus) GetLatestBlockNumber() int64
- func (o *EventMonitorStatus) GetLatestBlockNumberOk() (*int64, bool)
- func (o *EventMonitorStatus) GetStartBlockHash() string
- func (o *EventMonitorStatus) GetStartBlockHashOk() (*string, bool)
- func (o *EventMonitorStatus) GetStartBlockNumber() int64
- func (o *EventMonitorStatus) GetStartBlockNumberOk() (*int64, bool)
- func (o *EventMonitorStatus) GetUpdatedAt() string
- func (o *EventMonitorStatus) GetUpdatedAtOk() (*string, bool)
- func (o *EventMonitorStatus) HasAddressId() bool
- func (o *EventMonitorStatus) HasContractId() bool
- func (o *EventMonitorStatus) HasIdealBlockRange() bool
- func (o EventMonitorStatus) MarshalJSON() ([]byte, error)
- func (o *EventMonitorStatus) SetAddressId(v int64)
- func (o *EventMonitorStatus) SetContractId(v int64)
- func (o *EventMonitorStatus) SetIdealBlockRange(v int64)
- func (o *EventMonitorStatus) SetIsProcessingPastLogs(v bool)
- func (o *EventMonitorStatus) SetLatestBlockHash(v string)
- func (o *EventMonitorStatus) SetLatestBlockNumber(v int64)
- func (o *EventMonitorStatus) SetStartBlockHash(v string)
- func (o *EventMonitorStatus) SetStartBlockNumber(v int64)
- func (o *EventMonitorStatus) SetUpdatedAt(v string)
- func (o EventMonitorStatus) ToMap() (map[string]interface{}, error)
- func (o *EventMonitorStatus) UnmarshalJSON(data []byte) (err error)
- type EventQueriesAPI
- type EventQueriesAPIService
- func (a *EventQueriesAPIService) CountEventQueryRecords(ctx context.Context, eventQuery string) ApiCountEventQueryRecordsRequest
- func (a *EventQueriesAPIService) CountEventQueryRecordsExecute(r ApiCountEventQueryRecordsRequest) (*CountEventQueryRecords200Response, *http.Response, error)
- func (a *EventQueriesAPIService) DeleteEventQuery(ctx context.Context, eventQuery string) ApiDeleteEventQueryRequest
- func (a *EventQueriesAPIService) DeleteEventQueryExecute(r ApiDeleteEventQueryRequest) (*BaseResponse, *http.Response, error)
- func (a *EventQueriesAPIService) ExecuteArbitraryEventQuery(ctx context.Context) ApiExecuteArbitraryEventQueryRequest
- func (a *EventQueriesAPIService) ExecuteArbitraryEventQueryExecute(r ApiExecuteArbitraryEventQueryRequest) (*ExecuteArbitraryEventQuery200Response, *http.Response, error)
- func (a *EventQueriesAPIService) ExecuteEventQuery(ctx context.Context, eventQuery string) ApiExecuteEventQueryRequest
- func (a *EventQueriesAPIService) ExecuteEventQueryExecute(r ApiExecuteEventQueryRequest) (*ExecuteArbitraryEventQuery200Response, *http.Response, error)
- func (a *EventQueriesAPIService) GetEventQuery(ctx context.Context, eventQuery string) ApiGetEventQueryRequest
- func (a *EventQueriesAPIService) GetEventQueryExecute(r ApiGetEventQueryRequest) (*GetEventQuery200Response, *http.Response, error)
- func (a *EventQueriesAPIService) ListEventQueries(ctx context.Context) ApiListEventQueriesRequest
- func (a *EventQueriesAPIService) ListEventQueriesExecute(r ApiListEventQueriesRequest) (*ListEventQueries200Response, *http.Response, error)
- func (a *EventQueriesAPIService) SetEventQuery(ctx context.Context, eventQuery string) ApiSetEventQueryRequest
- func (a *EventQueriesAPIService) SetEventQueryExecute(r ApiSetEventQueryRequest) (*BaseResponse, *http.Response, error)
- type EventQuery
- func (o *EventQuery) GetEvents() []EventQueryEvent
- func (o *EventQuery) GetEventsOk() ([]EventQueryEvent, bool)
- func (o *EventQuery) GetGroupBy() string
- func (o *EventQuery) GetGroupByOk() (*string, bool)
- func (o *EventQuery) GetOrder() string
- func (o *EventQuery) GetOrderBy() string
- func (o *EventQuery) GetOrderByOk() (*string, bool)
- func (o *EventQuery) GetOrderOk() (*string, bool)
- func (o *EventQuery) HasGroupBy() bool
- func (o *EventQuery) HasOrder() bool
- func (o *EventQuery) HasOrderBy() bool
- func (o EventQuery) MarshalJSON() ([]byte, error)
- func (o *EventQuery) SetEvents(v []EventQueryEvent)
- func (o *EventQuery) SetGroupBy(v string)
- func (o *EventQuery) SetOrder(v string)
- func (o *EventQuery) SetOrderBy(v string)
- func (o EventQuery) ToMap() (map[string]interface{}, error)
- func (o *EventQuery) UnmarshalJSON(data []byte) (err error)
- type EventQueryEvent
- func (o *EventQueryEvent) GetEventName() string
- func (o *EventQueryEvent) GetEventNameOk() (*string, bool)
- func (o *EventQueryEvent) GetFilter() EventQueryFilter
- func (o *EventQueryEvent) GetFilterOk() (*EventQueryFilter, bool)
- func (o *EventQueryEvent) GetSelect() []EventQueryField
- func (o *EventQueryEvent) GetSelectOk() ([]EventQueryField, bool)
- func (o *EventQueryEvent) HasFilter() bool
- func (o EventQueryEvent) MarshalJSON() ([]byte, error)
- func (o *EventQueryEvent) SetEventName(v string)
- func (o *EventQueryEvent) SetFilter(v EventQueryFilter)
- func (o *EventQueryEvent) SetSelect(v []EventQueryField)
- func (o EventQueryEvent) ToMap() (map[string]interface{}, error)
- func (o *EventQueryEvent) UnmarshalJSON(data []byte) (err error)
- type EventQueryField
- func (o *EventQueryField) GetAggregator() string
- func (o *EventQueryField) GetAggregatorOk() (*string, bool)
- func (o *EventQueryField) GetAlias() string
- func (o *EventQueryField) GetAliasOk() (*string, bool)
- func (o *EventQueryField) GetInputIndex() int64
- func (o *EventQueryField) GetInputIndexOk() (*int64, bool)
- func (o *EventQueryField) GetName() string
- func (o *EventQueryField) GetNameOk() (*string, bool)
- func (o *EventQueryField) GetType() FieldType
- func (o *EventQueryField) GetTypeOk() (*FieldType, bool)
- func (o *EventQueryField) HasAggregator() bool
- func (o *EventQueryField) HasAlias() bool
- func (o *EventQueryField) HasInputIndex() bool
- func (o *EventQueryField) HasName() bool
- func (o EventQueryField) MarshalJSON() ([]byte, error)
- func (o *EventQueryField) SetAggregator(v string)
- func (o *EventQueryField) SetAggregatorNil()
- func (o *EventQueryField) SetAlias(v string)
- func (o *EventQueryField) SetInputIndex(v int64)
- func (o *EventQueryField) SetInputIndexNil()
- func (o *EventQueryField) SetName(v string)
- func (o *EventQueryField) SetType(v FieldType)
- func (o EventQueryField) ToMap() (map[string]interface{}, error)
- func (o *EventQueryField) UnmarshalJSON(data []byte) (err error)
- func (o *EventQueryField) UnsetAggregator()
- func (o *EventQueryField) UnsetInputIndex()
- type EventQueryFilter
- func (o *EventQueryFilter) GetChildren() []EventQueryFilter
- func (o *EventQueryFilter) GetChildrenOk() ([]EventQueryFilter, bool)
- func (o *EventQueryFilter) GetFieldType() FieldType
- func (o *EventQueryFilter) GetFieldTypeOk() (*FieldType, bool)
- func (o *EventQueryFilter) GetInputIndex() int64
- func (o *EventQueryFilter) GetInputIndexOk() (*int64, bool)
- func (o *EventQueryFilter) GetOperator() string
- func (o *EventQueryFilter) GetOperatorOk() (*string, bool)
- func (o *EventQueryFilter) GetRule() string
- func (o *EventQueryFilter) GetRuleOk() (*string, bool)
- func (o *EventQueryFilter) GetValue() string
- func (o *EventQueryFilter) GetValueOk() (*string, bool)
- func (o *EventQueryFilter) HasChildren() bool
- func (o *EventQueryFilter) HasFieldType() bool
- func (o *EventQueryFilter) HasInputIndex() bool
- func (o *EventQueryFilter) HasOperator() bool
- func (o *EventQueryFilter) HasRule() bool
- func (o *EventQueryFilter) HasValue() bool
- func (o EventQueryFilter) MarshalJSON() ([]byte, error)
- func (o *EventQueryFilter) SetChildren(v []EventQueryFilter)
- func (o *EventQueryFilter) SetFieldType(v FieldType)
- func (o *EventQueryFilter) SetInputIndex(v int64)
- func (o *EventQueryFilter) SetInputIndexNil()
- func (o *EventQueryFilter) SetOperator(v string)
- func (o *EventQueryFilter) SetRule(v string)
- func (o *EventQueryFilter) SetValue(v string)
- func (o EventQueryFilter) ToMap() (map[string]interface{}, error)
- func (o *EventQueryFilter) UnsetInputIndex()
- type EventQueryResults
- func (o *EventQueryResults) GetRows() []map[string]interface{}
- func (o *EventQueryResults) GetRowsOk() ([]map[string]interface{}, bool)
- func (o EventQueryResults) MarshalJSON() ([]byte, error)
- func (o *EventQueryResults) SetRows(v []map[string]interface{})
- func (o EventQueryResults) ToMap() (map[string]interface{}, error)
- func (o *EventQueryResults) UnmarshalJSON(data []byte) (err error)
- type EventTypeConversionOptions
- func (o *EventTypeConversionOptions) GetInputs() []TypeConversionOptions
- func (o *EventTypeConversionOptions) GetInputsOk() ([]TypeConversionOptions, bool)
- func (o EventTypeConversionOptions) MarshalJSON() ([]byte, error)
- func (o *EventTypeConversionOptions) SetInputs(v []TypeConversionOptions)
- func (o EventTypeConversionOptions) ToMap() (map[string]interface{}, error)
- func (o *EventTypeConversionOptions) UnmarshalJSON(data []byte) (err error)
- type EventsAPI
- type EventsAPIService
- func (a *EventsAPIService) GetEventCount(ctx context.Context) ApiGetEventCountRequest
- func (a *EventsAPIService) GetEventCountExecute(r ApiGetEventCountRequest) (*GetEventCount200Response, *http.Response, error)
- func (a *EventsAPIService) ListEvents(ctx context.Context) ApiListEventsRequest
- func (a *EventsAPIService) ListEventsExecute(r ApiListEventsRequest) (*ListEvents200Response, *http.Response, error)
- type ExecuteArbitraryEventQuery200Response
- func (o *ExecuteArbitraryEventQuery200Response) GetMessage() string
- func (o *ExecuteArbitraryEventQuery200Response) GetMessageOk() (*string, bool)
- func (o *ExecuteArbitraryEventQuery200Response) GetResult() EventQueryResults
- func (o *ExecuteArbitraryEventQuery200Response) GetResultOk() (*EventQueryResults, bool)
- func (o *ExecuteArbitraryEventQuery200Response) GetStatus() int64
- func (o *ExecuteArbitraryEventQuery200Response) GetStatusOk() (*int64, bool)
- func (o ExecuteArbitraryEventQuery200Response) MarshalJSON() ([]byte, error)
- func (o *ExecuteArbitraryEventQuery200Response) SetMessage(v string)
- func (o *ExecuteArbitraryEventQuery200Response) SetResult(v EventQueryResults)
- func (o *ExecuteArbitraryEventQuery200Response) SetStatus(v int64)
- func (o ExecuteArbitraryEventQuery200Response) ToMap() (map[string]interface{}, error)
- func (o *ExecuteArbitraryEventQuery200Response) UnmarshalJSON(data []byte) (err error)
- type FieldType
- type GasParams
- func (o *GasParams) GetGas() int64
- func (o *GasParams) GetGasFeeCap() string
- func (o *GasParams) GetGasFeeCapOk() (*string, bool)
- func (o *GasParams) GetGasOk() (*int64, bool)
- func (o *GasParams) GetGasPrice() string
- func (o *GasParams) GetGasPriceOk() (*string, bool)
- func (o *GasParams) GetGasTipCap() string
- func (o *GasParams) GetGasTipCapOk() (*string, bool)
- func (o *GasParams) HasGas() bool
- func (o *GasParams) HasGasFeeCap() bool
- func (o *GasParams) HasGasPrice() bool
- func (o *GasParams) HasGasTipCap() bool
- func (o GasParams) MarshalJSON() ([]byte, error)
- func (o *GasParams) SetGas(v int64)
- func (o *GasParams) SetGasFeeCap(v string)
- func (o *GasParams) SetGasPrice(v string)
- func (o *GasParams) SetGasTipCap(v string)
- func (o GasParams) ToMap() (map[string]interface{}, error)
- type GenericOpenAPIError
- type GetApiKey200Response
- func (o *GetApiKey200Response) GetMessage() string
- func (o *GetApiKey200Response) GetMessageOk() (*string, bool)
- func (o *GetApiKey200Response) GetResult() APIKey
- func (o *GetApiKey200Response) GetResultOk() (*APIKey, bool)
- func (o *GetApiKey200Response) GetStatus() int64
- func (o *GetApiKey200Response) GetStatusOk() (*int64, bool)
- func (o GetApiKey200Response) MarshalJSON() ([]byte, error)
- func (o *GetApiKey200Response) SetMessage(v string)
- func (o *GetApiKey200Response) SetResult(v APIKey)
- func (o *GetApiKey200Response) SetStatus(v int64)
- func (o GetApiKey200Response) ToMap() (map[string]interface{}, error)
- func (o *GetApiKey200Response) UnmarshalJSON(data []byte) (err error)
- type GetBlock200Response
- func (o *GetBlock200Response) GetMessage() string
- func (o *GetBlock200Response) GetMessageOk() (*string, bool)
- func (o *GetBlock200Response) GetResult() Block
- func (o *GetBlock200Response) GetResultOk() (*Block, bool)
- func (o *GetBlock200Response) GetStatus() int64
- func (o *GetBlock200Response) GetStatusOk() (*int64, bool)
- func (o GetBlock200Response) MarshalJSON() ([]byte, error)
- func (o *GetBlock200Response) SetMessage(v string)
- func (o *GetBlock200Response) SetResult(v Block)
- func (o *GetBlock200Response) SetStatus(v int64)
- func (o GetBlock200Response) ToMap() (map[string]interface{}, error)
- func (o *GetBlock200Response) UnmarshalJSON(data []byte) (err error)
- type GetChainStatus200Response
- func (o *GetChainStatus200Response) GetMessage() string
- func (o *GetChainStatus200Response) GetMessageOk() (*string, bool)
- func (o *GetChainStatus200Response) GetResult() ChainStatus
- func (o *GetChainStatus200Response) GetResultOk() (*ChainStatus, bool)
- func (o *GetChainStatus200Response) GetStatus() int64
- func (o *GetChainStatus200Response) GetStatusOk() (*int64, bool)
- func (o GetChainStatus200Response) MarshalJSON() ([]byte, error)
- func (o *GetChainStatus200Response) SetMessage(v string)
- func (o *GetChainStatus200Response) SetResult(v ChainStatus)
- func (o *GetChainStatus200Response) SetStatus(v int64)
- func (o GetChainStatus200Response) ToMap() (map[string]interface{}, error)
- func (o *GetChainStatus200Response) UnmarshalJSON(data []byte) (err error)
- type GetContract200Response
- func (o *GetContract200Response) GetMessage() string
- func (o *GetContract200Response) GetMessageOk() (*string, bool)
- func (o *GetContract200Response) GetResult() Contract
- func (o *GetContract200Response) GetResultOk() (*Contract, bool)
- func (o *GetContract200Response) GetStatus() int64
- func (o *GetContract200Response) GetStatusOk() (*int64, bool)
- func (o GetContract200Response) MarshalJSON() ([]byte, error)
- func (o *GetContract200Response) SetMessage(v string)
- func (o *GetContract200Response) SetResult(v Contract)
- func (o *GetContract200Response) SetStatus(v int64)
- func (o GetContract200Response) ToMap() (map[string]interface{}, error)
- func (o *GetContract200Response) UnmarshalJSON(data []byte) (err error)
- type GetContractVersions200Response
- func (o *GetContractVersions200Response) GetMessage() string
- func (o *GetContractVersions200Response) GetMessageOk() (*string, bool)
- func (o *GetContractVersions200Response) GetResult() []Contract
- func (o *GetContractVersions200Response) GetResultOk() ([]Contract, bool)
- func (o *GetContractVersions200Response) GetStatus() int64
- func (o *GetContractVersions200Response) GetStatusOk() (*int64, bool)
- func (o GetContractVersions200Response) MarshalJSON() ([]byte, error)
- func (o *GetContractVersions200Response) SetMessage(v string)
- func (o *GetContractVersions200Response) SetResult(v []Contract)
- func (o *GetContractVersions200Response) SetStatus(v int64)
- func (o GetContractVersions200Response) ToMap() (map[string]interface{}, error)
- func (o *GetContractVersions200Response) UnmarshalJSON(data []byte) (err error)
- type GetEventCount200Response
- func (o *GetEventCount200Response) GetMessage() string
- func (o *GetEventCount200Response) GetMessageOk() (*string, bool)
- func (o *GetEventCount200Response) GetResult() int64
- func (o *GetEventCount200Response) GetResultOk() (*int64, bool)
- func (o *GetEventCount200Response) GetStatus() int64
- func (o *GetEventCount200Response) GetStatusOk() (*int64, bool)
- func (o GetEventCount200Response) MarshalJSON() ([]byte, error)
- func (o *GetEventCount200Response) SetMessage(v string)
- func (o *GetEventCount200Response) SetResult(v int64)
- func (o *GetEventCount200Response) SetStatus(v int64)
- func (o GetEventCount200Response) ToMap() (map[string]interface{}, error)
- func (o *GetEventCount200Response) UnmarshalJSON(data []byte) (err error)
- type GetEventMonitorStatus200Response
- func (o *GetEventMonitorStatus200Response) GetMessage() string
- func (o *GetEventMonitorStatus200Response) GetMessageOk() (*string, bool)
- func (o *GetEventMonitorStatus200Response) GetResult() EventMonitorStatus
- func (o *GetEventMonitorStatus200Response) GetResultOk() (*EventMonitorStatus, bool)
- func (o *GetEventMonitorStatus200Response) GetStatus() int64
- func (o *GetEventMonitorStatus200Response) GetStatusOk() (*int64, bool)
- func (o GetEventMonitorStatus200Response) MarshalJSON() ([]byte, error)
- func (o *GetEventMonitorStatus200Response) SetMessage(v string)
- func (o *GetEventMonitorStatus200Response) SetResult(v EventMonitorStatus)
- func (o *GetEventMonitorStatus200Response) SetStatus(v int64)
- func (o GetEventMonitorStatus200Response) ToMap() (map[string]interface{}, error)
- func (o *GetEventMonitorStatus200Response) UnmarshalJSON(data []byte) (err error)
- type GetEventQuery200Response
- func (o *GetEventQuery200Response) GetMessage() string
- func (o *GetEventQuery200Response) GetMessageOk() (*string, bool)
- func (o *GetEventQuery200Response) GetResult() EventQuery
- func (o *GetEventQuery200Response) GetResultOk() (*EventQuery, bool)
- func (o *GetEventQuery200Response) GetStatus() int64
- func (o *GetEventQuery200Response) GetStatusOk() (*int64, bool)
- func (o GetEventQuery200Response) MarshalJSON() ([]byte, error)
- func (o *GetEventQuery200Response) SetMessage(v string)
- func (o *GetEventQuery200Response) SetResult(v EventQuery)
- func (o *GetEventQuery200Response) SetStatus(v int64)
- func (o GetEventQuery200Response) ToMap() (map[string]interface{}, error)
- func (o *GetEventQuery200Response) UnmarshalJSON(data []byte) (err error)
- type GetEventTypeConversions200Response
- func (o *GetEventTypeConversions200Response) GetMessage() string
- func (o *GetEventTypeConversions200Response) GetMessageOk() (*string, bool)
- func (o *GetEventTypeConversions200Response) GetResult() EventTypeConversionOptions
- func (o *GetEventTypeConversions200Response) GetResultOk() (*EventTypeConversionOptions, bool)
- func (o *GetEventTypeConversions200Response) GetStatus() int64
- func (o *GetEventTypeConversions200Response) GetStatusOk() (*int64, bool)
- func (o GetEventTypeConversions200Response) MarshalJSON() ([]byte, error)
- func (o *GetEventTypeConversions200Response) SetMessage(v string)
- func (o *GetEventTypeConversions200Response) SetResult(v EventTypeConversionOptions)
- func (o *GetEventTypeConversions200Response) SetStatus(v int64)
- func (o GetEventTypeConversions200Response) ToMap() (map[string]interface{}, error)
- func (o *GetEventTypeConversions200Response) UnmarshalJSON(data []byte) (err error)
- type GetFunctionTypeConversions200Response
- func (o *GetFunctionTypeConversions200Response) GetMessage() string
- func (o *GetFunctionTypeConversions200Response) GetMessageOk() (*string, bool)
- func (o *GetFunctionTypeConversions200Response) GetResult() MethodTypeConversionOptions
- func (o *GetFunctionTypeConversions200Response) GetResultOk() (*MethodTypeConversionOptions, bool)
- func (o *GetFunctionTypeConversions200Response) GetStatus() int64
- func (o *GetFunctionTypeConversions200Response) GetStatusOk() (*int64, bool)
- func (o GetFunctionTypeConversions200Response) MarshalJSON() ([]byte, error)
- func (o *GetFunctionTypeConversions200Response) SetMessage(v string)
- func (o *GetFunctionTypeConversions200Response) SetResult(v MethodTypeConversionOptions)
- func (o *GetFunctionTypeConversions200Response) SetStatus(v int64)
- func (o GetFunctionTypeConversions200Response) ToMap() (map[string]interface{}, error)
- func (o *GetFunctionTypeConversions200Response) UnmarshalJSON(data []byte) (err error)
- type GetTransaction200Response
- func (o *GetTransaction200Response) GetMessage() string
- func (o *GetTransaction200Response) GetMessageOk() (*string, bool)
- func (o *GetTransaction200Response) GetResult() TransactionData
- func (o *GetTransaction200Response) GetResultOk() (*TransactionData, bool)
- func (o *GetTransaction200Response) GetStatus() int64
- func (o *GetTransaction200Response) GetStatusOk() (*int64, bool)
- func (o GetTransaction200Response) MarshalJSON() ([]byte, error)
- func (o *GetTransaction200Response) SetMessage(v string)
- func (o *GetTransaction200Response) SetResult(v TransactionData)
- func (o *GetTransaction200Response) SetStatus(v int64)
- func (o GetTransaction200Response) ToMap() (map[string]interface{}, error)
- func (o *GetTransaction200Response) UnmarshalJSON(data []byte) (err error)
- type GetTransactionReceipt200Response
- func (o *GetTransactionReceipt200Response) GetMessage() string
- func (o *GetTransactionReceipt200Response) GetMessageOk() (*string, bool)
- func (o *GetTransactionReceipt200Response) GetResult() TransactionReceipt
- func (o *GetTransactionReceipt200Response) GetResultOk() (*TransactionReceipt, bool)
- func (o *GetTransactionReceipt200Response) GetStatus() int64
- func (o *GetTransactionReceipt200Response) GetStatusOk() (*int64, bool)
- func (o GetTransactionReceipt200Response) MarshalJSON() ([]byte, error)
- func (o *GetTransactionReceipt200Response) SetMessage(v string)
- func (o *GetTransactionReceipt200Response) SetResult(v TransactionReceipt)
- func (o *GetTransactionReceipt200Response) SetStatus(v int64)
- func (o GetTransactionReceipt200Response) ToMap() (map[string]interface{}, error)
- func (o *GetTransactionReceipt200Response) UnmarshalJSON(data []byte) (err error)
- type Group
- func (o *Group) GetDescription() string
- func (o *Group) GetDescriptionOk() (*string, bool)
- func (o *Group) GetId() int64
- func (o *Group) GetIdOk() (*int64, bool)
- func (o *Group) GetName() string
- func (o *Group) GetNameOk() (*string, bool)
- func (o *Group) GetRoles() []Role
- func (o *Group) GetRolesOk() ([]Role, bool)
- func (o *Group) GetShortName() string
- func (o *Group) GetShortNameOk() (*string, bool)
- func (o Group) MarshalJSON() ([]byte, error)
- func (o *Group) SetDescription(v string)
- func (o *Group) SetId(v int64)
- func (o *Group) SetName(v string)
- func (o *Group) SetRoles(v []Role)
- func (o *Group) SetShortName(v string)
- func (o Group) ToMap() (map[string]interface{}, error)
- func (o *Group) UnmarshalJSON(data []byte) (err error)
- type HSMData
- func (o *HSMData) GetConfiguration() AzureAccount
- func (o *HSMData) GetConfigurationOk() (*AzureAccount, bool)
- func (o *HSMData) GetWallets() []AzureHardwareWallet
- func (o *HSMData) GetWalletsOk() ([]AzureHardwareWallet, bool)
- func (o HSMData) MarshalJSON() ([]byte, error)
- func (o *HSMData) SetConfiguration(v AzureAccount)
- func (o *HSMData) SetWallets(v []AzureHardwareWallet)
- func (o HSMData) ToMap() (map[string]interface{}, error)
- func (o *HSMData) UnmarshalJSON(data []byte) (err error)
- type HSMSignRequest
- func (o *HSMSignRequest) GetAddress() string
- func (o *HSMSignRequest) GetAddressOk() (*string, bool)
- func (o *HSMSignRequest) GetChainId() HSMSignRequestChainId
- func (o *HSMSignRequest) GetChainIdOk() (*HSMSignRequestChainId, bool)
- func (o *HSMSignRequest) GetData() string
- func (o *HSMSignRequest) GetDataOk() (*string, bool)
- func (o *HSMSignRequest) GetIsTyped() bool
- func (o *HSMSignRequest) GetIsTypedOk() (*bool, bool)
- func (o *HSMSignRequest) HasChainId() bool
- func (o *HSMSignRequest) HasIsTyped() bool
- func (o HSMSignRequest) MarshalJSON() ([]byte, error)
- func (o *HSMSignRequest) SetAddress(v string)
- func (o *HSMSignRequest) SetChainId(v HSMSignRequestChainId)
- func (o *HSMSignRequest) SetData(v string)
- func (o *HSMSignRequest) SetIsTyped(v bool)
- func (o HSMSignRequest) ToMap() (map[string]interface{}, error)
- func (o *HSMSignRequest) UnmarshalJSON(data []byte) (err error)
- type HSMSignRequestChainId
- type HSMSignResponse
- func (o *HSMSignResponse) GetPublicKey() string
- func (o *HSMSignResponse) GetPublicKeyOk() (*string, bool)
- func (o *HSMSignResponse) GetSignature() string
- func (o *HSMSignResponse) GetSignatureOk() (*string, bool)
- func (o HSMSignResponse) MarshalJSON() ([]byte, error)
- func (o *HSMSignResponse) SetPublicKey(v string)
- func (o *HSMSignResponse) SetSignature(v string)
- func (o HSMSignResponse) ToMap() (map[string]interface{}, error)
- func (o *HSMSignResponse) UnmarshalJSON(data []byte) (err error)
- type HsmAPI
- type HsmAPIService
- func (a *HsmAPIService) AddHsmConfig(ctx context.Context) ApiAddHsmConfigRequest
- func (a *HsmAPIService) AddHsmConfigExecute(r ApiAddHsmConfigRequest) (*BaseResponse, *http.Response, error)
- func (a *HsmAPIService) AddHsmKey(ctx context.Context) ApiAddHsmKeyRequest
- func (a *HsmAPIService) AddHsmKeyExecute(r ApiAddHsmKeyRequest) (*BaseResponse, *http.Response, error)
- func (a *HsmAPIService) CreateHsmKey(ctx context.Context) ApiCreateHsmKeyRequest
- func (a *HsmAPIService) CreateHsmKeyExecute(r ApiCreateHsmKeyRequest) (*CreateHsmKey200Response, *http.Response, error)
- func (a *HsmAPIService) ListHsm(ctx context.Context) ApiListHsmRequest
- func (a *HsmAPIService) ListHsmExecute(r ApiListHsmRequest) (*ListHsm200Response, *http.Response, error)
- func (a *HsmAPIService) ListHsmWallets(ctx context.Context) ApiListHsmWalletsRequest
- func (a *HsmAPIService) ListHsmWalletsExecute(r ApiListHsmWalletsRequest) (*ListHsmWallets200Response, *http.Response, error)
- func (a *HsmAPIService) RemoveHsmConfig(ctx context.Context, clientId string) ApiRemoveHsmConfigRequest
- func (a *HsmAPIService) RemoveHsmConfigExecute(r ApiRemoveHsmConfigRequest) (*BaseResponse, *http.Response, error)
- func (a *HsmAPIService) RemoveHsmKey(ctx context.Context, walletAddress string) ApiRemoveHsmKeyRequest
- func (a *HsmAPIService) RemoveHsmKeyExecute(r ApiRemoveHsmKeyRequest) (*BaseResponse, *http.Response, error)
- func (a *HsmAPIService) SetLocalNonce(ctx context.Context, chain ChainName, walletAddress string) ApiSetLocalNonceRequest
- func (a *HsmAPIService) SetLocalNonceExecute(r ApiSetLocalNonceRequest) (*BaseResponse, *http.Response, error)
- func (a *HsmAPIService) SignAndSubmitTransaction(ctx context.Context, chain ChainName) ApiSignAndSubmitTransactionRequest
- func (a *HsmAPIService) SignAndSubmitTransactionExecute(r ApiSignAndSubmitTransactionRequest) (*TransferEth200Response, *http.Response, error)
- func (a *HsmAPIService) SignData(ctx context.Context, chain ChainName) ApiSignDataRequest
- func (a *HsmAPIService) SignDataExecute(r ApiSignDataRequest) (*SignData200Response, *http.Response, error)
- type Invite
- func (o *Invite) GetEmail() string
- func (o *Invite) GetEmailOk() (*string, bool)
- func (o *Invite) GetGroupIDs() []int64
- func (o *Invite) GetGroupIDsOk() ([]int64, bool)
- func (o *Invite) HasGroupIDs() bool
- func (o Invite) MarshalJSON() ([]byte, error)
- func (o *Invite) SetEmail(v string)
- func (o *Invite) SetGroupIDs(v []int64)
- func (o Invite) ToMap() (map[string]interface{}, error)
- func (o *Invite) UnmarshalJSON(data []byte) (err error)
- type LinkAddressContractRequest
- func (o *LinkAddressContractRequest) GetLabel() string
- func (o *LinkAddressContractRequest) GetLabelOk() (*string, bool)
- func (o *LinkAddressContractRequest) GetStartingBlock() string
- func (o *LinkAddressContractRequest) GetStartingBlockOk() (*string, bool)
- func (o *LinkAddressContractRequest) GetVersion() string
- func (o *LinkAddressContractRequest) GetVersionOk() (*string, bool)
- func (o *LinkAddressContractRequest) HasStartingBlock() bool
- func (o *LinkAddressContractRequest) HasVersion() bool
- func (o LinkAddressContractRequest) MarshalJSON() ([]byte, error)
- func (o *LinkAddressContractRequest) SetLabel(v string)
- func (o *LinkAddressContractRequest) SetStartingBlock(v string)
- func (o *LinkAddressContractRequest) SetVersion(v string)
- func (o LinkAddressContractRequest) ToMap() (map[string]interface{}, error)
- func (o *LinkAddressContractRequest) UnmarshalJSON(data []byte) (err error)
- type ListAddresses200Response
- func (o *ListAddresses200Response) GetMessage() string
- func (o *ListAddresses200Response) GetMessageOk() (*string, bool)
- func (o *ListAddresses200Response) GetResult() []AddressLabel
- func (o *ListAddresses200Response) GetResultOk() ([]AddressLabel, bool)
- func (o *ListAddresses200Response) GetStatus() int64
- func (o *ListAddresses200Response) GetStatusOk() (*int64, bool)
- func (o ListAddresses200Response) MarshalJSON() ([]byte, error)
- func (o *ListAddresses200Response) SetMessage(v string)
- func (o *ListAddresses200Response) SetResult(v []AddressLabel)
- func (o *ListAddresses200Response) SetStatus(v int64)
- func (o ListAddresses200Response) ToMap() (map[string]interface{}, error)
- func (o *ListAddresses200Response) UnmarshalJSON(data []byte) (err error)
- type ListApiKeys200Response
- func (o *ListApiKeys200Response) GetMessage() string
- func (o *ListApiKeys200Response) GetMessageOk() (*string, bool)
- func (o *ListApiKeys200Response) GetResult() []APIKey
- func (o *ListApiKeys200Response) GetResultOk() ([]APIKey, bool)
- func (o *ListApiKeys200Response) GetStatus() int64
- func (o *ListApiKeys200Response) GetStatusOk() (*int64, bool)
- func (o ListApiKeys200Response) MarshalJSON() ([]byte, error)
- func (o *ListApiKeys200Response) SetMessage(v string)
- func (o *ListApiKeys200Response) SetResult(v []APIKey)
- func (o *ListApiKeys200Response) SetStatus(v int64)
- func (o ListApiKeys200Response) ToMap() (map[string]interface{}, error)
- func (o *ListApiKeys200Response) UnmarshalJSON(data []byte) (err error)
- type ListAuditLogs200Response
- func (o *ListAuditLogs200Response) GetMessage() string
- func (o *ListAuditLogs200Response) GetMessageOk() (*string, bool)
- func (o *ListAuditLogs200Response) GetResult() []AuditLog
- func (o *ListAuditLogs200Response) GetResultOk() ([]AuditLog, bool)
- func (o *ListAuditLogs200Response) GetStatus() int64
- func (o *ListAuditLogs200Response) GetStatusOk() (*int64, bool)
- func (o ListAuditLogs200Response) MarshalJSON() ([]byte, error)
- func (o *ListAuditLogs200Response) SetMessage(v string)
- func (o *ListAuditLogs200Response) SetResult(v []AuditLog)
- func (o *ListAuditLogs200Response) SetStatus(v int64)
- func (o ListAuditLogs200Response) ToMap() (map[string]interface{}, error)
- func (o *ListAuditLogs200Response) UnmarshalJSON(data []byte) (err error)
- type ListContractVersions200Response
- func (o *ListContractVersions200Response) GetMessage() string
- func (o *ListContractVersions200Response) GetMessageOk() (*string, bool)
- func (o *ListContractVersions200Response) GetResult() ListContractVersions200ResponseAllOfResult
- func (o *ListContractVersions200Response) GetResultOk() (*ListContractVersions200ResponseAllOfResult, bool)
- func (o *ListContractVersions200Response) GetStatus() int64
- func (o *ListContractVersions200Response) GetStatusOk() (*int64, bool)
- func (o ListContractVersions200Response) MarshalJSON() ([]byte, error)
- func (o *ListContractVersions200Response) SetMessage(v string)
- func (o *ListContractVersions200Response) SetResult(v ListContractVersions200ResponseAllOfResult)
- func (o *ListContractVersions200Response) SetStatus(v int64)
- func (o ListContractVersions200Response) ToMap() (map[string]interface{}, error)
- func (o *ListContractVersions200Response) UnmarshalJSON(data []byte) (err error)
- type ListContractVersions200ResponseAllOfResult
- func (o *ListContractVersions200ResponseAllOfResult) GetLabel() string
- func (o *ListContractVersions200ResponseAllOfResult) GetLabelOk() (*string, bool)
- func (o *ListContractVersions200ResponseAllOfResult) GetVersions() []string
- func (o *ListContractVersions200ResponseAllOfResult) GetVersionsOk() ([]string, bool)
- func (o ListContractVersions200ResponseAllOfResult) MarshalJSON() ([]byte, error)
- func (o *ListContractVersions200ResponseAllOfResult) SetLabel(v string)
- func (o *ListContractVersions200ResponseAllOfResult) SetVersions(v []string)
- func (o ListContractVersions200ResponseAllOfResult) ToMap() (map[string]interface{}, error)
- func (o *ListContractVersions200ResponseAllOfResult) UnmarshalJSON(data []byte) (err error)
- type ListContracts200Response
- func (o *ListContracts200Response) GetMessage() string
- func (o *ListContracts200Response) GetMessageOk() (*string, bool)
- func (o *ListContracts200Response) GetResult() []ContractOverview
- func (o *ListContracts200Response) GetResultOk() ([]ContractOverview, bool)
- func (o *ListContracts200Response) GetStatus() int64
- func (o *ListContracts200Response) GetStatusOk() (*int64, bool)
- func (o ListContracts200Response) MarshalJSON() ([]byte, error)
- func (o *ListContracts200Response) SetMessage(v string)
- func (o *ListContracts200Response) SetResult(v []ContractOverview)
- func (o *ListContracts200Response) SetStatus(v int64)
- func (o ListContracts200Response) ToMap() (map[string]interface{}, error)
- func (o *ListContracts200Response) UnmarshalJSON(data []byte) (err error)
- type ListCorsOrigins200Response
- func (o *ListCorsOrigins200Response) GetMessage() string
- func (o *ListCorsOrigins200Response) GetMessageOk() (*string, bool)
- func (o *ListCorsOrigins200Response) GetResult() []CORSOrigin
- func (o *ListCorsOrigins200Response) GetResultOk() ([]CORSOrigin, bool)
- func (o *ListCorsOrigins200Response) GetStatus() int64
- func (o *ListCorsOrigins200Response) GetStatusOk() (*int64, bool)
- func (o ListCorsOrigins200Response) MarshalJSON() ([]byte, error)
- func (o *ListCorsOrigins200Response) SetMessage(v string)
- func (o *ListCorsOrigins200Response) SetResult(v []CORSOrigin)
- func (o *ListCorsOrigins200Response) SetStatus(v int64)
- func (o ListCorsOrigins200Response) ToMap() (map[string]interface{}, error)
- func (o *ListCorsOrigins200Response) UnmarshalJSON(data []byte) (err error)
- type ListEventQueries200Response
- func (o *ListEventQueries200Response) GetMessage() string
- func (o *ListEventQueries200Response) GetMessageOk() (*string, bool)
- func (o *ListEventQueries200Response) GetResult() []SavedEventQuery
- func (o *ListEventQueries200Response) GetResultOk() ([]SavedEventQuery, bool)
- func (o *ListEventQueries200Response) GetStatus() int64
- func (o *ListEventQueries200Response) GetStatusOk() (*int64, bool)
- func (o ListEventQueries200Response) MarshalJSON() ([]byte, error)
- func (o *ListEventQueries200Response) SetMessage(v string)
- func (o *ListEventQueries200Response) SetResult(v []SavedEventQuery)
- func (o *ListEventQueries200Response) SetStatus(v int64)
- func (o ListEventQueries200Response) ToMap() (map[string]interface{}, error)
- func (o *ListEventQueries200Response) UnmarshalJSON(data []byte) (err error)
- type ListEvents200Response
- func (o *ListEvents200Response) GetMessage() string
- func (o *ListEvents200Response) GetMessageOk() (*string, bool)
- func (o *ListEvents200Response) GetResult() []Event
- func (o *ListEvents200Response) GetResultOk() ([]Event, bool)
- func (o *ListEvents200Response) GetStatus() int64
- func (o *ListEvents200Response) GetStatusOk() (*int64, bool)
- func (o ListEvents200Response) MarshalJSON() ([]byte, error)
- func (o *ListEvents200Response) SetMessage(v string)
- func (o *ListEvents200Response) SetResult(v []Event)
- func (o *ListEvents200Response) SetStatus(v int64)
- func (o ListEvents200Response) ToMap() (map[string]interface{}, error)
- func (o *ListEvents200Response) UnmarshalJSON(data []byte) (err error)
- type ListGroups200Response
- func (o *ListGroups200Response) GetMessage() string
- func (o *ListGroups200Response) GetMessageOk() (*string, bool)
- func (o *ListGroups200Response) GetResult() []Group
- func (o *ListGroups200Response) GetResultOk() ([]Group, bool)
- func (o *ListGroups200Response) GetStatus() int64
- func (o *ListGroups200Response) GetStatusOk() (*int64, bool)
- func (o ListGroups200Response) MarshalJSON() ([]byte, error)
- func (o *ListGroups200Response) SetMessage(v string)
- func (o *ListGroups200Response) SetResult(v []Group)
- func (o *ListGroups200Response) SetStatus(v int64)
- func (o ListGroups200Response) ToMap() (map[string]interface{}, error)
- func (o *ListGroups200Response) UnmarshalJSON(data []byte) (err error)
- type ListHsm200Response
- func (o *ListHsm200Response) GetMessage() string
- func (o *ListHsm200Response) GetMessageOk() (*string, bool)
- func (o *ListHsm200Response) GetResult() []HSMData
- func (o *ListHsm200Response) GetResultOk() ([]HSMData, bool)
- func (o *ListHsm200Response) GetStatus() int64
- func (o *ListHsm200Response) GetStatusOk() (*int64, bool)
- func (o ListHsm200Response) MarshalJSON() ([]byte, error)
- func (o *ListHsm200Response) SetMessage(v string)
- func (o *ListHsm200Response) SetResult(v []HSMData)
- func (o *ListHsm200Response) SetStatus(v int64)
- func (o ListHsm200Response) ToMap() (map[string]interface{}, error)
- func (o *ListHsm200Response) UnmarshalJSON(data []byte) (err error)
- type ListHsmWallets200Response
- func (o *ListHsmWallets200Response) GetMessage() string
- func (o *ListHsmWallets200Response) GetMessageOk() (*string, bool)
- func (o *ListHsmWallets200Response) GetResult() []StandaloneWallet
- func (o *ListHsmWallets200Response) GetResultOk() ([]StandaloneWallet, bool)
- func (o *ListHsmWallets200Response) GetStatus() int64
- func (o *ListHsmWallets200Response) GetStatusOk() (*int64, bool)
- func (o ListHsmWallets200Response) MarshalJSON() ([]byte, error)
- func (o *ListHsmWallets200Response) SetMessage(v string)
- func (o *ListHsmWallets200Response) SetResult(v []StandaloneWallet)
- func (o *ListHsmWallets200Response) SetStatus(v int64)
- func (o ListHsmWallets200Response) ToMap() (map[string]interface{}, error)
- func (o *ListHsmWallets200Response) UnmarshalJSON(data []byte) (err error)
- type ListUserSigners200Response
- func (o *ListUserSigners200Response) GetMessage() string
- func (o *ListUserSigners200Response) GetMessageOk() (*string, bool)
- func (o *ListUserSigners200Response) GetResult() []SignerWallet
- func (o *ListUserSigners200Response) GetResultOk() ([]SignerWallet, bool)
- func (o *ListUserSigners200Response) GetStatus() int64
- func (o *ListUserSigners200Response) GetStatusOk() (*int64, bool)
- func (o ListUserSigners200Response) MarshalJSON() ([]byte, error)
- func (o *ListUserSigners200Response) SetMessage(v string)
- func (o *ListUserSigners200Response) SetResult(v []SignerWallet)
- func (o *ListUserSigners200Response) SetStatus(v int64)
- func (o ListUserSigners200Response) ToMap() (map[string]interface{}, error)
- func (o *ListUserSigners200Response) UnmarshalJSON(data []byte) (err error)
- type ListUsers200Response
- func (o *ListUsers200Response) GetMessage() string
- func (o *ListUsers200Response) GetMessageOk() (*string, bool)
- func (o *ListUsers200Response) GetResult() []User
- func (o *ListUsers200Response) GetResultOk() ([]User, bool)
- func (o *ListUsers200Response) GetStatus() int64
- func (o *ListUsers200Response) GetStatusOk() (*int64, bool)
- func (o ListUsers200Response) MarshalJSON() ([]byte, error)
- func (o *ListUsers200Response) SetMessage(v string)
- func (o *ListUsers200Response) SetResult(v []User)
- func (o *ListUsers200Response) SetStatus(v int64)
- func (o ListUsers200Response) ToMap() (map[string]interface{}, error)
- func (o *ListUsers200Response) UnmarshalJSON(data []byte) (err error)
- type ListWalletTransactions200Response
- func (o *ListWalletTransactions200Response) GetMessage() string
- func (o *ListWalletTransactions200Response) GetMessageOk() (*string, bool)
- func (o *ListWalletTransactions200Response) GetResult() []WalletTransaction
- func (o *ListWalletTransactions200Response) GetResultOk() ([]WalletTransaction, bool)
- func (o *ListWalletTransactions200Response) GetStatus() int64
- func (o *ListWalletTransactions200Response) GetStatusOk() (*int64, bool)
- func (o ListWalletTransactions200Response) MarshalJSON() ([]byte, error)
- func (o *ListWalletTransactions200Response) SetMessage(v string)
- func (o *ListWalletTransactions200Response) SetResult(v []WalletTransaction)
- func (o *ListWalletTransactions200Response) SetStatus(v int64)
- func (o ListWalletTransactions200Response) ToMap() (map[string]interface{}, error)
- func (o *ListWalletTransactions200Response) UnmarshalJSON(data []byte) (err error)
- type ListWebhookEvents200Response
- func (o *ListWebhookEvents200Response) GetMessage() string
- func (o *ListWebhookEvents200Response) GetMessageOk() (*string, bool)
- func (o *ListWebhookEvents200Response) GetResult() []WebhookEvent
- func (o *ListWebhookEvents200Response) GetResultOk() ([]WebhookEvent, bool)
- func (o *ListWebhookEvents200Response) GetStatus() int64
- func (o *ListWebhookEvents200Response) GetStatusOk() (*int64, bool)
- func (o ListWebhookEvents200Response) MarshalJSON() ([]byte, error)
- func (o *ListWebhookEvents200Response) SetMessage(v string)
- func (o *ListWebhookEvents200Response) SetResult(v []WebhookEvent)
- func (o *ListWebhookEvents200Response) SetStatus(v int64)
- func (o ListWebhookEvents200Response) ToMap() (map[string]interface{}, error)
- func (o *ListWebhookEvents200Response) UnmarshalJSON(data []byte) (err error)
- type ListWebhooks200Response
- func (o *ListWebhooks200Response) GetMessage() string
- func (o *ListWebhooks200Response) GetMessageOk() (*string, bool)
- func (o *ListWebhooks200Response) GetResult() []WebhookEndpoint
- func (o *ListWebhooks200Response) GetResultOk() ([]WebhookEndpoint, bool)
- func (o *ListWebhooks200Response) GetStatus() int64
- func (o *ListWebhooks200Response) GetStatusOk() (*int64, bool)
- func (o ListWebhooks200Response) MarshalJSON() ([]byte, error)
- func (o *ListWebhooks200Response) SetMessage(v string)
- func (o *ListWebhooks200Response) SetResult(v []WebhookEndpoint)
- func (o *ListWebhooks200Response) SetStatus(v int64)
- func (o ListWebhooks200Response) ToMap() (map[string]interface{}, error)
- func (o *ListWebhooks200Response) UnmarshalJSON(data []byte) (err error)
- type Log
- func (o *Log) GetAddress() string
- func (o *Log) GetAddressOk() (*string, bool)
- func (o *Log) GetBlockHash() string
- func (o *Log) GetBlockHashOk() (*string, bool)
- func (o *Log) GetBlockNumber() string
- func (o *Log) GetBlockNumberOk() (*string, bool)
- func (o *Log) GetData() string
- func (o *Log) GetDataOk() (*string, bool)
- func (o *Log) GetLogIndex() string
- func (o *Log) GetLogIndexOk() (*string, bool)
- func (o *Log) GetRemoved() bool
- func (o *Log) GetRemovedOk() (*bool, bool)
- func (o *Log) GetTopics() []string
- func (o *Log) GetTopicsOk() ([]string, bool)
- func (o *Log) GetTransactionHash() string
- func (o *Log) GetTransactionHashOk() (*string, bool)
- func (o *Log) GetTransactionIndex() string
- func (o *Log) GetTransactionIndexOk() (*string, bool)
- func (o Log) MarshalJSON() ([]byte, error)
- func (o *Log) SetAddress(v string)
- func (o *Log) SetBlockHash(v string)
- func (o *Log) SetBlockNumber(v string)
- func (o *Log) SetData(v string)
- func (o *Log) SetLogIndex(v string)
- func (o *Log) SetRemoved(v bool)
- func (o *Log) SetTopics(v []string)
- func (o *Log) SetTransactionHash(v string)
- func (o *Log) SetTransactionIndex(v string)
- func (o Log) ToMap() (map[string]interface{}, error)
- func (o *Log) UnmarshalJSON(data []byte) (err error)
- type MappedNullable
- type MethodArg
- func (o *MethodArg) GetName() string
- func (o *MethodArg) GetNameOk() (*string, bool)
- func (o *MethodArg) GetType() string
- func (o *MethodArg) GetTypeOk() (*string, bool)
- func (o *MethodArg) GetValue() interface{}
- func (o *MethodArg) GetValueOk() (*interface{}, bool)
- func (o MethodArg) MarshalJSON() ([]byte, error)
- func (o *MethodArg) SetName(v string)
- func (o *MethodArg) SetType(v string)
- func (o *MethodArg) SetValue(v interface{})
- func (o MethodArg) ToMap() (map[string]interface{}, error)
- func (o *MethodArg) UnmarshalJSON(data []byte) (err error)
- type MethodCallPreviewResponse
- func (o *MethodCallPreviewResponse) GetInput() []interface{}
- func (o *MethodCallPreviewResponse) GetInputOk() ([]interface{}, bool)
- func (o *MethodCallPreviewResponse) GetOutput() interface{}
- func (o *MethodCallPreviewResponse) GetOutputOk() (*interface{}, bool)
- func (o MethodCallPreviewResponse) MarshalJSON() ([]byte, error)
- func (o *MethodCallPreviewResponse) SetInput(v []interface{})
- func (o *MethodCallPreviewResponse) SetOutput(v interface{})
- func (o MethodCallPreviewResponse) ToMap() (map[string]interface{}, error)
- func (o *MethodCallPreviewResponse) UnmarshalJSON(data []byte) (err error)
- type MethodCallResponse
- func (o *MethodCallResponse) GetOutput() interface{}
- func (o *MethodCallResponse) GetOutputOk() (*interface{}, bool)
- func (o MethodCallResponse) MarshalJSON() ([]byte, error)
- func (o *MethodCallResponse) SetOutput(v interface{})
- func (o MethodCallResponse) ToMap() (map[string]interface{}, error)
- func (o *MethodCallResponse) UnmarshalJSON(data []byte) (err error)
- type MethodTypeConversionOptions
- func (o *MethodTypeConversionOptions) GetInputs() []TypeConversionOptions
- func (o *MethodTypeConversionOptions) GetInputsOk() ([]TypeConversionOptions, bool)
- func (o *MethodTypeConversionOptions) GetOutputs() []TypeConversionOptions
- func (o *MethodTypeConversionOptions) GetOutputsOk() ([]TypeConversionOptions, bool)
- func (o MethodTypeConversionOptions) MarshalJSON() ([]byte, error)
- func (o *MethodTypeConversionOptions) SetInputs(v []TypeConversionOptions)
- func (o *MethodTypeConversionOptions) SetOutputs(v []TypeConversionOptions)
- func (o MethodTypeConversionOptions) ToMap() (map[string]interface{}, error)
- func (o *MethodTypeConversionOptions) UnmarshalJSON(data []byte) (err error)
- type NullableAPIKey
- type NullableAPIKeyWithSecret
- func (v NullableAPIKeyWithSecret) Get() *APIKeyWithSecret
- func (v NullableAPIKeyWithSecret) IsSet() bool
- func (v NullableAPIKeyWithSecret) MarshalJSON() ([]byte, error)
- func (v *NullableAPIKeyWithSecret) Set(val *APIKeyWithSecret)
- func (v *NullableAPIKeyWithSecret) UnmarshalJSON(src []byte) error
- func (v *NullableAPIKeyWithSecret) Unset()
- type NullableAcceptInvite200Response
- func (v NullableAcceptInvite200Response) Get() *AcceptInvite200Response
- func (v NullableAcceptInvite200Response) IsSet() bool
- func (v NullableAcceptInvite200Response) MarshalJSON() ([]byte, error)
- func (v *NullableAcceptInvite200Response) Set(val *AcceptInvite200Response)
- func (v *NullableAcceptInvite200Response) UnmarshalJSON(src []byte) error
- func (v *NullableAcceptInvite200Response) Unset()
- type NullableAcceptInviteRequest
- func (v NullableAcceptInviteRequest) Get() *AcceptInviteRequest
- func (v NullableAcceptInviteRequest) IsSet() bool
- func (v NullableAcceptInviteRequest) MarshalJSON() ([]byte, error)
- func (v *NullableAcceptInviteRequest) Set(val *AcceptInviteRequest)
- func (v *NullableAcceptInviteRequest) UnmarshalJSON(src []byte) error
- func (v *NullableAcceptInviteRequest) Unset()
- type NullableAddKey
- type NullableAddress
- type NullableAddressLabel
- func (v NullableAddressLabel) Get() *AddressLabel
- func (v NullableAddressLabel) IsSet() bool
- func (v NullableAddressLabel) MarshalJSON() ([]byte, error)
- func (v *NullableAddressLabel) Set(val *AddressLabel)
- func (v *NullableAddressLabel) UnmarshalJSON(src []byte) error
- func (v *NullableAddressLabel) Unset()
- type NullableAuditLog
- type NullableAzureAccount
- func (v NullableAzureAccount) Get() *AzureAccount
- func (v NullableAzureAccount) IsSet() bool
- func (v NullableAzureAccount) MarshalJSON() ([]byte, error)
- func (v *NullableAzureAccount) Set(val *AzureAccount)
- func (v *NullableAzureAccount) UnmarshalJSON(src []byte) error
- func (v *NullableAzureAccount) Unset()
- type NullableAzureHardwareWallet
- func (v NullableAzureHardwareWallet) Get() *AzureHardwareWallet
- func (v NullableAzureHardwareWallet) IsSet() bool
- func (v NullableAzureHardwareWallet) MarshalJSON() ([]byte, error)
- func (v *NullableAzureHardwareWallet) Set(val *AzureHardwareWallet)
- func (v *NullableAzureHardwareWallet) UnmarshalJSON(src []byte) error
- func (v *NullableAzureHardwareWallet) Unset()
- type NullableAzureWallet
- func (v NullableAzureWallet) Get() *AzureWallet
- func (v NullableAzureWallet) IsSet() bool
- func (v NullableAzureWallet) MarshalJSON() ([]byte, error)
- func (v *NullableAzureWallet) Set(val *AzureWallet)
- func (v *NullableAzureWallet) UnmarshalJSON(src []byte) error
- func (v *NullableAzureWallet) Unset()
- type NullableBaseAPIKey
- type NullableBaseAzureAccount
- func (v NullableBaseAzureAccount) Get() *BaseAzureAccount
- func (v NullableBaseAzureAccount) IsSet() bool
- func (v NullableBaseAzureAccount) MarshalJSON() ([]byte, error)
- func (v *NullableBaseAzureAccount) Set(val *BaseAzureAccount)
- func (v *NullableBaseAzureAccount) UnmarshalJSON(src []byte) error
- func (v *NullableBaseAzureAccount) Unset()
- type NullableBaseContract
- func (v NullableBaseContract) Get() *BaseContract
- func (v NullableBaseContract) IsSet() bool
- func (v NullableBaseContract) MarshalJSON() ([]byte, error)
- func (v *NullableBaseContract) Set(val *BaseContract)
- func (v *NullableBaseContract) UnmarshalJSON(src []byte) error
- func (v *NullableBaseContract) Unset()
- type NullableBaseResponse
- func (v NullableBaseResponse) Get() *BaseResponse
- func (v NullableBaseResponse) IsSet() bool
- func (v NullableBaseResponse) MarshalJSON() ([]byte, error)
- func (v *NullableBaseResponse) Set(val *BaseResponse)
- func (v *NullableBaseResponse) UnmarshalJSON(src []byte) error
- func (v *NullableBaseResponse) Unset()
- type NullableBaseTransactionToSign
- func (v NullableBaseTransactionToSign) Get() *BaseTransactionToSign
- func (v NullableBaseTransactionToSign) IsSet() bool
- func (v NullableBaseTransactionToSign) MarshalJSON() ([]byte, error)
- func (v *NullableBaseTransactionToSign) Set(val *BaseTransactionToSign)
- func (v *NullableBaseTransactionToSign) UnmarshalJSON(src []byte) error
- func (v *NullableBaseTransactionToSign) Unset()
- type NullableBaseTransactionToSignTx
- func (v NullableBaseTransactionToSignTx) Get() *BaseTransactionToSignTx
- func (v NullableBaseTransactionToSignTx) IsSet() bool
- func (v NullableBaseTransactionToSignTx) MarshalJSON() ([]byte, error)
- func (v *NullableBaseTransactionToSignTx) Set(val *BaseTransactionToSignTx)
- func (v *NullableBaseTransactionToSignTx) UnmarshalJSON(src []byte) error
- func (v *NullableBaseTransactionToSignTx) Unset()
- type NullableBaseUser
- type NullableBaseWebhookEndpoint
- func (v NullableBaseWebhookEndpoint) Get() *BaseWebhookEndpoint
- func (v NullableBaseWebhookEndpoint) IsSet() bool
- func (v NullableBaseWebhookEndpoint) MarshalJSON() ([]byte, error)
- func (v *NullableBaseWebhookEndpoint) Set(val *BaseWebhookEndpoint)
- func (v *NullableBaseWebhookEndpoint) UnmarshalJSON(src []byte) error
- func (v *NullableBaseWebhookEndpoint) Unset()
- type NullableBlock
- type NullableBool
- type NullableCORSOrigin
- type NullableCallContractFunction200Response
- func (v NullableCallContractFunction200Response) Get() *CallContractFunction200Response
- func (v NullableCallContractFunction200Response) IsSet() bool
- func (v NullableCallContractFunction200Response) MarshalJSON() ([]byte, error)
- func (v *NullableCallContractFunction200Response) Set(val *CallContractFunction200Response)
- func (v *NullableCallContractFunction200Response) UnmarshalJSON(src []byte) error
- func (v *NullableCallContractFunction200Response) Unset()
- type NullableCallContractFunction200ResponseAllOfResult
- func (v NullableCallContractFunction200ResponseAllOfResult) Get() *CallContractFunction200ResponseAllOfResult
- func (v NullableCallContractFunction200ResponseAllOfResult) IsSet() bool
- func (v NullableCallContractFunction200ResponseAllOfResult) MarshalJSON() ([]byte, error)
- func (v *NullableCallContractFunction200ResponseAllOfResult) Set(val *CallContractFunction200ResponseAllOfResult)
- func (v *NullableCallContractFunction200ResponseAllOfResult) UnmarshalJSON(src []byte) error
- func (v *NullableCallContractFunction200ResponseAllOfResult) Unset()
- type NullableChainName
- type NullableChainStatus
- func (v NullableChainStatus) Get() *ChainStatus
- func (v NullableChainStatus) IsSet() bool
- func (v NullableChainStatus) MarshalJSON() ([]byte, error)
- func (v *NullableChainStatus) Set(val *ChainStatus)
- func (v *NullableChainStatus) UnmarshalJSON(src []byte) error
- func (v *NullableChainStatus) Unset()
- type NullableContract
- type NullableContractABI
- func (v NullableContractABI) Get() *ContractABI
- func (v NullableContractABI) IsSet() bool
- func (v NullableContractABI) MarshalJSON() ([]byte, error)
- func (v *NullableContractABI) Set(val *ContractABI)
- func (v *NullableContractABI) UnmarshalJSON(src []byte) error
- func (v *NullableContractABI) Unset()
- type NullableContractABIError
- func (v NullableContractABIError) Get() *ContractABIError
- func (v NullableContractABIError) IsSet() bool
- func (v NullableContractABIError) MarshalJSON() ([]byte, error)
- func (v *NullableContractABIError) Set(val *ContractABIError)
- func (v *NullableContractABIError) UnmarshalJSON(src []byte) error
- func (v *NullableContractABIError) Unset()
- type NullableContractABIErrorArgument
- func (v NullableContractABIErrorArgument) Get() *ContractABIErrorArgument
- func (v NullableContractABIErrorArgument) IsSet() bool
- func (v NullableContractABIErrorArgument) MarshalJSON() ([]byte, error)
- func (v *NullableContractABIErrorArgument) Set(val *ContractABIErrorArgument)
- func (v *NullableContractABIErrorArgument) UnmarshalJSON(src []byte) error
- func (v *NullableContractABIErrorArgument) Unset()
- type NullableContractABIEvent
- func (v NullableContractABIEvent) Get() *ContractABIEvent
- func (v NullableContractABIEvent) IsSet() bool
- func (v NullableContractABIEvent) MarshalJSON() ([]byte, error)
- func (v *NullableContractABIEvent) Set(val *ContractABIEvent)
- func (v *NullableContractABIEvent) UnmarshalJSON(src []byte) error
- func (v *NullableContractABIEvent) Unset()
- type NullableContractABIEventArgument
- func (v NullableContractABIEventArgument) Get() *ContractABIEventArgument
- func (v NullableContractABIEventArgument) IsSet() bool
- func (v NullableContractABIEventArgument) MarshalJSON() ([]byte, error)
- func (v *NullableContractABIEventArgument) Set(val *ContractABIEventArgument)
- func (v *NullableContractABIEventArgument) UnmarshalJSON(src []byte) error
- func (v *NullableContractABIEventArgument) Unset()
- type NullableContractABIMethod
- func (v NullableContractABIMethod) Get() *ContractABIMethod
- func (v NullableContractABIMethod) IsSet() bool
- func (v NullableContractABIMethod) MarshalJSON() ([]byte, error)
- func (v *NullableContractABIMethod) Set(val *ContractABIMethod)
- func (v *NullableContractABIMethod) UnmarshalJSON(src []byte) error
- func (v *NullableContractABIMethod) Unset()
- type NullableContractABIMethod1
- func (v NullableContractABIMethod1) Get() *ContractABIMethod1
- func (v NullableContractABIMethod1) IsSet() bool
- func (v NullableContractABIMethod1) MarshalJSON() ([]byte, error)
- func (v *NullableContractABIMethod1) Set(val *ContractABIMethod1)
- func (v *NullableContractABIMethod1) UnmarshalJSON(src []byte) error
- func (v *NullableContractABIMethod1) Unset()
- type NullableContractABIMethodArgument
- func (v NullableContractABIMethodArgument) Get() *ContractABIMethodArgument
- func (v NullableContractABIMethodArgument) IsSet() bool
- func (v NullableContractABIMethodArgument) MarshalJSON() ([]byte, error)
- func (v *NullableContractABIMethodArgument) Set(val *ContractABIMethodArgument)
- func (v *NullableContractABIMethodArgument) UnmarshalJSON(src []byte) error
- func (v *NullableContractABIMethodArgument) Unset()
- type NullableContractABIType
- func (v NullableContractABIType) Get() *ContractABIType
- func (v NullableContractABIType) IsSet() bool
- func (v NullableContractABIType) MarshalJSON() ([]byte, error)
- func (v *NullableContractABIType) Set(val *ContractABIType)
- func (v *NullableContractABIType) UnmarshalJSON(src []byte) error
- func (v *NullableContractABIType) Unset()
- type NullableContractABITypeConversion
- func (v NullableContractABITypeConversion) Get() *ContractABITypeConversion
- func (v NullableContractABITypeConversion) IsSet() bool
- func (v NullableContractABITypeConversion) MarshalJSON() ([]byte, error)
- func (v *NullableContractABITypeConversion) Set(val *ContractABITypeConversion)
- func (v *NullableContractABITypeConversion) UnmarshalJSON(src []byte) error
- func (v *NullableContractABITypeConversion) Unset()
- type NullableContractEventOptions
- func (v NullableContractEventOptions) Get() *ContractEventOptions
- func (v NullableContractEventOptions) IsSet() bool
- func (v NullableContractEventOptions) MarshalJSON() ([]byte, error)
- func (v *NullableContractEventOptions) Set(val *ContractEventOptions)
- func (v *NullableContractEventOptions) UnmarshalJSON(src []byte) error
- func (v *NullableContractEventOptions) Unset()
- type NullableContractInformation
- func (v NullableContractInformation) Get() *ContractInformation
- func (v NullableContractInformation) IsSet() bool
- func (v NullableContractInformation) MarshalJSON() ([]byte, error)
- func (v *NullableContractInformation) Set(val *ContractInformation)
- func (v *NullableContractInformation) UnmarshalJSON(src []byte) error
- func (v *NullableContractInformation) Unset()
- type NullableContractInstance
- func (v NullableContractInstance) Get() *ContractInstance
- func (v NullableContractInstance) IsSet() bool
- func (v NullableContractInstance) MarshalJSON() ([]byte, error)
- func (v *NullableContractInstance) Set(val *ContractInstance)
- func (v *NullableContractInstance) UnmarshalJSON(src []byte) error
- func (v *NullableContractInstance) Unset()
- type NullableContractLookup
- func (v NullableContractLookup) Get() *ContractLookup
- func (v NullableContractLookup) IsSet() bool
- func (v NullableContractLookup) MarshalJSON() ([]byte, error)
- func (v *NullableContractLookup) Set(val *ContractLookup)
- func (v *NullableContractLookup) UnmarshalJSON(src []byte) error
- func (v *NullableContractLookup) Unset()
- type NullableContractMetadata
- func (v NullableContractMetadata) Get() *ContractMetadata
- func (v NullableContractMetadata) IsSet() bool
- func (v NullableContractMetadata) MarshalJSON() ([]byte, error)
- func (v *NullableContractMetadata) Set(val *ContractMetadata)
- func (v *NullableContractMetadata) UnmarshalJSON(src []byte) error
- func (v *NullableContractMetadata) Unset()
- type NullableContractMethodInformation
- func (v NullableContractMethodInformation) Get() *ContractMethodInformation
- func (v NullableContractMethodInformation) IsSet() bool
- func (v NullableContractMethodInformation) MarshalJSON() ([]byte, error)
- func (v *NullableContractMethodInformation) Set(val *ContractMethodInformation)
- func (v *NullableContractMethodInformation) UnmarshalJSON(src []byte) error
- func (v *NullableContractMethodInformation) Unset()
- type NullableContractMethodOptions
- func (v NullableContractMethodOptions) Get() *ContractMethodOptions
- func (v NullableContractMethodOptions) IsSet() bool
- func (v NullableContractMethodOptions) MarshalJSON() ([]byte, error)
- func (v *NullableContractMethodOptions) Set(val *ContractMethodOptions)
- func (v *NullableContractMethodOptions) UnmarshalJSON(src []byte) error
- func (v *NullableContractMethodOptions) Unset()
- type NullableContractOverview
- func (v NullableContractOverview) Get() *ContractOverview
- func (v NullableContractOverview) IsSet() bool
- func (v NullableContractOverview) MarshalJSON() ([]byte, error)
- func (v *NullableContractOverview) Set(val *ContractOverview)
- func (v *NullableContractOverview) UnmarshalJSON(src []byte) error
- func (v *NullableContractOverview) Unset()
- type NullableContractParameter
- func (v NullableContractParameter) Get() *ContractParameter
- func (v NullableContractParameter) IsSet() bool
- func (v NullableContractParameter) MarshalJSON() ([]byte, error)
- func (v *NullableContractParameter) Set(val *ContractParameter)
- func (v *NullableContractParameter) UnmarshalJSON(src []byte) error
- func (v *NullableContractParameter) Unset()
- type NullableCountEventQueryRecords200Response
- func (v NullableCountEventQueryRecords200Response) Get() *CountEventQueryRecords200Response
- func (v NullableCountEventQueryRecords200Response) IsSet() bool
- func (v NullableCountEventQueryRecords200Response) MarshalJSON() ([]byte, error)
- func (v *NullableCountEventQueryRecords200Response) Set(val *CountEventQueryRecords200Response)
- func (v *NullableCountEventQueryRecords200Response) UnmarshalJSON(src []byte) error
- func (v *NullableCountEventQueryRecords200Response) Unset()
- type NullableCountWalletTransactions200Response
- func (v NullableCountWalletTransactions200Response) Get() *CountWalletTransactions200Response
- func (v NullableCountWalletTransactions200Response) IsSet() bool
- func (v NullableCountWalletTransactions200Response) MarshalJSON() ([]byte, error)
- func (v *NullableCountWalletTransactions200Response) Set(val *CountWalletTransactions200Response)
- func (v *NullableCountWalletTransactions200Response) UnmarshalJSON(src []byte) error
- func (v *NullableCountWalletTransactions200Response) Unset()
- type NullableCountWebhookEvents200Response
- func (v NullableCountWebhookEvents200Response) Get() *CountWebhookEvents200Response
- func (v NullableCountWebhookEvents200Response) IsSet() bool
- func (v NullableCountWebhookEvents200Response) MarshalJSON() ([]byte, error)
- func (v *NullableCountWebhookEvents200Response) Set(val *CountWebhookEvents200Response)
- func (v *NullableCountWebhookEvents200Response) UnmarshalJSON(src []byte) error
- func (v *NullableCountWebhookEvents200Response) Unset()
- type NullableCountWebhooks200Response
- func (v NullableCountWebhooks200Response) Get() *CountWebhooks200Response
- func (v NullableCountWebhooks200Response) IsSet() bool
- func (v NullableCountWebhooks200Response) MarshalJSON() ([]byte, error)
- func (v *NullableCountWebhooks200Response) Set(val *CountWebhooks200Response)
- func (v *NullableCountWebhooks200Response) UnmarshalJSON(src []byte) error
- func (v *NullableCountWebhooks200Response) Unset()
- type NullableCreateApiKey200Response
- func (v NullableCreateApiKey200Response) Get() *CreateApiKey200Response
- func (v NullableCreateApiKey200Response) IsSet() bool
- func (v NullableCreateApiKey200Response) MarshalJSON() ([]byte, error)
- func (v *NullableCreateApiKey200Response) Set(val *CreateApiKey200Response)
- func (v *NullableCreateApiKey200Response) UnmarshalJSON(src []byte) error
- func (v *NullableCreateApiKey200Response) Unset()
- type NullableCreateApiKeyRequest
- func (v NullableCreateApiKeyRequest) Get() *CreateApiKeyRequest
- func (v NullableCreateApiKeyRequest) IsSet() bool
- func (v NullableCreateApiKeyRequest) MarshalJSON() ([]byte, error)
- func (v *NullableCreateApiKeyRequest) Set(val *CreateApiKeyRequest)
- func (v *NullableCreateApiKeyRequest) UnmarshalJSON(src []byte) error
- func (v *NullableCreateApiKeyRequest) Unset()
- type NullableCreateHsmKey200Response
- func (v NullableCreateHsmKey200Response) Get() *CreateHsmKey200Response
- func (v NullableCreateHsmKey200Response) IsSet() bool
- func (v NullableCreateHsmKey200Response) MarshalJSON() ([]byte, error)
- func (v *NullableCreateHsmKey200Response) Set(val *CreateHsmKey200Response)
- func (v *NullableCreateHsmKey200Response) UnmarshalJSON(src []byte) error
- func (v *NullableCreateHsmKey200Response) Unset()
- type NullableCreateKey
- type NullableCreateWebhook200Response
- func (v NullableCreateWebhook200Response) Get() *CreateWebhook200Response
- func (v NullableCreateWebhook200Response) IsSet() bool
- func (v NullableCreateWebhook200Response) MarshalJSON() ([]byte, error)
- func (v *NullableCreateWebhook200Response) Set(val *CreateWebhook200Response)
- func (v *NullableCreateWebhook200Response) UnmarshalJSON(src []byte) error
- func (v *NullableCreateWebhook200Response) Unset()
- type NullableDeployContract200Response
- func (v NullableDeployContract200Response) Get() *DeployContract200Response
- func (v NullableDeployContract200Response) IsSet() bool
- func (v NullableDeployContract200Response) MarshalJSON() ([]byte, error)
- func (v *NullableDeployContract200Response) Set(val *DeployContract200Response)
- func (v *NullableDeployContract200Response) UnmarshalJSON(src []byte) error
- func (v *NullableDeployContract200Response) Unset()
- type NullableDeployContractTransaction
- func (v NullableDeployContractTransaction) Get() *DeployContractTransaction
- func (v NullableDeployContractTransaction) IsSet() bool
- func (v NullableDeployContractTransaction) MarshalJSON() ([]byte, error)
- func (v *NullableDeployContractTransaction) Set(val *DeployContractTransaction)
- func (v *NullableDeployContractTransaction) UnmarshalJSON(src []byte) error
- func (v *NullableDeployContractTransaction) Unset()
- type NullableError
- type NullableEvent
- type NullableEventField
- type NullableEventInformation
- func (v NullableEventInformation) Get() *EventInformation
- func (v NullableEventInformation) IsSet() bool
- func (v NullableEventInformation) MarshalJSON() ([]byte, error)
- func (v *NullableEventInformation) Set(val *EventInformation)
- func (v *NullableEventInformation) UnmarshalJSON(src []byte) error
- func (v *NullableEventInformation) Unset()
- type NullableEventMonitorStatus
- func (v NullableEventMonitorStatus) Get() *EventMonitorStatus
- func (v NullableEventMonitorStatus) IsSet() bool
- func (v NullableEventMonitorStatus) MarshalJSON() ([]byte, error)
- func (v *NullableEventMonitorStatus) Set(val *EventMonitorStatus)
- func (v *NullableEventMonitorStatus) UnmarshalJSON(src []byte) error
- func (v *NullableEventMonitorStatus) Unset()
- type NullableEventQuery
- type NullableEventQueryEvent
- func (v NullableEventQueryEvent) Get() *EventQueryEvent
- func (v NullableEventQueryEvent) IsSet() bool
- func (v NullableEventQueryEvent) MarshalJSON() ([]byte, error)
- func (v *NullableEventQueryEvent) Set(val *EventQueryEvent)
- func (v *NullableEventQueryEvent) UnmarshalJSON(src []byte) error
- func (v *NullableEventQueryEvent) Unset()
- type NullableEventQueryField
- func (v NullableEventQueryField) Get() *EventQueryField
- func (v NullableEventQueryField) IsSet() bool
- func (v NullableEventQueryField) MarshalJSON() ([]byte, error)
- func (v *NullableEventQueryField) Set(val *EventQueryField)
- func (v *NullableEventQueryField) UnmarshalJSON(src []byte) error
- func (v *NullableEventQueryField) Unset()
- type NullableEventQueryFilter
- func (v NullableEventQueryFilter) Get() *EventQueryFilter
- func (v NullableEventQueryFilter) IsSet() bool
- func (v NullableEventQueryFilter) MarshalJSON() ([]byte, error)
- func (v *NullableEventQueryFilter) Set(val *EventQueryFilter)
- func (v *NullableEventQueryFilter) UnmarshalJSON(src []byte) error
- func (v *NullableEventQueryFilter) Unset()
- type NullableEventQueryResults
- func (v NullableEventQueryResults) Get() *EventQueryResults
- func (v NullableEventQueryResults) IsSet() bool
- func (v NullableEventQueryResults) MarshalJSON() ([]byte, error)
- func (v *NullableEventQueryResults) Set(val *EventQueryResults)
- func (v *NullableEventQueryResults) UnmarshalJSON(src []byte) error
- func (v *NullableEventQueryResults) Unset()
- type NullableEventTypeConversionOptions
- func (v NullableEventTypeConversionOptions) Get() *EventTypeConversionOptions
- func (v NullableEventTypeConversionOptions) IsSet() bool
- func (v NullableEventTypeConversionOptions) MarshalJSON() ([]byte, error)
- func (v *NullableEventTypeConversionOptions) Set(val *EventTypeConversionOptions)
- func (v *NullableEventTypeConversionOptions) UnmarshalJSON(src []byte) error
- func (v *NullableEventTypeConversionOptions) Unset()
- type NullableExecuteArbitraryEventQuery200Response
- func (v NullableExecuteArbitraryEventQuery200Response) Get() *ExecuteArbitraryEventQuery200Response
- func (v NullableExecuteArbitraryEventQuery200Response) IsSet() bool
- func (v NullableExecuteArbitraryEventQuery200Response) MarshalJSON() ([]byte, error)
- func (v *NullableExecuteArbitraryEventQuery200Response) Set(val *ExecuteArbitraryEventQuery200Response)
- func (v *NullableExecuteArbitraryEventQuery200Response) UnmarshalJSON(src []byte) error
- func (v *NullableExecuteArbitraryEventQuery200Response) Unset()
- type NullableFieldType
- type NullableFloat32
- type NullableFloat64
- type NullableGasParams
- type NullableGetApiKey200Response
- func (v NullableGetApiKey200Response) Get() *GetApiKey200Response
- func (v NullableGetApiKey200Response) IsSet() bool
- func (v NullableGetApiKey200Response) MarshalJSON() ([]byte, error)
- func (v *NullableGetApiKey200Response) Set(val *GetApiKey200Response)
- func (v *NullableGetApiKey200Response) UnmarshalJSON(src []byte) error
- func (v *NullableGetApiKey200Response) Unset()
- type NullableGetBlock200Response
- func (v NullableGetBlock200Response) Get() *GetBlock200Response
- func (v NullableGetBlock200Response) IsSet() bool
- func (v NullableGetBlock200Response) MarshalJSON() ([]byte, error)
- func (v *NullableGetBlock200Response) Set(val *GetBlock200Response)
- func (v *NullableGetBlock200Response) UnmarshalJSON(src []byte) error
- func (v *NullableGetBlock200Response) Unset()
- type NullableGetChainStatus200Response
- func (v NullableGetChainStatus200Response) Get() *GetChainStatus200Response
- func (v NullableGetChainStatus200Response) IsSet() bool
- func (v NullableGetChainStatus200Response) MarshalJSON() ([]byte, error)
- func (v *NullableGetChainStatus200Response) Set(val *GetChainStatus200Response)
- func (v *NullableGetChainStatus200Response) UnmarshalJSON(src []byte) error
- func (v *NullableGetChainStatus200Response) Unset()
- type NullableGetContract200Response
- func (v NullableGetContract200Response) Get() *GetContract200Response
- func (v NullableGetContract200Response) IsSet() bool
- func (v NullableGetContract200Response) MarshalJSON() ([]byte, error)
- func (v *NullableGetContract200Response) Set(val *GetContract200Response)
- func (v *NullableGetContract200Response) UnmarshalJSON(src []byte) error
- func (v *NullableGetContract200Response) Unset()
- type NullableGetContractVersions200Response
- func (v NullableGetContractVersions200Response) Get() *GetContractVersions200Response
- func (v NullableGetContractVersions200Response) IsSet() bool
- func (v NullableGetContractVersions200Response) MarshalJSON() ([]byte, error)
- func (v *NullableGetContractVersions200Response) Set(val *GetContractVersions200Response)
- func (v *NullableGetContractVersions200Response) UnmarshalJSON(src []byte) error
- func (v *NullableGetContractVersions200Response) Unset()
- type NullableGetEventCount200Response
- func (v NullableGetEventCount200Response) Get() *GetEventCount200Response
- func (v NullableGetEventCount200Response) IsSet() bool
- func (v NullableGetEventCount200Response) MarshalJSON() ([]byte, error)
- func (v *NullableGetEventCount200Response) Set(val *GetEventCount200Response)
- func (v *NullableGetEventCount200Response) UnmarshalJSON(src []byte) error
- func (v *NullableGetEventCount200Response) Unset()
- type NullableGetEventMonitorStatus200Response
- func (v NullableGetEventMonitorStatus200Response) Get() *GetEventMonitorStatus200Response
- func (v NullableGetEventMonitorStatus200Response) IsSet() bool
- func (v NullableGetEventMonitorStatus200Response) MarshalJSON() ([]byte, error)
- func (v *NullableGetEventMonitorStatus200Response) Set(val *GetEventMonitorStatus200Response)
- func (v *NullableGetEventMonitorStatus200Response) UnmarshalJSON(src []byte) error
- func (v *NullableGetEventMonitorStatus200Response) Unset()
- type NullableGetEventQuery200Response
- func (v NullableGetEventQuery200Response) Get() *GetEventQuery200Response
- func (v NullableGetEventQuery200Response) IsSet() bool
- func (v NullableGetEventQuery200Response) MarshalJSON() ([]byte, error)
- func (v *NullableGetEventQuery200Response) Set(val *GetEventQuery200Response)
- func (v *NullableGetEventQuery200Response) UnmarshalJSON(src []byte) error
- func (v *NullableGetEventQuery200Response) Unset()
- type NullableGetEventTypeConversions200Response
- func (v NullableGetEventTypeConversions200Response) Get() *GetEventTypeConversions200Response
- func (v NullableGetEventTypeConversions200Response) IsSet() bool
- func (v NullableGetEventTypeConversions200Response) MarshalJSON() ([]byte, error)
- func (v *NullableGetEventTypeConversions200Response) Set(val *GetEventTypeConversions200Response)
- func (v *NullableGetEventTypeConversions200Response) UnmarshalJSON(src []byte) error
- func (v *NullableGetEventTypeConversions200Response) Unset()
- type NullableGetFunctionTypeConversions200Response
- func (v NullableGetFunctionTypeConversions200Response) Get() *GetFunctionTypeConversions200Response
- func (v NullableGetFunctionTypeConversions200Response) IsSet() bool
- func (v NullableGetFunctionTypeConversions200Response) MarshalJSON() ([]byte, error)
- func (v *NullableGetFunctionTypeConversions200Response) Set(val *GetFunctionTypeConversions200Response)
- func (v *NullableGetFunctionTypeConversions200Response) UnmarshalJSON(src []byte) error
- func (v *NullableGetFunctionTypeConversions200Response) Unset()
- type NullableGetTransaction200Response
- func (v NullableGetTransaction200Response) Get() *GetTransaction200Response
- func (v NullableGetTransaction200Response) IsSet() bool
- func (v NullableGetTransaction200Response) MarshalJSON() ([]byte, error)
- func (v *NullableGetTransaction200Response) Set(val *GetTransaction200Response)
- func (v *NullableGetTransaction200Response) UnmarshalJSON(src []byte) error
- func (v *NullableGetTransaction200Response) Unset()
- type NullableGetTransactionReceipt200Response
- func (v NullableGetTransactionReceipt200Response) Get() *GetTransactionReceipt200Response
- func (v NullableGetTransactionReceipt200Response) IsSet() bool
- func (v NullableGetTransactionReceipt200Response) MarshalJSON() ([]byte, error)
- func (v *NullableGetTransactionReceipt200Response) Set(val *GetTransactionReceipt200Response)
- func (v *NullableGetTransactionReceipt200Response) UnmarshalJSON(src []byte) error
- func (v *NullableGetTransactionReceipt200Response) Unset()
- type NullableGroup
- type NullableHSMData
- type NullableHSMSignRequest
- func (v NullableHSMSignRequest) Get() *HSMSignRequest
- func (v NullableHSMSignRequest) IsSet() bool
- func (v NullableHSMSignRequest) MarshalJSON() ([]byte, error)
- func (v *NullableHSMSignRequest) Set(val *HSMSignRequest)
- func (v *NullableHSMSignRequest) UnmarshalJSON(src []byte) error
- func (v *NullableHSMSignRequest) Unset()
- type NullableHSMSignRequestChainId
- func (v NullableHSMSignRequestChainId) Get() *HSMSignRequestChainId
- func (v NullableHSMSignRequestChainId) IsSet() bool
- func (v NullableHSMSignRequestChainId) MarshalJSON() ([]byte, error)
- func (v *NullableHSMSignRequestChainId) Set(val *HSMSignRequestChainId)
- func (v *NullableHSMSignRequestChainId) UnmarshalJSON(src []byte) error
- func (v *NullableHSMSignRequestChainId) Unset()
- type NullableHSMSignResponse
- func (v NullableHSMSignResponse) Get() *HSMSignResponse
- func (v NullableHSMSignResponse) IsSet() bool
- func (v NullableHSMSignResponse) MarshalJSON() ([]byte, error)
- func (v *NullableHSMSignResponse) Set(val *HSMSignResponse)
- func (v *NullableHSMSignResponse) UnmarshalJSON(src []byte) error
- func (v *NullableHSMSignResponse) Unset()
- type NullableInt
- type NullableInt32
- type NullableInt64
- type NullableInvite
- type NullableLinkAddressContractRequest
- func (v NullableLinkAddressContractRequest) Get() *LinkAddressContractRequest
- func (v NullableLinkAddressContractRequest) IsSet() bool
- func (v NullableLinkAddressContractRequest) MarshalJSON() ([]byte, error)
- func (v *NullableLinkAddressContractRequest) Set(val *LinkAddressContractRequest)
- func (v *NullableLinkAddressContractRequest) UnmarshalJSON(src []byte) error
- func (v *NullableLinkAddressContractRequest) Unset()
- type NullableListAddresses200Response
- func (v NullableListAddresses200Response) Get() *ListAddresses200Response
- func (v NullableListAddresses200Response) IsSet() bool
- func (v NullableListAddresses200Response) MarshalJSON() ([]byte, error)
- func (v *NullableListAddresses200Response) Set(val *ListAddresses200Response)
- func (v *NullableListAddresses200Response) UnmarshalJSON(src []byte) error
- func (v *NullableListAddresses200Response) Unset()
- type NullableListApiKeys200Response
- func (v NullableListApiKeys200Response) Get() *ListApiKeys200Response
- func (v NullableListApiKeys200Response) IsSet() bool
- func (v NullableListApiKeys200Response) MarshalJSON() ([]byte, error)
- func (v *NullableListApiKeys200Response) Set(val *ListApiKeys200Response)
- func (v *NullableListApiKeys200Response) UnmarshalJSON(src []byte) error
- func (v *NullableListApiKeys200Response) Unset()
- type NullableListAuditLogs200Response
- func (v NullableListAuditLogs200Response) Get() *ListAuditLogs200Response
- func (v NullableListAuditLogs200Response) IsSet() bool
- func (v NullableListAuditLogs200Response) MarshalJSON() ([]byte, error)
- func (v *NullableListAuditLogs200Response) Set(val *ListAuditLogs200Response)
- func (v *NullableListAuditLogs200Response) UnmarshalJSON(src []byte) error
- func (v *NullableListAuditLogs200Response) Unset()
- type NullableListContractVersions200Response
- func (v NullableListContractVersions200Response) Get() *ListContractVersions200Response
- func (v NullableListContractVersions200Response) IsSet() bool
- func (v NullableListContractVersions200Response) MarshalJSON() ([]byte, error)
- func (v *NullableListContractVersions200Response) Set(val *ListContractVersions200Response)
- func (v *NullableListContractVersions200Response) UnmarshalJSON(src []byte) error
- func (v *NullableListContractVersions200Response) Unset()
- type NullableListContractVersions200ResponseAllOfResult
- func (v NullableListContractVersions200ResponseAllOfResult) Get() *ListContractVersions200ResponseAllOfResult
- func (v NullableListContractVersions200ResponseAllOfResult) IsSet() bool
- func (v NullableListContractVersions200ResponseAllOfResult) MarshalJSON() ([]byte, error)
- func (v *NullableListContractVersions200ResponseAllOfResult) Set(val *ListContractVersions200ResponseAllOfResult)
- func (v *NullableListContractVersions200ResponseAllOfResult) UnmarshalJSON(src []byte) error
- func (v *NullableListContractVersions200ResponseAllOfResult) Unset()
- type NullableListContracts200Response
- func (v NullableListContracts200Response) Get() *ListContracts200Response
- func (v NullableListContracts200Response) IsSet() bool
- func (v NullableListContracts200Response) MarshalJSON() ([]byte, error)
- func (v *NullableListContracts200Response) Set(val *ListContracts200Response)
- func (v *NullableListContracts200Response) UnmarshalJSON(src []byte) error
- func (v *NullableListContracts200Response) Unset()
- type NullableListCorsOrigins200Response
- func (v NullableListCorsOrigins200Response) Get() *ListCorsOrigins200Response
- func (v NullableListCorsOrigins200Response) IsSet() bool
- func (v NullableListCorsOrigins200Response) MarshalJSON() ([]byte, error)
- func (v *NullableListCorsOrigins200Response) Set(val *ListCorsOrigins200Response)
- func (v *NullableListCorsOrigins200Response) UnmarshalJSON(src []byte) error
- func (v *NullableListCorsOrigins200Response) Unset()
- type NullableListEventQueries200Response
- func (v NullableListEventQueries200Response) Get() *ListEventQueries200Response
- func (v NullableListEventQueries200Response) IsSet() bool
- func (v NullableListEventQueries200Response) MarshalJSON() ([]byte, error)
- func (v *NullableListEventQueries200Response) Set(val *ListEventQueries200Response)
- func (v *NullableListEventQueries200Response) UnmarshalJSON(src []byte) error
- func (v *NullableListEventQueries200Response) Unset()
- type NullableListEvents200Response
- func (v NullableListEvents200Response) Get() *ListEvents200Response
- func (v NullableListEvents200Response) IsSet() bool
- func (v NullableListEvents200Response) MarshalJSON() ([]byte, error)
- func (v *NullableListEvents200Response) Set(val *ListEvents200Response)
- func (v *NullableListEvents200Response) UnmarshalJSON(src []byte) error
- func (v *NullableListEvents200Response) Unset()
- type NullableListGroups200Response
- func (v NullableListGroups200Response) Get() *ListGroups200Response
- func (v NullableListGroups200Response) IsSet() bool
- func (v NullableListGroups200Response) MarshalJSON() ([]byte, error)
- func (v *NullableListGroups200Response) Set(val *ListGroups200Response)
- func (v *NullableListGroups200Response) UnmarshalJSON(src []byte) error
- func (v *NullableListGroups200Response) Unset()
- type NullableListHsm200Response
- func (v NullableListHsm200Response) Get() *ListHsm200Response
- func (v NullableListHsm200Response) IsSet() bool
- func (v NullableListHsm200Response) MarshalJSON() ([]byte, error)
- func (v *NullableListHsm200Response) Set(val *ListHsm200Response)
- func (v *NullableListHsm200Response) UnmarshalJSON(src []byte) error
- func (v *NullableListHsm200Response) Unset()
- type NullableListHsmWallets200Response
- func (v NullableListHsmWallets200Response) Get() *ListHsmWallets200Response
- func (v NullableListHsmWallets200Response) IsSet() bool
- func (v NullableListHsmWallets200Response) MarshalJSON() ([]byte, error)
- func (v *NullableListHsmWallets200Response) Set(val *ListHsmWallets200Response)
- func (v *NullableListHsmWallets200Response) UnmarshalJSON(src []byte) error
- func (v *NullableListHsmWallets200Response) Unset()
- type NullableListUserSigners200Response
- func (v NullableListUserSigners200Response) Get() *ListUserSigners200Response
- func (v NullableListUserSigners200Response) IsSet() bool
- func (v NullableListUserSigners200Response) MarshalJSON() ([]byte, error)
- func (v *NullableListUserSigners200Response) Set(val *ListUserSigners200Response)
- func (v *NullableListUserSigners200Response) UnmarshalJSON(src []byte) error
- func (v *NullableListUserSigners200Response) Unset()
- type NullableListUsers200Response
- func (v NullableListUsers200Response) Get() *ListUsers200Response
- func (v NullableListUsers200Response) IsSet() bool
- func (v NullableListUsers200Response) MarshalJSON() ([]byte, error)
- func (v *NullableListUsers200Response) Set(val *ListUsers200Response)
- func (v *NullableListUsers200Response) UnmarshalJSON(src []byte) error
- func (v *NullableListUsers200Response) Unset()
- type NullableListWalletTransactions200Response
- func (v NullableListWalletTransactions200Response) Get() *ListWalletTransactions200Response
- func (v NullableListWalletTransactions200Response) IsSet() bool
- func (v NullableListWalletTransactions200Response) MarshalJSON() ([]byte, error)
- func (v *NullableListWalletTransactions200Response) Set(val *ListWalletTransactions200Response)
- func (v *NullableListWalletTransactions200Response) UnmarshalJSON(src []byte) error
- func (v *NullableListWalletTransactions200Response) Unset()
- type NullableListWebhookEvents200Response
- func (v NullableListWebhookEvents200Response) Get() *ListWebhookEvents200Response
- func (v NullableListWebhookEvents200Response) IsSet() bool
- func (v NullableListWebhookEvents200Response) MarshalJSON() ([]byte, error)
- func (v *NullableListWebhookEvents200Response) Set(val *ListWebhookEvents200Response)
- func (v *NullableListWebhookEvents200Response) UnmarshalJSON(src []byte) error
- func (v *NullableListWebhookEvents200Response) Unset()
- type NullableListWebhooks200Response
- func (v NullableListWebhooks200Response) Get() *ListWebhooks200Response
- func (v NullableListWebhooks200Response) IsSet() bool
- func (v NullableListWebhooks200Response) MarshalJSON() ([]byte, error)
- func (v *NullableListWebhooks200Response) Set(val *ListWebhooks200Response)
- func (v *NullableListWebhooks200Response) UnmarshalJSON(src []byte) error
- func (v *NullableListWebhooks200Response) Unset()
- type NullableLog
- type NullableMethodArg
- type NullableMethodCallPreviewResponse
- func (v NullableMethodCallPreviewResponse) Get() *MethodCallPreviewResponse
- func (v NullableMethodCallPreviewResponse) IsSet() bool
- func (v NullableMethodCallPreviewResponse) MarshalJSON() ([]byte, error)
- func (v *NullableMethodCallPreviewResponse) Set(val *MethodCallPreviewResponse)
- func (v *NullableMethodCallPreviewResponse) UnmarshalJSON(src []byte) error
- func (v *NullableMethodCallPreviewResponse) Unset()
- type NullableMethodCallResponse
- func (v NullableMethodCallResponse) Get() *MethodCallResponse
- func (v NullableMethodCallResponse) IsSet() bool
- func (v NullableMethodCallResponse) MarshalJSON() ([]byte, error)
- func (v *NullableMethodCallResponse) Set(val *MethodCallResponse)
- func (v *NullableMethodCallResponse) UnmarshalJSON(src []byte) error
- func (v *NullableMethodCallResponse) Unset()
- type NullableMethodTypeConversionOptions
- func (v NullableMethodTypeConversionOptions) Get() *MethodTypeConversionOptions
- func (v NullableMethodTypeConversionOptions) IsSet() bool
- func (v NullableMethodTypeConversionOptions) MarshalJSON() ([]byte, error)
- func (v *NullableMethodTypeConversionOptions) Set(val *MethodTypeConversionOptions)
- func (v *NullableMethodTypeConversionOptions) UnmarshalJSON(src []byte) error
- func (v *NullableMethodTypeConversionOptions) Unset()
- type NullablePostMethodArgs
- func (v NullablePostMethodArgs) Get() *PostMethodArgs
- func (v NullablePostMethodArgs) IsSet() bool
- func (v NullablePostMethodArgs) MarshalJSON() ([]byte, error)
- func (v *NullablePostMethodArgs) Set(val *PostMethodArgs)
- func (v *NullablePostMethodArgs) UnmarshalJSON(src []byte) error
- func (v *NullablePostMethodArgs) Unset()
- type NullablePostMethodResponse
- func (v NullablePostMethodResponse) Get() *PostMethodResponse
- func (v NullablePostMethodResponse) IsSet() bool
- func (v NullablePostMethodResponse) MarshalJSON() ([]byte, error)
- func (v *NullablePostMethodResponse) Set(val *PostMethodResponse)
- func (v *NullablePostMethodResponse) UnmarshalJSON(src []byte) error
- func (v *NullablePostMethodResponse) Unset()
- type NullablePreviewArgs
- func (v NullablePreviewArgs) Get() *PreviewArgs
- func (v NullablePreviewArgs) IsSet() bool
- func (v NullablePreviewArgs) MarshalJSON() ([]byte, error)
- func (v *NullablePreviewArgs) Set(val *PreviewArgs)
- func (v *NullablePreviewArgs) UnmarshalJSON(src []byte) error
- func (v *NullablePreviewArgs) Unset()
- type NullableRole
- type NullableSavedEventQuery
- func (v NullableSavedEventQuery) Get() *SavedEventQuery
- func (v NullableSavedEventQuery) IsSet() bool
- func (v NullableSavedEventQuery) MarshalJSON() ([]byte, error)
- func (v *NullableSavedEventQuery) Set(val *SavedEventQuery)
- func (v *NullableSavedEventQuery) UnmarshalJSON(src []byte) error
- func (v *NullableSavedEventQuery) Unset()
- type NullableSetAddress201Response
- func (v NullableSetAddress201Response) Get() *SetAddress201Response
- func (v NullableSetAddress201Response) IsSet() bool
- func (v NullableSetAddress201Response) MarshalJSON() ([]byte, error)
- func (v *NullableSetAddress201Response) Set(val *SetAddress201Response)
- func (v *NullableSetAddress201Response) UnmarshalJSON(src []byte) error
- func (v *NullableSetAddress201Response) Unset()
- type NullableSetNonceRequest
- func (v NullableSetNonceRequest) Get() *SetNonceRequest
- func (v NullableSetNonceRequest) IsSet() bool
- func (v NullableSetNonceRequest) MarshalJSON() ([]byte, error)
- func (v *NullableSetNonceRequest) Set(val *SetNonceRequest)
- func (v *NullableSetNonceRequest) UnmarshalJSON(src []byte) error
- func (v *NullableSetNonceRequest) Unset()
- type NullableSignData200Response
- func (v NullableSignData200Response) Get() *SignData200Response
- func (v NullableSignData200Response) IsSet() bool
- func (v NullableSignData200Response) MarshalJSON() ([]byte, error)
- func (v *NullableSignData200Response) Set(val *SignData200Response)
- func (v *NullableSignData200Response) UnmarshalJSON(src []byte) error
- func (v *NullableSignData200Response) Unset()
- type NullableSignedTransactionResponse
- func (v NullableSignedTransactionResponse) Get() *SignedTransactionResponse
- func (v NullableSignedTransactionResponse) IsSet() bool
- func (v NullableSignedTransactionResponse) MarshalJSON() ([]byte, error)
- func (v *NullableSignedTransactionResponse) Set(val *SignedTransactionResponse)
- func (v *NullableSignedTransactionResponse) UnmarshalJSON(src []byte) error
- func (v *NullableSignedTransactionResponse) Unset()
- type NullableSignedTransactionSubmission
- func (v NullableSignedTransactionSubmission) Get() *SignedTransactionSubmission
- func (v NullableSignedTransactionSubmission) IsSet() bool
- func (v NullableSignedTransactionSubmission) MarshalJSON() ([]byte, error)
- func (v *NullableSignedTransactionSubmission) Set(val *SignedTransactionSubmission)
- func (v *NullableSignedTransactionSubmission) UnmarshalJSON(src []byte) error
- func (v *NullableSignedTransactionSubmission) Unset()
- type NullableSignerLabel
- func (v NullableSignerLabel) Get() *SignerLabel
- func (v NullableSignerLabel) IsSet() bool
- func (v NullableSignerLabel) MarshalJSON() ([]byte, error)
- func (v *NullableSignerLabel) Set(val *SignerLabel)
- func (v *NullableSignerLabel) UnmarshalJSON(src []byte) error
- func (v *NullableSignerLabel) Unset()
- type NullableSignerWallet
- func (v NullableSignerWallet) Get() *SignerWallet
- func (v NullableSignerWallet) IsSet() bool
- func (v NullableSignerWallet) MarshalJSON() ([]byte, error)
- func (v *NullableSignerWallet) Set(val *SignerWallet)
- func (v *NullableSignerWallet) UnmarshalJSON(src []byte) error
- func (v *NullableSignerWallet) Unset()
- type NullableStandaloneWallet
- func (v NullableStandaloneWallet) Get() *StandaloneWallet
- func (v NullableStandaloneWallet) IsSet() bool
- func (v NullableStandaloneWallet) MarshalJSON() ([]byte, error)
- func (v *NullableStandaloneWallet) Set(val *StandaloneWallet)
- func (v *NullableStandaloneWallet) UnmarshalJSON(src []byte) error
- func (v *NullableStandaloneWallet) Unset()
- type NullableString
- type NullableSubmitSignedTransaction200Response
- func (v NullableSubmitSignedTransaction200Response) Get() *SubmitSignedTransaction200Response
- func (v NullableSubmitSignedTransaction200Response) IsSet() bool
- func (v NullableSubmitSignedTransaction200Response) MarshalJSON() ([]byte, error)
- func (v *NullableSubmitSignedTransaction200Response) Set(val *SubmitSignedTransaction200Response)
- func (v *NullableSubmitSignedTransaction200Response) UnmarshalJSON(src []byte) error
- func (v *NullableSubmitSignedTransaction200Response) Unset()
- type NullableTime
- type NullableTransaction
- func (v NullableTransaction) Get() *Transaction
- func (v NullableTransaction) IsSet() bool
- func (v NullableTransaction) MarshalJSON() ([]byte, error)
- func (v *NullableTransaction) Set(val *Transaction)
- func (v *NullableTransaction) UnmarshalJSON(src []byte) error
- func (v *NullableTransaction) Unset()
- type NullableTransactionData
- func (v NullableTransactionData) Get() *TransactionData
- func (v NullableTransactionData) IsSet() bool
- func (v NullableTransactionData) MarshalJSON() ([]byte, error)
- func (v *NullableTransactionData) Set(val *TransactionData)
- func (v *NullableTransactionData) UnmarshalJSON(src []byte) error
- func (v *NullableTransactionData) Unset()
- type NullableTransactionInformation
- func (v NullableTransactionInformation) Get() *TransactionInformation
- func (v NullableTransactionInformation) IsSet() bool
- func (v NullableTransactionInformation) MarshalJSON() ([]byte, error)
- func (v *NullableTransactionInformation) Set(val *TransactionInformation)
- func (v *NullableTransactionInformation) UnmarshalJSON(src []byte) error
- func (v *NullableTransactionInformation) Unset()
- type NullableTransactionReceipt
- func (v NullableTransactionReceipt) Get() *TransactionReceipt
- func (v NullableTransactionReceipt) IsSet() bool
- func (v NullableTransactionReceipt) MarshalJSON() ([]byte, error)
- func (v *NullableTransactionReceipt) Set(val *TransactionReceipt)
- func (v *NullableTransactionReceipt) UnmarshalJSON(src []byte) error
- func (v *NullableTransactionReceipt) Unset()
- type NullableTransactionReceiptData
- func (v NullableTransactionReceiptData) Get() *TransactionReceiptData
- func (v NullableTransactionReceiptData) IsSet() bool
- func (v NullableTransactionReceiptData) MarshalJSON() ([]byte, error)
- func (v *NullableTransactionReceiptData) Set(val *TransactionReceiptData)
- func (v *NullableTransactionReceiptData) UnmarshalJSON(src []byte) error
- func (v *NullableTransactionReceiptData) Unset()
- type NullableTransactionStatus
- func (v NullableTransactionStatus) Get() *TransactionStatus
- func (v NullableTransactionStatus) IsSet() bool
- func (v NullableTransactionStatus) MarshalJSON() ([]byte, error)
- func (v *NullableTransactionStatus) Set(val *TransactionStatus)
- func (v *NullableTransactionStatus) UnmarshalJSON(src []byte) error
- func (v *NullableTransactionStatus) Unset()
- type NullableTransactionToSign
- func (v NullableTransactionToSign) Get() *TransactionToSign
- func (v NullableTransactionToSign) IsSet() bool
- func (v NullableTransactionToSign) MarshalJSON() ([]byte, error)
- func (v *NullableTransactionToSign) Set(val *TransactionToSign)
- func (v *NullableTransactionToSign) UnmarshalJSON(src []byte) error
- func (v *NullableTransactionToSign) Unset()
- type NullableTransactionToSignResponse
- func (v NullableTransactionToSignResponse) Get() *TransactionToSignResponse
- func (v NullableTransactionToSignResponse) IsSet() bool
- func (v NullableTransactionToSignResponse) MarshalJSON() ([]byte, error)
- func (v *NullableTransactionToSignResponse) Set(val *TransactionToSignResponse)
- func (v *NullableTransactionToSignResponse) UnmarshalJSON(src []byte) error
- func (v *NullableTransactionToSignResponse) Unset()
- type NullableTransferEth200Response
- func (v NullableTransferEth200Response) Get() *TransferEth200Response
- func (v NullableTransferEth200Response) IsSet() bool
- func (v NullableTransferEth200Response) MarshalJSON() ([]byte, error)
- func (v *NullableTransferEth200Response) Set(val *TransferEth200Response)
- func (v *NullableTransferEth200Response) UnmarshalJSON(src []byte) error
- func (v *NullableTransferEth200Response) Unset()
- type NullableTypeConversionOptions
- func (v NullableTypeConversionOptions) Get() *TypeConversionOptions
- func (v NullableTypeConversionOptions) IsSet() bool
- func (v NullableTypeConversionOptions) MarshalJSON() ([]byte, error)
- func (v *NullableTypeConversionOptions) Set(val *TypeConversionOptions)
- func (v *NullableTypeConversionOptions) UnmarshalJSON(src []byte) error
- func (v *NullableTypeConversionOptions) Unset()
- type NullableUser
- type NullableWalletTransaction
- func (v NullableWalletTransaction) Get() *WalletTransaction
- func (v NullableWalletTransaction) IsSet() bool
- func (v NullableWalletTransaction) MarshalJSON() ([]byte, error)
- func (v *NullableWalletTransaction) Set(val *WalletTransaction)
- func (v *NullableWalletTransaction) UnmarshalJSON(src []byte) error
- func (v *NullableWalletTransaction) Unset()
- type NullableWebhookEndpoint
- func (v NullableWebhookEndpoint) Get() *WebhookEndpoint
- func (v NullableWebhookEndpoint) IsSet() bool
- func (v NullableWebhookEndpoint) MarshalJSON() ([]byte, error)
- func (v *NullableWebhookEndpoint) Set(val *WebhookEndpoint)
- func (v *NullableWebhookEndpoint) UnmarshalJSON(src []byte) error
- func (v *NullableWebhookEndpoint) Unset()
- type NullableWebhookEvent
- func (v NullableWebhookEvent) Get() *WebhookEvent
- func (v NullableWebhookEvent) IsSet() bool
- func (v NullableWebhookEvent) MarshalJSON() ([]byte, error)
- func (v *NullableWebhookEvent) Set(val *WebhookEvent)
- func (v *NullableWebhookEvent) UnmarshalJSON(src []byte) error
- func (v *NullableWebhookEvent) Unset()
- type NullableWebhookEventsType
- func (v NullableWebhookEventsType) Get() *WebhookEventsType
- func (v NullableWebhookEventsType) IsSet() bool
- func (v NullableWebhookEventsType) MarshalJSON() ([]byte, error)
- func (v *NullableWebhookEventsType) Set(val *WebhookEventsType)
- func (v *NullableWebhookEventsType) UnmarshalJSON(src []byte) error
- func (v *NullableWebhookEventsType) Unset()
- type PostMethodArgs
- func (o *PostMethodArgs) GetArgs() []interface{}
- func (o *PostMethodArgs) GetArgsOk() ([]interface{}, bool)
- func (o *PostMethodArgs) GetBlockNumber() string
- func (o *PostMethodArgs) GetBlockNumberOk() (*string, bool)
- func (o *PostMethodArgs) GetContractOverride() bool
- func (o *PostMethodArgs) GetContractOverrideOk() (*bool, bool)
- func (o *PostMethodArgs) GetFormatInts() string
- func (o *PostMethodArgs) GetFormatIntsOk() (*string, bool)
- func (o *PostMethodArgs) GetFrom() string
- func (o *PostMethodArgs) GetFromOk() (*string, bool)
- func (o *PostMethodArgs) GetGas() int64
- func (o *PostMethodArgs) GetGasFeeCap() int64
- func (o *PostMethodArgs) GetGasFeeCapOk() (*int64, bool)
- func (o *PostMethodArgs) GetGasOk() (*int64, bool)
- func (o *PostMethodArgs) GetGasPrice() int64
- func (o *PostMethodArgs) GetGasPriceOk() (*int64, bool)
- func (o *PostMethodArgs) GetGasTipCap() int64
- func (o *PostMethodArgs) GetGasTipCapOk() (*int64, bool)
- func (o *PostMethodArgs) GetNonce() int64
- func (o *PostMethodArgs) GetNonceManagement() bool
- func (o *PostMethodArgs) GetNonceManagementOk() (*bool, bool)
- func (o *PostMethodArgs) GetNonceOk() (*int64, bool)
- func (o *PostMethodArgs) GetPreEIP1559() bool
- func (o *PostMethodArgs) GetPreEIP1559Ok() (*bool, bool)
- func (o *PostMethodArgs) GetPreview() PreviewArgs
- func (o *PostMethodArgs) GetPreviewOk() (*PreviewArgs, bool)
- func (o *PostMethodArgs) GetSignAndSubmit() bool
- func (o *PostMethodArgs) GetSignAndSubmitOk() (*bool, bool)
- func (o *PostMethodArgs) GetSignature() string
- func (o *PostMethodArgs) GetSignatureOk() (*string, bool)
- func (o *PostMethodArgs) GetSigner() string
- func (o *PostMethodArgs) GetSignerOk() (*string, bool)
- func (o *PostMethodArgs) GetTimestamp() string
- func (o *PostMethodArgs) GetTimestampOk() (*string, bool)
- func (o *PostMethodArgs) GetTo() string
- func (o *PostMethodArgs) GetToOk() (*string, bool)
- func (o *PostMethodArgs) GetValue() string
- func (o *PostMethodArgs) GetValueOk() (*string, bool)
- func (o *PostMethodArgs) HasArgs() bool
- func (o *PostMethodArgs) HasBlockNumber() bool
- func (o *PostMethodArgs) HasContractOverride() bool
- func (o *PostMethodArgs) HasFormatInts() bool
- func (o *PostMethodArgs) HasFrom() bool
- func (o *PostMethodArgs) HasGas() bool
- func (o *PostMethodArgs) HasGasFeeCap() bool
- func (o *PostMethodArgs) HasGasPrice() bool
- func (o *PostMethodArgs) HasGasTipCap() bool
- func (o *PostMethodArgs) HasNonce() bool
- func (o *PostMethodArgs) HasNonceManagement() bool
- func (o *PostMethodArgs) HasPreEIP1559() bool
- func (o *PostMethodArgs) HasPreview() bool
- func (o *PostMethodArgs) HasSignAndSubmit() bool
- func (o *PostMethodArgs) HasSignature() bool
- func (o *PostMethodArgs) HasSigner() bool
- func (o *PostMethodArgs) HasTimestamp() bool
- func (o *PostMethodArgs) HasTo() bool
- func (o *PostMethodArgs) HasValue() bool
- func (o PostMethodArgs) MarshalJSON() ([]byte, error)
- func (o *PostMethodArgs) SetArgs(v []interface{})
- func (o *PostMethodArgs) SetBlockNumber(v string)
- func (o *PostMethodArgs) SetContractOverride(v bool)
- func (o *PostMethodArgs) SetFormatInts(v string)
- func (o *PostMethodArgs) SetFrom(v string)
- func (o *PostMethodArgs) SetGas(v int64)
- func (o *PostMethodArgs) SetGasFeeCap(v int64)
- func (o *PostMethodArgs) SetGasPrice(v int64)
- func (o *PostMethodArgs) SetGasTipCap(v int64)
- func (o *PostMethodArgs) SetNonce(v int64)
- func (o *PostMethodArgs) SetNonceManagement(v bool)
- func (o *PostMethodArgs) SetPreEIP1559(v bool)
- func (o *PostMethodArgs) SetPreview(v PreviewArgs)
- func (o *PostMethodArgs) SetSignAndSubmit(v bool)
- func (o *PostMethodArgs) SetSignature(v string)
- func (o *PostMethodArgs) SetSigner(v string)
- func (o *PostMethodArgs) SetTimestamp(v string)
- func (o *PostMethodArgs) SetTo(v string)
- func (o *PostMethodArgs) SetValue(v string)
- func (o PostMethodArgs) ToMap() (map[string]interface{}, error)
- type PostMethodResponse
- func (o *PostMethodResponse) GetKind() string
- func (o *PostMethodResponse) GetKindOk() (*string, bool)
- func (o PostMethodResponse) MarshalJSON() ([]byte, error)
- func (o *PostMethodResponse) SetKind(v string)
- func (o PostMethodResponse) ToMap() (map[string]interface{}, error)
- func (o *PostMethodResponse) UnmarshalJSON(data []byte) (err error)
- type PreviewArgs
- func (o *PreviewArgs) GetInputs() []ContractABIMethodArgument
- func (o *PreviewArgs) GetInputsOk() ([]ContractABIMethodArgument, bool)
- func (o *PreviewArgs) GetInputsOnly() bool
- func (o *PreviewArgs) GetInputsOnlyOk() (*bool, bool)
- func (o *PreviewArgs) GetOutputs() []ContractABIMethodArgument
- func (o *PreviewArgs) GetOutputsOk() ([]ContractABIMethodArgument, bool)
- func (o PreviewArgs) MarshalJSON() ([]byte, error)
- func (o *PreviewArgs) SetInputs(v []ContractABIMethodArgument)
- func (o *PreviewArgs) SetInputsOnly(v bool)
- func (o *PreviewArgs) SetOutputs(v []ContractABIMethodArgument)
- func (o PreviewArgs) ToMap() (map[string]interface{}, error)
- func (o *PreviewArgs) UnmarshalJSON(data []byte) (err error)
- type Role
- func (o *Role) GetDescription() string
- func (o *Role) GetDescriptionOk() (*string, bool)
- func (o *Role) GetId() int64
- func (o *Role) GetIdOk() (*int64, bool)
- func (o *Role) GetName() string
- func (o *Role) GetNameOk() (*string, bool)
- func (o *Role) GetShortName() string
- func (o *Role) GetShortNameOk() (*string, bool)
- func (o Role) MarshalJSON() ([]byte, error)
- func (o *Role) SetDescription(v string)
- func (o *Role) SetId(v int64)
- func (o *Role) SetName(v string)
- func (o *Role) SetShortName(v string)
- func (o Role) ToMap() (map[string]interface{}, error)
- func (o *Role) UnmarshalJSON(data []byte) (err error)
- type SavedEventQuery
- func (o *SavedEventQuery) GetId() int64
- func (o *SavedEventQuery) GetIdOk() (*int64, bool)
- func (o *SavedEventQuery) GetIsSystem() bool
- func (o *SavedEventQuery) GetIsSystemOk() (*bool, bool)
- func (o *SavedEventQuery) GetLabel() string
- func (o *SavedEventQuery) GetLabelOk() (*string, bool)
- func (o *SavedEventQuery) GetQuery() EventQuery
- func (o *SavedEventQuery) GetQueryOk() (*EventQuery, bool)
- func (o SavedEventQuery) MarshalJSON() ([]byte, error)
- func (o *SavedEventQuery) SetId(v int64)
- func (o *SavedEventQuery) SetIsSystem(v bool)
- func (o *SavedEventQuery) SetLabel(v string)
- func (o *SavedEventQuery) SetQuery(v EventQuery)
- func (o SavedEventQuery) ToMap() (map[string]interface{}, error)
- func (o *SavedEventQuery) UnmarshalJSON(data []byte) (err error)
- type ServerConfiguration
- type ServerConfigurations
- type ServerVariable
- type SetAddress201Response
- func (o *SetAddress201Response) GetMessage() string
- func (o *SetAddress201Response) GetMessageOk() (*string, bool)
- func (o *SetAddress201Response) GetResult() Address
- func (o *SetAddress201Response) GetResultOk() (*Address, bool)
- func (o *SetAddress201Response) GetStatus() int64
- func (o *SetAddress201Response) GetStatusOk() (*int64, bool)
- func (o SetAddress201Response) MarshalJSON() ([]byte, error)
- func (o *SetAddress201Response) SetMessage(v string)
- func (o *SetAddress201Response) SetResult(v Address)
- func (o *SetAddress201Response) SetStatus(v int64)
- func (o SetAddress201Response) ToMap() (map[string]interface{}, error)
- func (o *SetAddress201Response) UnmarshalJSON(data []byte) (err error)
- type SetNonceRequest
- func (o *SetNonceRequest) GetNonce() int64
- func (o *SetNonceRequest) GetNonceOk() (*int64, bool)
- func (o *SetNonceRequest) HasNonce() bool
- func (o SetNonceRequest) MarshalJSON() ([]byte, error)
- func (o *SetNonceRequest) SetNonce(v int64)
- func (o SetNonceRequest) ToMap() (map[string]interface{}, error)
- type SignData200Response
- func (o *SignData200Response) GetMessage() string
- func (o *SignData200Response) GetMessageOk() (*string, bool)
- func (o *SignData200Response) GetResult() HSMSignResponse
- func (o *SignData200Response) GetResultOk() (*HSMSignResponse, bool)
- func (o *SignData200Response) GetStatus() int64
- func (o *SignData200Response) GetStatusOk() (*int64, bool)
- func (o SignData200Response) MarshalJSON() ([]byte, error)
- func (o *SignData200Response) SetMessage(v string)
- func (o *SignData200Response) SetResult(v HSMSignResponse)
- func (o *SignData200Response) SetStatus(v int64)
- func (o SignData200Response) ToMap() (map[string]interface{}, error)
- func (o *SignData200Response) UnmarshalJSON(data []byte) (err error)
- type SignedTransactionResponse
- func (o *SignedTransactionResponse) GetTx() Transaction
- func (o *SignedTransactionResponse) GetTxOk() (*Transaction, bool)
- func (o SignedTransactionResponse) MarshalJSON() ([]byte, error)
- func (o *SignedTransactionResponse) SetTx(v Transaction)
- func (o SignedTransactionResponse) ToMap() (map[string]interface{}, error)
- func (o *SignedTransactionResponse) UnmarshalJSON(data []byte) (err error)
- type SignedTransactionSubmission
- func (o *SignedTransactionSubmission) GetSignedTx() string
- func (o *SignedTransactionSubmission) GetSignedTxOk() (*string, bool)
- func (o SignedTransactionSubmission) MarshalJSON() ([]byte, error)
- func (o *SignedTransactionSubmission) SetSignedTx(v string)
- func (o SignedTransactionSubmission) ToMap() (map[string]interface{}, error)
- func (o *SignedTransactionSubmission) UnmarshalJSON(data []byte) (err error)
- type SignerLabel
- func (o *SignerLabel) GetLabel() string
- func (o *SignerLabel) GetLabelOk() (*string, bool)
- func (o SignerLabel) MarshalJSON() ([]byte, error)
- func (o *SignerLabel) SetLabel(v string)
- func (o SignerLabel) ToMap() (map[string]interface{}, error)
- func (o *SignerLabel) UnmarshalJSON(data []byte) (err error)
- type SignerWallet
- func (o *SignerWallet) GetLabel() string
- func (o *SignerWallet) GetLabelOk() (*string, bool)
- func (o *SignerWallet) GetSigner() string
- func (o *SignerWallet) GetSignerOk() (*string, bool)
- func (o *SignerWallet) GetType() string
- func (o *SignerWallet) GetTypeOk() (*string, bool)
- func (o *SignerWallet) GetWallet() string
- func (o *SignerWallet) GetWalletOk() (*string, bool)
- func (o SignerWallet) MarshalJSON() ([]byte, error)
- func (o *SignerWallet) SetLabel(v string)
- func (o *SignerWallet) SetSigner(v string)
- func (o *SignerWallet) SetType(v string)
- func (o *SignerWallet) SetWallet(v string)
- func (o SignerWallet) ToMap() (map[string]interface{}, error)
- func (o *SignerWallet) UnmarshalJSON(data []byte) (err error)
- type StandaloneWallet
- func (o *StandaloneWallet) GetBaseGroupName() string
- func (o *StandaloneWallet) GetBaseGroupNameOk() (*string, bool)
- func (o *StandaloneWallet) GetClientID() string
- func (o *StandaloneWallet) GetClientIDOk() (*string, bool)
- func (o *StandaloneWallet) GetKeyName() string
- func (o *StandaloneWallet) GetKeyNameOk() (*string, bool)
- func (o *StandaloneWallet) GetKeyVersion() string
- func (o *StandaloneWallet) GetKeyVersionOk() (*string, bool)
- func (o *StandaloneWallet) GetPublicAddress() string
- func (o *StandaloneWallet) GetPublicAddressOk() (*string, bool)
- func (o *StandaloneWallet) GetVaultName() string
- func (o *StandaloneWallet) GetVaultNameOk() (*string, bool)
- func (o *StandaloneWallet) HasClientID() bool
- func (o *StandaloneWallet) HasKeyVersion() bool
- func (o *StandaloneWallet) HasVaultName() bool
- func (o StandaloneWallet) MarshalJSON() ([]byte, error)
- func (o *StandaloneWallet) SetBaseGroupName(v string)
- func (o *StandaloneWallet) SetClientID(v string)
- func (o *StandaloneWallet) SetKeyName(v string)
- func (o *StandaloneWallet) SetKeyVersion(v string)
- func (o *StandaloneWallet) SetPublicAddress(v string)
- func (o *StandaloneWallet) SetVaultName(v string)
- func (o StandaloneWallet) ToMap() (map[string]interface{}, error)
- func (o *StandaloneWallet) UnmarshalJSON(data []byte) (err error)
- type SubmitSignedTransaction200Response
- func (o *SubmitSignedTransaction200Response) GetMessage() string
- func (o *SubmitSignedTransaction200Response) GetMessageOk() (*string, bool)
- func (o *SubmitSignedTransaction200Response) GetResult() SignedTransactionResponse
- func (o *SubmitSignedTransaction200Response) GetResultOk() (*SignedTransactionResponse, bool)
- func (o *SubmitSignedTransaction200Response) GetStatus() int64
- func (o *SubmitSignedTransaction200Response) GetStatusOk() (*int64, bool)
- func (o SubmitSignedTransaction200Response) MarshalJSON() ([]byte, error)
- func (o *SubmitSignedTransaction200Response) SetMessage(v string)
- func (o *SubmitSignedTransaction200Response) SetResult(v SignedTransactionResponse)
- func (o *SubmitSignedTransaction200Response) SetStatus(v int64)
- func (o SubmitSignedTransaction200Response) ToMap() (map[string]interface{}, error)
- func (o *SubmitSignedTransaction200Response) UnmarshalJSON(data []byte) (err error)
- type Transaction
- func (o *Transaction) GetChainId() string
- func (o *Transaction) GetChainIdOk() (*string, bool)
- func (o *Transaction) GetGas() string
- func (o *Transaction) GetGasOk() (*string, bool)
- func (o *Transaction) GetGasPrice() string
- func (o *Transaction) GetGasPriceOk() (*string, bool)
- func (o *Transaction) GetHash() string
- func (o *Transaction) GetHashOk() (*string, bool)
- func (o *Transaction) GetInput() string
- func (o *Transaction) GetInputOk() (*string, bool)
- func (o *Transaction) GetMaxFeePerGas() string
- func (o *Transaction) GetMaxFeePerGasOk() (*string, bool)
- func (o *Transaction) GetMaxPriorityFeePerGas() string
- func (o *Transaction) GetMaxPriorityFeePerGasOk() (*string, bool)
- func (o *Transaction) GetNonce() string
- func (o *Transaction) GetNonceOk() (*string, bool)
- func (o *Transaction) GetR() string
- func (o *Transaction) GetROk() (*string, bool)
- func (o *Transaction) GetS() string
- func (o *Transaction) GetSOk() (*string, bool)
- func (o *Transaction) GetTo() string
- func (o *Transaction) GetToOk() (*string, bool)
- func (o *Transaction) GetType() string
- func (o *Transaction) GetTypeOk() (*string, bool)
- func (o *Transaction) GetV() string
- func (o *Transaction) GetVOk() (*string, bool)
- func (o *Transaction) GetValue() string
- func (o *Transaction) GetValueOk() (*string, bool)
- func (o *Transaction) HasChainId() bool
- func (o *Transaction) HasGasPrice() bool
- func (o *Transaction) HasMaxFeePerGas() bool
- func (o *Transaction) HasMaxPriorityFeePerGas() bool
- func (o Transaction) MarshalJSON() ([]byte, error)
- func (o *Transaction) SetChainId(v string)
- func (o *Transaction) SetGas(v string)
- func (o *Transaction) SetGasPrice(v string)
- func (o *Transaction) SetGasPriceNil()
- func (o *Transaction) SetHash(v string)
- func (o *Transaction) SetInput(v string)
- func (o *Transaction) SetMaxFeePerGas(v string)
- func (o *Transaction) SetMaxFeePerGasNil()
- func (o *Transaction) SetMaxPriorityFeePerGas(v string)
- func (o *Transaction) SetMaxPriorityFeePerGasNil()
- func (o *Transaction) SetNonce(v string)
- func (o *Transaction) SetR(v string)
- func (o *Transaction) SetS(v string)
- func (o *Transaction) SetTo(v string)
- func (o *Transaction) SetType(v string)
- func (o *Transaction) SetV(v string)
- func (o *Transaction) SetValue(v string)
- func (o Transaction) ToMap() (map[string]interface{}, error)
- func (o *Transaction) UnmarshalJSON(data []byte) (err error)
- func (o *Transaction) UnsetGasPrice()
- func (o *Transaction) UnsetMaxFeePerGas()
- func (o *Transaction) UnsetMaxPriorityFeePerGas()
- type TransactionData
- func (o *TransactionData) GetBlockHash() string
- func (o *TransactionData) GetBlockHashOk() (*string, bool)
- func (o *TransactionData) GetBlockNumber() string
- func (o *TransactionData) GetBlockNumberOk() (*string, bool)
- func (o *TransactionData) GetContract() ContractInformation
- func (o *TransactionData) GetContractOk() (*ContractInformation, bool)
- func (o *TransactionData) GetData() Transaction
- func (o *TransactionData) GetDataOk() (*Transaction, bool)
- func (o *TransactionData) GetFrom() string
- func (o *TransactionData) GetFromOk() (*string, bool)
- func (o *TransactionData) GetIsPending() bool
- func (o *TransactionData) GetIsPendingOk() (*bool, bool)
- func (o *TransactionData) GetMethod() ContractMethodInformation
- func (o *TransactionData) GetMethodOk() (*ContractMethodInformation, bool)
- func (o *TransactionData) HasBlockHash() bool
- func (o *TransactionData) HasBlockNumber() bool
- func (o *TransactionData) HasContract() bool
- func (o *TransactionData) HasMethod() bool
- func (o TransactionData) MarshalJSON() ([]byte, error)
- func (o *TransactionData) SetBlockHash(v string)
- func (o *TransactionData) SetBlockNumber(v string)
- func (o *TransactionData) SetContract(v ContractInformation)
- func (o *TransactionData) SetData(v Transaction)
- func (o *TransactionData) SetFrom(v string)
- func (o *TransactionData) SetIsPending(v bool)
- func (o *TransactionData) SetMethod(v ContractMethodInformation)
- func (o TransactionData) ToMap() (map[string]interface{}, error)
- func (o *TransactionData) UnmarshalJSON(data []byte) (err error)
- type TransactionInformation
- func (o *TransactionInformation) GetBlockHash() string
- func (o *TransactionInformation) GetBlockHashOk() (*string, bool)
- func (o *TransactionInformation) GetBlockNumber() int64
- func (o *TransactionInformation) GetBlockNumberOk() (*int64, bool)
- func (o *TransactionInformation) GetContract() ContractInformation
- func (o *TransactionInformation) GetContractOk() (*ContractInformation, bool)
- func (o *TransactionInformation) GetFrom() string
- func (o *TransactionInformation) GetFromOk() (*string, bool)
- func (o *TransactionInformation) GetMethod() ContractMethodInformation
- func (o *TransactionInformation) GetMethodOk() (*ContractMethodInformation, bool)
- func (o *TransactionInformation) GetTxData() string
- func (o *TransactionInformation) GetTxDataOk() (*string, bool)
- func (o *TransactionInformation) GetTxHash() string
- func (o *TransactionInformation) GetTxHashOk() (*string, bool)
- func (o *TransactionInformation) GetTxIndexInBlock() int64
- func (o *TransactionInformation) GetTxIndexInBlockOk() (*int64, bool)
- func (o TransactionInformation) MarshalJSON() ([]byte, error)
- func (o *TransactionInformation) SetBlockHash(v string)
- func (o *TransactionInformation) SetBlockNumber(v int64)
- func (o *TransactionInformation) SetContract(v ContractInformation)
- func (o *TransactionInformation) SetFrom(v string)
- func (o *TransactionInformation) SetMethod(v ContractMethodInformation)
- func (o *TransactionInformation) SetTxData(v string)
- func (o *TransactionInformation) SetTxHash(v string)
- func (o *TransactionInformation) SetTxIndexInBlock(v int64)
- func (o TransactionInformation) ToMap() (map[string]interface{}, error)
- func (o *TransactionInformation) UnmarshalJSON(data []byte) (err error)
- type TransactionReceipt
- func (o *TransactionReceipt) GetData() TransactionReceiptData
- func (o *TransactionReceipt) GetDataOk() (*TransactionReceiptData, bool)
- func (o *TransactionReceipt) GetEvents() []EventInformation
- func (o *TransactionReceipt) GetEventsOk() ([]EventInformation, bool)
- func (o *TransactionReceipt) HasEvents() bool
- func (o TransactionReceipt) MarshalJSON() ([]byte, error)
- func (o *TransactionReceipt) SetData(v TransactionReceiptData)
- func (o *TransactionReceipt) SetEvents(v []EventInformation)
- func (o TransactionReceipt) ToMap() (map[string]interface{}, error)
- func (o *TransactionReceipt) UnmarshalJSON(data []byte) (err error)
- type TransactionReceiptData
- func (o *TransactionReceiptData) GetBlockHash() string
- func (o *TransactionReceiptData) GetBlockHashOk() (*string, bool)
- func (o *TransactionReceiptData) GetBlockNumber() string
- func (o *TransactionReceiptData) GetBlockNumberOk() (*string, bool)
- func (o *TransactionReceiptData) GetContractAddress() string
- func (o *TransactionReceiptData) GetContractAddressOk() (*string, bool)
- func (o *TransactionReceiptData) GetCumulativeGasUsed() string
- func (o *TransactionReceiptData) GetCumulativeGasUsedOk() (*string, bool)
- func (o *TransactionReceiptData) GetEffectiveGasPrice() string
- func (o *TransactionReceiptData) GetEffectiveGasPriceOk() (*string, bool)
- func (o *TransactionReceiptData) GetGasUsed() string
- func (o *TransactionReceiptData) GetGasUsedOk() (*string, bool)
- func (o *TransactionReceiptData) GetLogs() []Log
- func (o *TransactionReceiptData) GetLogsBloom() string
- func (o *TransactionReceiptData) GetLogsBloomOk() (*string, bool)
- func (o *TransactionReceiptData) GetLogsOk() ([]Log, bool)
- func (o *TransactionReceiptData) GetRoot() string
- func (o *TransactionReceiptData) GetRootOk() (*string, bool)
- func (o *TransactionReceiptData) GetStatus() string
- func (o *TransactionReceiptData) GetStatusOk() (*string, bool)
- func (o *TransactionReceiptData) GetTransactionHash() string
- func (o *TransactionReceiptData) GetTransactionHashOk() (*string, bool)
- func (o *TransactionReceiptData) GetTransactionIndex() string
- func (o *TransactionReceiptData) GetTransactionIndexOk() (*string, bool)
- func (o *TransactionReceiptData) GetType() string
- func (o *TransactionReceiptData) GetTypeOk() (*string, bool)
- func (o *TransactionReceiptData) HasType() bool
- func (o TransactionReceiptData) MarshalJSON() ([]byte, error)
- func (o *TransactionReceiptData) SetBlockHash(v string)
- func (o *TransactionReceiptData) SetBlockNumber(v string)
- func (o *TransactionReceiptData) SetContractAddress(v string)
- func (o *TransactionReceiptData) SetCumulativeGasUsed(v string)
- func (o *TransactionReceiptData) SetEffectiveGasPrice(v string)
- func (o *TransactionReceiptData) SetGasUsed(v string)
- func (o *TransactionReceiptData) SetLogs(v []Log)
- func (o *TransactionReceiptData) SetLogsBloom(v string)
- func (o *TransactionReceiptData) SetRoot(v string)
- func (o *TransactionReceiptData) SetStatus(v string)
- func (o *TransactionReceiptData) SetTransactionHash(v string)
- func (o *TransactionReceiptData) SetTransactionIndex(v string)
- func (o *TransactionReceiptData) SetType(v string)
- func (o TransactionReceiptData) ToMap() (map[string]interface{}, error)
- func (o *TransactionReceiptData) UnmarshalJSON(data []byte) (err error)
- type TransactionStatus
- type TransactionToSign
- func (o *TransactionToSign) GetSubmitted() bool
- func (o *TransactionToSign) GetSubmittedOk() (*bool, bool)
- func (o *TransactionToSign) GetTx() BaseTransactionToSignTx
- func (o *TransactionToSign) GetTxOk() (*BaseTransactionToSignTx, bool)
- func (o TransactionToSign) MarshalJSON() ([]byte, error)
- func (o *TransactionToSign) SetSubmitted(v bool)
- func (o *TransactionToSign) SetTx(v BaseTransactionToSignTx)
- func (o TransactionToSign) ToMap() (map[string]interface{}, error)
- func (o *TransactionToSign) UnmarshalJSON(data []byte) (err error)
- type TransactionToSignResponse
- func (o *TransactionToSignResponse) GetSubmitted() bool
- func (o *TransactionToSignResponse) GetSubmittedOk() (*bool, bool)
- func (o *TransactionToSignResponse) GetTx() BaseTransactionToSignTx
- func (o *TransactionToSignResponse) GetTxOk() (*BaseTransactionToSignTx, bool)
- func (o TransactionToSignResponse) MarshalJSON() ([]byte, error)
- func (o *TransactionToSignResponse) SetSubmitted(v bool)
- func (o *TransactionToSignResponse) SetTx(v BaseTransactionToSignTx)
- func (o TransactionToSignResponse) ToMap() (map[string]interface{}, error)
- func (o *TransactionToSignResponse) UnmarshalJSON(data []byte) (err error)
- type TransferEth200Response
- func (o *TransferEth200Response) GetMessage() string
- func (o *TransferEth200Response) GetMessageOk() (*string, bool)
- func (o *TransferEth200Response) GetResult() TransactionToSign
- func (o *TransferEth200Response) GetResultOk() (*TransactionToSign, bool)
- func (o *TransferEth200Response) GetStatus() int64
- func (o *TransferEth200Response) GetStatusOk() (*int64, bool)
- func (o TransferEth200Response) MarshalJSON() ([]byte, error)
- func (o *TransferEth200Response) SetMessage(v string)
- func (o *TransferEth200Response) SetResult(v TransactionToSign)
- func (o *TransferEth200Response) SetStatus(v int64)
- func (o TransferEth200Response) ToMap() (map[string]interface{}, error)
- func (o *TransferEth200Response) UnmarshalJSON(data []byte) (err error)
- type TxmAPI
- type TxmAPIService
- func (a *TxmAPIService) CancelTransaction(ctx context.Context, chain ChainName, walletAddress string, nonce int64) ApiCancelTransactionRequest
- func (a *TxmAPIService) CancelTransactionExecute(r ApiCancelTransactionRequest) (*TransferEth200Response, *http.Response, error)
- func (a *TxmAPIService) CountWalletTransactions(ctx context.Context, chain ChainName, walletAddress string) ApiCountWalletTransactionsRequest
- func (a *TxmAPIService) CountWalletTransactionsExecute(r ApiCountWalletTransactionsRequest) (*CountWalletTransactions200Response, *http.Response, error)
- func (a *TxmAPIService) ListWalletTransactions(ctx context.Context, chain ChainName, walletAddress string) ApiListWalletTransactionsRequest
- func (a *TxmAPIService) ListWalletTransactionsExecute(r ApiListWalletTransactionsRequest) (*ListWalletTransactions200Response, *http.Response, error)
- func (a *TxmAPIService) SpeedUpTransaction(ctx context.Context, chain ChainName, walletAddress string, nonce int64) ApiSpeedUpTransactionRequest
- func (a *TxmAPIService) SpeedUpTransactionExecute(r ApiSpeedUpTransactionRequest) (*TransferEth200Response, *http.Response, error)
- type TypeConversionOptions
- func (o *TypeConversionOptions) GetTypes() []string
- func (o *TypeConversionOptions) GetTypesOk() ([]string, bool)
- func (o *TypeConversionOptions) HasTypes() bool
- func (o TypeConversionOptions) MarshalJSON() ([]byte, error)
- func (o *TypeConversionOptions) SetTypes(v []string)
- func (o TypeConversionOptions) ToMap() (map[string]interface{}, error)
- type User
- func (o *User) GetEmail() string
- func (o *User) GetEmailOk() (*string, bool)
- func (o *User) GetId() int64
- func (o *User) GetIdOk() (*int64, bool)
- func (o *User) GetName() string
- func (o *User) GetNameOk() (*string, bool)
- func (o User) MarshalJSON() ([]byte, error)
- func (o *User) SetEmail(v string)
- func (o *User) SetId(v int64)
- func (o *User) SetName(v string)
- func (o User) ToMap() (map[string]interface{}, error)
- func (o *User) UnmarshalJSON(data []byte) (err error)
- type WalletTransaction
- func (o *WalletTransaction) GetBlockHash() string
- func (o *WalletTransaction) GetBlockHashOk() (*string, bool)
- func (o *WalletTransaction) GetBlockNumber() int64
- func (o *WalletTransaction) GetBlockNumberOk() (*int64, bool)
- func (o *WalletTransaction) GetCreatedAt() time.Time
- func (o *WalletTransaction) GetCreatedAtOk() (*time.Time, bool)
- func (o *WalletTransaction) GetFailed() bool
- func (o *WalletTransaction) GetFailedOk() (*bool, bool)
- func (o *WalletTransaction) GetFrom() string
- func (o *WalletTransaction) GetFromOk() (*string, bool)
- func (o *WalletTransaction) GetResubmissionAttempts() int64
- func (o *WalletTransaction) GetResubmissionAttemptsOk() (*int64, bool)
- func (o *WalletTransaction) GetStatus() TransactionStatus
- func (o *WalletTransaction) GetStatusOk() (*TransactionStatus, bool)
- func (o *WalletTransaction) GetSuccessfulResubmissions() int64
- func (o *WalletTransaction) GetSuccessfulResubmissionsOk() (*int64, bool)
- func (o *WalletTransaction) GetTx() Transaction
- func (o *WalletTransaction) GetTxOk() (*Transaction, bool)
- func (o *WalletTransaction) GetUpdatedAt() time.Time
- func (o *WalletTransaction) GetUpdatedAtOk() (*time.Time, bool)
- func (o *WalletTransaction) HasBlockHash() bool
- func (o *WalletTransaction) HasBlockNumber() bool
- func (o *WalletTransaction) HasFailed() bool
- func (o WalletTransaction) MarshalJSON() ([]byte, error)
- func (o *WalletTransaction) SetBlockHash(v string)
- func (o *WalletTransaction) SetBlockNumber(v int64)
- func (o *WalletTransaction) SetCreatedAt(v time.Time)
- func (o *WalletTransaction) SetFailed(v bool)
- func (o *WalletTransaction) SetFrom(v string)
- func (o *WalletTransaction) SetResubmissionAttempts(v int64)
- func (o *WalletTransaction) SetStatus(v TransactionStatus)
- func (o *WalletTransaction) SetSuccessfulResubmissions(v int64)
- func (o *WalletTransaction) SetTx(v Transaction)
- func (o *WalletTransaction) SetUpdatedAt(v time.Time)
- func (o WalletTransaction) ToMap() (map[string]interface{}, error)
- func (o *WalletTransaction) UnmarshalJSON(data []byte) (err error)
- type WebhookEndpoint
- func (o *WebhookEndpoint) GetCreatedAt() time.Time
- func (o *WebhookEndpoint) GetCreatedAtOk() (*time.Time, bool)
- func (o *WebhookEndpoint) GetFailedCalls() int64
- func (o *WebhookEndpoint) GetFailedCallsOk() (*int64, bool)
- func (o *WebhookEndpoint) GetId() int64
- func (o *WebhookEndpoint) GetIdOk() (*int64, bool)
- func (o *WebhookEndpoint) GetLabel() string
- func (o *WebhookEndpoint) GetLabelOk() (*string, bool)
- func (o *WebhookEndpoint) GetLastAttempt() time.Time
- func (o *WebhookEndpoint) GetLastAttemptOk() (*time.Time, bool)
- func (o *WebhookEndpoint) GetLastError() string
- func (o *WebhookEndpoint) GetLastErrorOk() (*string, bool)
- func (o *WebhookEndpoint) GetNextAttempt() time.Time
- func (o *WebhookEndpoint) GetNextAttemptOk() (*time.Time, bool)
- func (o *WebhookEndpoint) GetSecret() string
- func (o *WebhookEndpoint) GetSecretOk() (*string, bool)
- func (o *WebhookEndpoint) GetSubscriptions() []WebhookEventsType
- func (o *WebhookEndpoint) GetSubscriptionsOk() ([]WebhookEventsType, bool)
- func (o *WebhookEndpoint) GetUpdatedAt() time.Time
- func (o *WebhookEndpoint) GetUpdatedAtOk() (*time.Time, bool)
- func (o *WebhookEndpoint) GetUrl() string
- func (o *WebhookEndpoint) GetUrlOk() (*string, bool)
- func (o *WebhookEndpoint) HasLastAttempt() bool
- func (o *WebhookEndpoint) HasLastError() bool
- func (o *WebhookEndpoint) HasNextAttempt() bool
- func (o WebhookEndpoint) MarshalJSON() ([]byte, error)
- func (o *WebhookEndpoint) SetCreatedAt(v time.Time)
- func (o *WebhookEndpoint) SetFailedCalls(v int64)
- func (o *WebhookEndpoint) SetId(v int64)
- func (o *WebhookEndpoint) SetLabel(v string)
- func (o *WebhookEndpoint) SetLastAttempt(v time.Time)
- func (o *WebhookEndpoint) SetLastError(v string)
- func (o *WebhookEndpoint) SetNextAttempt(v time.Time)
- func (o *WebhookEndpoint) SetSecret(v string)
- func (o *WebhookEndpoint) SetSubscriptions(v []WebhookEventsType)
- func (o *WebhookEndpoint) SetUpdatedAt(v time.Time)
- func (o *WebhookEndpoint) SetUrl(v string)
- func (o WebhookEndpoint) ToMap() (map[string]interface{}, error)
- func (o *WebhookEndpoint) UnmarshalJSON(data []byte) (err error)
- type WebhookEvent
- func (o *WebhookEvent) GetCreatedAt() time.Time
- func (o *WebhookEvent) GetCreatedAtOk() (*time.Time, bool)
- func (o *WebhookEvent) GetData() map[string]interface{}
- func (o *WebhookEvent) GetDataOk() (map[string]interface{}, bool)
- func (o *WebhookEvent) GetDeliveredAt() time.Time
- func (o *WebhookEvent) GetDeliveredAtOk() (*time.Time, bool)
- func (o *WebhookEvent) GetEventType() WebhookEventsType
- func (o *WebhookEvent) GetEventTypeOk() (*WebhookEventsType, bool)
- func (o *WebhookEvent) GetId() int64
- func (o *WebhookEvent) GetIdOk() (*int64, bool)
- func (o *WebhookEvent) HasDeliveredAt() bool
- func (o WebhookEvent) MarshalJSON() ([]byte, error)
- func (o *WebhookEvent) SetCreatedAt(v time.Time)
- func (o *WebhookEvent) SetData(v map[string]interface{})
- func (o *WebhookEvent) SetDeliveredAt(v time.Time)
- func (o *WebhookEvent) SetEventType(v WebhookEventsType)
- func (o *WebhookEvent) SetId(v int64)
- func (o WebhookEvent) ToMap() (map[string]interface{}, error)
- func (o *WebhookEvent) UnmarshalJSON(data []byte) (err error)
- type WebhookEventsType
- type WebhooksAPI
- type WebhooksAPIService
- func (a *WebhooksAPIService) CountWebhookEvents(ctx context.Context, webhookID int64) ApiCountWebhookEventsRequest
- func (a *WebhooksAPIService) CountWebhookEventsExecute(r ApiCountWebhookEventsRequest) (*CountWebhookEvents200Response, *http.Response, error)
- func (a *WebhooksAPIService) CountWebhooks(ctx context.Context) ApiCountWebhooksRequest
- func (a *WebhooksAPIService) CountWebhooksExecute(r ApiCountWebhooksRequest) (*CountWebhooks200Response, *http.Response, error)
- func (a *WebhooksAPIService) CreateWebhook(ctx context.Context) ApiCreateWebhookRequest
- func (a *WebhooksAPIService) CreateWebhookExecute(r ApiCreateWebhookRequest) (*CreateWebhook200Response, *http.Response, error)
- func (a *WebhooksAPIService) DeleteWebhook(ctx context.Context, webhookID int64) ApiDeleteWebhookRequest
- func (a *WebhooksAPIService) DeleteWebhookExecute(r ApiDeleteWebhookRequest) (*BaseResponse, *http.Response, error)
- func (a *WebhooksAPIService) GetWebhook(ctx context.Context, webhookID int64) ApiGetWebhookRequest
- func (a *WebhooksAPIService) GetWebhookExecute(r ApiGetWebhookRequest) (*CreateWebhook200Response, *http.Response, error)
- func (a *WebhooksAPIService) ListWebhookEvents(ctx context.Context, webhookID int64) ApiListWebhookEventsRequest
- func (a *WebhooksAPIService) ListWebhookEventsExecute(r ApiListWebhookEventsRequest) (*ListWebhookEvents200Response, *http.Response, error)
- func (a *WebhooksAPIService) ListWebhooks(ctx context.Context) ApiListWebhooksRequest
- func (a *WebhooksAPIService) ListWebhooksExecute(r ApiListWebhooksRequest) (*ListWebhooks200Response, *http.Response, error)
- func (a *WebhooksAPIService) UpdateWebhook(ctx context.Context, webhookID int64) ApiUpdateWebhookRequest
- func (a *WebhooksAPIService) UpdateWebhookExecute(r ApiUpdateWebhookRequest) (*CreateWebhook200Response, *http.Response, error)
Constants ¶
This section is empty.
Variables ¶
var ( JsonCheck = regexp.MustCompile(`(?i:(?:application|text)/(?:[^;]+\+)?json)`) XmlCheck = regexp.MustCompile(`(?i:(?:application|text)/(?:[^;]+\+)?xml)`) )
var ( // ContextAccessToken takes a string oauth2 access token as authentication for the request. ContextAccessToken = contextKey("accesstoken") // ContextAPIKeys takes a string apikey as authentication for the request ContextAPIKeys = contextKey("apiKeys") // ContextServerIndex uses a server configuration from the index. ContextServerIndex = contextKey("serverIndex") // ContextOperationServerIndices uses a server configuration from the index mapping. ContextOperationServerIndices = contextKey("serverOperationIndices") // ContextServerVariables overrides a server configuration variables. ContextServerVariables = contextKey("serverVariables") // ContextOperationServerVariables overrides a server configuration variables using operation specific values. ContextOperationServerVariables = contextKey("serverOperationVariables") )
var AllowedChainNameEnumValues = []ChainName{
"ethereum",
}
All allowed values of ChainName enum
var AllowedFieldTypeEnumValues = []FieldType{
"input",
"contract_label",
"contract_name",
"contract_address",
"contract_address_label",
"block_number",
"triggered_at",
"event_signature",
"block_hash",
"tx_hash",
"tx_from",
}
All allowed values of FieldType enum
var AllowedTransactionStatusEnumValues = []TransactionStatus{
"pending",
"included",
"replaced",
"cancelled",
"rejected",
"exceeded retry limit",
}
All allowed values of TransactionStatus enum
var AllowedWebhookEventsTypeEnumValues = []WebhookEventsType{
"transaction.included",
"event.emitted",
}
All allowed values of WebhookEventsType enum
Functions ¶
func CacheExpires ¶
CacheExpires helper function to determine remaining time before repeating a request.
func PtrFloat32 ¶
PtrFloat32 is a helper routine that returns a pointer to given float value.
func PtrFloat64 ¶
PtrFloat64 is a helper routine that returns a pointer to given float value.
Types ¶
type APIClient ¶
type APIClient struct { AddressesAPI AddressesAPI AdminAPI AdminAPI ChainsAPI ChainsAPI ContractsAPI ContractsAPI EventQueriesAPI EventQueriesAPI EventsAPI EventsAPI HsmAPI HsmAPI TxmAPI TxmAPI WebhooksAPI WebhooksAPI // contains filtered or unexported fields }
APIClient manages communication with the MultiBaas API API v0.0 In most cases there should be only one, shared, APIClient.
func NewAPIClient ¶
func NewAPIClient(cfg *Configuration) *APIClient
NewAPIClient creates a new API client. Requires a userAgent string describing your application. optionally a custom http.Client to allow for advanced features such as caching.
func (*APIClient) GetConfig ¶
func (c *APIClient) GetConfig() *Configuration
Allow modification of underlying config for alternate implementations and testing Caution: modifying the configuration while live can cause data races and potentially unwanted behavior
type APIKey ¶
type APIKey struct { // An alias to easily identify and reference the entity in subsequent requests. Label string `json:"label" validate:"regexp=^[a-z0-9_-]+$"` Id int64 `json:"id"` // The time the API key was created. CreatedAt time.Time `json:"createdAt"` // The time the API key was last used. LastUsedAt *time.Time `json:"lastUsedAt,omitempty"` // The ID of the user that created the API key. CreatedBy int64 `json:"createdBy"` // The signature of the API key. Signature string `json:"signature"` }
APIKey An API key.
func NewAPIKey ¶
func NewAPIKey(label string, id int64, createdAt time.Time, createdBy int64, signature string) *APIKey
NewAPIKey instantiates a new APIKey object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewAPIKeyWithDefaults ¶
func NewAPIKeyWithDefaults() *APIKey
NewAPIKeyWithDefaults instantiates a new APIKey object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*APIKey) GetCreatedAt ¶
GetCreatedAt returns the CreatedAt field value
func (*APIKey) GetCreatedAtOk ¶
GetCreatedAtOk returns a tuple with the CreatedAt field value and a boolean to check if the value has been set.
func (*APIKey) GetCreatedBy ¶
GetCreatedBy returns the CreatedBy field value
func (*APIKey) GetCreatedByOk ¶
GetCreatedByOk returns a tuple with the CreatedBy field value and a boolean to check if the value has been set.
func (*APIKey) GetIdOk ¶
GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.
func (*APIKey) GetLabelOk ¶
GetLabelOk returns a tuple with the Label field value and a boolean to check if the value has been set.
func (*APIKey) GetLastUsedAt ¶
GetLastUsedAt returns the LastUsedAt field value if set, zero value otherwise.
func (*APIKey) GetLastUsedAtOk ¶
GetLastUsedAtOk returns a tuple with the LastUsedAt field value if set, nil otherwise and a boolean to check if the value has been set.
func (*APIKey) GetSignature ¶
GetSignature returns the Signature field value
func (*APIKey) GetSignatureOk ¶
GetSignatureOk returns a tuple with the Signature field value and a boolean to check if the value has been set.
func (*APIKey) HasLastUsedAt ¶
HasLastUsedAt returns a boolean if a field has been set.
func (APIKey) MarshalJSON ¶
func (*APIKey) SetCreatedAt ¶
SetCreatedAt sets field value
func (*APIKey) SetLastUsedAt ¶
SetLastUsedAt gets a reference to the given time.Time and assigns it to the LastUsedAt field.
func (*APIKey) UnmarshalJSON ¶
type APIKeyWithSecret ¶
type APIKeyWithSecret struct { // An alias to easily identify and reference the entity in subsequent requests. Label string `json:"label" validate:"regexp=^[a-z0-9_-]+$"` Id int64 `json:"id"` // The time the API key was created. CreatedAt time.Time `json:"createdAt"` // The time the API key was last used. LastUsedAt *time.Time `json:"lastUsedAt,omitempty"` // The ID of the user that created the API key. CreatedBy int64 `json:"createdBy"` // The signature of the API key. Signature string `json:"signature"` // The secret key of the API key. Key string `json:"key"` }
APIKeyWithSecret A freshly created API key with its secret.
func NewAPIKeyWithSecret ¶
func NewAPIKeyWithSecret(label string, id int64, createdAt time.Time, createdBy int64, signature string, key string) *APIKeyWithSecret
NewAPIKeyWithSecret instantiates a new APIKeyWithSecret object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewAPIKeyWithSecretWithDefaults ¶
func NewAPIKeyWithSecretWithDefaults() *APIKeyWithSecret
NewAPIKeyWithSecretWithDefaults instantiates a new APIKeyWithSecret object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*APIKeyWithSecret) GetCreatedAt ¶
func (o *APIKeyWithSecret) GetCreatedAt() time.Time
GetCreatedAt returns the CreatedAt field value
func (*APIKeyWithSecret) GetCreatedAtOk ¶
func (o *APIKeyWithSecret) GetCreatedAtOk() (*time.Time, bool)
GetCreatedAtOk returns a tuple with the CreatedAt field value and a boolean to check if the value has been set.
func (*APIKeyWithSecret) GetCreatedBy ¶
func (o *APIKeyWithSecret) GetCreatedBy() int64
GetCreatedBy returns the CreatedBy field value
func (*APIKeyWithSecret) GetCreatedByOk ¶
func (o *APIKeyWithSecret) GetCreatedByOk() (*int64, bool)
GetCreatedByOk returns a tuple with the CreatedBy field value and a boolean to check if the value has been set.
func (*APIKeyWithSecret) GetId ¶
func (o *APIKeyWithSecret) GetId() int64
GetId returns the Id field value
func (*APIKeyWithSecret) GetIdOk ¶
func (o *APIKeyWithSecret) GetIdOk() (*int64, bool)
GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.
func (*APIKeyWithSecret) GetKey ¶
func (o *APIKeyWithSecret) GetKey() string
GetKey returns the Key field value
func (*APIKeyWithSecret) GetKeyOk ¶
func (o *APIKeyWithSecret) GetKeyOk() (*string, bool)
GetKeyOk returns a tuple with the Key field value and a boolean to check if the value has been set.
func (*APIKeyWithSecret) GetLabel ¶
func (o *APIKeyWithSecret) GetLabel() string
GetLabel returns the Label field value
func (*APIKeyWithSecret) GetLabelOk ¶
func (o *APIKeyWithSecret) GetLabelOk() (*string, bool)
GetLabelOk returns a tuple with the Label field value and a boolean to check if the value has been set.
func (*APIKeyWithSecret) GetLastUsedAt ¶
func (o *APIKeyWithSecret) GetLastUsedAt() time.Time
GetLastUsedAt returns the LastUsedAt field value if set, zero value otherwise.
func (*APIKeyWithSecret) GetLastUsedAtOk ¶
func (o *APIKeyWithSecret) GetLastUsedAtOk() (*time.Time, bool)
GetLastUsedAtOk returns a tuple with the LastUsedAt field value if set, nil otherwise and a boolean to check if the value has been set.
func (*APIKeyWithSecret) GetSignature ¶
func (o *APIKeyWithSecret) GetSignature() string
GetSignature returns the Signature field value
func (*APIKeyWithSecret) GetSignatureOk ¶
func (o *APIKeyWithSecret) GetSignatureOk() (*string, bool)
GetSignatureOk returns a tuple with the Signature field value and a boolean to check if the value has been set.
func (*APIKeyWithSecret) HasLastUsedAt ¶
func (o *APIKeyWithSecret) HasLastUsedAt() bool
HasLastUsedAt returns a boolean if a field has been set.
func (APIKeyWithSecret) MarshalJSON ¶
func (o APIKeyWithSecret) MarshalJSON() ([]byte, error)
func (*APIKeyWithSecret) SetCreatedAt ¶
func (o *APIKeyWithSecret) SetCreatedAt(v time.Time)
SetCreatedAt sets field value
func (*APIKeyWithSecret) SetCreatedBy ¶
func (o *APIKeyWithSecret) SetCreatedBy(v int64)
SetCreatedBy sets field value
func (*APIKeyWithSecret) SetKey ¶
func (o *APIKeyWithSecret) SetKey(v string)
SetKey sets field value
func (*APIKeyWithSecret) SetLabel ¶
func (o *APIKeyWithSecret) SetLabel(v string)
SetLabel sets field value
func (*APIKeyWithSecret) SetLastUsedAt ¶
func (o *APIKeyWithSecret) SetLastUsedAt(v time.Time)
SetLastUsedAt gets a reference to the given time.Time and assigns it to the LastUsedAt field.
func (*APIKeyWithSecret) SetSignature ¶
func (o *APIKeyWithSecret) SetSignature(v string)
SetSignature sets field value
func (APIKeyWithSecret) ToMap ¶
func (o APIKeyWithSecret) ToMap() (map[string]interface{}, error)
func (*APIKeyWithSecret) UnmarshalJSON ¶
func (o *APIKeyWithSecret) UnmarshalJSON(data []byte) (err error)
type APIResponse ¶
type APIResponse struct { *http.Response `json:"-"` Message string `json:"message,omitempty"` // Operation is the name of the OpenAPI operation. Operation string `json:"operation,omitempty"` // RequestURL is the request URL. This value is always available, even if the // embedded *http.Response is nil. RequestURL string `json:"url,omitempty"` // Method is the HTTP method used for the request. This value is always // available, even if the embedded *http.Response is nil. Method string `json:"method,omitempty"` // Payload holds the contents of the response body (which may be nil or empty). // This is provided here as the raw response.Body() reader will have already // been drained. Payload []byte `json:"-"` }
APIResponse stores the API response returned by the server.
func NewAPIResponse ¶
func NewAPIResponse(r *http.Response) *APIResponse
NewAPIResponse returns a new APIResponse object.
func NewAPIResponseWithError ¶
func NewAPIResponseWithError(errorMessage string) *APIResponse
NewAPIResponseWithError returns a new APIResponse object with the provided error message.
type AcceptInvite200Response ¶
type AcceptInvite200Response struct { // The status code. Status int64 `json:"status"` // The human-readable status message. Message string `json:"message"` Result User `json:"result"` }
AcceptInvite200Response struct for AcceptInvite200Response
func NewAcceptInvite200Response ¶
func NewAcceptInvite200Response(status int64, message string, result User) *AcceptInvite200Response
NewAcceptInvite200Response instantiates a new AcceptInvite200Response object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewAcceptInvite200ResponseWithDefaults ¶
func NewAcceptInvite200ResponseWithDefaults() *AcceptInvite200Response
NewAcceptInvite200ResponseWithDefaults instantiates a new AcceptInvite200Response object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*AcceptInvite200Response) GetMessage ¶
func (o *AcceptInvite200Response) GetMessage() string
GetMessage returns the Message field value
func (*AcceptInvite200Response) GetMessageOk ¶
func (o *AcceptInvite200Response) GetMessageOk() (*string, bool)
GetMessageOk returns a tuple with the Message field value and a boolean to check if the value has been set.
func (*AcceptInvite200Response) GetResult ¶
func (o *AcceptInvite200Response) GetResult() User
GetResult returns the Result field value
func (*AcceptInvite200Response) GetResultOk ¶
func (o *AcceptInvite200Response) GetResultOk() (*User, bool)
GetResultOk returns a tuple with the Result field value and a boolean to check if the value has been set.
func (*AcceptInvite200Response) GetStatus ¶
func (o *AcceptInvite200Response) GetStatus() int64
GetStatus returns the Status field value
func (*AcceptInvite200Response) GetStatusOk ¶
func (o *AcceptInvite200Response) GetStatusOk() (*int64, bool)
GetStatusOk returns a tuple with the Status field value and a boolean to check if the value has been set.
func (AcceptInvite200Response) MarshalJSON ¶
func (o AcceptInvite200Response) MarshalJSON() ([]byte, error)
func (*AcceptInvite200Response) SetMessage ¶
func (o *AcceptInvite200Response) SetMessage(v string)
SetMessage sets field value
func (*AcceptInvite200Response) SetResult ¶
func (o *AcceptInvite200Response) SetResult(v User)
SetResult sets field value
func (*AcceptInvite200Response) SetStatus ¶
func (o *AcceptInvite200Response) SetStatus(v int64)
SetStatus sets field value
func (AcceptInvite200Response) ToMap ¶
func (o AcceptInvite200Response) ToMap() (map[string]interface{}, error)
func (*AcceptInvite200Response) UnmarshalJSON ¶
func (o *AcceptInvite200Response) UnmarshalJSON(data []byte) (err error)
type AcceptInviteRequest ¶
type AcceptInviteRequest struct { // The user ID Token IdToken *string `json:"idToken,omitempty"` }
AcceptInviteRequest struct for AcceptInviteRequest
func NewAcceptInviteRequest ¶
func NewAcceptInviteRequest() *AcceptInviteRequest
NewAcceptInviteRequest instantiates a new AcceptInviteRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewAcceptInviteRequestWithDefaults ¶
func NewAcceptInviteRequestWithDefaults() *AcceptInviteRequest
NewAcceptInviteRequestWithDefaults instantiates a new AcceptInviteRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*AcceptInviteRequest) GetIdToken ¶
func (o *AcceptInviteRequest) GetIdToken() string
GetIdToken returns the IdToken field value if set, zero value otherwise.
func (*AcceptInviteRequest) GetIdTokenOk ¶
func (o *AcceptInviteRequest) GetIdTokenOk() (*string, bool)
GetIdTokenOk returns a tuple with the IdToken field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AcceptInviteRequest) HasIdToken ¶
func (o *AcceptInviteRequest) HasIdToken() bool
HasIdToken returns a boolean if a field has been set.
func (AcceptInviteRequest) MarshalJSON ¶
func (o AcceptInviteRequest) MarshalJSON() ([]byte, error)
func (*AcceptInviteRequest) SetIdToken ¶
func (o *AcceptInviteRequest) SetIdToken(v string)
SetIdToken gets a reference to the given string and assigns it to the IdToken field.
func (AcceptInviteRequest) ToMap ¶
func (o AcceptInviteRequest) ToMap() (map[string]interface{}, error)
type AddKey ¶
type AddKey struct { // The Application ID that will be accessing the Key Vault. ClientID string `json:"clientID"` // The name of the key. KeyName string `json:"keyName" validate:"regexp=^[a-zA-Z0-9-]{1,127}$"` // The version of the key. KeyVersion string `json:"keyVersion" validate:"regexp=^[a-zA-Z0-9]{32}$"` // The name given to the vault your key is stored in. VaultName string `json:"vaultName"` }
AddKey Add key request data.
func NewAddKey ¶
NewAddKey instantiates a new AddKey object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewAddKeyWithDefaults ¶
func NewAddKeyWithDefaults() *AddKey
NewAddKeyWithDefaults instantiates a new AddKey object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*AddKey) GetClientID ¶
GetClientID returns the ClientID field value
func (*AddKey) GetClientIDOk ¶
GetClientIDOk returns a tuple with the ClientID field value and a boolean to check if the value has been set.
func (*AddKey) GetKeyName ¶
GetKeyName returns the KeyName field value
func (*AddKey) GetKeyNameOk ¶
GetKeyNameOk returns a tuple with the KeyName field value and a boolean to check if the value has been set.
func (*AddKey) GetKeyVersion ¶
GetKeyVersion returns the KeyVersion field value
func (*AddKey) GetKeyVersionOk ¶
GetKeyVersionOk returns a tuple with the KeyVersion field value and a boolean to check if the value has been set.
func (*AddKey) GetVaultName ¶
GetVaultName returns the VaultName field value
func (*AddKey) GetVaultNameOk ¶
GetVaultNameOk returns a tuple with the VaultName field value and a boolean to check if the value has been set.
func (AddKey) MarshalJSON ¶
func (*AddKey) SetKeyVersion ¶
SetKeyVersion sets field value
func (*AddKey) UnmarshalJSON ¶
type Address ¶
type Address struct { // An alias to easily identify and reference the entity in subsequent requests. Label string `json:"label" validate:"regexp=^[a-z0-9_-]+$"` // An ethereum address. Address string `json:"address" validate:"regexp=^0[xX][a-fA-F0-9]{40}$"` Balance *string `json:"balance,omitempty"` Chain string `json:"chain"` Modules []string `json:"modules"` // The next transaction nonce for this address (obtained from the blockchain node). Nonce *int64 `json:"nonce,omitempty"` // The next transaction nonce for this address when using the nonce management feature. LocalNonce *int64 `json:"localNonce,omitempty"` CodeAt *string `json:"codeAt,omitempty"` Contracts []ContractMetadata `json:"contracts"` ContractLookup []ContractLookup `json:"contractLookup,omitempty"` }
Address An address details.
func NewAddress ¶
func NewAddress(label string, address string, chain string, modules []string, contracts []ContractMetadata) *Address
NewAddress instantiates a new Address object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewAddressWithDefaults ¶
func NewAddressWithDefaults() *Address
NewAddressWithDefaults instantiates a new Address object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*Address) GetAddress ¶
GetAddress returns the Address field value
func (*Address) GetAddressOk ¶
GetAddressOk returns a tuple with the Address field value and a boolean to check if the value has been set.
func (*Address) GetBalance ¶
GetBalance returns the Balance field value if set, zero value otherwise.
func (*Address) GetBalanceOk ¶
GetBalanceOk returns a tuple with the Balance field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Address) GetChainOk ¶
GetChainOk returns a tuple with the Chain field value and a boolean to check if the value has been set.
func (*Address) GetCodeAtOk ¶
GetCodeAtOk returns a tuple with the CodeAt field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Address) GetContractLookup ¶
func (o *Address) GetContractLookup() []ContractLookup
GetContractLookup returns the ContractLookup field value if set, zero value otherwise.
func (*Address) GetContractLookupOk ¶
func (o *Address) GetContractLookupOk() ([]ContractLookup, bool)
GetContractLookupOk returns a tuple with the ContractLookup field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Address) GetContracts ¶
func (o *Address) GetContracts() []ContractMetadata
GetContracts returns the Contracts field value
func (*Address) GetContractsOk ¶
func (o *Address) GetContractsOk() ([]ContractMetadata, bool)
GetContractsOk returns a tuple with the Contracts field value and a boolean to check if the value has been set.
func (*Address) GetLabelOk ¶
GetLabelOk returns a tuple with the Label field value and a boolean to check if the value has been set.
func (*Address) GetLocalNonce ¶
GetLocalNonce returns the LocalNonce field value if set, zero value otherwise.
func (*Address) GetLocalNonceOk ¶
GetLocalNonceOk returns a tuple with the LocalNonce field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Address) GetModules ¶
GetModules returns the Modules field value
func (*Address) GetModulesOk ¶
GetModulesOk returns a tuple with the Modules field value and a boolean to check if the value has been set.
func (*Address) GetNonceOk ¶
GetNonceOk returns a tuple with the Nonce field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Address) HasBalance ¶
HasBalance returns a boolean if a field has been set.
func (*Address) HasContractLookup ¶
HasContractLookup returns a boolean if a field has been set.
func (*Address) HasLocalNonce ¶
HasLocalNonce returns a boolean if a field has been set.
func (Address) MarshalJSON ¶
func (*Address) SetBalance ¶
SetBalance gets a reference to the given string and assigns it to the Balance field.
func (*Address) SetCodeAt ¶
SetCodeAt gets a reference to the given string and assigns it to the CodeAt field.
func (*Address) SetContractLookup ¶
func (o *Address) SetContractLookup(v []ContractLookup)
SetContractLookup gets a reference to the given []ContractLookup and assigns it to the ContractLookup field.
func (*Address) SetContracts ¶
func (o *Address) SetContracts(v []ContractMetadata)
SetContracts sets field value
func (*Address) SetLocalNonce ¶
SetLocalNonce gets a reference to the given int64 and assigns it to the LocalNonce field.
func (*Address) SetNonce ¶
SetNonce gets a reference to the given int64 and assigns it to the Nonce field.
func (*Address) UnmarshalJSON ¶
type AddressLabel ¶
type AddressLabel struct { // An alias to easily identify and reference the entity in subsequent requests. Label string `json:"label" validate:"regexp=^[a-z0-9_-]+$"` // An ethereum address. Address string `json:"address" validate:"regexp=^0[xX][a-fA-F0-9]{40}$"` }
AddressLabel An address and it's label.
func NewAddressLabel ¶
func NewAddressLabel(label string, address string) *AddressLabel
NewAddressLabel instantiates a new AddressLabel object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewAddressLabelWithDefaults ¶
func NewAddressLabelWithDefaults() *AddressLabel
NewAddressLabelWithDefaults instantiates a new AddressLabel object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*AddressLabel) GetAddress ¶
func (o *AddressLabel) GetAddress() string
GetAddress returns the Address field value
func (*AddressLabel) GetAddressOk ¶
func (o *AddressLabel) GetAddressOk() (*string, bool)
GetAddressOk returns a tuple with the Address field value and a boolean to check if the value has been set.
func (*AddressLabel) GetLabel ¶
func (o *AddressLabel) GetLabel() string
GetLabel returns the Label field value
func (*AddressLabel) GetLabelOk ¶
func (o *AddressLabel) GetLabelOk() (*string, bool)
GetLabelOk returns a tuple with the Label field value and a boolean to check if the value has been set.
func (AddressLabel) MarshalJSON ¶
func (o AddressLabel) MarshalJSON() ([]byte, error)
func (*AddressLabel) SetAddress ¶
func (o *AddressLabel) SetAddress(v string)
SetAddress sets field value
func (AddressLabel) ToMap ¶
func (o AddressLabel) ToMap() (map[string]interface{}, error)
func (*AddressLabel) UnmarshalJSON ¶
func (o *AddressLabel) UnmarshalJSON(data []byte) (err error)
type AddressesAPI ¶
type AddressesAPI interface { /* DeleteAddress Delete address Deletes an address label. @param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param chain The blockchain chain label. @param addressOrLabel An address or the label of an address. @return ApiDeleteAddressRequest */ DeleteAddress(ctx context.Context, chain ChainName, addressOrLabel string) ApiDeleteAddressRequest // DeleteAddressExecute executes the request // @return BaseResponse DeleteAddressExecute(r ApiDeleteAddressRequest) (*BaseResponse, *http.Response, error) /* GetAddress Get address Returns details about an address. @param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param chain The blockchain chain label. @param addressOrLabel An address or the label of an address. @return ApiGetAddressRequest */ GetAddress(ctx context.Context, chain ChainName, addressOrLabel string) ApiGetAddressRequest // GetAddressExecute executes the request // @return SetAddress201Response GetAddressExecute(r ApiGetAddressRequest) (*SetAddress201Response, *http.Response, error) /* ListAddresses List addresses Returns all the labeled addresses. @param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param chain The blockchain chain label. @return ApiListAddressesRequest */ ListAddresses(ctx context.Context, chain ChainName) ApiListAddressesRequest // ListAddressesExecute executes the request // @return ListAddresses200Response ListAddressesExecute(r ApiListAddressesRequest) (*ListAddresses200Response, *http.Response, error) /* SetAddress Create or update address Associates an address with a label. @param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param chain The blockchain chain label. @return ApiSetAddressRequest */ SetAddress(ctx context.Context, chain ChainName) ApiSetAddressRequest // SetAddressExecute executes the request // @return SetAddress201Response SetAddressExecute(r ApiSetAddressRequest) (*SetAddress201Response, *http.Response, error) }
type AddressesAPIService ¶
type AddressesAPIService service
AddressesAPIService AddressesAPI service
func (*AddressesAPIService) DeleteAddress ¶
func (a *AddressesAPIService) DeleteAddress(ctx context.Context, chain ChainName, addressOrLabel string) ApiDeleteAddressRequest
DeleteAddress Delete address
Deletes an address label.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param chain The blockchain chain label. @param addressOrLabel An address or the label of an address. @return ApiDeleteAddressRequest
func (*AddressesAPIService) DeleteAddressExecute ¶
func (a *AddressesAPIService) DeleteAddressExecute(r ApiDeleteAddressRequest) (*BaseResponse, *http.Response, error)
Execute executes the request
@return BaseResponse
func (*AddressesAPIService) GetAddress ¶
func (a *AddressesAPIService) GetAddress(ctx context.Context, chain ChainName, addressOrLabel string) ApiGetAddressRequest
GetAddress Get address
Returns details about an address.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param chain The blockchain chain label. @param addressOrLabel An address or the label of an address. @return ApiGetAddressRequest
func (*AddressesAPIService) GetAddressExecute ¶
func (a *AddressesAPIService) GetAddressExecute(r ApiGetAddressRequest) (*SetAddress201Response, *http.Response, error)
Execute executes the request
@return SetAddress201Response
func (*AddressesAPIService) ListAddresses ¶
func (a *AddressesAPIService) ListAddresses(ctx context.Context, chain ChainName) ApiListAddressesRequest
ListAddresses List addresses
Returns all the labeled addresses.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param chain The blockchain chain label. @return ApiListAddressesRequest
func (*AddressesAPIService) ListAddressesExecute ¶
func (a *AddressesAPIService) ListAddressesExecute(r ApiListAddressesRequest) (*ListAddresses200Response, *http.Response, error)
Execute executes the request
@return ListAddresses200Response
func (*AddressesAPIService) SetAddress ¶
func (a *AddressesAPIService) SetAddress(ctx context.Context, chain ChainName) ApiSetAddressRequest
SetAddress Create or update address
Associates an address with a label.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param chain The blockchain chain label. @return ApiSetAddressRequest
func (*AddressesAPIService) SetAddressExecute ¶
func (a *AddressesAPIService) SetAddressExecute(r ApiSetAddressRequest) (*SetAddress201Response, *http.Response, error)
Execute executes the request
@return SetAddress201Response
type AdminAPI ¶
type AdminAPI interface { /* AcceptInvite Accept invite Accepts a user invite. @param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param inviteID @return ApiAcceptInviteRequest */ AcceptInvite(ctx context.Context, inviteID string) ApiAcceptInviteRequest // AcceptInviteExecute executes the request // @return AcceptInvite200Response AcceptInviteExecute(r ApiAcceptInviteRequest) (*AcceptInvite200Response, *http.Response, error) /* AddCorsOrigin Add CORS origin Adds a CORS origin. @param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return ApiAddCorsOriginRequest */ AddCorsOrigin(ctx context.Context) ApiAddCorsOriginRequest // AddCorsOriginExecute executes the request // @return BaseResponse AddCorsOriginExecute(r ApiAddCorsOriginRequest) (*BaseResponse, *http.Response, error) /* AddGroupApiKey Add API key to group Adds an API key to a group. @param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param groupID @param apiKeyID @return ApiAddGroupApiKeyRequest */ AddGroupApiKey(ctx context.Context, groupID int64, apiKeyID int64) ApiAddGroupApiKeyRequest // AddGroupApiKeyExecute executes the request // @return BaseResponse AddGroupApiKeyExecute(r ApiAddGroupApiKeyRequest) (*BaseResponse, *http.Response, error) /* AddGroupRole Add role to group Adds a role to a group. @param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param groupID @param roleShortName @return ApiAddGroupRoleRequest */ AddGroupRole(ctx context.Context, groupID int64, roleShortName string) ApiAddGroupRoleRequest // AddGroupRoleExecute executes the request // @return BaseResponse AddGroupRoleExecute(r ApiAddGroupRoleRequest) (*BaseResponse, *http.Response, error) /* AddGroupUser Add user to group Adds a user to a group. @param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param groupID @param userID @return ApiAddGroupUserRequest */ AddGroupUser(ctx context.Context, groupID int64, userID int64) ApiAddGroupUserRequest // AddGroupUserExecute executes the request // @return BaseResponse AddGroupUserExecute(r ApiAddGroupUserRequest) (*BaseResponse, *http.Response, error) /* CheckInvite Check invite Checks if a user invite is valid. @param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param inviteID @return ApiCheckInviteRequest */ CheckInvite(ctx context.Context, inviteID string) ApiCheckInviteRequest // CheckInviteExecute executes the request // @return BaseResponse CheckInviteExecute(r ApiCheckInviteRequest) (*BaseResponse, *http.Response, error) /* CreateApiKey Create API key Creates an API key and adds it to group IDs. @param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return ApiCreateApiKeyRequest */ CreateApiKey(ctx context.Context) ApiCreateApiKeyRequest // CreateApiKeyExecute executes the request // @return CreateApiKey200Response CreateApiKeyExecute(r ApiCreateApiKeyRequest) (*CreateApiKey200Response, *http.Response, error) /* DeleteApiKey Delete API key Deletes an API key. @param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param apiKeyID @return ApiDeleteApiKeyRequest */ DeleteApiKey(ctx context.Context, apiKeyID int64) ApiDeleteApiKeyRequest // DeleteApiKeyExecute executes the request // @return BaseResponse DeleteApiKeyExecute(r ApiDeleteApiKeyRequest) (*BaseResponse, *http.Response, error) /* DeleteUser Delete user Deletes a user. @param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param userID @return ApiDeleteUserRequest */ DeleteUser(ctx context.Context, userID int64) ApiDeleteUserRequest // DeleteUserExecute executes the request // @return BaseResponse DeleteUserExecute(r ApiDeleteUserRequest) (*BaseResponse, *http.Response, error) /* GetApiKey Get API Key Returns an API key. @param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param apiKeyID @return ApiGetApiKeyRequest */ GetApiKey(ctx context.Context, apiKeyID int64) ApiGetApiKeyRequest // GetApiKeyExecute executes the request // @return GetApiKey200Response GetApiKeyExecute(r ApiGetApiKeyRequest) (*GetApiKey200Response, *http.Response, error) /* InviteUser Invite user Invites a new user. @param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return ApiInviteUserRequest */ InviteUser(ctx context.Context) ApiInviteUserRequest // InviteUserExecute executes the request // @return BaseResponse InviteUserExecute(r ApiInviteUserRequest) (*BaseResponse, *http.Response, error) /* ListApiKeys List API keys Returns all the API keys. @param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return ApiListApiKeysRequest */ ListApiKeys(ctx context.Context) ApiListApiKeysRequest // ListApiKeysExecute executes the request // @return ListApiKeys200Response ListApiKeysExecute(r ApiListApiKeysRequest) (*ListApiKeys200Response, *http.Response, error) /* ListAuditLogs List audit logs Returns the audit logs. @param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return ApiListAuditLogsRequest */ ListAuditLogs(ctx context.Context) ApiListAuditLogsRequest // ListAuditLogsExecute executes the request // @return ListAuditLogs200Response ListAuditLogsExecute(r ApiListAuditLogsRequest) (*ListAuditLogs200Response, *http.Response, error) /* ListCorsOrigins List CORS origins Returns a list of CORS origins. @param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return ApiListCorsOriginsRequest */ ListCorsOrigins(ctx context.Context) ApiListCorsOriginsRequest // ListCorsOriginsExecute executes the request // @return ListCorsOrigins200Response ListCorsOriginsExecute(r ApiListCorsOriginsRequest) (*ListCorsOrigins200Response, *http.Response, error) /* ListGroups List groups Returns all the groups. @param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return ApiListGroupsRequest */ ListGroups(ctx context.Context) ApiListGroupsRequest // ListGroupsExecute executes the request // @return ListGroups200Response ListGroupsExecute(r ApiListGroupsRequest) (*ListGroups200Response, *http.Response, error) /* ListUserSigners List user signers Returns all the signers for a user. @param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param userID @return ApiListUserSignersRequest */ ListUserSigners(ctx context.Context, userID int64) ApiListUserSignersRequest // ListUserSignersExecute executes the request // @return ListUserSigners200Response ListUserSignersExecute(r ApiListUserSignersRequest) (*ListUserSigners200Response, *http.Response, error) /* ListUsers List users Returns all the users. @param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return ApiListUsersRequest */ ListUsers(ctx context.Context) ApiListUsersRequest // ListUsersExecute executes the request // @return ListUsers200Response ListUsersExecute(r ApiListUsersRequest) (*ListUsers200Response, *http.Response, error) /* RemoveCorsOrigin Remove CORS Origin Removes a CORS origin. @param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param originID @return ApiRemoveCorsOriginRequest */ RemoveCorsOrigin(ctx context.Context, originID int64) ApiRemoveCorsOriginRequest // RemoveCorsOriginExecute executes the request // @return BaseResponse RemoveCorsOriginExecute(r ApiRemoveCorsOriginRequest) (*BaseResponse, *http.Response, error) /* RemoveGroupApiKey Remove API key from group Removes an API key from a group. @param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param groupID @param apiKeyID @return ApiRemoveGroupApiKeyRequest */ RemoveGroupApiKey(ctx context.Context, groupID int64, apiKeyID int64) ApiRemoveGroupApiKeyRequest // RemoveGroupApiKeyExecute executes the request // @return BaseResponse RemoveGroupApiKeyExecute(r ApiRemoveGroupApiKeyRequest) (*BaseResponse, *http.Response, error) /* RemoveGroupRole Remove role from group Removes a role from a group. @param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param groupID @param roleShortName @return ApiRemoveGroupRoleRequest */ RemoveGroupRole(ctx context.Context, groupID int64, roleShortName string) ApiRemoveGroupRoleRequest // RemoveGroupRoleExecute executes the request // @return BaseResponse RemoveGroupRoleExecute(r ApiRemoveGroupRoleRequest) (*BaseResponse, *http.Response, error) /* RemoveGroupUser Remove user from group Removes a user from a group. @param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param groupID @param userID @return ApiRemoveGroupUserRequest */ RemoveGroupUser(ctx context.Context, groupID int64, userID int64) ApiRemoveGroupUserRequest // RemoveGroupUserExecute executes the request // @return BaseResponse RemoveGroupUserExecute(r ApiRemoveGroupUserRequest) (*BaseResponse, *http.Response, error) /* RemoveUserSignerCloudWallet Remove user cloud wallet signer Removes a cloud wallet signer from a user. @param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param userID @param walletAddress An Ethereum address. @return ApiRemoveUserSignerCloudWalletRequest */ RemoveUserSignerCloudWallet(ctx context.Context, userID int64, walletAddress string) ApiRemoveUserSignerCloudWalletRequest // RemoveUserSignerCloudWalletExecute executes the request // @return BaseResponse RemoveUserSignerCloudWalletExecute(r ApiRemoveUserSignerCloudWalletRequest) (*BaseResponse, *http.Response, error) /* RemoveUserSignerSafeAccount Remove user safe account signer Removes a safe account signer from a user. @param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param userID @param walletAddress An Ethereum address. @return ApiRemoveUserSignerSafeAccountRequest */ RemoveUserSignerSafeAccount(ctx context.Context, userID int64, walletAddress string) ApiRemoveUserSignerSafeAccountRequest // RemoveUserSignerSafeAccountExecute executes the request // @return BaseResponse RemoveUserSignerSafeAccountExecute(r ApiRemoveUserSignerSafeAccountRequest) (*BaseResponse, *http.Response, error) /* RemoveUserSignerWeb3Wallet Remove user web3 wallet signer Removes a web3 wallet signer from a user. @param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param userID @param walletAddress An Ethereum address. @return ApiRemoveUserSignerWeb3WalletRequest */ RemoveUserSignerWeb3Wallet(ctx context.Context, userID int64, walletAddress string) ApiRemoveUserSignerWeb3WalletRequest // RemoveUserSignerWeb3WalletExecute executes the request // @return BaseResponse RemoveUserSignerWeb3WalletExecute(r ApiRemoveUserSignerWeb3WalletRequest) (*BaseResponse, *http.Response, error) /* SetUserSignerCloudWallet Add or update user cloud wallet signer Adds or updates a user's cloud wallet signer. @param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param userID @param walletAddress An Ethereum address. @return ApiSetUserSignerCloudWalletRequest */ SetUserSignerCloudWallet(ctx context.Context, userID int64, walletAddress string) ApiSetUserSignerCloudWalletRequest // SetUserSignerCloudWalletExecute executes the request // @return BaseResponse SetUserSignerCloudWalletExecute(r ApiSetUserSignerCloudWalletRequest) (*BaseResponse, *http.Response, error) /* SetUserSignerSafeAccount Add or update user safe account signer Adds or updates a user's safe account signer. @param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param userID @param walletAddress An Ethereum address. @return ApiSetUserSignerSafeAccountRequest */ SetUserSignerSafeAccount(ctx context.Context, userID int64, walletAddress string) ApiSetUserSignerSafeAccountRequest // SetUserSignerSafeAccountExecute executes the request // @return BaseResponse SetUserSignerSafeAccountExecute(r ApiSetUserSignerSafeAccountRequest) (*BaseResponse, *http.Response, error) /* SetUserSignerWeb3Wallet Add or update user web3 wallet signer Adds or updates a user's web3 wallet signer. @param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param userID @param walletAddress An Ethereum address. @return ApiSetUserSignerWeb3WalletRequest */ SetUserSignerWeb3Wallet(ctx context.Context, userID int64, walletAddress string) ApiSetUserSignerWeb3WalletRequest // SetUserSignerWeb3WalletExecute executes the request // @return BaseResponse SetUserSignerWeb3WalletExecute(r ApiSetUserSignerWeb3WalletRequest) (*BaseResponse, *http.Response, error) /* UpdateApiKey Update API key Updates an API key. @param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param apiKeyID @return ApiUpdateApiKeyRequest */ UpdateApiKey(ctx context.Context, apiKeyID int64) ApiUpdateApiKeyRequest // UpdateApiKeyExecute executes the request // @return BaseResponse UpdateApiKeyExecute(r ApiUpdateApiKeyRequest) (*BaseResponse, *http.Response, error) }
type AdminAPIService ¶
type AdminAPIService service
AdminAPIService AdminAPI service
func (*AdminAPIService) AcceptInvite ¶
func (a *AdminAPIService) AcceptInvite(ctx context.Context, inviteID string) ApiAcceptInviteRequest
AcceptInvite Accept invite
Accepts a user invite.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param inviteID @return ApiAcceptInviteRequest
func (*AdminAPIService) AcceptInviteExecute ¶
func (a *AdminAPIService) AcceptInviteExecute(r ApiAcceptInviteRequest) (*AcceptInvite200Response, *http.Response, error)
Execute executes the request
@return AcceptInvite200Response
func (*AdminAPIService) AddCorsOrigin ¶
func (a *AdminAPIService) AddCorsOrigin(ctx context.Context) ApiAddCorsOriginRequest
AddCorsOrigin Add CORS origin
Adds a CORS origin.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return ApiAddCorsOriginRequest
func (*AdminAPIService) AddCorsOriginExecute ¶
func (a *AdminAPIService) AddCorsOriginExecute(r ApiAddCorsOriginRequest) (*BaseResponse, *http.Response, error)
Execute executes the request
@return BaseResponse
func (*AdminAPIService) AddGroupApiKey ¶
func (a *AdminAPIService) AddGroupApiKey(ctx context.Context, groupID int64, apiKeyID int64) ApiAddGroupApiKeyRequest
AddGroupApiKey Add API key to group
Adds an API key to a group.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param groupID @param apiKeyID @return ApiAddGroupApiKeyRequest
func (*AdminAPIService) AddGroupApiKeyExecute ¶
func (a *AdminAPIService) AddGroupApiKeyExecute(r ApiAddGroupApiKeyRequest) (*BaseResponse, *http.Response, error)
Execute executes the request
@return BaseResponse
func (*AdminAPIService) AddGroupRole ¶
func (a *AdminAPIService) AddGroupRole(ctx context.Context, groupID int64, roleShortName string) ApiAddGroupRoleRequest
AddGroupRole Add role to group
Adds a role to a group.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param groupID @param roleShortName @return ApiAddGroupRoleRequest
func (*AdminAPIService) AddGroupRoleExecute ¶
func (a *AdminAPIService) AddGroupRoleExecute(r ApiAddGroupRoleRequest) (*BaseResponse, *http.Response, error)
Execute executes the request
@return BaseResponse
func (*AdminAPIService) AddGroupUser ¶
func (a *AdminAPIService) AddGroupUser(ctx context.Context, groupID int64, userID int64) ApiAddGroupUserRequest
AddGroupUser Add user to group
Adds a user to a group.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param groupID @param userID @return ApiAddGroupUserRequest
func (*AdminAPIService) AddGroupUserExecute ¶
func (a *AdminAPIService) AddGroupUserExecute(r ApiAddGroupUserRequest) (*BaseResponse, *http.Response, error)
Execute executes the request
@return BaseResponse
func (*AdminAPIService) CheckInvite ¶
func (a *AdminAPIService) CheckInvite(ctx context.Context, inviteID string) ApiCheckInviteRequest
CheckInvite Check invite
Checks if a user invite is valid.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param inviteID @return ApiCheckInviteRequest
func (*AdminAPIService) CheckInviteExecute ¶
func (a *AdminAPIService) CheckInviteExecute(r ApiCheckInviteRequest) (*BaseResponse, *http.Response, error)
Execute executes the request
@return BaseResponse
func (*AdminAPIService) CreateApiKey ¶
func (a *AdminAPIService) CreateApiKey(ctx context.Context) ApiCreateApiKeyRequest
CreateApiKey Create API key
Creates an API key and adds it to group IDs.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return ApiCreateApiKeyRequest
func (*AdminAPIService) CreateApiKeyExecute ¶
func (a *AdminAPIService) CreateApiKeyExecute(r ApiCreateApiKeyRequest) (*CreateApiKey200Response, *http.Response, error)
Execute executes the request
@return CreateApiKey200Response
func (*AdminAPIService) DeleteApiKey ¶
func (a *AdminAPIService) DeleteApiKey(ctx context.Context, apiKeyID int64) ApiDeleteApiKeyRequest
DeleteApiKey Delete API key
Deletes an API key.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param apiKeyID @return ApiDeleteApiKeyRequest
func (*AdminAPIService) DeleteApiKeyExecute ¶
func (a *AdminAPIService) DeleteApiKeyExecute(r ApiDeleteApiKeyRequest) (*BaseResponse, *http.Response, error)
Execute executes the request
@return BaseResponse
func (*AdminAPIService) DeleteUser ¶
func (a *AdminAPIService) DeleteUser(ctx context.Context, userID int64) ApiDeleteUserRequest
DeleteUser Delete user
Deletes a user.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param userID @return ApiDeleteUserRequest
func (*AdminAPIService) DeleteUserExecute ¶
func (a *AdminAPIService) DeleteUserExecute(r ApiDeleteUserRequest) (*BaseResponse, *http.Response, error)
Execute executes the request
@return BaseResponse
func (*AdminAPIService) GetApiKey ¶
func (a *AdminAPIService) GetApiKey(ctx context.Context, apiKeyID int64) ApiGetApiKeyRequest
GetApiKey Get API Key
Returns an API key.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param apiKeyID @return ApiGetApiKeyRequest
func (*AdminAPIService) GetApiKeyExecute ¶
func (a *AdminAPIService) GetApiKeyExecute(r ApiGetApiKeyRequest) (*GetApiKey200Response, *http.Response, error)
Execute executes the request
@return GetApiKey200Response
func (*AdminAPIService) InviteUser ¶
func (a *AdminAPIService) InviteUser(ctx context.Context) ApiInviteUserRequest
InviteUser Invite user
Invites a new user.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return ApiInviteUserRequest
func (*AdminAPIService) InviteUserExecute ¶
func (a *AdminAPIService) InviteUserExecute(r ApiInviteUserRequest) (*BaseResponse, *http.Response, error)
Execute executes the request
@return BaseResponse
func (*AdminAPIService) ListApiKeys ¶
func (a *AdminAPIService) ListApiKeys(ctx context.Context) ApiListApiKeysRequest
ListApiKeys List API keys
Returns all the API keys.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return ApiListApiKeysRequest
func (*AdminAPIService) ListApiKeysExecute ¶
func (a *AdminAPIService) ListApiKeysExecute(r ApiListApiKeysRequest) (*ListApiKeys200Response, *http.Response, error)
Execute executes the request
@return ListApiKeys200Response
func (*AdminAPIService) ListAuditLogs ¶
func (a *AdminAPIService) ListAuditLogs(ctx context.Context) ApiListAuditLogsRequest
ListAuditLogs List audit logs
Returns the audit logs.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return ApiListAuditLogsRequest
func (*AdminAPIService) ListAuditLogsExecute ¶
func (a *AdminAPIService) ListAuditLogsExecute(r ApiListAuditLogsRequest) (*ListAuditLogs200Response, *http.Response, error)
Execute executes the request
@return ListAuditLogs200Response
func (*AdminAPIService) ListCorsOrigins ¶
func (a *AdminAPIService) ListCorsOrigins(ctx context.Context) ApiListCorsOriginsRequest
ListCorsOrigins List CORS origins
Returns a list of CORS origins.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return ApiListCorsOriginsRequest
func (*AdminAPIService) ListCorsOriginsExecute ¶
func (a *AdminAPIService) ListCorsOriginsExecute(r ApiListCorsOriginsRequest) (*ListCorsOrigins200Response, *http.Response, error)
Execute executes the request
@return ListCorsOrigins200Response
func (*AdminAPIService) ListGroups ¶
func (a *AdminAPIService) ListGroups(ctx context.Context) ApiListGroupsRequest
ListGroups List groups
Returns all the groups.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return ApiListGroupsRequest
func (*AdminAPIService) ListGroupsExecute ¶
func (a *AdminAPIService) ListGroupsExecute(r ApiListGroupsRequest) (*ListGroups200Response, *http.Response, error)
Execute executes the request
@return ListGroups200Response
func (*AdminAPIService) ListUserSigners ¶
func (a *AdminAPIService) ListUserSigners(ctx context.Context, userID int64) ApiListUserSignersRequest
ListUserSigners List user signers
Returns all the signers for a user.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param userID @return ApiListUserSignersRequest
func (*AdminAPIService) ListUserSignersExecute ¶
func (a *AdminAPIService) ListUserSignersExecute(r ApiListUserSignersRequest) (*ListUserSigners200Response, *http.Response, error)
Execute executes the request
@return ListUserSigners200Response
func (*AdminAPIService) ListUsers ¶
func (a *AdminAPIService) ListUsers(ctx context.Context) ApiListUsersRequest
ListUsers List users
Returns all the users.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return ApiListUsersRequest
func (*AdminAPIService) ListUsersExecute ¶
func (a *AdminAPIService) ListUsersExecute(r ApiListUsersRequest) (*ListUsers200Response, *http.Response, error)
Execute executes the request
@return ListUsers200Response
func (*AdminAPIService) RemoveCorsOrigin ¶
func (a *AdminAPIService) RemoveCorsOrigin(ctx context.Context, originID int64) ApiRemoveCorsOriginRequest
RemoveCorsOrigin Remove CORS Origin
Removes a CORS origin.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param originID @return ApiRemoveCorsOriginRequest
func (*AdminAPIService) RemoveCorsOriginExecute ¶
func (a *AdminAPIService) RemoveCorsOriginExecute(r ApiRemoveCorsOriginRequest) (*BaseResponse, *http.Response, error)
Execute executes the request
@return BaseResponse
func (*AdminAPIService) RemoveGroupApiKey ¶
func (a *AdminAPIService) RemoveGroupApiKey(ctx context.Context, groupID int64, apiKeyID int64) ApiRemoveGroupApiKeyRequest
RemoveGroupApiKey Remove API key from group
Removes an API key from a group.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param groupID @param apiKeyID @return ApiRemoveGroupApiKeyRequest
func (*AdminAPIService) RemoveGroupApiKeyExecute ¶
func (a *AdminAPIService) RemoveGroupApiKeyExecute(r ApiRemoveGroupApiKeyRequest) (*BaseResponse, *http.Response, error)
Execute executes the request
@return BaseResponse
func (*AdminAPIService) RemoveGroupRole ¶
func (a *AdminAPIService) RemoveGroupRole(ctx context.Context, groupID int64, roleShortName string) ApiRemoveGroupRoleRequest
RemoveGroupRole Remove role from group
Removes a role from a group.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param groupID @param roleShortName @return ApiRemoveGroupRoleRequest
func (*AdminAPIService) RemoveGroupRoleExecute ¶
func (a *AdminAPIService) RemoveGroupRoleExecute(r ApiRemoveGroupRoleRequest) (*BaseResponse, *http.Response, error)
Execute executes the request
@return BaseResponse
func (*AdminAPIService) RemoveGroupUser ¶
func (a *AdminAPIService) RemoveGroupUser(ctx context.Context, groupID int64, userID int64) ApiRemoveGroupUserRequest
RemoveGroupUser Remove user from group
Removes a user from a group.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param groupID @param userID @return ApiRemoveGroupUserRequest
func (*AdminAPIService) RemoveGroupUserExecute ¶
func (a *AdminAPIService) RemoveGroupUserExecute(r ApiRemoveGroupUserRequest) (*BaseResponse, *http.Response, error)
Execute executes the request
@return BaseResponse
func (*AdminAPIService) RemoveUserSignerCloudWallet ¶
func (a *AdminAPIService) RemoveUserSignerCloudWallet(ctx context.Context, userID int64, walletAddress string) ApiRemoveUserSignerCloudWalletRequest
RemoveUserSignerCloudWallet Remove user cloud wallet signer
Removes a cloud wallet signer from a user.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param userID @param walletAddress An Ethereum address. @return ApiRemoveUserSignerCloudWalletRequest
func (*AdminAPIService) RemoveUserSignerCloudWalletExecute ¶
func (a *AdminAPIService) RemoveUserSignerCloudWalletExecute(r ApiRemoveUserSignerCloudWalletRequest) (*BaseResponse, *http.Response, error)
Execute executes the request
@return BaseResponse
func (*AdminAPIService) RemoveUserSignerSafeAccount ¶
func (a *AdminAPIService) RemoveUserSignerSafeAccount(ctx context.Context, userID int64, walletAddress string) ApiRemoveUserSignerSafeAccountRequest
RemoveUserSignerSafeAccount Remove user safe account signer
Removes a safe account signer from a user.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param userID @param walletAddress An Ethereum address. @return ApiRemoveUserSignerSafeAccountRequest
func (*AdminAPIService) RemoveUserSignerSafeAccountExecute ¶
func (a *AdminAPIService) RemoveUserSignerSafeAccountExecute(r ApiRemoveUserSignerSafeAccountRequest) (*BaseResponse, *http.Response, error)
Execute executes the request
@return BaseResponse
func (*AdminAPIService) RemoveUserSignerWeb3Wallet ¶
func (a *AdminAPIService) RemoveUserSignerWeb3Wallet(ctx context.Context, userID int64, walletAddress string) ApiRemoveUserSignerWeb3WalletRequest
RemoveUserSignerWeb3Wallet Remove user web3 wallet signer
Removes a web3 wallet signer from a user.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param userID @param walletAddress An Ethereum address. @return ApiRemoveUserSignerWeb3WalletRequest
func (*AdminAPIService) RemoveUserSignerWeb3WalletExecute ¶
func (a *AdminAPIService) RemoveUserSignerWeb3WalletExecute(r ApiRemoveUserSignerWeb3WalletRequest) (*BaseResponse, *http.Response, error)
Execute executes the request
@return BaseResponse
func (*AdminAPIService) SetUserSignerCloudWallet ¶
func (a *AdminAPIService) SetUserSignerCloudWallet(ctx context.Context, userID int64, walletAddress string) ApiSetUserSignerCloudWalletRequest
SetUserSignerCloudWallet Add or update user cloud wallet signer
Adds or updates a user's cloud wallet signer.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param userID @param walletAddress An Ethereum address. @return ApiSetUserSignerCloudWalletRequest
func (*AdminAPIService) SetUserSignerCloudWalletExecute ¶
func (a *AdminAPIService) SetUserSignerCloudWalletExecute(r ApiSetUserSignerCloudWalletRequest) (*BaseResponse, *http.Response, error)
Execute executes the request
@return BaseResponse
func (*AdminAPIService) SetUserSignerSafeAccount ¶
func (a *AdminAPIService) SetUserSignerSafeAccount(ctx context.Context, userID int64, walletAddress string) ApiSetUserSignerSafeAccountRequest
SetUserSignerSafeAccount Add or update user safe account signer
Adds or updates a user's safe account signer.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param userID @param walletAddress An Ethereum address. @return ApiSetUserSignerSafeAccountRequest
func (*AdminAPIService) SetUserSignerSafeAccountExecute ¶
func (a *AdminAPIService) SetUserSignerSafeAccountExecute(r ApiSetUserSignerSafeAccountRequest) (*BaseResponse, *http.Response, error)
Execute executes the request
@return BaseResponse
func (*AdminAPIService) SetUserSignerWeb3Wallet ¶
func (a *AdminAPIService) SetUserSignerWeb3Wallet(ctx context.Context, userID int64, walletAddress string) ApiSetUserSignerWeb3WalletRequest
SetUserSignerWeb3Wallet Add or update user web3 wallet signer
Adds or updates a user's web3 wallet signer.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param userID @param walletAddress An Ethereum address. @return ApiSetUserSignerWeb3WalletRequest
func (*AdminAPIService) SetUserSignerWeb3WalletExecute ¶
func (a *AdminAPIService) SetUserSignerWeb3WalletExecute(r ApiSetUserSignerWeb3WalletRequest) (*BaseResponse, *http.Response, error)
Execute executes the request
@return BaseResponse
func (*AdminAPIService) UpdateApiKey ¶
func (a *AdminAPIService) UpdateApiKey(ctx context.Context, apiKeyID int64) ApiUpdateApiKeyRequest
UpdateApiKey Update API key
Updates an API key.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param apiKeyID @return ApiUpdateApiKeyRequest
func (*AdminAPIService) UpdateApiKeyExecute ¶
func (a *AdminAPIService) UpdateApiKeyExecute(r ApiUpdateApiKeyRequest) (*BaseResponse, *http.Response, error)
Execute executes the request
@return BaseResponse
type ApiAcceptInviteRequest ¶
type ApiAcceptInviteRequest struct { ApiService AdminAPI // contains filtered or unexported fields }
func (ApiAcceptInviteRequest) AcceptInviteRequest ¶
func (r ApiAcceptInviteRequest) AcceptInviteRequest(acceptInviteRequest AcceptInviteRequest) ApiAcceptInviteRequest
func (ApiAcceptInviteRequest) Execute ¶
func (r ApiAcceptInviteRequest) Execute() (*AcceptInvite200Response, *http.Response, error)
type ApiAddCorsOriginRequest ¶
type ApiAddCorsOriginRequest struct { ApiService AdminAPI // contains filtered or unexported fields }
func (ApiAddCorsOriginRequest) CORSOrigin ¶
func (r ApiAddCorsOriginRequest) CORSOrigin(cORSOrigin CORSOrigin) ApiAddCorsOriginRequest
func (ApiAddCorsOriginRequest) Execute ¶
func (r ApiAddCorsOriginRequest) Execute() (*BaseResponse, *http.Response, error)
type ApiAddGroupApiKeyRequest ¶
type ApiAddGroupApiKeyRequest struct { ApiService AdminAPI // contains filtered or unexported fields }
func (ApiAddGroupApiKeyRequest) Execute ¶
func (r ApiAddGroupApiKeyRequest) Execute() (*BaseResponse, *http.Response, error)
type ApiAddGroupRoleRequest ¶
type ApiAddGroupRoleRequest struct { ApiService AdminAPI // contains filtered or unexported fields }
func (ApiAddGroupRoleRequest) Execute ¶
func (r ApiAddGroupRoleRequest) Execute() (*BaseResponse, *http.Response, error)
type ApiAddGroupUserRequest ¶
type ApiAddGroupUserRequest struct { ApiService AdminAPI // contains filtered or unexported fields }
func (ApiAddGroupUserRequest) Execute ¶
func (r ApiAddGroupUserRequest) Execute() (*BaseResponse, *http.Response, error)
type ApiAddHsmConfigRequest ¶
type ApiAddHsmConfigRequest struct { ApiService HsmAPI // contains filtered or unexported fields }
func (ApiAddHsmConfigRequest) BaseAzureAccount ¶
func (r ApiAddHsmConfigRequest) BaseAzureAccount(baseAzureAccount BaseAzureAccount) ApiAddHsmConfigRequest
func (ApiAddHsmConfigRequest) Execute ¶
func (r ApiAddHsmConfigRequest) Execute() (*BaseResponse, *http.Response, error)
type ApiAddHsmKeyRequest ¶
type ApiAddHsmKeyRequest struct { ApiService HsmAPI // contains filtered or unexported fields }
func (ApiAddHsmKeyRequest) AddKey ¶
func (r ApiAddHsmKeyRequest) AddKey(addKey AddKey) ApiAddHsmKeyRequest
func (ApiAddHsmKeyRequest) Execute ¶
func (r ApiAddHsmKeyRequest) Execute() (*BaseResponse, *http.Response, error)
type ApiCallContractFunctionRequest ¶
type ApiCallContractFunctionRequest struct { ApiService ContractsAPI // contains filtered or unexported fields }
func (ApiCallContractFunctionRequest) Execute ¶
func (r ApiCallContractFunctionRequest) Execute() (*CallContractFunction200Response, *http.Response, error)
func (ApiCallContractFunctionRequest) PostMethodArgs ¶
func (r ApiCallContractFunctionRequest) PostMethodArgs(postMethodArgs PostMethodArgs) ApiCallContractFunctionRequest
type ApiCancelTransactionRequest ¶
type ApiCancelTransactionRequest struct { ApiService TxmAPI // contains filtered or unexported fields }
func (ApiCancelTransactionRequest) Execute ¶
func (r ApiCancelTransactionRequest) Execute() (*TransferEth200Response, *http.Response, error)
func (ApiCancelTransactionRequest) GasParams ¶
func (r ApiCancelTransactionRequest) GasParams(gasParams GasParams) ApiCancelTransactionRequest
type ApiCheckInviteRequest ¶
type ApiCheckInviteRequest struct { ApiService AdminAPI // contains filtered or unexported fields }
func (ApiCheckInviteRequest) Execute ¶
func (r ApiCheckInviteRequest) Execute() (*BaseResponse, *http.Response, error)
type ApiCountEventQueryRecordsRequest ¶
type ApiCountEventQueryRecordsRequest struct { ApiService EventQueriesAPI // contains filtered or unexported fields }
func (ApiCountEventQueryRecordsRequest) Execute ¶
func (r ApiCountEventQueryRecordsRequest) Execute() (*CountEventQueryRecords200Response, *http.Response, error)
type ApiCountWalletTransactionsRequest ¶
type ApiCountWalletTransactionsRequest struct { ApiService TxmAPI // contains filtered or unexported fields }
func (ApiCountWalletTransactionsRequest) Execute ¶
func (r ApiCountWalletTransactionsRequest) Execute() (*CountWalletTransactions200Response, *http.Response, error)
type ApiCountWebhookEventsRequest ¶
type ApiCountWebhookEventsRequest struct { ApiService WebhooksAPI // contains filtered or unexported fields }
func (ApiCountWebhookEventsRequest) Execute ¶
func (r ApiCountWebhookEventsRequest) Execute() (*CountWebhookEvents200Response, *http.Response, error)
type ApiCountWebhooksRequest ¶
type ApiCountWebhooksRequest struct { ApiService WebhooksAPI // contains filtered or unexported fields }
func (ApiCountWebhooksRequest) Execute ¶
func (r ApiCountWebhooksRequest) Execute() (*CountWebhooks200Response, *http.Response, error)
type ApiCreateApiKeyRequest ¶
type ApiCreateApiKeyRequest struct { ApiService AdminAPI // contains filtered or unexported fields }
func (ApiCreateApiKeyRequest) CreateApiKeyRequest ¶
func (r ApiCreateApiKeyRequest) CreateApiKeyRequest(createApiKeyRequest CreateApiKeyRequest) ApiCreateApiKeyRequest
func (ApiCreateApiKeyRequest) Execute ¶
func (r ApiCreateApiKeyRequest) Execute() (*CreateApiKey200Response, *http.Response, error)
type ApiCreateContractRequest ¶
type ApiCreateContractRequest struct { ApiService ContractsAPI // contains filtered or unexported fields }
func (ApiCreateContractRequest) BaseContract ¶
func (r ApiCreateContractRequest) BaseContract(baseContract BaseContract) ApiCreateContractRequest
func (ApiCreateContractRequest) Execute ¶
func (r ApiCreateContractRequest) Execute() (*GetContract200Response, *http.Response, error)
type ApiCreateContractsRequest ¶
type ApiCreateContractsRequest struct { ApiService ContractsAPI // contains filtered or unexported fields }
func (ApiCreateContractsRequest) BaseContract ¶
func (r ApiCreateContractsRequest) BaseContract(baseContract []BaseContract) ApiCreateContractsRequest
func (ApiCreateContractsRequest) Execute ¶
func (r ApiCreateContractsRequest) Execute() (*BaseResponse, *http.Response, error)
type ApiCreateHsmKeyRequest ¶
type ApiCreateHsmKeyRequest struct { ApiService HsmAPI // contains filtered or unexported fields }
func (ApiCreateHsmKeyRequest) CreateKey ¶
func (r ApiCreateHsmKeyRequest) CreateKey(createKey CreateKey) ApiCreateHsmKeyRequest
func (ApiCreateHsmKeyRequest) Execute ¶
func (r ApiCreateHsmKeyRequest) Execute() (*CreateHsmKey200Response, *http.Response, error)
type ApiCreateWebhookRequest ¶
type ApiCreateWebhookRequest struct { ApiService WebhooksAPI // contains filtered or unexported fields }
func (ApiCreateWebhookRequest) BaseWebhookEndpoint ¶
func (r ApiCreateWebhookRequest) BaseWebhookEndpoint(baseWebhookEndpoint BaseWebhookEndpoint) ApiCreateWebhookRequest
func (ApiCreateWebhookRequest) Execute ¶
func (r ApiCreateWebhookRequest) Execute() (*CreateWebhook200Response, *http.Response, error)
type ApiDeleteAddressRequest ¶
type ApiDeleteAddressRequest struct { ApiService AddressesAPI // contains filtered or unexported fields }
func (ApiDeleteAddressRequest) Execute ¶
func (r ApiDeleteAddressRequest) Execute() (*BaseResponse, *http.Response, error)
type ApiDeleteApiKeyRequest ¶
type ApiDeleteApiKeyRequest struct { ApiService AdminAPI // contains filtered or unexported fields }
func (ApiDeleteApiKeyRequest) Execute ¶
func (r ApiDeleteApiKeyRequest) Execute() (*BaseResponse, *http.Response, error)
type ApiDeleteContractRequest ¶
type ApiDeleteContractRequest struct { ApiService ContractsAPI // contains filtered or unexported fields }
func (ApiDeleteContractRequest) Execute ¶
func (r ApiDeleteContractRequest) Execute() (*BaseResponse, *http.Response, error)
type ApiDeleteContractVersionRequest ¶
type ApiDeleteContractVersionRequest struct { ApiService ContractsAPI // contains filtered or unexported fields }
func (ApiDeleteContractVersionRequest) Execute ¶
func (r ApiDeleteContractVersionRequest) Execute() (*BaseResponse, *http.Response, error)
type ApiDeleteEventQueryRequest ¶
type ApiDeleteEventQueryRequest struct { ApiService EventQueriesAPI // contains filtered or unexported fields }
func (ApiDeleteEventQueryRequest) Execute ¶
func (r ApiDeleteEventQueryRequest) Execute() (*BaseResponse, *http.Response, error)
type ApiDeleteUserRequest ¶
type ApiDeleteUserRequest struct { ApiService AdminAPI // contains filtered or unexported fields }
func (ApiDeleteUserRequest) Execute ¶
func (r ApiDeleteUserRequest) Execute() (*BaseResponse, *http.Response, error)
type ApiDeleteWebhookRequest ¶
type ApiDeleteWebhookRequest struct { ApiService WebhooksAPI // contains filtered or unexported fields }
func (ApiDeleteWebhookRequest) Execute ¶
func (r ApiDeleteWebhookRequest) Execute() (*BaseResponse, *http.Response, error)
type ApiDeployContractRequest ¶
type ApiDeployContractRequest struct { ApiService ContractsAPI // contains filtered or unexported fields }
func (ApiDeployContractRequest) Execute ¶
func (r ApiDeployContractRequest) Execute() (*DeployContract200Response, *http.Response, error)
func (ApiDeployContractRequest) PostMethodArgs ¶
func (r ApiDeployContractRequest) PostMethodArgs(postMethodArgs PostMethodArgs) ApiDeployContractRequest
type ApiDeployContractVersionRequest ¶
type ApiDeployContractVersionRequest struct { ApiService ContractsAPI // contains filtered or unexported fields }
func (ApiDeployContractVersionRequest) Execute ¶
func (r ApiDeployContractVersionRequest) Execute() (*DeployContract200Response, *http.Response, error)
func (ApiDeployContractVersionRequest) PostMethodArgs ¶
func (r ApiDeployContractVersionRequest) PostMethodArgs(postMethodArgs PostMethodArgs) ApiDeployContractVersionRequest
type ApiExecuteArbitraryEventQueryRequest ¶
type ApiExecuteArbitraryEventQueryRequest struct { ApiService EventQueriesAPI // contains filtered or unexported fields }
func (ApiExecuteArbitraryEventQueryRequest) EventQuery ¶
func (r ApiExecuteArbitraryEventQueryRequest) EventQuery(eventQuery EventQuery) ApiExecuteArbitraryEventQueryRequest
func (ApiExecuteArbitraryEventQueryRequest) Execute ¶
func (r ApiExecuteArbitraryEventQueryRequest) Execute() (*ExecuteArbitraryEventQuery200Response, *http.Response, error)
func (ApiExecuteArbitraryEventQueryRequest) Limit ¶
func (r ApiExecuteArbitraryEventQueryRequest) Limit(limit int64) ApiExecuteArbitraryEventQueryRequest
func (ApiExecuteArbitraryEventQueryRequest) Offset ¶
func (r ApiExecuteArbitraryEventQueryRequest) Offset(offset int64) ApiExecuteArbitraryEventQueryRequest
type ApiExecuteEventQueryRequest ¶
type ApiExecuteEventQueryRequest struct { ApiService EventQueriesAPI // contains filtered or unexported fields }
func (ApiExecuteEventQueryRequest) Execute ¶
func (r ApiExecuteEventQueryRequest) Execute() (*ExecuteArbitraryEventQuery200Response, *http.Response, error)
func (ApiExecuteEventQueryRequest) Limit ¶
func (r ApiExecuteEventQueryRequest) Limit(limit int64) ApiExecuteEventQueryRequest
func (ApiExecuteEventQueryRequest) Offset ¶
func (r ApiExecuteEventQueryRequest) Offset(offset int64) ApiExecuteEventQueryRequest
type ApiGetAddressRequest ¶
type ApiGetAddressRequest struct { ApiService AddressesAPI // contains filtered or unexported fields }
func (ApiGetAddressRequest) Execute ¶
func (r ApiGetAddressRequest) Execute() (*SetAddress201Response, *http.Response, error)
func (ApiGetAddressRequest) Include ¶
func (r ApiGetAddressRequest) Include(include []string) ApiGetAddressRequest
Optional data to fetch from the blockchain: - `balance` to get the balance of this address. - `code` to get the code at this address. - `nonce` to get the next available transaction nonce for this address. - `contractLookup` to get the contract(s) details for this address.
type ApiGetApiKeyRequest ¶
type ApiGetApiKeyRequest struct { ApiService AdminAPI // contains filtered or unexported fields }
func (ApiGetApiKeyRequest) Execute ¶
func (r ApiGetApiKeyRequest) Execute() (*GetApiKey200Response, *http.Response, error)
type ApiGetBlockRequest ¶
type ApiGetBlockRequest struct { ApiService ChainsAPI // contains filtered or unexported fields }
func (ApiGetBlockRequest) Execute ¶
func (r ApiGetBlockRequest) Execute() (*GetBlock200Response, *http.Response, error)
type ApiGetChainStatusRequest ¶
type ApiGetChainStatusRequest struct { ApiService ChainsAPI // contains filtered or unexported fields }
func (ApiGetChainStatusRequest) Execute ¶
func (r ApiGetChainStatusRequest) Execute() (*GetChainStatus200Response, *http.Response, error)
type ApiGetContractRequest ¶
type ApiGetContractRequest struct { ApiService ContractsAPI // contains filtered or unexported fields }
func (ApiGetContractRequest) Execute ¶
func (r ApiGetContractRequest) Execute() (*GetContract200Response, *http.Response, error)
type ApiGetContractVersionRequest ¶
type ApiGetContractVersionRequest struct { ApiService ContractsAPI // contains filtered or unexported fields }
func (ApiGetContractVersionRequest) Execute ¶
func (r ApiGetContractVersionRequest) Execute() (*GetContract200Response, *http.Response, error)
type ApiGetContractVersionsRequest ¶
type ApiGetContractVersionsRequest struct { ApiService ContractsAPI // contains filtered or unexported fields }
func (ApiGetContractVersionsRequest) Execute ¶
func (r ApiGetContractVersionsRequest) Execute() (*GetContractVersions200Response, *http.Response, error)
type ApiGetEventCountRequest ¶
type ApiGetEventCountRequest struct { ApiService EventsAPI // contains filtered or unexported fields }
func (ApiGetEventCountRequest) BlockHash ¶
func (r ApiGetEventCountRequest) BlockHash(blockHash string) ApiGetEventCountRequest
Filter events by a block hash.
func (ApiGetEventCountRequest) BlockNumber ¶
func (r ApiGetEventCountRequest) BlockNumber(blockNumber int64) ApiGetEventCountRequest
Filter events by a block number.
func (ApiGetEventCountRequest) Chain ¶
func (r ApiGetEventCountRequest) Chain(chain ChainName) ApiGetEventCountRequest
Filter events by a chain name.
func (ApiGetEventCountRequest) ContractAddress ¶
func (r ApiGetEventCountRequest) ContractAddress(contractAddress string) ApiGetEventCountRequest
Filter events by a contract address.
func (ApiGetEventCountRequest) ContractLabel ¶
func (r ApiGetEventCountRequest) ContractLabel(contractLabel string) ApiGetEventCountRequest
Filter events by a contract label.
func (ApiGetEventCountRequest) EventIndexInLog ¶
func (r ApiGetEventCountRequest) EventIndexInLog(eventIndexInLog int64) ApiGetEventCountRequest
Filter events by index in the log.
func (ApiGetEventCountRequest) EventSignature ¶
func (r ApiGetEventCountRequest) EventSignature(eventSignature string) ApiGetEventCountRequest
Filter events by the signature.
func (ApiGetEventCountRequest) Execute ¶
func (r ApiGetEventCountRequest) Execute() (*GetEventCount200Response, *http.Response, error)
func (ApiGetEventCountRequest) FromConstructor ¶
func (r ApiGetEventCountRequest) FromConstructor(fromConstructor bool) ApiGetEventCountRequest
Filter events by whether they were emitted from the constructor function.
func (ApiGetEventCountRequest) Limit ¶
func (r ApiGetEventCountRequest) Limit(limit int64) ApiGetEventCountRequest
func (ApiGetEventCountRequest) Offset ¶
func (r ApiGetEventCountRequest) Offset(offset int64) ApiGetEventCountRequest
func (ApiGetEventCountRequest) TxHash ¶
func (r ApiGetEventCountRequest) TxHash(txHash string) ApiGetEventCountRequest
Filter events by a transaction hash.
func (ApiGetEventCountRequest) TxIndexInBlock ¶
func (r ApiGetEventCountRequest) TxIndexInBlock(txIndexInBlock int64) ApiGetEventCountRequest
Filter events by a transaction's index in the block.
type ApiGetEventMonitorStatusRequest ¶
type ApiGetEventMonitorStatusRequest struct { ApiService ContractsAPI // contains filtered or unexported fields }
func (ApiGetEventMonitorStatusRequest) Execute ¶
func (r ApiGetEventMonitorStatusRequest) Execute() (*GetEventMonitorStatus200Response, *http.Response, error)
type ApiGetEventQueryRequest ¶
type ApiGetEventQueryRequest struct { ApiService EventQueriesAPI // contains filtered or unexported fields }
func (ApiGetEventQueryRequest) Execute ¶
func (r ApiGetEventQueryRequest) Execute() (*GetEventQuery200Response, *http.Response, error)
type ApiGetEventTypeConversionsRequest ¶
type ApiGetEventTypeConversionsRequest struct { ApiService ContractsAPI // contains filtered or unexported fields }
func (ApiGetEventTypeConversionsRequest) Execute ¶
func (r ApiGetEventTypeConversionsRequest) Execute() (*GetEventTypeConversions200Response, *http.Response, error)
type ApiGetFunctionTypeConversionsRequest ¶
type ApiGetFunctionTypeConversionsRequest struct { ApiService ContractsAPI // contains filtered or unexported fields }
func (ApiGetFunctionTypeConversionsRequest) Execute ¶
func (r ApiGetFunctionTypeConversionsRequest) Execute() (*GetFunctionTypeConversions200Response, *http.Response, error)
type ApiGetTransactionReceiptRequest ¶
type ApiGetTransactionReceiptRequest struct { ApiService ChainsAPI // contains filtered or unexported fields }
func (ApiGetTransactionReceiptRequest) Execute ¶
func (r ApiGetTransactionReceiptRequest) Execute() (*GetTransactionReceipt200Response, *http.Response, error)
func (ApiGetTransactionReceiptRequest) Include ¶
func (r ApiGetTransactionReceiptRequest) Include(include string) ApiGetTransactionReceiptRequest
Include contract and event details, if available.
type ApiGetTransactionRequest ¶
type ApiGetTransactionRequest struct { ApiService ChainsAPI // contains filtered or unexported fields }
func (ApiGetTransactionRequest) Execute ¶
func (r ApiGetTransactionRequest) Execute() (*GetTransaction200Response, *http.Response, error)
func (ApiGetTransactionRequest) Include ¶
func (r ApiGetTransactionRequest) Include(include string) ApiGetTransactionRequest
Include contract and method call details, if available.
type ApiGetWebhookRequest ¶
type ApiGetWebhookRequest struct { ApiService WebhooksAPI // contains filtered or unexported fields }
func (ApiGetWebhookRequest) Execute ¶
func (r ApiGetWebhookRequest) Execute() (*CreateWebhook200Response, *http.Response, error)
type ApiInviteUserRequest ¶
type ApiInviteUserRequest struct { ApiService AdminAPI // contains filtered or unexported fields }
func (ApiInviteUserRequest) Execute ¶
func (r ApiInviteUserRequest) Execute() (*BaseResponse, *http.Response, error)
func (ApiInviteUserRequest) Invite ¶
func (r ApiInviteUserRequest) Invite(invite Invite) ApiInviteUserRequest
type ApiLinkAddressContractRequest ¶
type ApiLinkAddressContractRequest struct { ApiService ContractsAPI // contains filtered or unexported fields }
func (ApiLinkAddressContractRequest) Execute ¶
func (r ApiLinkAddressContractRequest) Execute() (*SetAddress201Response, *http.Response, error)
func (ApiLinkAddressContractRequest) LinkAddressContractRequest ¶
func (r ApiLinkAddressContractRequest) LinkAddressContractRequest(linkAddressContractRequest LinkAddressContractRequest) ApiLinkAddressContractRequest
type ApiListAddressesRequest ¶
type ApiListAddressesRequest struct { ApiService AddressesAPI // contains filtered or unexported fields }
func (ApiListAddressesRequest) Execute ¶
func (r ApiListAddressesRequest) Execute() (*ListAddresses200Response, *http.Response, error)
type ApiListApiKeysRequest ¶
type ApiListApiKeysRequest struct { ApiService AdminAPI // contains filtered or unexported fields }
func (ApiListApiKeysRequest) All ¶
func (r ApiListApiKeysRequest) All(all bool) ApiListApiKeysRequest
If true, returns all API keys on the system, otherwise, returns only the API keys owned by the calling user.
func (ApiListApiKeysRequest) Execute ¶
func (r ApiListApiKeysRequest) Execute() (*ListApiKeys200Response, *http.Response, error)
type ApiListAuditLogsRequest ¶
type ApiListAuditLogsRequest struct { ApiService AdminAPI // contains filtered or unexported fields }
func (ApiListAuditLogsRequest) Execute ¶
func (r ApiListAuditLogsRequest) Execute() (*ListAuditLogs200Response, *http.Response, error)
type ApiListContractVersionsRequest ¶
type ApiListContractVersionsRequest struct { ApiService ContractsAPI // contains filtered or unexported fields }
func (ApiListContractVersionsRequest) Execute ¶
func (r ApiListContractVersionsRequest) Execute() (*ListContractVersions200Response, *http.Response, error)
type ApiListContractsRequest ¶
type ApiListContractsRequest struct { ApiService ContractsAPI // contains filtered or unexported fields }
func (ApiListContractsRequest) Execute ¶
func (r ApiListContractsRequest) Execute() (*ListContracts200Response, *http.Response, error)
type ApiListCorsOriginsRequest ¶
type ApiListCorsOriginsRequest struct { ApiService AdminAPI // contains filtered or unexported fields }
func (ApiListCorsOriginsRequest) Execute ¶
func (r ApiListCorsOriginsRequest) Execute() (*ListCorsOrigins200Response, *http.Response, error)
type ApiListEventQueriesRequest ¶
type ApiListEventQueriesRequest struct { ApiService EventQueriesAPI // contains filtered or unexported fields }
func (ApiListEventQueriesRequest) Execute ¶
func (r ApiListEventQueriesRequest) Execute() (*ListEventQueries200Response, *http.Response, error)
type ApiListEventsRequest ¶
type ApiListEventsRequest struct { ApiService EventsAPI // contains filtered or unexported fields }
func (ApiListEventsRequest) BlockHash ¶
func (r ApiListEventsRequest) BlockHash(blockHash string) ApiListEventsRequest
Filter events by a block hash.
func (ApiListEventsRequest) BlockNumber ¶
func (r ApiListEventsRequest) BlockNumber(blockNumber int64) ApiListEventsRequest
Filter events by a block number.
func (ApiListEventsRequest) Chain ¶
func (r ApiListEventsRequest) Chain(chain ChainName) ApiListEventsRequest
Filter events by a chain name.
func (ApiListEventsRequest) ContractAddress ¶
func (r ApiListEventsRequest) ContractAddress(contractAddress string) ApiListEventsRequest
Filter events by a contract address.
func (ApiListEventsRequest) ContractLabel ¶
func (r ApiListEventsRequest) ContractLabel(contractLabel string) ApiListEventsRequest
Filter events by a contract label.
func (ApiListEventsRequest) EventIndexInLog ¶
func (r ApiListEventsRequest) EventIndexInLog(eventIndexInLog int64) ApiListEventsRequest
Filter events by index in the log.
func (ApiListEventsRequest) EventSignature ¶
func (r ApiListEventsRequest) EventSignature(eventSignature string) ApiListEventsRequest
Filter events by the signature.
func (ApiListEventsRequest) Execute ¶
func (r ApiListEventsRequest) Execute() (*ListEvents200Response, *http.Response, error)
func (ApiListEventsRequest) FromConstructor ¶
func (r ApiListEventsRequest) FromConstructor(fromConstructor bool) ApiListEventsRequest
Filter events by whether they were emitted from the constructor function.
func (ApiListEventsRequest) Limit ¶
func (r ApiListEventsRequest) Limit(limit int64) ApiListEventsRequest
func (ApiListEventsRequest) Offset ¶
func (r ApiListEventsRequest) Offset(offset int64) ApiListEventsRequest
func (ApiListEventsRequest) TxHash ¶
func (r ApiListEventsRequest) TxHash(txHash string) ApiListEventsRequest
Filter events by a transaction hash.
func (ApiListEventsRequest) TxIndexInBlock ¶
func (r ApiListEventsRequest) TxIndexInBlock(txIndexInBlock int64) ApiListEventsRequest
Filter events by a transaction's index in the block.
type ApiListGroupsRequest ¶
type ApiListGroupsRequest struct { ApiService AdminAPI // contains filtered or unexported fields }
func (ApiListGroupsRequest) ApiKeyID ¶
func (r ApiListGroupsRequest) ApiKeyID(apiKeyID int64) ApiListGroupsRequest
func (ApiListGroupsRequest) Assignable ¶
func (r ApiListGroupsRequest) Assignable(assignable bool) ApiListGroupsRequest
func (ApiListGroupsRequest) Execute ¶
func (r ApiListGroupsRequest) Execute() (*ListGroups200Response, *http.Response, error)
func (ApiListGroupsRequest) UserID ¶
func (r ApiListGroupsRequest) UserID(userID int64) ApiListGroupsRequest
type ApiListHsmRequest ¶
type ApiListHsmRequest struct { ApiService HsmAPI // contains filtered or unexported fields }
func (ApiListHsmRequest) Execute ¶
func (r ApiListHsmRequest) Execute() (*ListHsm200Response, *http.Response, error)
type ApiListHsmWalletsRequest ¶
type ApiListHsmWalletsRequest struct { ApiService HsmAPI // contains filtered or unexported fields }
func (ApiListHsmWalletsRequest) BaseGroupName ¶
func (r ApiListHsmWalletsRequest) BaseGroupName(baseGroupName string) ApiListHsmWalletsRequest
Filter wallets by a base group name.
func (ApiListHsmWalletsRequest) ClientId ¶
func (r ApiListHsmWalletsRequest) ClientId(clientId string) ApiListHsmWalletsRequest
Filter wallets by a client ID.
func (ApiListHsmWalletsRequest) Execute ¶
func (r ApiListHsmWalletsRequest) Execute() (*ListHsmWallets200Response, *http.Response, error)
func (ApiListHsmWalletsRequest) KeyName ¶
func (r ApiListHsmWalletsRequest) KeyName(keyName string) ApiListHsmWalletsRequest
Filter wallets by a key name.
func (ApiListHsmWalletsRequest) KeyVersion ¶
func (r ApiListHsmWalletsRequest) KeyVersion(keyVersion string) ApiListHsmWalletsRequest
Filter wallets by a key version.
func (ApiListHsmWalletsRequest) Limit ¶
func (r ApiListHsmWalletsRequest) Limit(limit int64) ApiListHsmWalletsRequest
func (ApiListHsmWalletsRequest) Offset ¶
func (r ApiListHsmWalletsRequest) Offset(offset int64) ApiListHsmWalletsRequest
func (ApiListHsmWalletsRequest) PublicAddress ¶
func (r ApiListHsmWalletsRequest) PublicAddress(publicAddress string) ApiListHsmWalletsRequest
Filter wallets by a public address.
func (ApiListHsmWalletsRequest) VaultName ¶
func (r ApiListHsmWalletsRequest) VaultName(vaultName string) ApiListHsmWalletsRequest
Filter wallets by a vault name.
type ApiListUserSignersRequest ¶
type ApiListUserSignersRequest struct { ApiService AdminAPI // contains filtered or unexported fields }
func (ApiListUserSignersRequest) Execute ¶
func (r ApiListUserSignersRequest) Execute() (*ListUserSigners200Response, *http.Response, error)
type ApiListUsersRequest ¶
type ApiListUsersRequest struct { ApiService AdminAPI // contains filtered or unexported fields }
func (ApiListUsersRequest) Execute ¶
func (r ApiListUsersRequest) Execute() (*ListUsers200Response, *http.Response, error)
func (ApiListUsersRequest) GroupID ¶
func (r ApiListUsersRequest) GroupID(groupID int64) ApiListUsersRequest
type ApiListWalletTransactionsRequest ¶
type ApiListWalletTransactionsRequest struct { ApiService TxmAPI // contains filtered or unexported fields }
func (ApiListWalletTransactionsRequest) Execute ¶
func (r ApiListWalletTransactionsRequest) Execute() (*ListWalletTransactions200Response, *http.Response, error)
func (ApiListWalletTransactionsRequest) Hash ¶
func (r ApiListWalletTransactionsRequest) Hash(hash string) ApiListWalletTransactionsRequest
Filter transactions by transaction hash. To filter for multiple hashes, use ampersands: `?hash=HASH1&hash=HASH2&hash=HASH3`
func (ApiListWalletTransactionsRequest) Limit ¶
func (r ApiListWalletTransactionsRequest) Limit(limit int64) ApiListWalletTransactionsRequest
func (ApiListWalletTransactionsRequest) Nonce ¶
func (r ApiListWalletTransactionsRequest) Nonce(nonce int64) ApiListWalletTransactionsRequest
Filter transactions by nonce
func (ApiListWalletTransactionsRequest) Offset ¶
func (r ApiListWalletTransactionsRequest) Offset(offset int64) ApiListWalletTransactionsRequest
func (ApiListWalletTransactionsRequest) Status ¶
func (r ApiListWalletTransactionsRequest) Status(status TransactionStatus) ApiListWalletTransactionsRequest
Filter transactions by status
type ApiListWebhookEventsRequest ¶
type ApiListWebhookEventsRequest struct { ApiService WebhooksAPI // contains filtered or unexported fields }
func (ApiListWebhookEventsRequest) Execute ¶
func (r ApiListWebhookEventsRequest) Execute() (*ListWebhookEvents200Response, *http.Response, error)
func (ApiListWebhookEventsRequest) Limit ¶
func (r ApiListWebhookEventsRequest) Limit(limit int64) ApiListWebhookEventsRequest
func (ApiListWebhookEventsRequest) Offset ¶
func (r ApiListWebhookEventsRequest) Offset(offset int64) ApiListWebhookEventsRequest
type ApiListWebhooksRequest ¶
type ApiListWebhooksRequest struct { ApiService WebhooksAPI // contains filtered or unexported fields }
func (ApiListWebhooksRequest) Execute ¶
func (r ApiListWebhooksRequest) Execute() (*ListWebhooks200Response, *http.Response, error)
func (ApiListWebhooksRequest) Limit ¶
func (r ApiListWebhooksRequest) Limit(limit int64) ApiListWebhooksRequest
func (ApiListWebhooksRequest) Offset ¶
func (r ApiListWebhooksRequest) Offset(offset int64) ApiListWebhooksRequest
type ApiRemoveCorsOriginRequest ¶
type ApiRemoveCorsOriginRequest struct { ApiService AdminAPI // contains filtered or unexported fields }
func (ApiRemoveCorsOriginRequest) Execute ¶
func (r ApiRemoveCorsOriginRequest) Execute() (*BaseResponse, *http.Response, error)
type ApiRemoveGroupApiKeyRequest ¶
type ApiRemoveGroupApiKeyRequest struct { ApiService AdminAPI // contains filtered or unexported fields }
func (ApiRemoveGroupApiKeyRequest) Execute ¶
func (r ApiRemoveGroupApiKeyRequest) Execute() (*BaseResponse, *http.Response, error)
type ApiRemoveGroupRoleRequest ¶
type ApiRemoveGroupRoleRequest struct { ApiService AdminAPI // contains filtered or unexported fields }
func (ApiRemoveGroupRoleRequest) Execute ¶
func (r ApiRemoveGroupRoleRequest) Execute() (*BaseResponse, *http.Response, error)
type ApiRemoveGroupUserRequest ¶
type ApiRemoveGroupUserRequest struct { ApiService AdminAPI // contains filtered or unexported fields }
func (ApiRemoveGroupUserRequest) Execute ¶
func (r ApiRemoveGroupUserRequest) Execute() (*BaseResponse, *http.Response, error)
type ApiRemoveHsmConfigRequest ¶
type ApiRemoveHsmConfigRequest struct { ApiService HsmAPI // contains filtered or unexported fields }
func (ApiRemoveHsmConfigRequest) Execute ¶
func (r ApiRemoveHsmConfigRequest) Execute() (*BaseResponse, *http.Response, error)
type ApiRemoveHsmKeyRequest ¶
type ApiRemoveHsmKeyRequest struct { ApiService HsmAPI // contains filtered or unexported fields }
func (ApiRemoveHsmKeyRequest) Execute ¶
func (r ApiRemoveHsmKeyRequest) Execute() (*BaseResponse, *http.Response, error)
type ApiRemoveUserSignerCloudWalletRequest ¶
type ApiRemoveUserSignerCloudWalletRequest struct { ApiService AdminAPI // contains filtered or unexported fields }
func (ApiRemoveUserSignerCloudWalletRequest) Execute ¶
func (r ApiRemoveUserSignerCloudWalletRequest) Execute() (*BaseResponse, *http.Response, error)
type ApiRemoveUserSignerSafeAccountRequest ¶
type ApiRemoveUserSignerSafeAccountRequest struct { ApiService AdminAPI // contains filtered or unexported fields }
func (ApiRemoveUserSignerSafeAccountRequest) Execute ¶
func (r ApiRemoveUserSignerSafeAccountRequest) Execute() (*BaseResponse, *http.Response, error)
type ApiRemoveUserSignerWeb3WalletRequest ¶
type ApiRemoveUserSignerWeb3WalletRequest struct { ApiService AdminAPI // contains filtered or unexported fields }
func (ApiRemoveUserSignerWeb3WalletRequest) Execute ¶
func (r ApiRemoveUserSignerWeb3WalletRequest) Execute() (*BaseResponse, *http.Response, error)
type ApiSetAddressRequest ¶
type ApiSetAddressRequest struct { ApiService AddressesAPI // contains filtered or unexported fields }
func (ApiSetAddressRequest) AddressLabel ¶
func (r ApiSetAddressRequest) AddressLabel(addressLabel AddressLabel) ApiSetAddressRequest
func (ApiSetAddressRequest) Execute ¶
func (r ApiSetAddressRequest) Execute() (*SetAddress201Response, *http.Response, error)
type ApiSetEventQueryRequest ¶
type ApiSetEventQueryRequest struct { ApiService EventQueriesAPI // contains filtered or unexported fields }
func (ApiSetEventQueryRequest) EventQuery2 ¶
func (r ApiSetEventQueryRequest) EventQuery2(eventQuery2 EventQuery) ApiSetEventQueryRequest
func (ApiSetEventQueryRequest) Execute ¶
func (r ApiSetEventQueryRequest) Execute() (*BaseResponse, *http.Response, error)
type ApiSetEventTypeConversionsRequest ¶
type ApiSetEventTypeConversionsRequest struct { ApiService ContractsAPI // contains filtered or unexported fields }
func (ApiSetEventTypeConversionsRequest) ContractEventOptions ¶
func (r ApiSetEventTypeConversionsRequest) ContractEventOptions(contractEventOptions ContractEventOptions) ApiSetEventTypeConversionsRequest
func (ApiSetEventTypeConversionsRequest) Execute ¶
func (r ApiSetEventTypeConversionsRequest) Execute() (*BaseResponse, *http.Response, error)
type ApiSetFunctionTypeConversionsRequest ¶
type ApiSetFunctionTypeConversionsRequest struct { ApiService ContractsAPI // contains filtered or unexported fields }
func (ApiSetFunctionTypeConversionsRequest) ContractMethodOptions ¶
func (r ApiSetFunctionTypeConversionsRequest) ContractMethodOptions(contractMethodOptions ContractMethodOptions) ApiSetFunctionTypeConversionsRequest
func (ApiSetFunctionTypeConversionsRequest) Execute ¶
func (r ApiSetFunctionTypeConversionsRequest) Execute() (*BaseResponse, *http.Response, error)
type ApiSetLocalNonceRequest ¶
type ApiSetLocalNonceRequest struct { ApiService HsmAPI // contains filtered or unexported fields }
func (ApiSetLocalNonceRequest) Execute ¶
func (r ApiSetLocalNonceRequest) Execute() (*BaseResponse, *http.Response, error)
func (ApiSetLocalNonceRequest) SetNonceRequest ¶
func (r ApiSetLocalNonceRequest) SetNonceRequest(setNonceRequest SetNonceRequest) ApiSetLocalNonceRequest
type ApiSetUserSignerCloudWalletRequest ¶
type ApiSetUserSignerCloudWalletRequest struct { ApiService AdminAPI // contains filtered or unexported fields }
func (ApiSetUserSignerCloudWalletRequest) Execute ¶
func (r ApiSetUserSignerCloudWalletRequest) Execute() (*BaseResponse, *http.Response, error)
type ApiSetUserSignerSafeAccountRequest ¶
type ApiSetUserSignerSafeAccountRequest struct { ApiService AdminAPI // contains filtered or unexported fields }
func (ApiSetUserSignerSafeAccountRequest) Execute ¶
func (r ApiSetUserSignerSafeAccountRequest) Execute() (*BaseResponse, *http.Response, error)
func (ApiSetUserSignerSafeAccountRequest) SignerLabel ¶
func (r ApiSetUserSignerSafeAccountRequest) SignerLabel(signerLabel SignerLabel) ApiSetUserSignerSafeAccountRequest
type ApiSetUserSignerWeb3WalletRequest ¶
type ApiSetUserSignerWeb3WalletRequest struct { ApiService AdminAPI // contains filtered or unexported fields }
func (ApiSetUserSignerWeb3WalletRequest) Execute ¶
func (r ApiSetUserSignerWeb3WalletRequest) Execute() (*BaseResponse, *http.Response, error)
func (ApiSetUserSignerWeb3WalletRequest) SignerLabel ¶
func (r ApiSetUserSignerWeb3WalletRequest) SignerLabel(signerLabel SignerLabel) ApiSetUserSignerWeb3WalletRequest
type ApiSignAndSubmitTransactionRequest ¶
type ApiSignAndSubmitTransactionRequest struct { ApiService HsmAPI // contains filtered or unexported fields }
func (ApiSignAndSubmitTransactionRequest) BaseTransactionToSign ¶
func (r ApiSignAndSubmitTransactionRequest) BaseTransactionToSign(baseTransactionToSign BaseTransactionToSign) ApiSignAndSubmitTransactionRequest
func (ApiSignAndSubmitTransactionRequest) Execute ¶
func (r ApiSignAndSubmitTransactionRequest) Execute() (*TransferEth200Response, *http.Response, error)
type ApiSignDataRequest ¶
type ApiSignDataRequest struct { ApiService HsmAPI // contains filtered or unexported fields }
func (ApiSignDataRequest) Execute ¶
func (r ApiSignDataRequest) Execute() (*SignData200Response, *http.Response, error)
func (ApiSignDataRequest) HSMSignRequest ¶
func (r ApiSignDataRequest) HSMSignRequest(hSMSignRequest HSMSignRequest) ApiSignDataRequest
type ApiSpeedUpTransactionRequest ¶
type ApiSpeedUpTransactionRequest struct { ApiService TxmAPI // contains filtered or unexported fields }
func (ApiSpeedUpTransactionRequest) Execute ¶
func (r ApiSpeedUpTransactionRequest) Execute() (*TransferEth200Response, *http.Response, error)
func (ApiSpeedUpTransactionRequest) GasParams ¶
func (r ApiSpeedUpTransactionRequest) GasParams(gasParams GasParams) ApiSpeedUpTransactionRequest
type ApiSubmitSignedTransactionRequest ¶
type ApiSubmitSignedTransactionRequest struct { ApiService ChainsAPI // contains filtered or unexported fields }
func (ApiSubmitSignedTransactionRequest) Execute ¶
func (r ApiSubmitSignedTransactionRequest) Execute() (*SubmitSignedTransaction200Response, *http.Response, error)
func (ApiSubmitSignedTransactionRequest) SignedTransactionSubmission ¶
func (r ApiSubmitSignedTransactionRequest) SignedTransactionSubmission(signedTransactionSubmission SignedTransactionSubmission) ApiSubmitSignedTransactionRequest
type ApiTransferEthRequest ¶
type ApiTransferEthRequest struct { ApiService ChainsAPI // contains filtered or unexported fields }
func (ApiTransferEthRequest) Execute ¶
func (r ApiTransferEthRequest) Execute() (*TransferEth200Response, *http.Response, error)
func (ApiTransferEthRequest) PostMethodArgs ¶
func (r ApiTransferEthRequest) PostMethodArgs(postMethodArgs PostMethodArgs) ApiTransferEthRequest
type ApiUnlinkAddressContractRequest ¶
type ApiUnlinkAddressContractRequest struct { ApiService ContractsAPI // contains filtered or unexported fields }
func (ApiUnlinkAddressContractRequest) Execute ¶
func (r ApiUnlinkAddressContractRequest) Execute() (*SetAddress201Response, *http.Response, error)
type ApiUpdateApiKeyRequest ¶
type ApiUpdateApiKeyRequest struct { ApiService AdminAPI // contains filtered or unexported fields }
func (ApiUpdateApiKeyRequest) BaseAPIKey ¶
func (r ApiUpdateApiKeyRequest) BaseAPIKey(baseAPIKey BaseAPIKey) ApiUpdateApiKeyRequest
func (ApiUpdateApiKeyRequest) Execute ¶
func (r ApiUpdateApiKeyRequest) Execute() (*BaseResponse, *http.Response, error)
type ApiUpdateWebhookRequest ¶
type ApiUpdateWebhookRequest struct { ApiService WebhooksAPI // contains filtered or unexported fields }
func (ApiUpdateWebhookRequest) BaseWebhookEndpoint ¶
func (r ApiUpdateWebhookRequest) BaseWebhookEndpoint(baseWebhookEndpoint BaseWebhookEndpoint) ApiUpdateWebhookRequest
func (ApiUpdateWebhookRequest) Execute ¶
func (r ApiUpdateWebhookRequest) Execute() (*CreateWebhook200Response, *http.Response, error)
type AuditLog ¶
type AuditLog struct { // The ID of the user who performed the action. ActionByID int64 `json:"actionByID"` // The ID of the user who was acted upon. ActionOnID *int64 `json:"actionOnID,omitempty"` // The email of the user who performed the action. ActionByUserEmail string `json:"actionByUserEmail"` // The email of the user who was acted upon. ActionOnUserEmail *string `json:"actionOnUserEmail,omitempty"` // The type of action that was performed. Type string `json:"type"` // The time the action was performed. CreatedAt time.Time `json:"createdAt"` // The data associated with the action. ActivityData map[string]interface{} `json:"activityData"` }
AuditLog An audit log entry.
func NewAuditLog ¶
func NewAuditLog(actionByID int64, actionByUserEmail string, type_ string, createdAt time.Time, activityData map[string]interface{}) *AuditLog
NewAuditLog instantiates a new AuditLog object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewAuditLogWithDefaults ¶
func NewAuditLogWithDefaults() *AuditLog
NewAuditLogWithDefaults instantiates a new AuditLog object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*AuditLog) GetActionByID ¶
GetActionByID returns the ActionByID field value
func (*AuditLog) GetActionByIDOk ¶
GetActionByIDOk returns a tuple with the ActionByID field value and a boolean to check if the value has been set.
func (*AuditLog) GetActionByUserEmail ¶
GetActionByUserEmail returns the ActionByUserEmail field value
func (*AuditLog) GetActionByUserEmailOk ¶
GetActionByUserEmailOk returns a tuple with the ActionByUserEmail field value and a boolean to check if the value has been set.
func (*AuditLog) GetActionOnID ¶
GetActionOnID returns the ActionOnID field value if set, zero value otherwise.
func (*AuditLog) GetActionOnIDOk ¶
GetActionOnIDOk returns a tuple with the ActionOnID field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AuditLog) GetActionOnUserEmail ¶
GetActionOnUserEmail returns the ActionOnUserEmail field value if set, zero value otherwise.
func (*AuditLog) GetActionOnUserEmailOk ¶
GetActionOnUserEmailOk returns a tuple with the ActionOnUserEmail field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AuditLog) GetActivityData ¶
GetActivityData returns the ActivityData field value
func (*AuditLog) GetActivityDataOk ¶
GetActivityDataOk returns a tuple with the ActivityData field value and a boolean to check if the value has been set.
func (*AuditLog) GetCreatedAt ¶
GetCreatedAt returns the CreatedAt field value
func (*AuditLog) GetCreatedAtOk ¶
GetCreatedAtOk returns a tuple with the CreatedAt field value and a boolean to check if the value has been set.
func (*AuditLog) GetTypeOk ¶
GetTypeOk returns a tuple with the Type field value and a boolean to check if the value has been set.
func (*AuditLog) HasActionOnID ¶
HasActionOnID returns a boolean if a field has been set.
func (*AuditLog) HasActionOnUserEmail ¶
HasActionOnUserEmail returns a boolean if a field has been set.
func (AuditLog) MarshalJSON ¶
func (*AuditLog) SetActionByID ¶
SetActionByID sets field value
func (*AuditLog) SetActionByUserEmail ¶
SetActionByUserEmail sets field value
func (*AuditLog) SetActionOnID ¶
SetActionOnID gets a reference to the given int64 and assigns it to the ActionOnID field.
func (*AuditLog) SetActionOnUserEmail ¶
SetActionOnUserEmail gets a reference to the given string and assigns it to the ActionOnUserEmail field.
func (*AuditLog) SetActivityData ¶
SetActivityData sets field value
func (*AuditLog) SetCreatedAt ¶
SetCreatedAt sets field value
func (*AuditLog) UnmarshalJSON ¶
type AzureAccount ¶
type AzureAccount struct { // An alias to easily identify and reference the entity in subsequent requests. Label string `json:"label" validate:"regexp=^[a-z0-9_-]+$"` // The Application ID that will be accessing the Key Vault. ClientID string `json:"clientID"` // The application’s secret key that you generate when you first register the application in Azure. ClientSecret string `json:"clientSecret"` // Also known as Directory ID. TenantID string `json:"tenantID"` // The ID linked to your subscription to Azure services. SubscriptionID string `json:"subscriptionID"` // The Resource Group Name for the resource being accessed. BaseGroupName string `json:"baseGroupName"` Id int64 `json:"id"` }
AzureAccount An Azure account.
func NewAzureAccount ¶
func NewAzureAccount(label string, clientID string, clientSecret string, tenantID string, subscriptionID string, baseGroupName string, id int64) *AzureAccount
NewAzureAccount instantiates a new AzureAccount object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewAzureAccountWithDefaults ¶
func NewAzureAccountWithDefaults() *AzureAccount
NewAzureAccountWithDefaults instantiates a new AzureAccount object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*AzureAccount) GetBaseGroupName ¶
func (o *AzureAccount) GetBaseGroupName() string
GetBaseGroupName returns the BaseGroupName field value
func (*AzureAccount) GetBaseGroupNameOk ¶
func (o *AzureAccount) GetBaseGroupNameOk() (*string, bool)
GetBaseGroupNameOk returns a tuple with the BaseGroupName field value and a boolean to check if the value has been set.
func (*AzureAccount) GetClientID ¶
func (o *AzureAccount) GetClientID() string
GetClientID returns the ClientID field value
func (*AzureAccount) GetClientIDOk ¶
func (o *AzureAccount) GetClientIDOk() (*string, bool)
GetClientIDOk returns a tuple with the ClientID field value and a boolean to check if the value has been set.
func (*AzureAccount) GetClientSecret ¶
func (o *AzureAccount) GetClientSecret() string
GetClientSecret returns the ClientSecret field value
func (*AzureAccount) GetClientSecretOk ¶
func (o *AzureAccount) GetClientSecretOk() (*string, bool)
GetClientSecretOk returns a tuple with the ClientSecret field value and a boolean to check if the value has been set.
func (*AzureAccount) GetIdOk ¶
func (o *AzureAccount) GetIdOk() (*int64, bool)
GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.
func (*AzureAccount) GetLabel ¶
func (o *AzureAccount) GetLabel() string
GetLabel returns the Label field value
func (*AzureAccount) GetLabelOk ¶
func (o *AzureAccount) GetLabelOk() (*string, bool)
GetLabelOk returns a tuple with the Label field value and a boolean to check if the value has been set.
func (*AzureAccount) GetSubscriptionID ¶
func (o *AzureAccount) GetSubscriptionID() string
GetSubscriptionID returns the SubscriptionID field value
func (*AzureAccount) GetSubscriptionIDOk ¶
func (o *AzureAccount) GetSubscriptionIDOk() (*string, bool)
GetSubscriptionIDOk returns a tuple with the SubscriptionID field value and a boolean to check if the value has been set.
func (*AzureAccount) GetTenantID ¶
func (o *AzureAccount) GetTenantID() string
GetTenantID returns the TenantID field value
func (*AzureAccount) GetTenantIDOk ¶
func (o *AzureAccount) GetTenantIDOk() (*string, bool)
GetTenantIDOk returns a tuple with the TenantID field value and a boolean to check if the value has been set.
func (AzureAccount) MarshalJSON ¶
func (o AzureAccount) MarshalJSON() ([]byte, error)
func (*AzureAccount) SetBaseGroupName ¶
func (o *AzureAccount) SetBaseGroupName(v string)
SetBaseGroupName sets field value
func (*AzureAccount) SetClientID ¶
func (o *AzureAccount) SetClientID(v string)
SetClientID sets field value
func (*AzureAccount) SetClientSecret ¶
func (o *AzureAccount) SetClientSecret(v string)
SetClientSecret sets field value
func (*AzureAccount) SetSubscriptionID ¶
func (o *AzureAccount) SetSubscriptionID(v string)
SetSubscriptionID sets field value
func (*AzureAccount) SetTenantID ¶
func (o *AzureAccount) SetTenantID(v string)
SetTenantID sets field value
func (AzureAccount) ToMap ¶
func (o AzureAccount) ToMap() (map[string]interface{}, error)
func (*AzureAccount) UnmarshalJSON ¶
func (o *AzureAccount) UnmarshalJSON(data []byte) (err error)
type AzureHardwareWallet ¶
type AzureHardwareWallet struct { Id int64 `json:"id"` AzureAccountID int64 `json:"azureAccountID"` // The name given to the vault your key is stored in. VaultName string `json:"vaultName"` // The name of the key. KeyName string `json:"keyName" validate:"regexp=^[a-zA-Z0-9-]{1,127}$"` // The version of the key. KeyVersion string `json:"keyVersion" validate:"regexp=^[a-zA-Z0-9]{32}$"` // An ethereum address. PublicAddress string `json:"publicAddress" validate:"regexp=^0[xX][a-fA-F0-9]{40}$"` }
AzureHardwareWallet An HSM Wallet
func NewAzureHardwareWallet ¶
func NewAzureHardwareWallet(id int64, azureAccountID int64, vaultName string, keyName string, keyVersion string, publicAddress string) *AzureHardwareWallet
NewAzureHardwareWallet instantiates a new AzureHardwareWallet object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewAzureHardwareWalletWithDefaults ¶
func NewAzureHardwareWalletWithDefaults() *AzureHardwareWallet
NewAzureHardwareWalletWithDefaults instantiates a new AzureHardwareWallet object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*AzureHardwareWallet) GetAzureAccountID ¶
func (o *AzureHardwareWallet) GetAzureAccountID() int64
GetAzureAccountID returns the AzureAccountID field value
func (*AzureHardwareWallet) GetAzureAccountIDOk ¶
func (o *AzureHardwareWallet) GetAzureAccountIDOk() (*int64, bool)
GetAzureAccountIDOk returns a tuple with the AzureAccountID field value and a boolean to check if the value has been set.
func (*AzureHardwareWallet) GetId ¶
func (o *AzureHardwareWallet) GetId() int64
GetId returns the Id field value
func (*AzureHardwareWallet) GetIdOk ¶
func (o *AzureHardwareWallet) GetIdOk() (*int64, bool)
GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.
func (*AzureHardwareWallet) GetKeyName ¶
func (o *AzureHardwareWallet) GetKeyName() string
GetKeyName returns the KeyName field value
func (*AzureHardwareWallet) GetKeyNameOk ¶
func (o *AzureHardwareWallet) GetKeyNameOk() (*string, bool)
GetKeyNameOk returns a tuple with the KeyName field value and a boolean to check if the value has been set.
func (*AzureHardwareWallet) GetKeyVersion ¶
func (o *AzureHardwareWallet) GetKeyVersion() string
GetKeyVersion returns the KeyVersion field value
func (*AzureHardwareWallet) GetKeyVersionOk ¶
func (o *AzureHardwareWallet) GetKeyVersionOk() (*string, bool)
GetKeyVersionOk returns a tuple with the KeyVersion field value and a boolean to check if the value has been set.
func (*AzureHardwareWallet) GetPublicAddress ¶
func (o *AzureHardwareWallet) GetPublicAddress() string
GetPublicAddress returns the PublicAddress field value
func (*AzureHardwareWallet) GetPublicAddressOk ¶
func (o *AzureHardwareWallet) GetPublicAddressOk() (*string, bool)
GetPublicAddressOk returns a tuple with the PublicAddress field value and a boolean to check if the value has been set.
func (*AzureHardwareWallet) GetVaultName ¶
func (o *AzureHardwareWallet) GetVaultName() string
GetVaultName returns the VaultName field value
func (*AzureHardwareWallet) GetVaultNameOk ¶
func (o *AzureHardwareWallet) GetVaultNameOk() (*string, bool)
GetVaultNameOk returns a tuple with the VaultName field value and a boolean to check if the value has been set.
func (AzureHardwareWallet) MarshalJSON ¶
func (o AzureHardwareWallet) MarshalJSON() ([]byte, error)
func (*AzureHardwareWallet) SetAzureAccountID ¶
func (o *AzureHardwareWallet) SetAzureAccountID(v int64)
SetAzureAccountID sets field value
func (*AzureHardwareWallet) SetId ¶
func (o *AzureHardwareWallet) SetId(v int64)
SetId sets field value
func (*AzureHardwareWallet) SetKeyName ¶
func (o *AzureHardwareWallet) SetKeyName(v string)
SetKeyName sets field value
func (*AzureHardwareWallet) SetKeyVersion ¶
func (o *AzureHardwareWallet) SetKeyVersion(v string)
SetKeyVersion sets field value
func (*AzureHardwareWallet) SetPublicAddress ¶
func (o *AzureHardwareWallet) SetPublicAddress(v string)
SetPublicAddress sets field value
func (*AzureHardwareWallet) SetVaultName ¶
func (o *AzureHardwareWallet) SetVaultName(v string)
SetVaultName sets field value
func (AzureHardwareWallet) ToMap ¶
func (o AzureHardwareWallet) ToMap() (map[string]interface{}, error)
func (*AzureHardwareWallet) UnmarshalJSON ¶
func (o *AzureHardwareWallet) UnmarshalJSON(data []byte) (err error)
type AzureWallet ¶
type AzureWallet struct { // The name of the key. KeyName string `json:"keyName" validate:"regexp=^[a-zA-Z0-9-]{1,127}$"` // The version of the key. KeyVersion string `json:"keyVersion" validate:"regexp=^[a-zA-Z0-9]{32}$"` // An ethereum address. PublicAddress string `json:"publicAddress" validate:"regexp=^0[xX][a-fA-F0-9]{40}$"` }
AzureWallet An HSM Wallet returned when a new key is created
func NewAzureWallet ¶
func NewAzureWallet(keyName string, keyVersion string, publicAddress string) *AzureWallet
NewAzureWallet instantiates a new AzureWallet object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewAzureWalletWithDefaults ¶
func NewAzureWalletWithDefaults() *AzureWallet
NewAzureWalletWithDefaults instantiates a new AzureWallet object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*AzureWallet) GetKeyName ¶
func (o *AzureWallet) GetKeyName() string
GetKeyName returns the KeyName field value
func (*AzureWallet) GetKeyNameOk ¶
func (o *AzureWallet) GetKeyNameOk() (*string, bool)
GetKeyNameOk returns a tuple with the KeyName field value and a boolean to check if the value has been set.
func (*AzureWallet) GetKeyVersion ¶
func (o *AzureWallet) GetKeyVersion() string
GetKeyVersion returns the KeyVersion field value
func (*AzureWallet) GetKeyVersionOk ¶
func (o *AzureWallet) GetKeyVersionOk() (*string, bool)
GetKeyVersionOk returns a tuple with the KeyVersion field value and a boolean to check if the value has been set.
func (*AzureWallet) GetPublicAddress ¶
func (o *AzureWallet) GetPublicAddress() string
GetPublicAddress returns the PublicAddress field value
func (*AzureWallet) GetPublicAddressOk ¶
func (o *AzureWallet) GetPublicAddressOk() (*string, bool)
GetPublicAddressOk returns a tuple with the PublicAddress field value and a boolean to check if the value has been set.
func (AzureWallet) MarshalJSON ¶
func (o AzureWallet) MarshalJSON() ([]byte, error)
func (*AzureWallet) SetKeyName ¶
func (o *AzureWallet) SetKeyName(v string)
SetKeyName sets field value
func (*AzureWallet) SetKeyVersion ¶
func (o *AzureWallet) SetKeyVersion(v string)
SetKeyVersion sets field value
func (*AzureWallet) SetPublicAddress ¶
func (o *AzureWallet) SetPublicAddress(v string)
SetPublicAddress sets field value
func (AzureWallet) ToMap ¶
func (o AzureWallet) ToMap() (map[string]interface{}, error)
func (*AzureWallet) UnmarshalJSON ¶
func (o *AzureWallet) UnmarshalJSON(data []byte) (err error)
type BaseAPIKey ¶
type BaseAPIKey struct { // An alias to easily identify and reference the entity in subsequent requests. Label string `json:"label" validate:"regexp=^[a-z0-9_-]+$"` }
BaseAPIKey An API key.
func NewBaseAPIKey ¶
func NewBaseAPIKey(label string) *BaseAPIKey
NewBaseAPIKey instantiates a new BaseAPIKey object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewBaseAPIKeyWithDefaults ¶
func NewBaseAPIKeyWithDefaults() *BaseAPIKey
NewBaseAPIKeyWithDefaults instantiates a new BaseAPIKey object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*BaseAPIKey) GetLabel ¶
func (o *BaseAPIKey) GetLabel() string
GetLabel returns the Label field value
func (*BaseAPIKey) GetLabelOk ¶
func (o *BaseAPIKey) GetLabelOk() (*string, bool)
GetLabelOk returns a tuple with the Label field value and a boolean to check if the value has been set.
func (BaseAPIKey) MarshalJSON ¶
func (o BaseAPIKey) MarshalJSON() ([]byte, error)
func (BaseAPIKey) ToMap ¶
func (o BaseAPIKey) ToMap() (map[string]interface{}, error)
func (*BaseAPIKey) UnmarshalJSON ¶
func (o *BaseAPIKey) UnmarshalJSON(data []byte) (err error)
type BaseAzureAccount ¶
type BaseAzureAccount struct { // An alias to easily identify and reference the entity in subsequent requests. Label string `json:"label" validate:"regexp=^[a-z0-9_-]+$"` // The Application ID that will be accessing the Key Vault. ClientID string `json:"clientID"` // The application’s secret key that you generate when you first register the application in Azure. ClientSecret string `json:"clientSecret"` // Also known as Directory ID. TenantID string `json:"tenantID"` // The ID linked to your subscription to Azure services. SubscriptionID string `json:"subscriptionID"` // The Resource Group Name for the resource being accessed. BaseGroupName string `json:"baseGroupName"` }
BaseAzureAccount An Azure account.
func NewBaseAzureAccount ¶
func NewBaseAzureAccount(label string, clientID string, clientSecret string, tenantID string, subscriptionID string, baseGroupName string) *BaseAzureAccount
NewBaseAzureAccount instantiates a new BaseAzureAccount object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewBaseAzureAccountWithDefaults ¶
func NewBaseAzureAccountWithDefaults() *BaseAzureAccount
NewBaseAzureAccountWithDefaults instantiates a new BaseAzureAccount object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*BaseAzureAccount) GetBaseGroupName ¶
func (o *BaseAzureAccount) GetBaseGroupName() string
GetBaseGroupName returns the BaseGroupName field value
func (*BaseAzureAccount) GetBaseGroupNameOk ¶
func (o *BaseAzureAccount) GetBaseGroupNameOk() (*string, bool)
GetBaseGroupNameOk returns a tuple with the BaseGroupName field value and a boolean to check if the value has been set.
func (*BaseAzureAccount) GetClientID ¶
func (o *BaseAzureAccount) GetClientID() string
GetClientID returns the ClientID field value
func (*BaseAzureAccount) GetClientIDOk ¶
func (o *BaseAzureAccount) GetClientIDOk() (*string, bool)
GetClientIDOk returns a tuple with the ClientID field value and a boolean to check if the value has been set.
func (*BaseAzureAccount) GetClientSecret ¶
func (o *BaseAzureAccount) GetClientSecret() string
GetClientSecret returns the ClientSecret field value
func (*BaseAzureAccount) GetClientSecretOk ¶
func (o *BaseAzureAccount) GetClientSecretOk() (*string, bool)
GetClientSecretOk returns a tuple with the ClientSecret field value and a boolean to check if the value has been set.
func (*BaseAzureAccount) GetLabel ¶
func (o *BaseAzureAccount) GetLabel() string
GetLabel returns the Label field value
func (*BaseAzureAccount) GetLabelOk ¶
func (o *BaseAzureAccount) GetLabelOk() (*string, bool)
GetLabelOk returns a tuple with the Label field value and a boolean to check if the value has been set.
func (*BaseAzureAccount) GetSubscriptionID ¶
func (o *BaseAzureAccount) GetSubscriptionID() string
GetSubscriptionID returns the SubscriptionID field value
func (*BaseAzureAccount) GetSubscriptionIDOk ¶
func (o *BaseAzureAccount) GetSubscriptionIDOk() (*string, bool)
GetSubscriptionIDOk returns a tuple with the SubscriptionID field value and a boolean to check if the value has been set.
func (*BaseAzureAccount) GetTenantID ¶
func (o *BaseAzureAccount) GetTenantID() string
GetTenantID returns the TenantID field value
func (*BaseAzureAccount) GetTenantIDOk ¶
func (o *BaseAzureAccount) GetTenantIDOk() (*string, bool)
GetTenantIDOk returns a tuple with the TenantID field value and a boolean to check if the value has been set.
func (BaseAzureAccount) MarshalJSON ¶
func (o BaseAzureAccount) MarshalJSON() ([]byte, error)
func (*BaseAzureAccount) SetBaseGroupName ¶
func (o *BaseAzureAccount) SetBaseGroupName(v string)
SetBaseGroupName sets field value
func (*BaseAzureAccount) SetClientID ¶
func (o *BaseAzureAccount) SetClientID(v string)
SetClientID sets field value
func (*BaseAzureAccount) SetClientSecret ¶
func (o *BaseAzureAccount) SetClientSecret(v string)
SetClientSecret sets field value
func (*BaseAzureAccount) SetLabel ¶
func (o *BaseAzureAccount) SetLabel(v string)
SetLabel sets field value
func (*BaseAzureAccount) SetSubscriptionID ¶
func (o *BaseAzureAccount) SetSubscriptionID(v string)
SetSubscriptionID sets field value
func (*BaseAzureAccount) SetTenantID ¶
func (o *BaseAzureAccount) SetTenantID(v string)
SetTenantID sets field value
func (BaseAzureAccount) ToMap ¶
func (o BaseAzureAccount) ToMap() (map[string]interface{}, error)
func (*BaseAzureAccount) UnmarshalJSON ¶
func (o *BaseAzureAccount) UnmarshalJSON(data []byte) (err error)
type BaseContract ¶
type BaseContract struct { // An alias to easily identify and reference the entity in subsequent requests. Label string `json:"label" validate:"regexp=^[a-z0-9_-]+$"` // The name of the contract. ContractName string `json:"contractName" validate:"regexp=^[^\\"#$%&''()*+,\\/:;<>?[\\\\\\\\\\\\]^\\\\x60{}~]*$"` // The contract version. Version string `json:"version" validate:"regexp=^[^\\"#$%&''()*+,\\/:;<>?[\\\\\\\\\\\\]^\\\\x60{}~]*$"` // The smart-contract bytecode. Bin *string `json:"bin,omitempty" validate:"regexp=^(0x[0-9a-f]*|0X[0-9A-F]*)$"` // The contract raw ABI JSON string. RawAbi string `json:"rawAbi"` // The user documentation JSON string. UserDoc string `json:"userDoc"` // The developer documentation JSON string. DeveloperDoc string `json:"developerDoc"` // The contract metadata JSON string. Metadata *string `json:"metadata,omitempty"` IsFavorite *bool `json:"isFavorite,omitempty"` }
BaseContract A contract.
func NewBaseContract ¶
func NewBaseContract(label string, contractName string, version string, rawAbi string, userDoc string, developerDoc string) *BaseContract
NewBaseContract instantiates a new BaseContract object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewBaseContractWithDefaults ¶
func NewBaseContractWithDefaults() *BaseContract
NewBaseContractWithDefaults instantiates a new BaseContract object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*BaseContract) GetBin ¶
func (o *BaseContract) GetBin() string
GetBin returns the Bin field value if set, zero value otherwise.
func (*BaseContract) GetBinOk ¶
func (o *BaseContract) GetBinOk() (*string, bool)
GetBinOk returns a tuple with the Bin field value if set, nil otherwise and a boolean to check if the value has been set.
func (*BaseContract) GetContractName ¶
func (o *BaseContract) GetContractName() string
GetContractName returns the ContractName field value
func (*BaseContract) GetContractNameOk ¶
func (o *BaseContract) GetContractNameOk() (*string, bool)
GetContractNameOk returns a tuple with the ContractName field value and a boolean to check if the value has been set.
func (*BaseContract) GetDeveloperDoc ¶
func (o *BaseContract) GetDeveloperDoc() string
GetDeveloperDoc returns the DeveloperDoc field value
func (*BaseContract) GetDeveloperDocOk ¶
func (o *BaseContract) GetDeveloperDocOk() (*string, bool)
GetDeveloperDocOk returns a tuple with the DeveloperDoc field value and a boolean to check if the value has been set.
func (*BaseContract) GetIsFavorite ¶
func (o *BaseContract) GetIsFavorite() bool
GetIsFavorite returns the IsFavorite field value if set, zero value otherwise.
func (*BaseContract) GetIsFavoriteOk ¶
func (o *BaseContract) GetIsFavoriteOk() (*bool, bool)
GetIsFavoriteOk returns a tuple with the IsFavorite field value if set, nil otherwise and a boolean to check if the value has been set.
func (*BaseContract) GetLabel ¶
func (o *BaseContract) GetLabel() string
GetLabel returns the Label field value
func (*BaseContract) GetLabelOk ¶
func (o *BaseContract) GetLabelOk() (*string, bool)
GetLabelOk returns a tuple with the Label field value and a boolean to check if the value has been set.
func (*BaseContract) GetMetadata ¶
func (o *BaseContract) GetMetadata() string
GetMetadata returns the Metadata field value if set, zero value otherwise.
func (*BaseContract) GetMetadataOk ¶
func (o *BaseContract) GetMetadataOk() (*string, bool)
GetMetadataOk returns a tuple with the Metadata field value if set, nil otherwise and a boolean to check if the value has been set.
func (*BaseContract) GetRawAbi ¶
func (o *BaseContract) GetRawAbi() string
GetRawAbi returns the RawAbi field value
func (*BaseContract) GetRawAbiOk ¶
func (o *BaseContract) GetRawAbiOk() (*string, bool)
GetRawAbiOk returns a tuple with the RawAbi field value and a boolean to check if the value has been set.
func (*BaseContract) GetUserDoc ¶
func (o *BaseContract) GetUserDoc() string
GetUserDoc returns the UserDoc field value
func (*BaseContract) GetUserDocOk ¶
func (o *BaseContract) GetUserDocOk() (*string, bool)
GetUserDocOk returns a tuple with the UserDoc field value and a boolean to check if the value has been set.
func (*BaseContract) GetVersion ¶
func (o *BaseContract) GetVersion() string
GetVersion returns the Version field value
func (*BaseContract) GetVersionOk ¶
func (o *BaseContract) GetVersionOk() (*string, bool)
GetVersionOk returns a tuple with the Version field value and a boolean to check if the value has been set.
func (*BaseContract) HasBin ¶
func (o *BaseContract) HasBin() bool
HasBin returns a boolean if a field has been set.
func (*BaseContract) HasIsFavorite ¶
func (o *BaseContract) HasIsFavorite() bool
HasIsFavorite returns a boolean if a field has been set.
func (*BaseContract) HasMetadata ¶
func (o *BaseContract) HasMetadata() bool
HasMetadata returns a boolean if a field has been set.
func (BaseContract) MarshalJSON ¶
func (o BaseContract) MarshalJSON() ([]byte, error)
func (*BaseContract) SetBin ¶
func (o *BaseContract) SetBin(v string)
SetBin gets a reference to the given string and assigns it to the Bin field.
func (*BaseContract) SetContractName ¶
func (o *BaseContract) SetContractName(v string)
SetContractName sets field value
func (*BaseContract) SetDeveloperDoc ¶
func (o *BaseContract) SetDeveloperDoc(v string)
SetDeveloperDoc sets field value
func (*BaseContract) SetIsFavorite ¶
func (o *BaseContract) SetIsFavorite(v bool)
SetIsFavorite gets a reference to the given bool and assigns it to the IsFavorite field.
func (*BaseContract) SetMetadata ¶
func (o *BaseContract) SetMetadata(v string)
SetMetadata gets a reference to the given string and assigns it to the Metadata field.
func (*BaseContract) SetRawAbi ¶
func (o *BaseContract) SetRawAbi(v string)
SetRawAbi sets field value
func (*BaseContract) SetUserDoc ¶
func (o *BaseContract) SetUserDoc(v string)
SetUserDoc sets field value
func (*BaseContract) SetVersion ¶
func (o *BaseContract) SetVersion(v string)
SetVersion sets field value
func (BaseContract) ToMap ¶
func (o BaseContract) ToMap() (map[string]interface{}, error)
func (*BaseContract) UnmarshalJSON ¶
func (o *BaseContract) UnmarshalJSON(data []byte) (err error)
type BaseResponse ¶
type BaseResponse struct { // The status code. Status int64 `json:"status"` // The human-readable status message. Message string `json:"message"` }
BaseResponse Standard response.
func NewBaseResponse ¶
func NewBaseResponse(status int64, message string) *BaseResponse
NewBaseResponse instantiates a new BaseResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewBaseResponseWithDefaults ¶
func NewBaseResponseWithDefaults() *BaseResponse
NewBaseResponseWithDefaults instantiates a new BaseResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*BaseResponse) GetMessage ¶
func (o *BaseResponse) GetMessage() string
GetMessage returns the Message field value
func (*BaseResponse) GetMessageOk ¶
func (o *BaseResponse) GetMessageOk() (*string, bool)
GetMessageOk returns a tuple with the Message field value and a boolean to check if the value has been set.
func (*BaseResponse) GetStatus ¶
func (o *BaseResponse) GetStatus() int64
GetStatus returns the Status field value
func (*BaseResponse) GetStatusOk ¶
func (o *BaseResponse) GetStatusOk() (*int64, bool)
GetStatusOk returns a tuple with the Status field value and a boolean to check if the value has been set.
func (BaseResponse) MarshalJSON ¶
func (o BaseResponse) MarshalJSON() ([]byte, error)
func (*BaseResponse) SetMessage ¶
func (o *BaseResponse) SetMessage(v string)
SetMessage sets field value
func (*BaseResponse) SetStatus ¶
func (o *BaseResponse) SetStatus(v int64)
SetStatus sets field value
func (BaseResponse) ToMap ¶
func (o BaseResponse) ToMap() (map[string]interface{}, error)
func (*BaseResponse) UnmarshalJSON ¶
func (o *BaseResponse) UnmarshalJSON(data []byte) (err error)
type BaseTransactionToSign ¶
type BaseTransactionToSign struct {
Tx BaseTransactionToSignTx `json:"tx"`
}
BaseTransactionToSign A transaction to be signed.
func NewBaseTransactionToSign ¶
func NewBaseTransactionToSign(tx BaseTransactionToSignTx) *BaseTransactionToSign
NewBaseTransactionToSign instantiates a new BaseTransactionToSign object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewBaseTransactionToSignWithDefaults ¶
func NewBaseTransactionToSignWithDefaults() *BaseTransactionToSign
NewBaseTransactionToSignWithDefaults instantiates a new BaseTransactionToSign object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*BaseTransactionToSign) GetTx ¶
func (o *BaseTransactionToSign) GetTx() BaseTransactionToSignTx
GetTx returns the Tx field value
func (*BaseTransactionToSign) GetTxOk ¶
func (o *BaseTransactionToSign) GetTxOk() (*BaseTransactionToSignTx, bool)
GetTxOk returns a tuple with the Tx field value and a boolean to check if the value has been set.
func (BaseTransactionToSign) MarshalJSON ¶
func (o BaseTransactionToSign) MarshalJSON() ([]byte, error)
func (*BaseTransactionToSign) SetTx ¶
func (o *BaseTransactionToSign) SetTx(v BaseTransactionToSignTx)
SetTx sets field value
func (BaseTransactionToSign) ToMap ¶
func (o BaseTransactionToSign) ToMap() (map[string]interface{}, error)
func (*BaseTransactionToSign) UnmarshalJSON ¶
func (o *BaseTransactionToSign) UnmarshalJSON(data []byte) (err error)
type BaseTransactionToSignTx ¶
type BaseTransactionToSignTx struct { // Sender account nonce of the transaction Nonce *int64 `json:"nonce,omitempty"` // Gas price of the transaction GasPrice *string `json:"gasPrice,omitempty"` // Fee cap per gas of the transaction GasFeeCap *string `json:"gasFeeCap,omitempty"` // GasTipCap per gas of the transaction GasTipCap *string `json:"gasTipCap,omitempty"` // Gas limit of the transaction Gas int64 `json:"gas"` // An ethereum address. From string `json:"from" validate:"regexp=^0[xX][a-fA-F0-9]{40}$"` // An ethereum address. To NullableString `json:"to,omitempty" validate:"regexp=^0[xX][a-fA-F0-9]{40}$"` // Amount (in wei) to send with the transaction. Value string `json:"value"` // A hex string. Data string `json:"data" validate:"regexp=^(0x[0-9a-f]*|0X[0-9A-F]*)$"` // The keccak256 hash as a hex string of 256 bits. Hash *string `json:"hash,omitempty" validate:"regexp=^(0x[0-9a-f]{64}|0X[0-9A-F]{64})$"` // Transaction type Type int64 `json:"type"` }
BaseTransactionToSignTx An Ethereum transaction.
func NewBaseTransactionToSignTx ¶
func NewBaseTransactionToSignTx(gas int64, from string, value string, data string, type_ int64) *BaseTransactionToSignTx
NewBaseTransactionToSignTx instantiates a new BaseTransactionToSignTx object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewBaseTransactionToSignTxWithDefaults ¶
func NewBaseTransactionToSignTxWithDefaults() *BaseTransactionToSignTx
NewBaseTransactionToSignTxWithDefaults instantiates a new BaseTransactionToSignTx object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*BaseTransactionToSignTx) GetData ¶
func (o *BaseTransactionToSignTx) GetData() string
GetData returns the Data field value
func (*BaseTransactionToSignTx) GetDataOk ¶
func (o *BaseTransactionToSignTx) GetDataOk() (*string, bool)
GetDataOk returns a tuple with the Data field value and a boolean to check if the value has been set.
func (*BaseTransactionToSignTx) GetFrom ¶
func (o *BaseTransactionToSignTx) GetFrom() string
GetFrom returns the From field value
func (*BaseTransactionToSignTx) GetFromOk ¶
func (o *BaseTransactionToSignTx) GetFromOk() (*string, bool)
GetFromOk returns a tuple with the From field value and a boolean to check if the value has been set.
func (*BaseTransactionToSignTx) GetGas ¶
func (o *BaseTransactionToSignTx) GetGas() int64
GetGas returns the Gas field value
func (*BaseTransactionToSignTx) GetGasFeeCap ¶
func (o *BaseTransactionToSignTx) GetGasFeeCap() string
GetGasFeeCap returns the GasFeeCap field value if set, zero value otherwise.
func (*BaseTransactionToSignTx) GetGasFeeCapOk ¶
func (o *BaseTransactionToSignTx) GetGasFeeCapOk() (*string, bool)
GetGasFeeCapOk returns a tuple with the GasFeeCap field value if set, nil otherwise and a boolean to check if the value has been set.
func (*BaseTransactionToSignTx) GetGasOk ¶
func (o *BaseTransactionToSignTx) GetGasOk() (*int64, bool)
GetGasOk returns a tuple with the Gas field value and a boolean to check if the value has been set.
func (*BaseTransactionToSignTx) GetGasPrice ¶
func (o *BaseTransactionToSignTx) GetGasPrice() string
GetGasPrice returns the GasPrice field value if set, zero value otherwise.
func (*BaseTransactionToSignTx) GetGasPriceOk ¶
func (o *BaseTransactionToSignTx) GetGasPriceOk() (*string, bool)
GetGasPriceOk returns a tuple with the GasPrice field value if set, nil otherwise and a boolean to check if the value has been set.
func (*BaseTransactionToSignTx) GetGasTipCap ¶
func (o *BaseTransactionToSignTx) GetGasTipCap() string
GetGasTipCap returns the GasTipCap field value if set, zero value otherwise.
func (*BaseTransactionToSignTx) GetGasTipCapOk ¶
func (o *BaseTransactionToSignTx) GetGasTipCapOk() (*string, bool)
GetGasTipCapOk returns a tuple with the GasTipCap field value if set, nil otherwise and a boolean to check if the value has been set.
func (*BaseTransactionToSignTx) GetHash ¶
func (o *BaseTransactionToSignTx) GetHash() string
GetHash returns the Hash field value if set, zero value otherwise.
func (*BaseTransactionToSignTx) GetHashOk ¶
func (o *BaseTransactionToSignTx) GetHashOk() (*string, bool)
GetHashOk returns a tuple with the Hash field value if set, nil otherwise and a boolean to check if the value has been set.
func (*BaseTransactionToSignTx) GetNonce ¶
func (o *BaseTransactionToSignTx) GetNonce() int64
GetNonce returns the Nonce field value if set, zero value otherwise.
func (*BaseTransactionToSignTx) GetNonceOk ¶
func (o *BaseTransactionToSignTx) GetNonceOk() (*int64, bool)
GetNonceOk returns a tuple with the Nonce field value if set, nil otherwise and a boolean to check if the value has been set.
func (*BaseTransactionToSignTx) GetTo ¶
func (o *BaseTransactionToSignTx) GetTo() string
GetTo returns the To field value if set, zero value otherwise (both if not set or set to explicit null).
func (*BaseTransactionToSignTx) GetToOk ¶
func (o *BaseTransactionToSignTx) GetToOk() (*string, bool)
GetToOk returns a tuple with the To field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*BaseTransactionToSignTx) GetType ¶
func (o *BaseTransactionToSignTx) GetType() int64
GetType returns the Type field value
func (*BaseTransactionToSignTx) GetTypeOk ¶
func (o *BaseTransactionToSignTx) GetTypeOk() (*int64, bool)
GetTypeOk returns a tuple with the Type field value and a boolean to check if the value has been set.
func (*BaseTransactionToSignTx) GetValue ¶
func (o *BaseTransactionToSignTx) GetValue() string
GetValue returns the Value field value
func (*BaseTransactionToSignTx) GetValueOk ¶
func (o *BaseTransactionToSignTx) GetValueOk() (*string, bool)
GetValueOk returns a tuple with the Value field value and a boolean to check if the value has been set.
func (*BaseTransactionToSignTx) HasGasFeeCap ¶
func (o *BaseTransactionToSignTx) HasGasFeeCap() bool
HasGasFeeCap returns a boolean if a field has been set.
func (*BaseTransactionToSignTx) HasGasPrice ¶
func (o *BaseTransactionToSignTx) HasGasPrice() bool
HasGasPrice returns a boolean if a field has been set.
func (*BaseTransactionToSignTx) HasGasTipCap ¶
func (o *BaseTransactionToSignTx) HasGasTipCap() bool
HasGasTipCap returns a boolean if a field has been set.
func (*BaseTransactionToSignTx) HasHash ¶
func (o *BaseTransactionToSignTx) HasHash() bool
HasHash returns a boolean if a field has been set.
func (*BaseTransactionToSignTx) HasNonce ¶
func (o *BaseTransactionToSignTx) HasNonce() bool
HasNonce returns a boolean if a field has been set.
func (*BaseTransactionToSignTx) HasTo ¶
func (o *BaseTransactionToSignTx) HasTo() bool
HasTo returns a boolean if a field has been set.
func (BaseTransactionToSignTx) MarshalJSON ¶
func (o BaseTransactionToSignTx) MarshalJSON() ([]byte, error)
func (*BaseTransactionToSignTx) SetData ¶
func (o *BaseTransactionToSignTx) SetData(v string)
SetData sets field value
func (*BaseTransactionToSignTx) SetFrom ¶
func (o *BaseTransactionToSignTx) SetFrom(v string)
SetFrom sets field value
func (*BaseTransactionToSignTx) SetGas ¶
func (o *BaseTransactionToSignTx) SetGas(v int64)
SetGas sets field value
func (*BaseTransactionToSignTx) SetGasFeeCap ¶
func (o *BaseTransactionToSignTx) SetGasFeeCap(v string)
SetGasFeeCap gets a reference to the given string and assigns it to the GasFeeCap field.
func (*BaseTransactionToSignTx) SetGasPrice ¶
func (o *BaseTransactionToSignTx) SetGasPrice(v string)
SetGasPrice gets a reference to the given string and assigns it to the GasPrice field.
func (*BaseTransactionToSignTx) SetGasTipCap ¶
func (o *BaseTransactionToSignTx) SetGasTipCap(v string)
SetGasTipCap gets a reference to the given string and assigns it to the GasTipCap field.
func (*BaseTransactionToSignTx) SetHash ¶
func (o *BaseTransactionToSignTx) SetHash(v string)
SetHash gets a reference to the given string and assigns it to the Hash field.
func (*BaseTransactionToSignTx) SetNonce ¶
func (o *BaseTransactionToSignTx) SetNonce(v int64)
SetNonce gets a reference to the given int64 and assigns it to the Nonce field.
func (*BaseTransactionToSignTx) SetTo ¶
func (o *BaseTransactionToSignTx) SetTo(v string)
SetTo gets a reference to the given NullableString and assigns it to the To field.
func (*BaseTransactionToSignTx) SetToNil ¶
func (o *BaseTransactionToSignTx) SetToNil()
SetToNil sets the value for To to be an explicit nil
func (*BaseTransactionToSignTx) SetType ¶
func (o *BaseTransactionToSignTx) SetType(v int64)
SetType sets field value
func (*BaseTransactionToSignTx) SetValue ¶
func (o *BaseTransactionToSignTx) SetValue(v string)
SetValue sets field value
func (BaseTransactionToSignTx) ToMap ¶
func (o BaseTransactionToSignTx) ToMap() (map[string]interface{}, error)
func (*BaseTransactionToSignTx) UnmarshalJSON ¶
func (o *BaseTransactionToSignTx) UnmarshalJSON(data []byte) (err error)
func (*BaseTransactionToSignTx) UnsetTo ¶
func (o *BaseTransactionToSignTx) UnsetTo()
UnsetTo ensures that no value is present for To, not even an explicit nil
type BaseUser ¶
type BaseUser struct { // The user's email address. Email string `json:"email"` // The user's name. Name string `json:"name"` }
BaseUser A user.
func NewBaseUser ¶
NewBaseUser instantiates a new BaseUser object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewBaseUserWithDefaults ¶
func NewBaseUserWithDefaults() *BaseUser
NewBaseUserWithDefaults instantiates a new BaseUser object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*BaseUser) GetEmailOk ¶
GetEmailOk returns a tuple with the Email field value and a boolean to check if the value has been set.
func (*BaseUser) GetNameOk ¶
GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.
func (BaseUser) MarshalJSON ¶
func (*BaseUser) UnmarshalJSON ¶
type BaseWebhookEndpoint ¶
type BaseWebhookEndpoint struct { // The URL to send the webhook to. Url string `json:"url"` // An alias to easily identify and reference the entity in subsequent requests. Label string `json:"label" validate:"regexp=^[a-z0-9_-]+$"` // The events to subscribe to. Subscriptions []WebhookEventsType `json:"subscriptions"` }
BaseWebhookEndpoint struct for BaseWebhookEndpoint
func NewBaseWebhookEndpoint ¶
func NewBaseWebhookEndpoint(url string, label string, subscriptions []WebhookEventsType) *BaseWebhookEndpoint
NewBaseWebhookEndpoint instantiates a new BaseWebhookEndpoint object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewBaseWebhookEndpointWithDefaults ¶
func NewBaseWebhookEndpointWithDefaults() *BaseWebhookEndpoint
NewBaseWebhookEndpointWithDefaults instantiates a new BaseWebhookEndpoint object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*BaseWebhookEndpoint) GetLabel ¶
func (o *BaseWebhookEndpoint) GetLabel() string
GetLabel returns the Label field value
func (*BaseWebhookEndpoint) GetLabelOk ¶
func (o *BaseWebhookEndpoint) GetLabelOk() (*string, bool)
GetLabelOk returns a tuple with the Label field value and a boolean to check if the value has been set.
func (*BaseWebhookEndpoint) GetSubscriptions ¶
func (o *BaseWebhookEndpoint) GetSubscriptions() []WebhookEventsType
GetSubscriptions returns the Subscriptions field value
func (*BaseWebhookEndpoint) GetSubscriptionsOk ¶
func (o *BaseWebhookEndpoint) GetSubscriptionsOk() ([]WebhookEventsType, bool)
GetSubscriptionsOk returns a tuple with the Subscriptions field value and a boolean to check if the value has been set.
func (*BaseWebhookEndpoint) GetUrl ¶
func (o *BaseWebhookEndpoint) GetUrl() string
GetUrl returns the Url field value
func (*BaseWebhookEndpoint) GetUrlOk ¶
func (o *BaseWebhookEndpoint) GetUrlOk() (*string, bool)
GetUrlOk returns a tuple with the Url field value and a boolean to check if the value has been set.
func (BaseWebhookEndpoint) MarshalJSON ¶
func (o BaseWebhookEndpoint) MarshalJSON() ([]byte, error)
func (*BaseWebhookEndpoint) SetLabel ¶
func (o *BaseWebhookEndpoint) SetLabel(v string)
SetLabel sets field value
func (*BaseWebhookEndpoint) SetSubscriptions ¶
func (o *BaseWebhookEndpoint) SetSubscriptions(v []WebhookEventsType)
SetSubscriptions sets field value
func (*BaseWebhookEndpoint) SetUrl ¶
func (o *BaseWebhookEndpoint) SetUrl(v string)
SetUrl sets field value
func (BaseWebhookEndpoint) ToMap ¶
func (o BaseWebhookEndpoint) ToMap() (map[string]interface{}, error)
func (*BaseWebhookEndpoint) UnmarshalJSON ¶
func (o *BaseWebhookEndpoint) UnmarshalJSON(data []byte) (err error)
type BasicAuth ¶
type BasicAuth struct { UserName string `json:"userName,omitempty"` Password string `json:"password,omitempty"` }
BasicAuth provides basic http authentication to a request passed via context using ContextBasicAuth
type Block ¶
type Block struct { Blockchain string `json:"blockchain"` // The keccak256 hash as a hex string of 256 bits. Hash string `json:"hash" validate:"regexp=^(0x[0-9a-f]{64}|0X[0-9A-F]{64})$"` Difficulty string `json:"difficulty"` GasLimit int64 `json:"gasLimit"` Number string `json:"number"` Timestamp int64 `json:"timestamp"` Transactions []Transaction `json:"transactions"` // The keccak256 hash as a hex string of 256 bits. ReceiptsRoot string `json:"receiptsRoot" validate:"regexp=^(0x[0-9a-f]{64}|0X[0-9A-F]{64})$"` // The keccak256 hash as a hex string of 256 bits. ParentHash string `json:"parentHash" validate:"regexp=^(0x[0-9a-f]{64}|0X[0-9A-F]{64})$"` // The keccak256 hash as a hex string of 256 bits. Sha3Uncles string `json:"sha3Uncles" validate:"regexp=^(0x[0-9a-f]{64}|0X[0-9A-F]{64})$"` // An ethereum address. Miner string `json:"miner" validate:"regexp=^0[xX][a-fA-F0-9]{40}$"` // The keccak256 hash as a hex string of 256 bits. StateRoot string `json:"stateRoot" validate:"regexp=^(0x[0-9a-f]{64}|0X[0-9A-F]{64})$"` // The keccak256 hash as a hex string of 256 bits. TransactionsRoot string `json:"transactionsRoot" validate:"regexp=^(0x[0-9a-f]{64}|0X[0-9A-F]{64})$"` // A hex string. LogsBloom string `json:"logsBloom" validate:"regexp=^(0x[0-9a-f]*|0X[0-9A-F]*)$"` GasUsed int32 `json:"gasUsed"` // A hex string. Nonce string `json:"nonce" validate:"regexp=^(0x[0-9a-f]*|0X[0-9A-F]*)$"` // The keccak256 hash as a hex string of 256 bits. MixHash string `json:"mixHash" validate:"regexp=^(0x[0-9a-f]{64}|0X[0-9A-F]{64})$"` ExtraData string `json:"extraData"` BaseFeePerGas string `json:"baseFeePerGas"` }
Block A block in the Ethereum blockchain.
func NewBlock ¶
func NewBlock(blockchain string, hash string, difficulty string, gasLimit int64, number string, timestamp int64, transactions []Transaction, receiptsRoot string, parentHash string, sha3Uncles string, miner string, stateRoot string, transactionsRoot string, logsBloom string, gasUsed int32, nonce string, mixHash string, extraData string, baseFeePerGas string) *Block
NewBlock instantiates a new Block object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewBlockWithDefaults ¶
func NewBlockWithDefaults() *Block
NewBlockWithDefaults instantiates a new Block object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*Block) GetBaseFeePerGas ¶
GetBaseFeePerGas returns the BaseFeePerGas field value
func (*Block) GetBaseFeePerGasOk ¶
GetBaseFeePerGasOk returns a tuple with the BaseFeePerGas field value and a boolean to check if the value has been set.
func (*Block) GetBlockchain ¶
GetBlockchain returns the Blockchain field value
func (*Block) GetBlockchainOk ¶
GetBlockchainOk returns a tuple with the Blockchain field value and a boolean to check if the value has been set.
func (*Block) GetDifficulty ¶
GetDifficulty returns the Difficulty field value
func (*Block) GetDifficultyOk ¶
GetDifficultyOk returns a tuple with the Difficulty field value and a boolean to check if the value has been set.
func (*Block) GetExtraData ¶
GetExtraData returns the ExtraData field value
func (*Block) GetExtraDataOk ¶
GetExtraDataOk returns a tuple with the ExtraData field value and a boolean to check if the value has been set.
func (*Block) GetGasLimit ¶
GetGasLimit returns the GasLimit field value
func (*Block) GetGasLimitOk ¶
GetGasLimitOk returns a tuple with the GasLimit field value and a boolean to check if the value has been set.
func (*Block) GetGasUsed ¶
GetGasUsed returns the GasUsed field value
func (*Block) GetGasUsedOk ¶
GetGasUsedOk returns a tuple with the GasUsed field value and a boolean to check if the value has been set.
func (*Block) GetHashOk ¶
GetHashOk returns a tuple with the Hash field value and a boolean to check if the value has been set.
func (*Block) GetLogsBloom ¶
GetLogsBloom returns the LogsBloom field value
func (*Block) GetLogsBloomOk ¶
GetLogsBloomOk returns a tuple with the LogsBloom field value and a boolean to check if the value has been set.
func (*Block) GetMinerOk ¶
GetMinerOk returns a tuple with the Miner field value and a boolean to check if the value has been set.
func (*Block) GetMixHash ¶
GetMixHash returns the MixHash field value
func (*Block) GetMixHashOk ¶
GetMixHashOk returns a tuple with the MixHash field value and a boolean to check if the value has been set.
func (*Block) GetNonceOk ¶
GetNonceOk returns a tuple with the Nonce field value and a boolean to check if the value has been set.
func (*Block) GetNumberOk ¶
GetNumberOk returns a tuple with the Number field value and a boolean to check if the value has been set.
func (*Block) GetParentHash ¶
GetParentHash returns the ParentHash field value
func (*Block) GetParentHashOk ¶
GetParentHashOk returns a tuple with the ParentHash field value and a boolean to check if the value has been set.
func (*Block) GetReceiptsRoot ¶
GetReceiptsRoot returns the ReceiptsRoot field value
func (*Block) GetReceiptsRootOk ¶
GetReceiptsRootOk returns a tuple with the ReceiptsRoot field value and a boolean to check if the value has been set.
func (*Block) GetSha3Uncles ¶
GetSha3Uncles returns the Sha3Uncles field value
func (*Block) GetSha3UnclesOk ¶
GetSha3UnclesOk returns a tuple with the Sha3Uncles field value and a boolean to check if the value has been set.
func (*Block) GetStateRoot ¶
GetStateRoot returns the StateRoot field value
func (*Block) GetStateRootOk ¶
GetStateRootOk returns a tuple with the StateRoot field value and a boolean to check if the value has been set.
func (*Block) GetTimestamp ¶
GetTimestamp returns the Timestamp field value
func (*Block) GetTimestampOk ¶
GetTimestampOk returns a tuple with the Timestamp field value and a boolean to check if the value has been set.
func (*Block) GetTransactions ¶
func (o *Block) GetTransactions() []Transaction
GetTransactions returns the Transactions field value
func (*Block) GetTransactionsOk ¶
func (o *Block) GetTransactionsOk() ([]Transaction, bool)
GetTransactionsOk returns a tuple with the Transactions field value and a boolean to check if the value has been set.
func (*Block) GetTransactionsRoot ¶
GetTransactionsRoot returns the TransactionsRoot field value
func (*Block) GetTransactionsRootOk ¶
GetTransactionsRootOk returns a tuple with the TransactionsRoot field value and a boolean to check if the value has been set.
func (Block) MarshalJSON ¶
func (*Block) SetBaseFeePerGas ¶
SetBaseFeePerGas sets field value
func (*Block) SetBlockchain ¶
SetBlockchain sets field value
func (*Block) SetDifficulty ¶
SetDifficulty sets field value
func (*Block) SetParentHash ¶
SetParentHash sets field value
func (*Block) SetReceiptsRoot ¶
SetReceiptsRoot sets field value
func (*Block) SetSha3Uncles ¶
SetSha3Uncles sets field value
func (*Block) SetTransactions ¶
func (o *Block) SetTransactions(v []Transaction)
SetTransactions sets field value
func (*Block) SetTransactionsRoot ¶
SetTransactionsRoot sets field value
func (*Block) UnmarshalJSON ¶
type CORSOrigin ¶
type CORSOrigin struct { Id *int64 `json:"id,omitempty"` // The CORS Origin Origin *string `json:"origin,omitempty"` }
CORSOrigin CORS Origin
func NewCORSOrigin ¶
func NewCORSOrigin() *CORSOrigin
NewCORSOrigin instantiates a new CORSOrigin object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewCORSOriginWithDefaults ¶
func NewCORSOriginWithDefaults() *CORSOrigin
NewCORSOriginWithDefaults instantiates a new CORSOrigin object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*CORSOrigin) GetId ¶
func (o *CORSOrigin) GetId() int64
GetId returns the Id field value if set, zero value otherwise.
func (*CORSOrigin) GetIdOk ¶
func (o *CORSOrigin) GetIdOk() (*int64, bool)
GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CORSOrigin) GetOrigin ¶
func (o *CORSOrigin) GetOrigin() string
GetOrigin returns the Origin field value if set, zero value otherwise.
func (*CORSOrigin) GetOriginOk ¶
func (o *CORSOrigin) GetOriginOk() (*string, bool)
GetOriginOk returns a tuple with the Origin field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CORSOrigin) HasId ¶
func (o *CORSOrigin) HasId() bool
HasId returns a boolean if a field has been set.
func (*CORSOrigin) HasOrigin ¶
func (o *CORSOrigin) HasOrigin() bool
HasOrigin returns a boolean if a field has been set.
func (CORSOrigin) MarshalJSON ¶
func (o CORSOrigin) MarshalJSON() ([]byte, error)
func (*CORSOrigin) SetId ¶
func (o *CORSOrigin) SetId(v int64)
SetId gets a reference to the given int64 and assigns it to the Id field.
func (*CORSOrigin) SetOrigin ¶
func (o *CORSOrigin) SetOrigin(v string)
SetOrigin gets a reference to the given string and assigns it to the Origin field.
func (CORSOrigin) ToMap ¶
func (o CORSOrigin) ToMap() (map[string]interface{}, error)
type CallContractFunction200Response ¶
type CallContractFunction200Response struct { // The status code. Status int64 `json:"status"` // The human-readable status message. Message string `json:"message"` Result CallContractFunction200ResponseAllOfResult `json:"result"` }
CallContractFunction200Response struct for CallContractFunction200Response
func NewCallContractFunction200Response ¶
func NewCallContractFunction200Response(status int64, message string, result CallContractFunction200ResponseAllOfResult) *CallContractFunction200Response
NewCallContractFunction200Response instantiates a new CallContractFunction200Response object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewCallContractFunction200ResponseWithDefaults ¶
func NewCallContractFunction200ResponseWithDefaults() *CallContractFunction200Response
NewCallContractFunction200ResponseWithDefaults instantiates a new CallContractFunction200Response object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*CallContractFunction200Response) GetMessage ¶
func (o *CallContractFunction200Response) GetMessage() string
GetMessage returns the Message field value
func (*CallContractFunction200Response) GetMessageOk ¶
func (o *CallContractFunction200Response) GetMessageOk() (*string, bool)
GetMessageOk returns a tuple with the Message field value and a boolean to check if the value has been set.
func (*CallContractFunction200Response) GetResult ¶
func (o *CallContractFunction200Response) GetResult() CallContractFunction200ResponseAllOfResult
GetResult returns the Result field value
func (*CallContractFunction200Response) GetResultOk ¶
func (o *CallContractFunction200Response) GetResultOk() (*CallContractFunction200ResponseAllOfResult, bool)
GetResultOk returns a tuple with the Result field value and a boolean to check if the value has been set.
func (*CallContractFunction200Response) GetStatus ¶
func (o *CallContractFunction200Response) GetStatus() int64
GetStatus returns the Status field value
func (*CallContractFunction200Response) GetStatusOk ¶
func (o *CallContractFunction200Response) GetStatusOk() (*int64, bool)
GetStatusOk returns a tuple with the Status field value and a boolean to check if the value has been set.
func (CallContractFunction200Response) MarshalJSON ¶
func (o CallContractFunction200Response) MarshalJSON() ([]byte, error)
func (*CallContractFunction200Response) SetMessage ¶
func (o *CallContractFunction200Response) SetMessage(v string)
SetMessage sets field value
func (*CallContractFunction200Response) SetResult ¶
func (o *CallContractFunction200Response) SetResult(v CallContractFunction200ResponseAllOfResult)
SetResult sets field value
func (*CallContractFunction200Response) SetStatus ¶
func (o *CallContractFunction200Response) SetStatus(v int64)
SetStatus sets field value
func (CallContractFunction200Response) ToMap ¶
func (o CallContractFunction200Response) ToMap() (map[string]interface{}, error)
func (*CallContractFunction200Response) UnmarshalJSON ¶
func (o *CallContractFunction200Response) UnmarshalJSON(data []byte) (err error)
type CallContractFunction200ResponseAllOfResult ¶
type CallContractFunction200ResponseAllOfResult struct { MethodCallPreviewResponse *MethodCallPreviewResponse MethodCallResponse *MethodCallResponse TransactionToSignResponse *TransactionToSignResponse }
CallContractFunction200ResponseAllOfResult - struct for CallContractFunction200ResponseAllOfResult
func MethodCallPreviewResponseAsCallContractFunction200ResponseAllOfResult ¶
func MethodCallPreviewResponseAsCallContractFunction200ResponseAllOfResult(v *MethodCallPreviewResponse) CallContractFunction200ResponseAllOfResult
MethodCallPreviewResponseAsCallContractFunction200ResponseAllOfResult is a convenience function that returns MethodCallPreviewResponse wrapped in CallContractFunction200ResponseAllOfResult
func MethodCallResponseAsCallContractFunction200ResponseAllOfResult ¶
func MethodCallResponseAsCallContractFunction200ResponseAllOfResult(v *MethodCallResponse) CallContractFunction200ResponseAllOfResult
MethodCallResponseAsCallContractFunction200ResponseAllOfResult is a convenience function that returns MethodCallResponse wrapped in CallContractFunction200ResponseAllOfResult
func TransactionToSignResponseAsCallContractFunction200ResponseAllOfResult ¶
func TransactionToSignResponseAsCallContractFunction200ResponseAllOfResult(v *TransactionToSignResponse) CallContractFunction200ResponseAllOfResult
TransactionToSignResponseAsCallContractFunction200ResponseAllOfResult is a convenience function that returns TransactionToSignResponse wrapped in CallContractFunction200ResponseAllOfResult
func (*CallContractFunction200ResponseAllOfResult) GetActualInstance ¶
func (obj *CallContractFunction200ResponseAllOfResult) GetActualInstance() interface{}
Get the actual instance
func (CallContractFunction200ResponseAllOfResult) MarshalJSON ¶
func (src CallContractFunction200ResponseAllOfResult) MarshalJSON() ([]byte, error)
Marshal data from the first non-nil pointers in the struct to JSON
func (*CallContractFunction200ResponseAllOfResult) UnmarshalJSON ¶
func (dst *CallContractFunction200ResponseAllOfResult) UnmarshalJSON(data []byte) error
Unmarshal JSON data into one of the pointers in the struct
type ChainName ¶
type ChainName string
ChainName A blockchain chain name.
const (
ETHEREUM ChainName = "ethereum"
)
List of ChainName
func NewChainNameFromValue ¶
NewChainNameFromValue returns a pointer to a valid ChainName for the value passed as argument, or an error if the value passed is not allowed by the enum
func (*ChainName) UnmarshalJSON ¶
type ChainStatus ¶
type ChainStatus struct { BlockNumber int64 `json:"blockNumber"` // The client version for this chain node. Version string `json:"version"` ChainID int64 `json:"chainID"` NetworkID int64 `json:"networkID"` // The current base fee (only available for chains that support EIP-1559). BaseFee *string `json:"baseFee,omitempty"` }
ChainStatus The status of the Chain
func NewChainStatus ¶
func NewChainStatus(blockNumber int64, version string, chainID int64, networkID int64) *ChainStatus
NewChainStatus instantiates a new ChainStatus object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewChainStatusWithDefaults ¶
func NewChainStatusWithDefaults() *ChainStatus
NewChainStatusWithDefaults instantiates a new ChainStatus object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*ChainStatus) GetBaseFee ¶
func (o *ChainStatus) GetBaseFee() string
GetBaseFee returns the BaseFee field value if set, zero value otherwise.
func (*ChainStatus) GetBaseFeeOk ¶
func (o *ChainStatus) GetBaseFeeOk() (*string, bool)
GetBaseFeeOk returns a tuple with the BaseFee field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ChainStatus) GetBlockNumber ¶
func (o *ChainStatus) GetBlockNumber() int64
GetBlockNumber returns the BlockNumber field value
func (*ChainStatus) GetBlockNumberOk ¶
func (o *ChainStatus) GetBlockNumberOk() (*int64, bool)
GetBlockNumberOk returns a tuple with the BlockNumber field value and a boolean to check if the value has been set.
func (*ChainStatus) GetChainID ¶
func (o *ChainStatus) GetChainID() int64
GetChainID returns the ChainID field value
func (*ChainStatus) GetChainIDOk ¶
func (o *ChainStatus) GetChainIDOk() (*int64, bool)
GetChainIDOk returns a tuple with the ChainID field value and a boolean to check if the value has been set.
func (*ChainStatus) GetNetworkID ¶
func (o *ChainStatus) GetNetworkID() int64
GetNetworkID returns the NetworkID field value
func (*ChainStatus) GetNetworkIDOk ¶
func (o *ChainStatus) GetNetworkIDOk() (*int64, bool)
GetNetworkIDOk returns a tuple with the NetworkID field value and a boolean to check if the value has been set.
func (*ChainStatus) GetVersion ¶
func (o *ChainStatus) GetVersion() string
GetVersion returns the Version field value
func (*ChainStatus) GetVersionOk ¶
func (o *ChainStatus) GetVersionOk() (*string, bool)
GetVersionOk returns a tuple with the Version field value and a boolean to check if the value has been set.
func (*ChainStatus) HasBaseFee ¶
func (o *ChainStatus) HasBaseFee() bool
HasBaseFee returns a boolean if a field has been set.
func (ChainStatus) MarshalJSON ¶
func (o ChainStatus) MarshalJSON() ([]byte, error)
func (*ChainStatus) SetBaseFee ¶
func (o *ChainStatus) SetBaseFee(v string)
SetBaseFee gets a reference to the given string and assigns it to the BaseFee field.
func (*ChainStatus) SetBlockNumber ¶
func (o *ChainStatus) SetBlockNumber(v int64)
SetBlockNumber sets field value
func (*ChainStatus) SetChainID ¶
func (o *ChainStatus) SetChainID(v int64)
SetChainID sets field value
func (*ChainStatus) SetNetworkID ¶
func (o *ChainStatus) SetNetworkID(v int64)
SetNetworkID sets field value
func (*ChainStatus) SetVersion ¶
func (o *ChainStatus) SetVersion(v string)
SetVersion sets field value
func (ChainStatus) ToMap ¶
func (o ChainStatus) ToMap() (map[string]interface{}, error)
func (*ChainStatus) UnmarshalJSON ¶
func (o *ChainStatus) UnmarshalJSON(data []byte) (err error)
type ChainsAPI ¶
type ChainsAPI interface { /* GetBlock Get a block Returns a block. @param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param chain The blockchain chain label. @param block A block number, hash or 'latest' for the latest block. @return ApiGetBlockRequest */ GetBlock(ctx context.Context, chain ChainName, block string) ApiGetBlockRequest // GetBlockExecute executes the request // @return GetBlock200Response GetBlockExecute(r ApiGetBlockRequest) (*GetBlock200Response, *http.Response, error) /* GetChainStatus Get chain status Returns the chain status. @param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param chain The blockchain chain label. @return ApiGetChainStatusRequest */ GetChainStatus(ctx context.Context, chain ChainName) ApiGetChainStatusRequest // GetChainStatusExecute executes the request // @return GetChainStatus200Response GetChainStatusExecute(r ApiGetChainStatusRequest) (*GetChainStatus200Response, *http.Response, error) /* GetTransaction Get transaction Returns a transaction. @param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param chain The blockchain chain label. @param hash Transaction hash. @return ApiGetTransactionRequest */ GetTransaction(ctx context.Context, chain ChainName, hash string) ApiGetTransactionRequest // GetTransactionExecute executes the request // @return GetTransaction200Response GetTransactionExecute(r ApiGetTransactionRequest) (*GetTransaction200Response, *http.Response, error) /* GetTransactionReceipt Get transaction receipt Returns the receipt of a transaction that's been successfully added to the blockchain. @param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param chain The blockchain chain label. @param hash Transaction hash. @return ApiGetTransactionReceiptRequest */ GetTransactionReceipt(ctx context.Context, chain ChainName, hash string) ApiGetTransactionReceiptRequest // GetTransactionReceiptExecute executes the request // @return GetTransactionReceipt200Response GetTransactionReceiptExecute(r ApiGetTransactionReceiptRequest) (*GetTransactionReceipt200Response, *http.Response, error) /* SubmitSignedTransaction Submit signed transaction Receives a pre-signed raw transaction and submits it to the blockchain. @param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param chain The blockchain chain label. @return ApiSubmitSignedTransactionRequest */ SubmitSignedTransaction(ctx context.Context, chain ChainName) ApiSubmitSignedTransactionRequest // SubmitSignedTransactionExecute executes the request // @return SubmitSignedTransaction200Response SubmitSignedTransactionExecute(r ApiSubmitSignedTransactionRequest) (*SubmitSignedTransaction200Response, *http.Response, error) /* TransferEth Transfer ETH Returns a transaction for sending the native token between addresses. @param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param chain The blockchain chain label. @return ApiTransferEthRequest */ TransferEth(ctx context.Context, chain ChainName) ApiTransferEthRequest // TransferEthExecute executes the request // @return TransferEth200Response TransferEthExecute(r ApiTransferEthRequest) (*TransferEth200Response, *http.Response, error) }
type ChainsAPIService ¶
type ChainsAPIService service
ChainsAPIService ChainsAPI service
func (*ChainsAPIService) GetBlock ¶
func (a *ChainsAPIService) GetBlock(ctx context.Context, chain ChainName, block string) ApiGetBlockRequest
GetBlock Get a block
Returns a block.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param chain The blockchain chain label. @param block A block number, hash or 'latest' for the latest block. @return ApiGetBlockRequest
func (*ChainsAPIService) GetBlockExecute ¶
func (a *ChainsAPIService) GetBlockExecute(r ApiGetBlockRequest) (*GetBlock200Response, *http.Response, error)
Execute executes the request
@return GetBlock200Response
func (*ChainsAPIService) GetChainStatus ¶
func (a *ChainsAPIService) GetChainStatus(ctx context.Context, chain ChainName) ApiGetChainStatusRequest
GetChainStatus Get chain status
Returns the chain status.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param chain The blockchain chain label. @return ApiGetChainStatusRequest
func (*ChainsAPIService) GetChainStatusExecute ¶
func (a *ChainsAPIService) GetChainStatusExecute(r ApiGetChainStatusRequest) (*GetChainStatus200Response, *http.Response, error)
Execute executes the request
@return GetChainStatus200Response
func (*ChainsAPIService) GetTransaction ¶
func (a *ChainsAPIService) GetTransaction(ctx context.Context, chain ChainName, hash string) ApiGetTransactionRequest
GetTransaction Get transaction
Returns a transaction.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param chain The blockchain chain label. @param hash Transaction hash. @return ApiGetTransactionRequest
func (*ChainsAPIService) GetTransactionExecute ¶
func (a *ChainsAPIService) GetTransactionExecute(r ApiGetTransactionRequest) (*GetTransaction200Response, *http.Response, error)
Execute executes the request
@return GetTransaction200Response
func (*ChainsAPIService) GetTransactionReceipt ¶
func (a *ChainsAPIService) GetTransactionReceipt(ctx context.Context, chain ChainName, hash string) ApiGetTransactionReceiptRequest
GetTransactionReceipt Get transaction receipt
Returns the receipt of a transaction that's been successfully added to the blockchain.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param chain The blockchain chain label. @param hash Transaction hash. @return ApiGetTransactionReceiptRequest
func (*ChainsAPIService) GetTransactionReceiptExecute ¶
func (a *ChainsAPIService) GetTransactionReceiptExecute(r ApiGetTransactionReceiptRequest) (*GetTransactionReceipt200Response, *http.Response, error)
Execute executes the request
@return GetTransactionReceipt200Response
func (*ChainsAPIService) SubmitSignedTransaction ¶
func (a *ChainsAPIService) SubmitSignedTransaction(ctx context.Context, chain ChainName) ApiSubmitSignedTransactionRequest
SubmitSignedTransaction Submit signed transaction
Receives a pre-signed raw transaction and submits it to the blockchain.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param chain The blockchain chain label. @return ApiSubmitSignedTransactionRequest
func (*ChainsAPIService) SubmitSignedTransactionExecute ¶
func (a *ChainsAPIService) SubmitSignedTransactionExecute(r ApiSubmitSignedTransactionRequest) (*SubmitSignedTransaction200Response, *http.Response, error)
Execute executes the request
@return SubmitSignedTransaction200Response
func (*ChainsAPIService) TransferEth ¶
func (a *ChainsAPIService) TransferEth(ctx context.Context, chain ChainName) ApiTransferEthRequest
TransferEth Transfer ETH
Returns a transaction for sending the native token between addresses.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param chain The blockchain chain label. @return ApiTransferEthRequest
func (*ChainsAPIService) TransferEthExecute ¶
func (a *ChainsAPIService) TransferEthExecute(r ApiTransferEthRequest) (*TransferEth200Response, *http.Response, error)
Execute executes the request
@return TransferEth200Response
type Configuration ¶
type Configuration struct { Host string `json:"host,omitempty"` Scheme string `json:"scheme,omitempty"` DefaultHeader map[string]string `json:"defaultHeader,omitempty"` UserAgent string `json:"userAgent,omitempty"` Debug bool `json:"debug,omitempty"` Servers ServerConfigurations OperationServers map[string]ServerConfigurations HTTPClient *http.Client }
Configuration stores the configuration of the API client
func NewConfiguration ¶
func NewConfiguration() *Configuration
NewConfiguration returns a new Configuration object
func (*Configuration) AddDefaultHeader ¶
func (c *Configuration) AddDefaultHeader(key string, value string)
AddDefaultHeader adds a new HTTP header to the default header in the request
func (*Configuration) ServerURLWithContext ¶
ServerURLWithContext returns a new server URL given an endpoint
type Contract ¶
type Contract struct { // An alias to easily identify and reference the entity in subsequent requests. Label string `json:"label" validate:"regexp=^[a-z0-9_-]+$"` // The name of the contract. ContractName string `json:"contractName" validate:"regexp=^[^\\"#$%&''()*+,\\/:;<>?[\\\\\\\\\\\\]^\\\\x60{}~]*$"` // The contract version. Version string `json:"version" validate:"regexp=^[^\\"#$%&''()*+,\\/:;<>?[\\\\\\\\\\\\]^\\\\x60{}~]*$"` // The smart-contract bytecode. Bin *string `json:"bin,omitempty" validate:"regexp=^(0x[0-9a-f]*|0X[0-9A-F]*)$"` // The contract raw ABI JSON string. RawAbi string `json:"rawAbi"` // The user documentation JSON string. UserDoc string `json:"userDoc"` // The developer documentation JSON string. DeveloperDoc string `json:"developerDoc"` // The contract metadata JSON string. Metadata *string `json:"metadata,omitempty"` IsFavorite *bool `json:"isFavorite,omitempty"` Abi ContractABI `json:"abi"` // List of the contract instances. Instances []ContractInstance `json:"instances,omitempty"` }
Contract A returned contract.
func NewContract ¶
func NewContract(label string, contractName string, version string, rawAbi string, userDoc string, developerDoc string, abi ContractABI) *Contract
NewContract instantiates a new Contract object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewContractWithDefaults ¶
func NewContractWithDefaults() *Contract
NewContractWithDefaults instantiates a new Contract object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*Contract) GetAbi ¶
func (o *Contract) GetAbi() ContractABI
GetAbi returns the Abi field value
func (*Contract) GetAbiOk ¶
func (o *Contract) GetAbiOk() (*ContractABI, bool)
GetAbiOk returns a tuple with the Abi field value and a boolean to check if the value has been set.
func (*Contract) GetBinOk ¶
GetBinOk returns a tuple with the Bin field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Contract) GetContractName ¶
GetContractName returns the ContractName field value
func (*Contract) GetContractNameOk ¶
GetContractNameOk returns a tuple with the ContractName field value and a boolean to check if the value has been set.
func (*Contract) GetDeveloperDoc ¶
GetDeveloperDoc returns the DeveloperDoc field value
func (*Contract) GetDeveloperDocOk ¶
GetDeveloperDocOk returns a tuple with the DeveloperDoc field value and a boolean to check if the value has been set.
func (*Contract) GetInstances ¶
func (o *Contract) GetInstances() []ContractInstance
GetInstances returns the Instances field value if set, zero value otherwise.
func (*Contract) GetInstancesOk ¶
func (o *Contract) GetInstancesOk() ([]ContractInstance, bool)
GetInstancesOk returns a tuple with the Instances field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Contract) GetIsFavorite ¶
GetIsFavorite returns the IsFavorite field value if set, zero value otherwise.
func (*Contract) GetIsFavoriteOk ¶
GetIsFavoriteOk returns a tuple with the IsFavorite field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Contract) GetLabelOk ¶
GetLabelOk returns a tuple with the Label field value and a boolean to check if the value has been set.
func (*Contract) GetMetadata ¶
GetMetadata returns the Metadata field value if set, zero value otherwise.
func (*Contract) GetMetadataOk ¶
GetMetadataOk returns a tuple with the Metadata field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Contract) GetRawAbiOk ¶
GetRawAbiOk returns a tuple with the RawAbi field value and a boolean to check if the value has been set.
func (*Contract) GetUserDoc ¶
GetUserDoc returns the UserDoc field value
func (*Contract) GetUserDocOk ¶
GetUserDocOk returns a tuple with the UserDoc field value and a boolean to check if the value has been set.
func (*Contract) GetVersion ¶
GetVersion returns the Version field value
func (*Contract) GetVersionOk ¶
GetVersionOk returns a tuple with the Version field value and a boolean to check if the value has been set.
func (*Contract) HasInstances ¶
HasInstances returns a boolean if a field has been set.
func (*Contract) HasIsFavorite ¶
HasIsFavorite returns a boolean if a field has been set.
func (*Contract) HasMetadata ¶
HasMetadata returns a boolean if a field has been set.
func (Contract) MarshalJSON ¶
func (*Contract) SetBin ¶
SetBin gets a reference to the given string and assigns it to the Bin field.
func (*Contract) SetContractName ¶
SetContractName sets field value
func (*Contract) SetDeveloperDoc ¶
SetDeveloperDoc sets field value
func (*Contract) SetInstances ¶
func (o *Contract) SetInstances(v []ContractInstance)
SetInstances gets a reference to the given []ContractInstance and assigns it to the Instances field.
func (*Contract) SetIsFavorite ¶
SetIsFavorite gets a reference to the given bool and assigns it to the IsFavorite field.
func (*Contract) SetMetadata ¶
SetMetadata gets a reference to the given string and assigns it to the Metadata field.
func (*Contract) UnmarshalJSON ¶
type ContractABI ¶
type ContractABI struct { Constructor NullableContractABIMethod1 `json:"constructor"` Methods map[string]ContractABIMethod `json:"methods"` Events map[string]ContractABIEvent `json:"events"` Errors *map[string]ContractABIError `json:"errors,omitempty"` Fallback NullableContractABIMethod `json:"fallback"` Receive NullableContractABIMethod `json:"receive"` }
ContractABI The contract ABI.
func NewContractABI ¶
func NewContractABI(constructor NullableContractABIMethod1, methods map[string]ContractABIMethod, events map[string]ContractABIEvent, fallback NullableContractABIMethod, receive NullableContractABIMethod) *ContractABI
NewContractABI instantiates a new ContractABI object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewContractABIWithDefaults ¶
func NewContractABIWithDefaults() *ContractABI
NewContractABIWithDefaults instantiates a new ContractABI object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*ContractABI) GetConstructor ¶
func (o *ContractABI) GetConstructor() ContractABIMethod1
GetConstructor returns the Constructor field value If the value is explicit nil, the zero value for ContractABIMethod1 will be returned
func (*ContractABI) GetConstructorOk ¶
func (o *ContractABI) GetConstructorOk() (*ContractABIMethod1, bool)
GetConstructorOk returns a tuple with the Constructor field value and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*ContractABI) GetErrors ¶
func (o *ContractABI) GetErrors() map[string]ContractABIError
GetErrors returns the Errors field value if set, zero value otherwise.
func (*ContractABI) GetErrorsOk ¶
func (o *ContractABI) GetErrorsOk() (*map[string]ContractABIError, bool)
GetErrorsOk returns a tuple with the Errors field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ContractABI) GetEvents ¶
func (o *ContractABI) GetEvents() map[string]ContractABIEvent
GetEvents returns the Events field value
func (*ContractABI) GetEventsOk ¶
func (o *ContractABI) GetEventsOk() (*map[string]ContractABIEvent, bool)
GetEventsOk returns a tuple with the Events field value and a boolean to check if the value has been set.
func (*ContractABI) GetFallback ¶
func (o *ContractABI) GetFallback() ContractABIMethod
GetFallback returns the Fallback field value If the value is explicit nil, the zero value for ContractABIMethod will be returned
func (*ContractABI) GetFallbackOk ¶
func (o *ContractABI) GetFallbackOk() (*ContractABIMethod, bool)
GetFallbackOk returns a tuple with the Fallback field value and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*ContractABI) GetMethods ¶
func (o *ContractABI) GetMethods() map[string]ContractABIMethod
GetMethods returns the Methods field value
func (*ContractABI) GetMethodsOk ¶
func (o *ContractABI) GetMethodsOk() (*map[string]ContractABIMethod, bool)
GetMethodsOk returns a tuple with the Methods field value and a boolean to check if the value has been set.
func (*ContractABI) GetReceive ¶
func (o *ContractABI) GetReceive() ContractABIMethod
GetReceive returns the Receive field value If the value is explicit nil, the zero value for ContractABIMethod will be returned
func (*ContractABI) GetReceiveOk ¶
func (o *ContractABI) GetReceiveOk() (*ContractABIMethod, bool)
GetReceiveOk returns a tuple with the Receive field value and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*ContractABI) HasErrors ¶
func (o *ContractABI) HasErrors() bool
HasErrors returns a boolean if a field has been set.
func (ContractABI) MarshalJSON ¶
func (o ContractABI) MarshalJSON() ([]byte, error)
func (*ContractABI) SetConstructor ¶
func (o *ContractABI) SetConstructor(v ContractABIMethod1)
SetConstructor sets field value
func (*ContractABI) SetErrors ¶
func (o *ContractABI) SetErrors(v map[string]ContractABIError)
SetErrors gets a reference to the given map[string]ContractABIError and assigns it to the Errors field.
func (*ContractABI) SetEvents ¶
func (o *ContractABI) SetEvents(v map[string]ContractABIEvent)
SetEvents sets field value
func (*ContractABI) SetFallback ¶
func (o *ContractABI) SetFallback(v ContractABIMethod)
SetFallback sets field value
func (*ContractABI) SetMethods ¶
func (o *ContractABI) SetMethods(v map[string]ContractABIMethod)
SetMethods sets field value
func (*ContractABI) SetReceive ¶
func (o *ContractABI) SetReceive(v ContractABIMethod)
SetReceive sets field value
func (ContractABI) ToMap ¶
func (o ContractABI) ToMap() (map[string]interface{}, error)
func (*ContractABI) UnmarshalJSON ¶
func (o *ContractABI) UnmarshalJSON(data []byte) (err error)
type ContractABIError ¶
type ContractABIError struct { // The keccak256 hash as a hex string of 256 bits. Id string `json:"id" validate:"regexp=^(0x[0-9a-f]{64}|0X[0-9A-F]{64})$"` Name string `json:"name"` Signature string `json:"signature"` // List of contract event's input arguments. Inputs []ContractABIErrorArgument `json:"inputs"` // The developer documentation. Notes *string `json:"notes,omitempty"` // The user documentation. Description *string `json:"description,omitempty"` }
ContractABIError A contract error.
func NewContractABIError ¶
func NewContractABIError(id string, name string, signature string, inputs []ContractABIErrorArgument) *ContractABIError
NewContractABIError instantiates a new ContractABIError object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewContractABIErrorWithDefaults ¶
func NewContractABIErrorWithDefaults() *ContractABIError
NewContractABIErrorWithDefaults instantiates a new ContractABIError object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*ContractABIError) GetDescription ¶
func (o *ContractABIError) GetDescription() string
GetDescription returns the Description field value if set, zero value otherwise.
func (*ContractABIError) GetDescriptionOk ¶
func (o *ContractABIError) GetDescriptionOk() (*string, bool)
GetDescriptionOk returns a tuple with the Description field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ContractABIError) GetId ¶
func (o *ContractABIError) GetId() string
GetId returns the Id field value
func (*ContractABIError) GetIdOk ¶
func (o *ContractABIError) GetIdOk() (*string, bool)
GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.
func (*ContractABIError) GetInputs ¶
func (o *ContractABIError) GetInputs() []ContractABIErrorArgument
GetInputs returns the Inputs field value
func (*ContractABIError) GetInputsOk ¶
func (o *ContractABIError) GetInputsOk() ([]ContractABIErrorArgument, bool)
GetInputsOk returns a tuple with the Inputs field value and a boolean to check if the value has been set.
func (*ContractABIError) GetName ¶
func (o *ContractABIError) GetName() string
GetName returns the Name field value
func (*ContractABIError) GetNameOk ¶
func (o *ContractABIError) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.
func (*ContractABIError) GetNotes ¶
func (o *ContractABIError) GetNotes() string
GetNotes returns the Notes field value if set, zero value otherwise.
func (*ContractABIError) GetNotesOk ¶
func (o *ContractABIError) GetNotesOk() (*string, bool)
GetNotesOk returns a tuple with the Notes field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ContractABIError) GetSignature ¶
func (o *ContractABIError) GetSignature() string
GetSignature returns the Signature field value
func (*ContractABIError) GetSignatureOk ¶
func (o *ContractABIError) GetSignatureOk() (*string, bool)
GetSignatureOk returns a tuple with the Signature field value and a boolean to check if the value has been set.
func (*ContractABIError) HasDescription ¶
func (o *ContractABIError) HasDescription() bool
HasDescription returns a boolean if a field has been set.
func (*ContractABIError) HasNotes ¶
func (o *ContractABIError) HasNotes() bool
HasNotes returns a boolean if a field has been set.
func (ContractABIError) MarshalJSON ¶
func (o ContractABIError) MarshalJSON() ([]byte, error)
func (*ContractABIError) SetDescription ¶
func (o *ContractABIError) SetDescription(v string)
SetDescription gets a reference to the given string and assigns it to the Description field.
func (*ContractABIError) SetInputs ¶
func (o *ContractABIError) SetInputs(v []ContractABIErrorArgument)
SetInputs sets field value
func (*ContractABIError) SetName ¶
func (o *ContractABIError) SetName(v string)
SetName sets field value
func (*ContractABIError) SetNotes ¶
func (o *ContractABIError) SetNotes(v string)
SetNotes gets a reference to the given string and assigns it to the Notes field.
func (*ContractABIError) SetSignature ¶
func (o *ContractABIError) SetSignature(v string)
SetSignature sets field value
func (ContractABIError) ToMap ¶
func (o ContractABIError) ToMap() (map[string]interface{}, error)
func (*ContractABIError) UnmarshalJSON ¶
func (o *ContractABIError) UnmarshalJSON(data []byte) (err error)
type ContractABIErrorArgument ¶
type ContractABIErrorArgument struct { Name string `json:"name"` Type ContractABIType `json:"type"` Indexed bool `json:"indexed"` // The developer documentation. Notes string `json:"notes"` }
ContractABIErrorArgument A contract error argument.
func NewContractABIErrorArgument ¶
func NewContractABIErrorArgument(name string, type_ ContractABIType, indexed bool, notes string) *ContractABIErrorArgument
NewContractABIErrorArgument instantiates a new ContractABIErrorArgument object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewContractABIErrorArgumentWithDefaults ¶
func NewContractABIErrorArgumentWithDefaults() *ContractABIErrorArgument
NewContractABIErrorArgumentWithDefaults instantiates a new ContractABIErrorArgument object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*ContractABIErrorArgument) GetIndexed ¶
func (o *ContractABIErrorArgument) GetIndexed() bool
GetIndexed returns the Indexed field value
func (*ContractABIErrorArgument) GetIndexedOk ¶
func (o *ContractABIErrorArgument) GetIndexedOk() (*bool, bool)
GetIndexedOk returns a tuple with the Indexed field value and a boolean to check if the value has been set.
func (*ContractABIErrorArgument) GetName ¶
func (o *ContractABIErrorArgument) GetName() string
GetName returns the Name field value
func (*ContractABIErrorArgument) GetNameOk ¶
func (o *ContractABIErrorArgument) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.
func (*ContractABIErrorArgument) GetNotes ¶
func (o *ContractABIErrorArgument) GetNotes() string
GetNotes returns the Notes field value
func (*ContractABIErrorArgument) GetNotesOk ¶
func (o *ContractABIErrorArgument) GetNotesOk() (*string, bool)
GetNotesOk returns a tuple with the Notes field value and a boolean to check if the value has been set.
func (*ContractABIErrorArgument) GetType ¶
func (o *ContractABIErrorArgument) GetType() ContractABIType
GetType returns the Type field value
func (*ContractABIErrorArgument) GetTypeOk ¶
func (o *ContractABIErrorArgument) GetTypeOk() (*ContractABIType, bool)
GetTypeOk returns a tuple with the Type field value and a boolean to check if the value has been set.
func (ContractABIErrorArgument) MarshalJSON ¶
func (o ContractABIErrorArgument) MarshalJSON() ([]byte, error)
func (*ContractABIErrorArgument) SetIndexed ¶
func (o *ContractABIErrorArgument) SetIndexed(v bool)
SetIndexed sets field value
func (*ContractABIErrorArgument) SetName ¶
func (o *ContractABIErrorArgument) SetName(v string)
SetName sets field value
func (*ContractABIErrorArgument) SetNotes ¶
func (o *ContractABIErrorArgument) SetNotes(v string)
SetNotes sets field value
func (*ContractABIErrorArgument) SetType ¶
func (o *ContractABIErrorArgument) SetType(v ContractABIType)
SetType sets field value
func (ContractABIErrorArgument) ToMap ¶
func (o ContractABIErrorArgument) ToMap() (map[string]interface{}, error)
func (*ContractABIErrorArgument) UnmarshalJSON ¶
func (o *ContractABIErrorArgument) UnmarshalJSON(data []byte) (err error)
type ContractABIEvent ¶
type ContractABIEvent struct { // The keccak256 hash as a hex string of 256 bits. Id string `json:"id" validate:"regexp=^(0x[0-9a-f]{64}|0X[0-9A-F]{64})$"` Name string `json:"name"` Signature string `json:"signature"` Anonymous bool `json:"anonymous"` // List of contract event's input arguments. Inputs []ContractABIEventArgument `json:"inputs"` // The developer documentation. Notes string `json:"notes"` // The user documentation. Description string `json:"description"` }
ContractABIEvent A contract event.
func NewContractABIEvent ¶
func NewContractABIEvent(id string, name string, signature string, anonymous bool, inputs []ContractABIEventArgument, notes string, description string) *ContractABIEvent
NewContractABIEvent instantiates a new ContractABIEvent object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewContractABIEventWithDefaults ¶
func NewContractABIEventWithDefaults() *ContractABIEvent
NewContractABIEventWithDefaults instantiates a new ContractABIEvent object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*ContractABIEvent) GetAnonymous ¶
func (o *ContractABIEvent) GetAnonymous() bool
GetAnonymous returns the Anonymous field value
func (*ContractABIEvent) GetAnonymousOk ¶
func (o *ContractABIEvent) GetAnonymousOk() (*bool, bool)
GetAnonymousOk returns a tuple with the Anonymous field value and a boolean to check if the value has been set.
func (*ContractABIEvent) GetDescription ¶
func (o *ContractABIEvent) GetDescription() string
GetDescription returns the Description field value
func (*ContractABIEvent) GetDescriptionOk ¶
func (o *ContractABIEvent) GetDescriptionOk() (*string, bool)
GetDescriptionOk returns a tuple with the Description field value and a boolean to check if the value has been set.
func (*ContractABIEvent) GetId ¶
func (o *ContractABIEvent) GetId() string
GetId returns the Id field value
func (*ContractABIEvent) GetIdOk ¶
func (o *ContractABIEvent) GetIdOk() (*string, bool)
GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.
func (*ContractABIEvent) GetInputs ¶
func (o *ContractABIEvent) GetInputs() []ContractABIEventArgument
GetInputs returns the Inputs field value
func (*ContractABIEvent) GetInputsOk ¶
func (o *ContractABIEvent) GetInputsOk() ([]ContractABIEventArgument, bool)
GetInputsOk returns a tuple with the Inputs field value and a boolean to check if the value has been set.
func (*ContractABIEvent) GetName ¶
func (o *ContractABIEvent) GetName() string
GetName returns the Name field value
func (*ContractABIEvent) GetNameOk ¶
func (o *ContractABIEvent) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.
func (*ContractABIEvent) GetNotes ¶
func (o *ContractABIEvent) GetNotes() string
GetNotes returns the Notes field value
func (*ContractABIEvent) GetNotesOk ¶
func (o *ContractABIEvent) GetNotesOk() (*string, bool)
GetNotesOk returns a tuple with the Notes field value and a boolean to check if the value has been set.
func (*ContractABIEvent) GetSignature ¶
func (o *ContractABIEvent) GetSignature() string
GetSignature returns the Signature field value
func (*ContractABIEvent) GetSignatureOk ¶
func (o *ContractABIEvent) GetSignatureOk() (*string, bool)
GetSignatureOk returns a tuple with the Signature field value and a boolean to check if the value has been set.
func (ContractABIEvent) MarshalJSON ¶
func (o ContractABIEvent) MarshalJSON() ([]byte, error)
func (*ContractABIEvent) SetAnonymous ¶
func (o *ContractABIEvent) SetAnonymous(v bool)
SetAnonymous sets field value
func (*ContractABIEvent) SetDescription ¶
func (o *ContractABIEvent) SetDescription(v string)
SetDescription sets field value
func (*ContractABIEvent) SetInputs ¶
func (o *ContractABIEvent) SetInputs(v []ContractABIEventArgument)
SetInputs sets field value
func (*ContractABIEvent) SetName ¶
func (o *ContractABIEvent) SetName(v string)
SetName sets field value
func (*ContractABIEvent) SetNotes ¶
func (o *ContractABIEvent) SetNotes(v string)
SetNotes sets field value
func (*ContractABIEvent) SetSignature ¶
func (o *ContractABIEvent) SetSignature(v string)
SetSignature sets field value
func (ContractABIEvent) ToMap ¶
func (o ContractABIEvent) ToMap() (map[string]interface{}, error)
func (*ContractABIEvent) UnmarshalJSON ¶
func (o *ContractABIEvent) UnmarshalJSON(data []byte) (err error)
type ContractABIEventArgument ¶
type ContractABIEventArgument struct { Name string `json:"name"` Type ContractABIType `json:"type"` Indexed bool `json:"indexed"` TypeConversion NullableContractABITypeConversion `json:"typeConversion"` // The developer documentation. Notes string `json:"notes"` }
ContractABIEventArgument A contract event argument.
func NewContractABIEventArgument ¶
func NewContractABIEventArgument(name string, type_ ContractABIType, indexed bool, typeConversion NullableContractABITypeConversion, notes string) *ContractABIEventArgument
NewContractABIEventArgument instantiates a new ContractABIEventArgument object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewContractABIEventArgumentWithDefaults ¶
func NewContractABIEventArgumentWithDefaults() *ContractABIEventArgument
NewContractABIEventArgumentWithDefaults instantiates a new ContractABIEventArgument object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*ContractABIEventArgument) GetIndexed ¶
func (o *ContractABIEventArgument) GetIndexed() bool
GetIndexed returns the Indexed field value
func (*ContractABIEventArgument) GetIndexedOk ¶
func (o *ContractABIEventArgument) GetIndexedOk() (*bool, bool)
GetIndexedOk returns a tuple with the Indexed field value and a boolean to check if the value has been set.
func (*ContractABIEventArgument) GetName ¶
func (o *ContractABIEventArgument) GetName() string
GetName returns the Name field value
func (*ContractABIEventArgument) GetNameOk ¶
func (o *ContractABIEventArgument) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.
func (*ContractABIEventArgument) GetNotes ¶
func (o *ContractABIEventArgument) GetNotes() string
GetNotes returns the Notes field value
func (*ContractABIEventArgument) GetNotesOk ¶
func (o *ContractABIEventArgument) GetNotesOk() (*string, bool)
GetNotesOk returns a tuple with the Notes field value and a boolean to check if the value has been set.
func (*ContractABIEventArgument) GetType ¶
func (o *ContractABIEventArgument) GetType() ContractABIType
GetType returns the Type field value
func (*ContractABIEventArgument) GetTypeConversion ¶
func (o *ContractABIEventArgument) GetTypeConversion() ContractABITypeConversion
GetTypeConversion returns the TypeConversion field value If the value is explicit nil, the zero value for ContractABITypeConversion will be returned
func (*ContractABIEventArgument) GetTypeConversionOk ¶
func (o *ContractABIEventArgument) GetTypeConversionOk() (*ContractABITypeConversion, bool)
GetTypeConversionOk returns a tuple with the TypeConversion field value and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*ContractABIEventArgument) GetTypeOk ¶
func (o *ContractABIEventArgument) GetTypeOk() (*ContractABIType, bool)
GetTypeOk returns a tuple with the Type field value and a boolean to check if the value has been set.
func (ContractABIEventArgument) MarshalJSON ¶
func (o ContractABIEventArgument) MarshalJSON() ([]byte, error)
func (*ContractABIEventArgument) SetIndexed ¶
func (o *ContractABIEventArgument) SetIndexed(v bool)
SetIndexed sets field value
func (*ContractABIEventArgument) SetName ¶
func (o *ContractABIEventArgument) SetName(v string)
SetName sets field value
func (*ContractABIEventArgument) SetNotes ¶
func (o *ContractABIEventArgument) SetNotes(v string)
SetNotes sets field value
func (*ContractABIEventArgument) SetType ¶
func (o *ContractABIEventArgument) SetType(v ContractABIType)
SetType sets field value
func (*ContractABIEventArgument) SetTypeConversion ¶
func (o *ContractABIEventArgument) SetTypeConversion(v ContractABITypeConversion)
SetTypeConversion sets field value
func (ContractABIEventArgument) ToMap ¶
func (o ContractABIEventArgument) ToMap() (map[string]interface{}, error)
func (*ContractABIEventArgument) UnmarshalJSON ¶
func (o *ContractABIEventArgument) UnmarshalJSON(data []byte) (err error)
type ContractABIMethod ¶
type ContractABIMethod struct { // A hex string. Id string `json:"id" validate:"regexp=^(0x[0-9a-f]*|0X[0-9A-F]*)$"` // Name of the function. Name string `json:"name"` // The function signature. Signature string `json:"signature"` Const bool `json:"const"` Payable bool `json:"payable"` // List of function arguments. Inputs []ContractABIMethodArgument `json:"inputs"` // List of function outputs. Outputs []ContractABIMethodArgument `json:"outputs"` Author string `json:"author"` Notes string `json:"notes"` Returns string `json:"returns"` // The function description. Description string `json:"description"` }
ContractABIMethod A contract function.
func NewContractABIMethod ¶
func NewContractABIMethod(id string, name string, signature string, const_ bool, payable bool, inputs []ContractABIMethodArgument, outputs []ContractABIMethodArgument, author string, notes string, returns string, description string) *ContractABIMethod
NewContractABIMethod instantiates a new ContractABIMethod object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewContractABIMethodWithDefaults ¶
func NewContractABIMethodWithDefaults() *ContractABIMethod
NewContractABIMethodWithDefaults instantiates a new ContractABIMethod object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*ContractABIMethod) GetAuthor ¶
func (o *ContractABIMethod) GetAuthor() string
GetAuthor returns the Author field value
func (*ContractABIMethod) GetAuthorOk ¶
func (o *ContractABIMethod) GetAuthorOk() (*string, bool)
GetAuthorOk returns a tuple with the Author field value and a boolean to check if the value has been set.
func (*ContractABIMethod) GetConst ¶
func (o *ContractABIMethod) GetConst() bool
GetConst returns the Const field value
func (*ContractABIMethod) GetConstOk ¶
func (o *ContractABIMethod) GetConstOk() (*bool, bool)
GetConstOk returns a tuple with the Const field value and a boolean to check if the value has been set.
func (*ContractABIMethod) GetDescription ¶
func (o *ContractABIMethod) GetDescription() string
GetDescription returns the Description field value
func (*ContractABIMethod) GetDescriptionOk ¶
func (o *ContractABIMethod) GetDescriptionOk() (*string, bool)
GetDescriptionOk returns a tuple with the Description field value and a boolean to check if the value has been set.
func (*ContractABIMethod) GetId ¶
func (o *ContractABIMethod) GetId() string
GetId returns the Id field value
func (*ContractABIMethod) GetIdOk ¶
func (o *ContractABIMethod) GetIdOk() (*string, bool)
GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.
func (*ContractABIMethod) GetInputs ¶
func (o *ContractABIMethod) GetInputs() []ContractABIMethodArgument
GetInputs returns the Inputs field value
func (*ContractABIMethod) GetInputsOk ¶
func (o *ContractABIMethod) GetInputsOk() ([]ContractABIMethodArgument, bool)
GetInputsOk returns a tuple with the Inputs field value and a boolean to check if the value has been set.
func (*ContractABIMethod) GetName ¶
func (o *ContractABIMethod) GetName() string
GetName returns the Name field value
func (*ContractABIMethod) GetNameOk ¶
func (o *ContractABIMethod) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.
func (*ContractABIMethod) GetNotes ¶
func (o *ContractABIMethod) GetNotes() string
GetNotes returns the Notes field value
func (*ContractABIMethod) GetNotesOk ¶
func (o *ContractABIMethod) GetNotesOk() (*string, bool)
GetNotesOk returns a tuple with the Notes field value and a boolean to check if the value has been set.
func (*ContractABIMethod) GetOutputs ¶
func (o *ContractABIMethod) GetOutputs() []ContractABIMethodArgument
GetOutputs returns the Outputs field value
func (*ContractABIMethod) GetOutputsOk ¶
func (o *ContractABIMethod) GetOutputsOk() ([]ContractABIMethodArgument, bool)
GetOutputsOk returns a tuple with the Outputs field value and a boolean to check if the value has been set.
func (*ContractABIMethod) GetPayable ¶
func (o *ContractABIMethod) GetPayable() bool
GetPayable returns the Payable field value
func (*ContractABIMethod) GetPayableOk ¶
func (o *ContractABIMethod) GetPayableOk() (*bool, bool)
GetPayableOk returns a tuple with the Payable field value and a boolean to check if the value has been set.
func (*ContractABIMethod) GetReturns ¶
func (o *ContractABIMethod) GetReturns() string
GetReturns returns the Returns field value
func (*ContractABIMethod) GetReturnsOk ¶
func (o *ContractABIMethod) GetReturnsOk() (*string, bool)
GetReturnsOk returns a tuple with the Returns field value and a boolean to check if the value has been set.
func (*ContractABIMethod) GetSignature ¶
func (o *ContractABIMethod) GetSignature() string
GetSignature returns the Signature field value
func (*ContractABIMethod) GetSignatureOk ¶
func (o *ContractABIMethod) GetSignatureOk() (*string, bool)
GetSignatureOk returns a tuple with the Signature field value and a boolean to check if the value has been set.
func (ContractABIMethod) MarshalJSON ¶
func (o ContractABIMethod) MarshalJSON() ([]byte, error)
func (*ContractABIMethod) SetAuthor ¶
func (o *ContractABIMethod) SetAuthor(v string)
SetAuthor sets field value
func (*ContractABIMethod) SetConst ¶
func (o *ContractABIMethod) SetConst(v bool)
SetConst sets field value
func (*ContractABIMethod) SetDescription ¶
func (o *ContractABIMethod) SetDescription(v string)
SetDescription sets field value
func (*ContractABIMethod) SetId ¶
func (o *ContractABIMethod) SetId(v string)
SetId sets field value
func (*ContractABIMethod) SetInputs ¶
func (o *ContractABIMethod) SetInputs(v []ContractABIMethodArgument)
SetInputs sets field value
func (*ContractABIMethod) SetName ¶
func (o *ContractABIMethod) SetName(v string)
SetName sets field value
func (*ContractABIMethod) SetNotes ¶
func (o *ContractABIMethod) SetNotes(v string)
SetNotes sets field value
func (*ContractABIMethod) SetOutputs ¶
func (o *ContractABIMethod) SetOutputs(v []ContractABIMethodArgument)
SetOutputs sets field value
func (*ContractABIMethod) SetPayable ¶
func (o *ContractABIMethod) SetPayable(v bool)
SetPayable sets field value
func (*ContractABIMethod) SetReturns ¶
func (o *ContractABIMethod) SetReturns(v string)
SetReturns sets field value
func (*ContractABIMethod) SetSignature ¶
func (o *ContractABIMethod) SetSignature(v string)
SetSignature sets field value
func (ContractABIMethod) ToMap ¶
func (o ContractABIMethod) ToMap() (map[string]interface{}, error)
func (*ContractABIMethod) UnmarshalJSON ¶
func (o *ContractABIMethod) UnmarshalJSON(data []byte) (err error)
type ContractABIMethod1 ¶
type ContractABIMethod1 struct { // A hex string. Id string `json:"id" validate:"regexp=^(0x[0-9a-f]*|0X[0-9A-F]*)$"` // Name of the function. Name string `json:"name"` // The function signature. Signature string `json:"signature"` Const bool `json:"const"` Payable bool `json:"payable"` // List of function arguments. Inputs []ContractABIMethodArgument `json:"inputs"` // List of function outputs. Outputs []ContractABIMethodArgument `json:"outputs"` Author string `json:"author"` Notes string `json:"notes"` Returns string `json:"returns"` // The function description. Description string `json:"description"` }
ContractABIMethod1 A contract function.
func NewContractABIMethod1 ¶
func NewContractABIMethod1(id string, name string, signature string, const_ bool, payable bool, inputs []ContractABIMethodArgument, outputs []ContractABIMethodArgument, author string, notes string, returns string, description string) *ContractABIMethod1
NewContractABIMethod1 instantiates a new ContractABIMethod1 object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewContractABIMethod1WithDefaults ¶
func NewContractABIMethod1WithDefaults() *ContractABIMethod1
NewContractABIMethod1WithDefaults instantiates a new ContractABIMethod1 object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*ContractABIMethod1) GetAuthor ¶
func (o *ContractABIMethod1) GetAuthor() string
GetAuthor returns the Author field value
func (*ContractABIMethod1) GetAuthorOk ¶
func (o *ContractABIMethod1) GetAuthorOk() (*string, bool)
GetAuthorOk returns a tuple with the Author field value and a boolean to check if the value has been set.
func (*ContractABIMethod1) GetConst ¶
func (o *ContractABIMethod1) GetConst() bool
GetConst returns the Const field value
func (*ContractABIMethod1) GetConstOk ¶
func (o *ContractABIMethod1) GetConstOk() (*bool, bool)
GetConstOk returns a tuple with the Const field value and a boolean to check if the value has been set.
func (*ContractABIMethod1) GetDescription ¶
func (o *ContractABIMethod1) GetDescription() string
GetDescription returns the Description field value
func (*ContractABIMethod1) GetDescriptionOk ¶
func (o *ContractABIMethod1) GetDescriptionOk() (*string, bool)
GetDescriptionOk returns a tuple with the Description field value and a boolean to check if the value has been set.
func (*ContractABIMethod1) GetId ¶
func (o *ContractABIMethod1) GetId() string
GetId returns the Id field value
func (*ContractABIMethod1) GetIdOk ¶
func (o *ContractABIMethod1) GetIdOk() (*string, bool)
GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.
func (*ContractABIMethod1) GetInputs ¶
func (o *ContractABIMethod1) GetInputs() []ContractABIMethodArgument
GetInputs returns the Inputs field value
func (*ContractABIMethod1) GetInputsOk ¶
func (o *ContractABIMethod1) GetInputsOk() ([]ContractABIMethodArgument, bool)
GetInputsOk returns a tuple with the Inputs field value and a boolean to check if the value has been set.
func (*ContractABIMethod1) GetName ¶
func (o *ContractABIMethod1) GetName() string
GetName returns the Name field value
func (*ContractABIMethod1) GetNameOk ¶
func (o *ContractABIMethod1) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.
func (*ContractABIMethod1) GetNotes ¶
func (o *ContractABIMethod1) GetNotes() string
GetNotes returns the Notes field value
func (*ContractABIMethod1) GetNotesOk ¶
func (o *ContractABIMethod1) GetNotesOk() (*string, bool)
GetNotesOk returns a tuple with the Notes field value and a boolean to check if the value has been set.
func (*ContractABIMethod1) GetOutputs ¶
func (o *ContractABIMethod1) GetOutputs() []ContractABIMethodArgument
GetOutputs returns the Outputs field value
func (*ContractABIMethod1) GetOutputsOk ¶
func (o *ContractABIMethod1) GetOutputsOk() ([]ContractABIMethodArgument, bool)
GetOutputsOk returns a tuple with the Outputs field value and a boolean to check if the value has been set.
func (*ContractABIMethod1) GetPayable ¶
func (o *ContractABIMethod1) GetPayable() bool
GetPayable returns the Payable field value
func (*ContractABIMethod1) GetPayableOk ¶
func (o *ContractABIMethod1) GetPayableOk() (*bool, bool)
GetPayableOk returns a tuple with the Payable field value and a boolean to check if the value has been set.
func (*ContractABIMethod1) GetReturns ¶
func (o *ContractABIMethod1) GetReturns() string
GetReturns returns the Returns field value
func (*ContractABIMethod1) GetReturnsOk ¶
func (o *ContractABIMethod1) GetReturnsOk() (*string, bool)
GetReturnsOk returns a tuple with the Returns field value and a boolean to check if the value has been set.
func (*ContractABIMethod1) GetSignature ¶
func (o *ContractABIMethod1) GetSignature() string
GetSignature returns the Signature field value
func (*ContractABIMethod1) GetSignatureOk ¶
func (o *ContractABIMethod1) GetSignatureOk() (*string, bool)
GetSignatureOk returns a tuple with the Signature field value and a boolean to check if the value has been set.
func (ContractABIMethod1) MarshalJSON ¶
func (o ContractABIMethod1) MarshalJSON() ([]byte, error)
func (*ContractABIMethod1) SetAuthor ¶
func (o *ContractABIMethod1) SetAuthor(v string)
SetAuthor sets field value
func (*ContractABIMethod1) SetConst ¶
func (o *ContractABIMethod1) SetConst(v bool)
SetConst sets field value
func (*ContractABIMethod1) SetDescription ¶
func (o *ContractABIMethod1) SetDescription(v string)
SetDescription sets field value
func (*ContractABIMethod1) SetId ¶
func (o *ContractABIMethod1) SetId(v string)
SetId sets field value
func (*ContractABIMethod1) SetInputs ¶
func (o *ContractABIMethod1) SetInputs(v []ContractABIMethodArgument)
SetInputs sets field value
func (*ContractABIMethod1) SetName ¶
func (o *ContractABIMethod1) SetName(v string)
SetName sets field value
func (*ContractABIMethod1) SetNotes ¶
func (o *ContractABIMethod1) SetNotes(v string)
SetNotes sets field value
func (*ContractABIMethod1) SetOutputs ¶
func (o *ContractABIMethod1) SetOutputs(v []ContractABIMethodArgument)
SetOutputs sets field value
func (*ContractABIMethod1) SetPayable ¶
func (o *ContractABIMethod1) SetPayable(v bool)
SetPayable sets field value
func (*ContractABIMethod1) SetReturns ¶
func (o *ContractABIMethod1) SetReturns(v string)
SetReturns sets field value
func (*ContractABIMethod1) SetSignature ¶
func (o *ContractABIMethod1) SetSignature(v string)
SetSignature sets field value
func (ContractABIMethod1) ToMap ¶
func (o ContractABIMethod1) ToMap() (map[string]interface{}, error)
func (*ContractABIMethod1) UnmarshalJSON ¶
func (o *ContractABIMethod1) UnmarshalJSON(data []byte) (err error)
type ContractABIMethodArgument ¶
type ContractABIMethodArgument struct { Name *string `json:"name,omitempty"` Type *ContractABIType `json:"type,omitempty"` TypeConversion NullableContractABITypeConversion `json:"typeConversion"` Notes *string `json:"notes,omitempty"` }
ContractABIMethodArgument A contract function argument.
func NewContractABIMethodArgument ¶
func NewContractABIMethodArgument(typeConversion NullableContractABITypeConversion) *ContractABIMethodArgument
NewContractABIMethodArgument instantiates a new ContractABIMethodArgument object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewContractABIMethodArgumentWithDefaults ¶
func NewContractABIMethodArgumentWithDefaults() *ContractABIMethodArgument
NewContractABIMethodArgumentWithDefaults instantiates a new ContractABIMethodArgument object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*ContractABIMethodArgument) GetName ¶
func (o *ContractABIMethodArgument) GetName() string
GetName returns the Name field value if set, zero value otherwise.
func (*ContractABIMethodArgument) GetNameOk ¶
func (o *ContractABIMethodArgument) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ContractABIMethodArgument) GetNotes ¶
func (o *ContractABIMethodArgument) GetNotes() string
GetNotes returns the Notes field value if set, zero value otherwise.
func (*ContractABIMethodArgument) GetNotesOk ¶
func (o *ContractABIMethodArgument) GetNotesOk() (*string, bool)
GetNotesOk returns a tuple with the Notes field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ContractABIMethodArgument) GetType ¶
func (o *ContractABIMethodArgument) GetType() ContractABIType
GetType returns the Type field value if set, zero value otherwise.
func (*ContractABIMethodArgument) GetTypeConversion ¶
func (o *ContractABIMethodArgument) GetTypeConversion() ContractABITypeConversion
GetTypeConversion returns the TypeConversion field value If the value is explicit nil, the zero value for ContractABITypeConversion will be returned
func (*ContractABIMethodArgument) GetTypeConversionOk ¶
func (o *ContractABIMethodArgument) GetTypeConversionOk() (*ContractABITypeConversion, bool)
GetTypeConversionOk returns a tuple with the TypeConversion field value and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*ContractABIMethodArgument) GetTypeOk ¶
func (o *ContractABIMethodArgument) GetTypeOk() (*ContractABIType, bool)
GetTypeOk returns a tuple with the Type field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ContractABIMethodArgument) HasName ¶
func (o *ContractABIMethodArgument) HasName() bool
HasName returns a boolean if a field has been set.
func (*ContractABIMethodArgument) HasNotes ¶
func (o *ContractABIMethodArgument) HasNotes() bool
HasNotes returns a boolean if a field has been set.
func (*ContractABIMethodArgument) HasType ¶
func (o *ContractABIMethodArgument) HasType() bool
HasType returns a boolean if a field has been set.
func (ContractABIMethodArgument) MarshalJSON ¶
func (o ContractABIMethodArgument) MarshalJSON() ([]byte, error)
func (*ContractABIMethodArgument) SetName ¶
func (o *ContractABIMethodArgument) SetName(v string)
SetName gets a reference to the given string and assigns it to the Name field.
func (*ContractABIMethodArgument) SetNotes ¶
func (o *ContractABIMethodArgument) SetNotes(v string)
SetNotes gets a reference to the given string and assigns it to the Notes field.
func (*ContractABIMethodArgument) SetType ¶
func (o *ContractABIMethodArgument) SetType(v ContractABIType)
SetType gets a reference to the given ContractABIType and assigns it to the Type field.
func (*ContractABIMethodArgument) SetTypeConversion ¶
func (o *ContractABIMethodArgument) SetTypeConversion(v ContractABITypeConversion)
SetTypeConversion sets field value
func (ContractABIMethodArgument) ToMap ¶
func (o ContractABIMethodArgument) ToMap() (map[string]interface{}, error)
func (*ContractABIMethodArgument) UnmarshalJSON ¶
func (o *ContractABIMethodArgument) UnmarshalJSON(data []byte) (err error)
type ContractABIType ¶
type ContractABIType struct { Type string `json:"type"` Size *int64 `json:"size,omitempty"` TupleElems []ContractABIType `json:"tupleElems,omitempty"` TupleRawNames []string `json:"tupleRawNames,omitempty"` Elem *ContractABIType `json:"elem,omitempty"` }
ContractABIType A contract function or event argument type.
func NewContractABIType ¶
func NewContractABIType(type_ string) *ContractABIType
NewContractABIType instantiates a new ContractABIType object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewContractABITypeWithDefaults ¶
func NewContractABITypeWithDefaults() *ContractABIType
NewContractABITypeWithDefaults instantiates a new ContractABIType object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*ContractABIType) GetElem ¶
func (o *ContractABIType) GetElem() ContractABIType
GetElem returns the Elem field value if set, zero value otherwise.
func (*ContractABIType) GetElemOk ¶
func (o *ContractABIType) GetElemOk() (*ContractABIType, bool)
GetElemOk returns a tuple with the Elem field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ContractABIType) GetSize ¶
func (o *ContractABIType) GetSize() int64
GetSize returns the Size field value if set, zero value otherwise.
func (*ContractABIType) GetSizeOk ¶
func (o *ContractABIType) GetSizeOk() (*int64, bool)
GetSizeOk returns a tuple with the Size field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ContractABIType) GetTupleElems ¶
func (o *ContractABIType) GetTupleElems() []ContractABIType
GetTupleElems returns the TupleElems field value if set, zero value otherwise.
func (*ContractABIType) GetTupleElemsOk ¶
func (o *ContractABIType) GetTupleElemsOk() ([]ContractABIType, bool)
GetTupleElemsOk returns a tuple with the TupleElems field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ContractABIType) GetTupleRawNames ¶
func (o *ContractABIType) GetTupleRawNames() []string
GetTupleRawNames returns the TupleRawNames field value if set, zero value otherwise.
func (*ContractABIType) GetTupleRawNamesOk ¶
func (o *ContractABIType) GetTupleRawNamesOk() ([]string, bool)
GetTupleRawNamesOk returns a tuple with the TupleRawNames field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ContractABIType) GetType ¶
func (o *ContractABIType) GetType() string
GetType returns the Type field value
func (*ContractABIType) GetTypeOk ¶
func (o *ContractABIType) GetTypeOk() (*string, bool)
GetTypeOk returns a tuple with the Type field value and a boolean to check if the value has been set.
func (*ContractABIType) HasElem ¶
func (o *ContractABIType) HasElem() bool
HasElem returns a boolean if a field has been set.
func (*ContractABIType) HasSize ¶
func (o *ContractABIType) HasSize() bool
HasSize returns a boolean if a field has been set.
func (*ContractABIType) HasTupleElems ¶
func (o *ContractABIType) HasTupleElems() bool
HasTupleElems returns a boolean if a field has been set.
func (*ContractABIType) HasTupleRawNames ¶
func (o *ContractABIType) HasTupleRawNames() bool
HasTupleRawNames returns a boolean if a field has been set.
func (ContractABIType) MarshalJSON ¶
func (o ContractABIType) MarshalJSON() ([]byte, error)
func (*ContractABIType) SetElem ¶
func (o *ContractABIType) SetElem(v ContractABIType)
SetElem gets a reference to the given ContractABIType and assigns it to the Elem field.
func (*ContractABIType) SetSize ¶
func (o *ContractABIType) SetSize(v int64)
SetSize gets a reference to the given int64 and assigns it to the Size field.
func (*ContractABIType) SetTupleElems ¶
func (o *ContractABIType) SetTupleElems(v []ContractABIType)
SetTupleElems gets a reference to the given []ContractABIType and assigns it to the TupleElems field.
func (*ContractABIType) SetTupleRawNames ¶
func (o *ContractABIType) SetTupleRawNames(v []string)
SetTupleRawNames gets a reference to the given []string and assigns it to the TupleRawNames field.
func (*ContractABIType) SetType ¶
func (o *ContractABIType) SetType(v string)
SetType sets field value
func (ContractABIType) ToMap ¶
func (o ContractABIType) ToMap() (map[string]interface{}, error)
func (*ContractABIType) UnmarshalJSON ¶
func (o *ContractABIType) UnmarshalJSON(data []byte) (err error)
type ContractABITypeConversion ¶
type ContractABITypeConversion struct { Mode string `json:"mode"` DecimalsAbsolute NullableInt64 `json:"decimalsAbsolute"` DecimalsFunction NullableString `json:"decimalsFunction"` }
ContractABITypeConversion Holds JSON-compatible type conversion information.
func NewContractABITypeConversion ¶
func NewContractABITypeConversion(mode string, decimalsAbsolute NullableInt64, decimalsFunction NullableString) *ContractABITypeConversion
NewContractABITypeConversion instantiates a new ContractABITypeConversion object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewContractABITypeConversionWithDefaults ¶
func NewContractABITypeConversionWithDefaults() *ContractABITypeConversion
NewContractABITypeConversionWithDefaults instantiates a new ContractABITypeConversion object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*ContractABITypeConversion) GetDecimalsAbsolute ¶
func (o *ContractABITypeConversion) GetDecimalsAbsolute() int64
GetDecimalsAbsolute returns the DecimalsAbsolute field value If the value is explicit nil, the zero value for int64 will be returned
func (*ContractABITypeConversion) GetDecimalsAbsoluteOk ¶
func (o *ContractABITypeConversion) GetDecimalsAbsoluteOk() (*int64, bool)
GetDecimalsAbsoluteOk returns a tuple with the DecimalsAbsolute field value and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*ContractABITypeConversion) GetDecimalsFunction ¶
func (o *ContractABITypeConversion) GetDecimalsFunction() string
GetDecimalsFunction returns the DecimalsFunction field value If the value is explicit nil, the zero value for string will be returned
func (*ContractABITypeConversion) GetDecimalsFunctionOk ¶
func (o *ContractABITypeConversion) GetDecimalsFunctionOk() (*string, bool)
GetDecimalsFunctionOk returns a tuple with the DecimalsFunction field value and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*ContractABITypeConversion) GetMode ¶
func (o *ContractABITypeConversion) GetMode() string
GetMode returns the Mode field value
func (*ContractABITypeConversion) GetModeOk ¶
func (o *ContractABITypeConversion) GetModeOk() (*string, bool)
GetModeOk returns a tuple with the Mode field value and a boolean to check if the value has been set.
func (ContractABITypeConversion) MarshalJSON ¶
func (o ContractABITypeConversion) MarshalJSON() ([]byte, error)
func (*ContractABITypeConversion) SetDecimalsAbsolute ¶
func (o *ContractABITypeConversion) SetDecimalsAbsolute(v int64)
SetDecimalsAbsolute sets field value
func (*ContractABITypeConversion) SetDecimalsFunction ¶
func (o *ContractABITypeConversion) SetDecimalsFunction(v string)
SetDecimalsFunction sets field value
func (*ContractABITypeConversion) SetMode ¶
func (o *ContractABITypeConversion) SetMode(v string)
SetMode sets field value
func (ContractABITypeConversion) ToMap ¶
func (o ContractABITypeConversion) ToMap() (map[string]interface{}, error)
func (*ContractABITypeConversion) UnmarshalJSON ¶
func (o *ContractABITypeConversion) UnmarshalJSON(data []byte) (err error)
type ContractEventOptions ¶
type ContractEventOptions struct { Signature *string `json:"signature,omitempty"` Inputs []ContractParameter `json:"inputs"` }
ContractEventOptions Type conversion options for an event.
func NewContractEventOptions ¶
func NewContractEventOptions(inputs []ContractParameter) *ContractEventOptions
NewContractEventOptions instantiates a new ContractEventOptions object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewContractEventOptionsWithDefaults ¶
func NewContractEventOptionsWithDefaults() *ContractEventOptions
NewContractEventOptionsWithDefaults instantiates a new ContractEventOptions object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*ContractEventOptions) GetInputs ¶
func (o *ContractEventOptions) GetInputs() []ContractParameter
GetInputs returns the Inputs field value
func (*ContractEventOptions) GetInputsOk ¶
func (o *ContractEventOptions) GetInputsOk() ([]ContractParameter, bool)
GetInputsOk returns a tuple with the Inputs field value and a boolean to check if the value has been set.
func (*ContractEventOptions) GetSignature ¶
func (o *ContractEventOptions) GetSignature() string
GetSignature returns the Signature field value if set, zero value otherwise.
func (*ContractEventOptions) GetSignatureOk ¶
func (o *ContractEventOptions) GetSignatureOk() (*string, bool)
GetSignatureOk returns a tuple with the Signature field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ContractEventOptions) HasSignature ¶
func (o *ContractEventOptions) HasSignature() bool
HasSignature returns a boolean if a field has been set.
func (ContractEventOptions) MarshalJSON ¶
func (o ContractEventOptions) MarshalJSON() ([]byte, error)
func (*ContractEventOptions) SetInputs ¶
func (o *ContractEventOptions) SetInputs(v []ContractParameter)
SetInputs sets field value
func (*ContractEventOptions) SetSignature ¶
func (o *ContractEventOptions) SetSignature(v string)
SetSignature gets a reference to the given string and assigns it to the Signature field.
func (ContractEventOptions) ToMap ¶
func (o ContractEventOptions) ToMap() (map[string]interface{}, error)
func (*ContractEventOptions) UnmarshalJSON ¶
func (o *ContractEventOptions) UnmarshalJSON(data []byte) (err error)
type ContractInformation ¶
type ContractInformation struct { // An ethereum address. Address string `json:"address" validate:"regexp=^0[xX][a-fA-F0-9]{40}$"` // An alias to easily identify and reference the entity in subsequent requests. AddressLabel string `json:"addressLabel" validate:"regexp=^[a-z0-9_-]+$"` // The name of the contract. Name string `json:"name"` // An alias to easily identify and reference the entity in subsequent requests. Label string `json:"label" validate:"regexp=^[a-z0-9_-]+$"` }
ContractInformation The contract information within the event or transaction.
func NewContractInformation ¶
func NewContractInformation(address string, addressLabel string, name string, label string) *ContractInformation
NewContractInformation instantiates a new ContractInformation object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewContractInformationWithDefaults ¶
func NewContractInformationWithDefaults() *ContractInformation
NewContractInformationWithDefaults instantiates a new ContractInformation object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*ContractInformation) GetAddress ¶
func (o *ContractInformation) GetAddress() string
GetAddress returns the Address field value
func (*ContractInformation) GetAddressLabel ¶
func (o *ContractInformation) GetAddressLabel() string
GetAddressLabel returns the AddressLabel field value
func (*ContractInformation) GetAddressLabelOk ¶
func (o *ContractInformation) GetAddressLabelOk() (*string, bool)
GetAddressLabelOk returns a tuple with the AddressLabel field value and a boolean to check if the value has been set.
func (*ContractInformation) GetAddressOk ¶
func (o *ContractInformation) GetAddressOk() (*string, bool)
GetAddressOk returns a tuple with the Address field value and a boolean to check if the value has been set.
func (*ContractInformation) GetLabel ¶
func (o *ContractInformation) GetLabel() string
GetLabel returns the Label field value
func (*ContractInformation) GetLabelOk ¶
func (o *ContractInformation) GetLabelOk() (*string, bool)
GetLabelOk returns a tuple with the Label field value and a boolean to check if the value has been set.
func (*ContractInformation) GetName ¶
func (o *ContractInformation) GetName() string
GetName returns the Name field value
func (*ContractInformation) GetNameOk ¶
func (o *ContractInformation) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.
func (ContractInformation) MarshalJSON ¶
func (o ContractInformation) MarshalJSON() ([]byte, error)
func (*ContractInformation) SetAddress ¶
func (o *ContractInformation) SetAddress(v string)
SetAddress sets field value
func (*ContractInformation) SetAddressLabel ¶
func (o *ContractInformation) SetAddressLabel(v string)
SetAddressLabel sets field value
func (*ContractInformation) SetLabel ¶
func (o *ContractInformation) SetLabel(v string)
SetLabel sets field value
func (*ContractInformation) SetName ¶
func (o *ContractInformation) SetName(v string)
SetName sets field value
func (ContractInformation) ToMap ¶
func (o ContractInformation) ToMap() (map[string]interface{}, error)
func (*ContractInformation) UnmarshalJSON ¶
func (o *ContractInformation) UnmarshalJSON(data []byte) (err error)
type ContractInstance ¶
type ContractInstance struct { Label string `json:"label"` // An ethereum address. Address string `json:"address" validate:"regexp=^0[xX][a-fA-F0-9]{40}$"` }
ContractInstance A contract instance
func NewContractInstance ¶
func NewContractInstance(label string, address string) *ContractInstance
NewContractInstance instantiates a new ContractInstance object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewContractInstanceWithDefaults ¶
func NewContractInstanceWithDefaults() *ContractInstance
NewContractInstanceWithDefaults instantiates a new ContractInstance object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*ContractInstance) GetAddress ¶
func (o *ContractInstance) GetAddress() string
GetAddress returns the Address field value
func (*ContractInstance) GetAddressOk ¶
func (o *ContractInstance) GetAddressOk() (*string, bool)
GetAddressOk returns a tuple with the Address field value and a boolean to check if the value has been set.
func (*ContractInstance) GetLabel ¶
func (o *ContractInstance) GetLabel() string
GetLabel returns the Label field value
func (*ContractInstance) GetLabelOk ¶
func (o *ContractInstance) GetLabelOk() (*string, bool)
GetLabelOk returns a tuple with the Label field value and a boolean to check if the value has been set.
func (ContractInstance) MarshalJSON ¶
func (o ContractInstance) MarshalJSON() ([]byte, error)
func (*ContractInstance) SetAddress ¶
func (o *ContractInstance) SetAddress(v string)
SetAddress sets field value
func (*ContractInstance) SetLabel ¶
func (o *ContractInstance) SetLabel(v string)
SetLabel sets field value
func (ContractInstance) ToMap ¶
func (o ContractInstance) ToMap() (map[string]interface{}, error)
func (*ContractInstance) UnmarshalJSON ¶
func (o *ContractInstance) UnmarshalJSON(data []byte) (err error)
type ContractLookup ¶
type ContractLookup struct { // An ethereum address. Address string `json:"address" validate:"regexp=^0[xX][a-fA-F0-9]{40}$"` // The name of the contract. Name *string `json:"name,omitempty" validate:"regexp=^[^\\"#$%&''()*+,\\/:;<>?[\\\\\\\\\\\\]^\\\\x60{}~]*$"` // The contract ABI JSON string. Abi string `json:"abi"` // The smart-contract bytecode. Bytecode *string `json:"bytecode,omitempty" validate:"regexp=^(0x[0-9a-f]*|0X[0-9A-F]*)$"` // The contract's source code. Source *string `json:"source,omitempty"` // The user documentation JSON string. Userdoc *string `json:"userdoc,omitempty"` // The developer documentation JSON string. Devdoc *string `json:"devdoc,omitempty"` // Indicates whether the contract has been verified. Verified bool `json:"verified"` // The name of the service that provided the contract verification. VerifiedSource *string `json:"verifiedSource,omitempty"` // The URL to the contract's verification details on the verification service. VerifiedLink *string `json:"verifiedLink,omitempty"` // Indicates whether the contract is a proxy contract. Proxy bool `json:"proxy"` }
ContractLookup The contract lookup item.
func NewContractLookup ¶
func NewContractLookup(address string, abi string, verified bool, proxy bool) *ContractLookup
NewContractLookup instantiates a new ContractLookup object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewContractLookupWithDefaults ¶
func NewContractLookupWithDefaults() *ContractLookup
NewContractLookupWithDefaults instantiates a new ContractLookup object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*ContractLookup) GetAbi ¶
func (o *ContractLookup) GetAbi() string
GetAbi returns the Abi field value
func (*ContractLookup) GetAbiOk ¶
func (o *ContractLookup) GetAbiOk() (*string, bool)
GetAbiOk returns a tuple with the Abi field value and a boolean to check if the value has been set.
func (*ContractLookup) GetAddress ¶
func (o *ContractLookup) GetAddress() string
GetAddress returns the Address field value
func (*ContractLookup) GetAddressOk ¶
func (o *ContractLookup) GetAddressOk() (*string, bool)
GetAddressOk returns a tuple with the Address field value and a boolean to check if the value has been set.
func (*ContractLookup) GetBytecode ¶
func (o *ContractLookup) GetBytecode() string
GetBytecode returns the Bytecode field value if set, zero value otherwise.
func (*ContractLookup) GetBytecodeOk ¶
func (o *ContractLookup) GetBytecodeOk() (*string, bool)
GetBytecodeOk returns a tuple with the Bytecode field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ContractLookup) GetDevdoc ¶
func (o *ContractLookup) GetDevdoc() string
GetDevdoc returns the Devdoc field value if set, zero value otherwise.
func (*ContractLookup) GetDevdocOk ¶
func (o *ContractLookup) GetDevdocOk() (*string, bool)
GetDevdocOk returns a tuple with the Devdoc field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ContractLookup) GetName ¶
func (o *ContractLookup) GetName() string
GetName returns the Name field value if set, zero value otherwise.
func (*ContractLookup) GetNameOk ¶
func (o *ContractLookup) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ContractLookup) GetProxy ¶
func (o *ContractLookup) GetProxy() bool
GetProxy returns the Proxy field value
func (*ContractLookup) GetProxyOk ¶
func (o *ContractLookup) GetProxyOk() (*bool, bool)
GetProxyOk returns a tuple with the Proxy field value and a boolean to check if the value has been set.
func (*ContractLookup) GetSource ¶
func (o *ContractLookup) GetSource() string
GetSource returns the Source field value if set, zero value otherwise.
func (*ContractLookup) GetSourceOk ¶
func (o *ContractLookup) GetSourceOk() (*string, bool)
GetSourceOk returns a tuple with the Source field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ContractLookup) GetUserdoc ¶
func (o *ContractLookup) GetUserdoc() string
GetUserdoc returns the Userdoc field value if set, zero value otherwise.
func (*ContractLookup) GetUserdocOk ¶
func (o *ContractLookup) GetUserdocOk() (*string, bool)
GetUserdocOk returns a tuple with the Userdoc field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ContractLookup) GetVerified ¶
func (o *ContractLookup) GetVerified() bool
GetVerified returns the Verified field value
func (*ContractLookup) GetVerifiedLink ¶
func (o *ContractLookup) GetVerifiedLink() string
GetVerifiedLink returns the VerifiedLink field value if set, zero value otherwise.
func (*ContractLookup) GetVerifiedLinkOk ¶
func (o *ContractLookup) GetVerifiedLinkOk() (*string, bool)
GetVerifiedLinkOk returns a tuple with the VerifiedLink field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ContractLookup) GetVerifiedOk ¶
func (o *ContractLookup) GetVerifiedOk() (*bool, bool)
GetVerifiedOk returns a tuple with the Verified field value and a boolean to check if the value has been set.
func (*ContractLookup) GetVerifiedSource ¶
func (o *ContractLookup) GetVerifiedSource() string
GetVerifiedSource returns the VerifiedSource field value if set, zero value otherwise.
func (*ContractLookup) GetVerifiedSourceOk ¶
func (o *ContractLookup) GetVerifiedSourceOk() (*string, bool)
GetVerifiedSourceOk returns a tuple with the VerifiedSource field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ContractLookup) HasBytecode ¶
func (o *ContractLookup) HasBytecode() bool
HasBytecode returns a boolean if a field has been set.
func (*ContractLookup) HasDevdoc ¶
func (o *ContractLookup) HasDevdoc() bool
HasDevdoc returns a boolean if a field has been set.
func (*ContractLookup) HasName ¶
func (o *ContractLookup) HasName() bool
HasName returns a boolean if a field has been set.
func (*ContractLookup) HasSource ¶
func (o *ContractLookup) HasSource() bool
HasSource returns a boolean if a field has been set.
func (*ContractLookup) HasUserdoc ¶
func (o *ContractLookup) HasUserdoc() bool
HasUserdoc returns a boolean if a field has been set.
func (*ContractLookup) HasVerifiedLink ¶
func (o *ContractLookup) HasVerifiedLink() bool
HasVerifiedLink returns a boolean if a field has been set.
func (*ContractLookup) HasVerifiedSource ¶
func (o *ContractLookup) HasVerifiedSource() bool
HasVerifiedSource returns a boolean if a field has been set.
func (ContractLookup) MarshalJSON ¶
func (o ContractLookup) MarshalJSON() ([]byte, error)
func (*ContractLookup) SetAddress ¶
func (o *ContractLookup) SetAddress(v string)
SetAddress sets field value
func (*ContractLookup) SetBytecode ¶
func (o *ContractLookup) SetBytecode(v string)
SetBytecode gets a reference to the given string and assigns it to the Bytecode field.
func (*ContractLookup) SetDevdoc ¶
func (o *ContractLookup) SetDevdoc(v string)
SetDevdoc gets a reference to the given string and assigns it to the Devdoc field.
func (*ContractLookup) SetName ¶
func (o *ContractLookup) SetName(v string)
SetName gets a reference to the given string and assigns it to the Name field.
func (*ContractLookup) SetProxy ¶
func (o *ContractLookup) SetProxy(v bool)
SetProxy sets field value
func (*ContractLookup) SetSource ¶
func (o *ContractLookup) SetSource(v string)
SetSource gets a reference to the given string and assigns it to the Source field.
func (*ContractLookup) SetUserdoc ¶
func (o *ContractLookup) SetUserdoc(v string)
SetUserdoc gets a reference to the given string and assigns it to the Userdoc field.
func (*ContractLookup) SetVerified ¶
func (o *ContractLookup) SetVerified(v bool)
SetVerified sets field value
func (*ContractLookup) SetVerifiedLink ¶
func (o *ContractLookup) SetVerifiedLink(v string)
SetVerifiedLink gets a reference to the given string and assigns it to the VerifiedLink field.
func (*ContractLookup) SetVerifiedSource ¶
func (o *ContractLookup) SetVerifiedSource(v string)
SetVerifiedSource gets a reference to the given string and assigns it to the VerifiedSource field.
func (ContractLookup) ToMap ¶
func (o ContractLookup) ToMap() (map[string]interface{}, error)
func (*ContractLookup) UnmarshalJSON ¶
func (o *ContractLookup) UnmarshalJSON(data []byte) (err error)
type ContractMetadata ¶
type ContractMetadata struct { // An alias to easily identify and reference the entity in subsequent requests. Label string `json:"label" validate:"regexp=^[a-z0-9_-]+$"` // The name of the contract. Name string `json:"name" validate:"regexp=^[^\\"#$%&''()*+,\\/:;<>?[\\\\\\\\\\\\]^\\\\x60{}~]*$"` // The contract version. Version string `json:"version" validate:"regexp=^[^\\"#$%&''()*+,\\/:;<>?[\\\\\\\\\\\\]^\\\\x60{}~]*$"` }
ContractMetadata struct for ContractMetadata
func NewContractMetadata ¶
func NewContractMetadata(label string, name string, version string) *ContractMetadata
NewContractMetadata instantiates a new ContractMetadata object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewContractMetadataWithDefaults ¶
func NewContractMetadataWithDefaults() *ContractMetadata
NewContractMetadataWithDefaults instantiates a new ContractMetadata object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*ContractMetadata) GetLabel ¶
func (o *ContractMetadata) GetLabel() string
GetLabel returns the Label field value
func (*ContractMetadata) GetLabelOk ¶
func (o *ContractMetadata) GetLabelOk() (*string, bool)
GetLabelOk returns a tuple with the Label field value and a boolean to check if the value has been set.
func (*ContractMetadata) GetName ¶
func (o *ContractMetadata) GetName() string
GetName returns the Name field value
func (*ContractMetadata) GetNameOk ¶
func (o *ContractMetadata) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.
func (*ContractMetadata) GetVersion ¶
func (o *ContractMetadata) GetVersion() string
GetVersion returns the Version field value
func (*ContractMetadata) GetVersionOk ¶
func (o *ContractMetadata) GetVersionOk() (*string, bool)
GetVersionOk returns a tuple with the Version field value and a boolean to check if the value has been set.
func (ContractMetadata) MarshalJSON ¶
func (o ContractMetadata) MarshalJSON() ([]byte, error)
func (*ContractMetadata) SetLabel ¶
func (o *ContractMetadata) SetLabel(v string)
SetLabel sets field value
func (*ContractMetadata) SetName ¶
func (o *ContractMetadata) SetName(v string)
SetName sets field value
func (*ContractMetadata) SetVersion ¶
func (o *ContractMetadata) SetVersion(v string)
SetVersion sets field value
func (ContractMetadata) ToMap ¶
func (o ContractMetadata) ToMap() (map[string]interface{}, error)
func (*ContractMetadata) UnmarshalJSON ¶
func (o *ContractMetadata) UnmarshalJSON(data []byte) (err error)
type ContractMethodInformation ¶
type ContractMethodInformation struct { // The name of the method. Name string `json:"name"` // The method signature. Signature string `json:"signature"` Inputs []MethodArg `json:"inputs"` }
ContractMethodInformation The contract method's information returned within the event or transaction.
func NewContractMethodInformation ¶
func NewContractMethodInformation(name string, signature string, inputs []MethodArg) *ContractMethodInformation
NewContractMethodInformation instantiates a new ContractMethodInformation object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewContractMethodInformationWithDefaults ¶
func NewContractMethodInformationWithDefaults() *ContractMethodInformation
NewContractMethodInformationWithDefaults instantiates a new ContractMethodInformation object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*ContractMethodInformation) GetInputs ¶
func (o *ContractMethodInformation) GetInputs() []MethodArg
GetInputs returns the Inputs field value
func (*ContractMethodInformation) GetInputsOk ¶
func (o *ContractMethodInformation) GetInputsOk() ([]MethodArg, bool)
GetInputsOk returns a tuple with the Inputs field value and a boolean to check if the value has been set.
func (*ContractMethodInformation) GetName ¶
func (o *ContractMethodInformation) GetName() string
GetName returns the Name field value
func (*ContractMethodInformation) GetNameOk ¶
func (o *ContractMethodInformation) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.
func (*ContractMethodInformation) GetSignature ¶
func (o *ContractMethodInformation) GetSignature() string
GetSignature returns the Signature field value
func (*ContractMethodInformation) GetSignatureOk ¶
func (o *ContractMethodInformation) GetSignatureOk() (*string, bool)
GetSignatureOk returns a tuple with the Signature field value and a boolean to check if the value has been set.
func (ContractMethodInformation) MarshalJSON ¶
func (o ContractMethodInformation) MarshalJSON() ([]byte, error)
func (*ContractMethodInformation) SetInputs ¶
func (o *ContractMethodInformation) SetInputs(v []MethodArg)
SetInputs sets field value
func (*ContractMethodInformation) SetName ¶
func (o *ContractMethodInformation) SetName(v string)
SetName sets field value
func (*ContractMethodInformation) SetSignature ¶
func (o *ContractMethodInformation) SetSignature(v string)
SetSignature sets field value
func (ContractMethodInformation) ToMap ¶
func (o ContractMethodInformation) ToMap() (map[string]interface{}, error)
func (*ContractMethodInformation) UnmarshalJSON ¶
func (o *ContractMethodInformation) UnmarshalJSON(data []byte) (err error)
type ContractMethodOptions ¶
type ContractMethodOptions struct { // The function signature. Signature *string `json:"signature,omitempty"` // List of function input parameters. Inputs []ContractParameter `json:"inputs"` // List of function output parameters. Outputs []ContractParameter `json:"outputs,omitempty"` }
ContractMethodOptions Type conversion options for a function.
func NewContractMethodOptions ¶
func NewContractMethodOptions(inputs []ContractParameter) *ContractMethodOptions
NewContractMethodOptions instantiates a new ContractMethodOptions object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewContractMethodOptionsWithDefaults ¶
func NewContractMethodOptionsWithDefaults() *ContractMethodOptions
NewContractMethodOptionsWithDefaults instantiates a new ContractMethodOptions object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*ContractMethodOptions) GetInputs ¶
func (o *ContractMethodOptions) GetInputs() []ContractParameter
GetInputs returns the Inputs field value
func (*ContractMethodOptions) GetInputsOk ¶
func (o *ContractMethodOptions) GetInputsOk() ([]ContractParameter, bool)
GetInputsOk returns a tuple with the Inputs field value and a boolean to check if the value has been set.
func (*ContractMethodOptions) GetOutputs ¶
func (o *ContractMethodOptions) GetOutputs() []ContractParameter
GetOutputs returns the Outputs field value if set, zero value otherwise.
func (*ContractMethodOptions) GetOutputsOk ¶
func (o *ContractMethodOptions) GetOutputsOk() ([]ContractParameter, bool)
GetOutputsOk returns a tuple with the Outputs field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ContractMethodOptions) GetSignature ¶
func (o *ContractMethodOptions) GetSignature() string
GetSignature returns the Signature field value if set, zero value otherwise.
func (*ContractMethodOptions) GetSignatureOk ¶
func (o *ContractMethodOptions) GetSignatureOk() (*string, bool)
GetSignatureOk returns a tuple with the Signature field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ContractMethodOptions) HasOutputs ¶
func (o *ContractMethodOptions) HasOutputs() bool
HasOutputs returns a boolean if a field has been set.
func (*ContractMethodOptions) HasSignature ¶
func (o *ContractMethodOptions) HasSignature() bool
HasSignature returns a boolean if a field has been set.
func (ContractMethodOptions) MarshalJSON ¶
func (o ContractMethodOptions) MarshalJSON() ([]byte, error)
func (*ContractMethodOptions) SetInputs ¶
func (o *ContractMethodOptions) SetInputs(v []ContractParameter)
SetInputs sets field value
func (*ContractMethodOptions) SetOutputs ¶
func (o *ContractMethodOptions) SetOutputs(v []ContractParameter)
SetOutputs gets a reference to the given []ContractParameter and assigns it to the Outputs field.
func (*ContractMethodOptions) SetSignature ¶
func (o *ContractMethodOptions) SetSignature(v string)
SetSignature gets a reference to the given string and assigns it to the Signature field.
func (ContractMethodOptions) ToMap ¶
func (o ContractMethodOptions) ToMap() (map[string]interface{}, error)
func (*ContractMethodOptions) UnmarshalJSON ¶
func (o *ContractMethodOptions) UnmarshalJSON(data []byte) (err error)
type ContractOverview ¶
type ContractOverview struct { // An alias to easily identify and reference the entity in subsequent requests. Label string `json:"label" validate:"regexp=^[a-z0-9_-]+$"` // The name of the contract. ContractName string `json:"contractName" validate:"regexp=^[^\\"#$%&''()*+,\\/:;<>?[\\\\\\\\\\\\]^\\\\x60{}~]*$"` // The contract version. Version string `json:"version" validate:"regexp=^[^\\"#$%&''()*+,\\/:;<>?[\\\\\\\\\\\\]^\\\\x60{}~]*$"` IsFavorite *bool `json:"isFavorite,omitempty"` Deployable bool `json:"deployable"` // List of contract instances. Instances []ContractInstance `json:"instances"` }
ContractOverview A contract overview.
func NewContractOverview ¶
func NewContractOverview(label string, contractName string, version string, deployable bool, instances []ContractInstance) *ContractOverview
NewContractOverview instantiates a new ContractOverview object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewContractOverviewWithDefaults ¶
func NewContractOverviewWithDefaults() *ContractOverview
NewContractOverviewWithDefaults instantiates a new ContractOverview object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*ContractOverview) GetContractName ¶
func (o *ContractOverview) GetContractName() string
GetContractName returns the ContractName field value
func (*ContractOverview) GetContractNameOk ¶
func (o *ContractOverview) GetContractNameOk() (*string, bool)
GetContractNameOk returns a tuple with the ContractName field value and a boolean to check if the value has been set.
func (*ContractOverview) GetDeployable ¶
func (o *ContractOverview) GetDeployable() bool
GetDeployable returns the Deployable field value
func (*ContractOverview) GetDeployableOk ¶
func (o *ContractOverview) GetDeployableOk() (*bool, bool)
GetDeployableOk returns a tuple with the Deployable field value and a boolean to check if the value has been set.
func (*ContractOverview) GetInstances ¶
func (o *ContractOverview) GetInstances() []ContractInstance
GetInstances returns the Instances field value
func (*ContractOverview) GetInstancesOk ¶
func (o *ContractOverview) GetInstancesOk() ([]ContractInstance, bool)
GetInstancesOk returns a tuple with the Instances field value and a boolean to check if the value has been set.
func (*ContractOverview) GetIsFavorite ¶
func (o *ContractOverview) GetIsFavorite() bool
GetIsFavorite returns the IsFavorite field value if set, zero value otherwise.
func (*ContractOverview) GetIsFavoriteOk ¶
func (o *ContractOverview) GetIsFavoriteOk() (*bool, bool)
GetIsFavoriteOk returns a tuple with the IsFavorite field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ContractOverview) GetLabel ¶
func (o *ContractOverview) GetLabel() string
GetLabel returns the Label field value
func (*ContractOverview) GetLabelOk ¶
func (o *ContractOverview) GetLabelOk() (*string, bool)
GetLabelOk returns a tuple with the Label field value and a boolean to check if the value has been set.
func (*ContractOverview) GetVersion ¶
func (o *ContractOverview) GetVersion() string
GetVersion returns the Version field value
func (*ContractOverview) GetVersionOk ¶
func (o *ContractOverview) GetVersionOk() (*string, bool)
GetVersionOk returns a tuple with the Version field value and a boolean to check if the value has been set.
func (*ContractOverview) HasIsFavorite ¶
func (o *ContractOverview) HasIsFavorite() bool
HasIsFavorite returns a boolean if a field has been set.
func (ContractOverview) MarshalJSON ¶
func (o ContractOverview) MarshalJSON() ([]byte, error)
func (*ContractOverview) SetContractName ¶
func (o *ContractOverview) SetContractName(v string)
SetContractName sets field value
func (*ContractOverview) SetDeployable ¶
func (o *ContractOverview) SetDeployable(v bool)
SetDeployable sets field value
func (*ContractOverview) SetInstances ¶
func (o *ContractOverview) SetInstances(v []ContractInstance)
SetInstances sets field value
func (*ContractOverview) SetIsFavorite ¶
func (o *ContractOverview) SetIsFavorite(v bool)
SetIsFavorite gets a reference to the given bool and assigns it to the IsFavorite field.
func (*ContractOverview) SetLabel ¶
func (o *ContractOverview) SetLabel(v string)
SetLabel sets field value
func (*ContractOverview) SetVersion ¶
func (o *ContractOverview) SetVersion(v string)
SetVersion sets field value
func (ContractOverview) ToMap ¶
func (o ContractOverview) ToMap() (map[string]interface{}, error)
func (*ContractOverview) UnmarshalJSON ¶
func (o *ContractOverview) UnmarshalJSON(data []byte) (err error)
type ContractParameter ¶
type ContractParameter struct {
TypeConversion NullableContractABITypeConversion `json:"typeConversion"`
}
ContractParameter Type conversion options for an input or an output of a function or an event.
func NewContractParameter ¶
func NewContractParameter(typeConversion NullableContractABITypeConversion) *ContractParameter
NewContractParameter instantiates a new ContractParameter object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewContractParameterWithDefaults ¶
func NewContractParameterWithDefaults() *ContractParameter
NewContractParameterWithDefaults instantiates a new ContractParameter object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*ContractParameter) GetTypeConversion ¶
func (o *ContractParameter) GetTypeConversion() ContractABITypeConversion
GetTypeConversion returns the TypeConversion field value If the value is explicit nil, the zero value for ContractABITypeConversion will be returned
func (*ContractParameter) GetTypeConversionOk ¶
func (o *ContractParameter) GetTypeConversionOk() (*ContractABITypeConversion, bool)
GetTypeConversionOk returns a tuple with the TypeConversion field value and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (ContractParameter) MarshalJSON ¶
func (o ContractParameter) MarshalJSON() ([]byte, error)
func (*ContractParameter) SetTypeConversion ¶
func (o *ContractParameter) SetTypeConversion(v ContractABITypeConversion)
SetTypeConversion sets field value
func (ContractParameter) ToMap ¶
func (o ContractParameter) ToMap() (map[string]interface{}, error)
func (*ContractParameter) UnmarshalJSON ¶
func (o *ContractParameter) UnmarshalJSON(data []byte) (err error)
type ContractsAPI ¶
type ContractsAPI interface { /* CallContractFunction Call a contract function Builds a transaction to call the given contract function. Returns a transaction to be signed and signs and submits to the blockchain it if the `signAndSubmit` flag is enabled. @param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param chain The blockchain chain label. @param addressOrLabel An address or the label of an address. @param contract @param method Contract function. @return ApiCallContractFunctionRequest */ CallContractFunction(ctx context.Context, chain ChainName, addressOrLabel string, contract string, method string) ApiCallContractFunctionRequest // CallContractFunctionExecute executes the request // @return CallContractFunction200Response CallContractFunctionExecute(r ApiCallContractFunctionRequest) (*CallContractFunction200Response, *http.Response, error) /* CreateContract Create a contract Adds a contract. @param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param contract @return ApiCreateContractRequest */ CreateContract(ctx context.Context, contract string) ApiCreateContractRequest // CreateContractExecute executes the request // @return GetContract200Response CreateContractExecute(r ApiCreateContractRequest) (*GetContract200Response, *http.Response, error) /* CreateContracts Create multiple contracts Adds multiple contracts. @param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return ApiCreateContractsRequest */ CreateContracts(ctx context.Context) ApiCreateContractsRequest // CreateContractsExecute executes the request // @return BaseResponse CreateContractsExecute(r ApiCreateContractsRequest) (*BaseResponse, *http.Response, error) /* DeleteContract Delete a contract Deletes a contract and all its versions. @param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param contract @return ApiDeleteContractRequest */ DeleteContract(ctx context.Context, contract string) ApiDeleteContractRequest // DeleteContractExecute executes the request // @return BaseResponse DeleteContractExecute(r ApiDeleteContractRequest) (*BaseResponse, *http.Response, error) /* DeleteContractVersion Delete a contract version Deletes a specific contract version. @param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param contract @param version Contract Version. @return ApiDeleteContractVersionRequest */ DeleteContractVersion(ctx context.Context, contract string, version string) ApiDeleteContractVersionRequest // DeleteContractVersionExecute executes the request // @return BaseResponse DeleteContractVersionExecute(r ApiDeleteContractVersionRequest) (*BaseResponse, *http.Response, error) /* DeployContract Deploy a contract Returns a transaction to deploy the given contract to the blockchain. @param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param contract @return ApiDeployContractRequest */ DeployContract(ctx context.Context, contract string) ApiDeployContractRequest // DeployContractExecute executes the request // @return DeployContract200Response DeployContractExecute(r ApiDeployContractRequest) (*DeployContract200Response, *http.Response, error) /* DeployContractVersion Deploy a contract version Returns a transaction to deploy the given contract version to the blockchain. @param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param contract @param version Contract Version. @return ApiDeployContractVersionRequest */ DeployContractVersion(ctx context.Context, contract string, version string) ApiDeployContractVersionRequest // DeployContractVersionExecute executes the request // @return DeployContract200Response DeployContractVersionExecute(r ApiDeployContractVersionRequest) (*DeployContract200Response, *http.Response, error) /* GetContract Get a contract Returns the given contract. @param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param contract @return ApiGetContractRequest */ GetContract(ctx context.Context, contract string) ApiGetContractRequest // GetContractExecute executes the request // @return GetContract200Response GetContractExecute(r ApiGetContractRequest) (*GetContract200Response, *http.Response, error) /* GetContractVersion Get a contract version Returns a specific contract version. @param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param contract @param version Contract Version. @return ApiGetContractVersionRequest */ GetContractVersion(ctx context.Context, contract string, version string) ApiGetContractVersionRequest // GetContractVersionExecute executes the request // @return GetContract200Response GetContractVersionExecute(r ApiGetContractVersionRequest) (*GetContract200Response, *http.Response, error) /* GetContractVersions Get all contract versions Returns all the versions of a contract. @param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param contract @return ApiGetContractVersionsRequest */ GetContractVersions(ctx context.Context, contract string) ApiGetContractVersionsRequest // GetContractVersionsExecute executes the request // @return GetContractVersions200Response GetContractVersionsExecute(r ApiGetContractVersionsRequest) (*GetContractVersions200Response, *http.Response, error) /* GetEventMonitorStatus Get event monitor status Returns the event monitor status for a given address and contract. @param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param chain The blockchain chain label. @param addressOrLabel An address or the label of an address. @param contract @return ApiGetEventMonitorStatusRequest */ GetEventMonitorStatus(ctx context.Context, chain ChainName, addressOrLabel string, contract string) ApiGetEventMonitorStatusRequest // GetEventMonitorStatusExecute executes the request // @return GetEventMonitorStatus200Response GetEventMonitorStatusExecute(r ApiGetEventMonitorStatusRequest) (*GetEventMonitorStatus200Response, *http.Response, error) /* GetEventTypeConversions Get event type conversions Returns the type conversion options for a given contract and event signature. @param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param contract @param version Contract Version. @param event Contract Event. @return ApiGetEventTypeConversionsRequest */ GetEventTypeConversions(ctx context.Context, contract string, version string, event string) ApiGetEventTypeConversionsRequest // GetEventTypeConversionsExecute executes the request // @return GetEventTypeConversions200Response GetEventTypeConversionsExecute(r ApiGetEventTypeConversionsRequest) (*GetEventTypeConversions200Response, *http.Response, error) /* GetFunctionTypeConversions Get function type conversions Returns the type conversion options for a given contract and function signature. @param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param contract @param version Contract Version. @param method Contract function. @return ApiGetFunctionTypeConversionsRequest */ GetFunctionTypeConversions(ctx context.Context, contract string, version string, method string) ApiGetFunctionTypeConversionsRequest // GetFunctionTypeConversionsExecute executes the request // @return GetFunctionTypeConversions200Response GetFunctionTypeConversionsExecute(r ApiGetFunctionTypeConversionsRequest) (*GetFunctionTypeConversions200Response, *http.Response, error) /* LinkAddressContract Link address and contract Links an address to a contract. @param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param chain The blockchain chain label. @param addressOrLabel An address or the label of an address. @return ApiLinkAddressContractRequest */ LinkAddressContract(ctx context.Context, chain ChainName, addressOrLabel string) ApiLinkAddressContractRequest // LinkAddressContractExecute executes the request // @return SetAddress201Response LinkAddressContractExecute(r ApiLinkAddressContractRequest) (*SetAddress201Response, *http.Response, error) /* ListContractVersions List all contract versions Returns a list of the versions of a contract. @param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param contract @return ApiListContractVersionsRequest */ ListContractVersions(ctx context.Context, contract string) ApiListContractVersionsRequest // ListContractVersionsExecute executes the request // @return ListContractVersions200Response ListContractVersionsExecute(r ApiListContractVersionsRequest) (*ListContractVersions200Response, *http.Response, error) /* ListContracts List contracts Returns a list of contracts. @param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return ApiListContractsRequest */ ListContracts(ctx context.Context) ApiListContractsRequest // ListContractsExecute executes the request // @return ListContracts200Response ListContractsExecute(r ApiListContractsRequest) (*ListContracts200Response, *http.Response, error) /* SetEventTypeConversions Set event type conversions Sets the type conversion options for a given contract and event signature. @param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param contract @param version Contract Version. @param event Contract Event. @return ApiSetEventTypeConversionsRequest */ SetEventTypeConversions(ctx context.Context, contract string, version string, event string) ApiSetEventTypeConversionsRequest // SetEventTypeConversionsExecute executes the request // @return BaseResponse SetEventTypeConversionsExecute(r ApiSetEventTypeConversionsRequest) (*BaseResponse, *http.Response, error) /* SetFunctionTypeConversions Set function type conversions Sets the type conversion options for a given contract and function signature. @param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param contract @param version Contract Version. @param method Contract function. @return ApiSetFunctionTypeConversionsRequest */ SetFunctionTypeConversions(ctx context.Context, contract string, version string, method string) ApiSetFunctionTypeConversionsRequest // SetFunctionTypeConversionsExecute executes the request // @return BaseResponse SetFunctionTypeConversionsExecute(r ApiSetFunctionTypeConversionsRequest) (*BaseResponse, *http.Response, error) /* UnlinkAddressContract Unlink address and contract Unlinks an address from a contract. @param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param chain The blockchain chain label. @param addressOrLabel An address or the label of an address. @param contract @return ApiUnlinkAddressContractRequest */ UnlinkAddressContract(ctx context.Context, chain ChainName, addressOrLabel string, contract string) ApiUnlinkAddressContractRequest // UnlinkAddressContractExecute executes the request // @return SetAddress201Response UnlinkAddressContractExecute(r ApiUnlinkAddressContractRequest) (*SetAddress201Response, *http.Response, error) }
type ContractsAPIService ¶
type ContractsAPIService service
ContractsAPIService ContractsAPI service
func (*ContractsAPIService) CallContractFunction ¶
func (a *ContractsAPIService) CallContractFunction(ctx context.Context, chain ChainName, addressOrLabel string, contract string, method string) ApiCallContractFunctionRequest
CallContractFunction Call a contract function
Builds a transaction to call the given contract function. Returns a transaction to be signed and signs and submits to the blockchain it if the `signAndSubmit` flag is enabled.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param chain The blockchain chain label. @param addressOrLabel An address or the label of an address. @param contract @param method Contract function. @return ApiCallContractFunctionRequest
func (*ContractsAPIService) CallContractFunctionExecute ¶
func (a *ContractsAPIService) CallContractFunctionExecute(r ApiCallContractFunctionRequest) (*CallContractFunction200Response, *http.Response, error)
Execute executes the request
@return CallContractFunction200Response
func (*ContractsAPIService) CreateContract ¶
func (a *ContractsAPIService) CreateContract(ctx context.Context, contract string) ApiCreateContractRequest
CreateContract Create a contract
Adds a contract.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param contract @return ApiCreateContractRequest
func (*ContractsAPIService) CreateContractExecute ¶
func (a *ContractsAPIService) CreateContractExecute(r ApiCreateContractRequest) (*GetContract200Response, *http.Response, error)
Execute executes the request
@return GetContract200Response
func (*ContractsAPIService) CreateContracts ¶
func (a *ContractsAPIService) CreateContracts(ctx context.Context) ApiCreateContractsRequest
CreateContracts Create multiple contracts
Adds multiple contracts.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return ApiCreateContractsRequest
func (*ContractsAPIService) CreateContractsExecute ¶
func (a *ContractsAPIService) CreateContractsExecute(r ApiCreateContractsRequest) (*BaseResponse, *http.Response, error)
Execute executes the request
@return BaseResponse
func (*ContractsAPIService) DeleteContract ¶
func (a *ContractsAPIService) DeleteContract(ctx context.Context, contract string) ApiDeleteContractRequest
DeleteContract Delete a contract
Deletes a contract and all its versions.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param contract @return ApiDeleteContractRequest
func (*ContractsAPIService) DeleteContractExecute ¶
func (a *ContractsAPIService) DeleteContractExecute(r ApiDeleteContractRequest) (*BaseResponse, *http.Response, error)
Execute executes the request
@return BaseResponse
func (*ContractsAPIService) DeleteContractVersion ¶
func (a *ContractsAPIService) DeleteContractVersion(ctx context.Context, contract string, version string) ApiDeleteContractVersionRequest
DeleteContractVersion Delete a contract version
Deletes a specific contract version.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param contract @param version Contract Version. @return ApiDeleteContractVersionRequest
func (*ContractsAPIService) DeleteContractVersionExecute ¶
func (a *ContractsAPIService) DeleteContractVersionExecute(r ApiDeleteContractVersionRequest) (*BaseResponse, *http.Response, error)
Execute executes the request
@return BaseResponse
func (*ContractsAPIService) DeployContract ¶
func (a *ContractsAPIService) DeployContract(ctx context.Context, contract string) ApiDeployContractRequest
DeployContract Deploy a contract
Returns a transaction to deploy the given contract to the blockchain.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param contract @return ApiDeployContractRequest
func (*ContractsAPIService) DeployContractExecute ¶
func (a *ContractsAPIService) DeployContractExecute(r ApiDeployContractRequest) (*DeployContract200Response, *http.Response, error)
Execute executes the request
@return DeployContract200Response
func (*ContractsAPIService) DeployContractVersion ¶
func (a *ContractsAPIService) DeployContractVersion(ctx context.Context, contract string, version string) ApiDeployContractVersionRequest
DeployContractVersion Deploy a contract version
Returns a transaction to deploy the given contract version to the blockchain.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param contract @param version Contract Version. @return ApiDeployContractVersionRequest
func (*ContractsAPIService) DeployContractVersionExecute ¶
func (a *ContractsAPIService) DeployContractVersionExecute(r ApiDeployContractVersionRequest) (*DeployContract200Response, *http.Response, error)
Execute executes the request
@return DeployContract200Response
func (*ContractsAPIService) GetContract ¶
func (a *ContractsAPIService) GetContract(ctx context.Context, contract string) ApiGetContractRequest
GetContract Get a contract
Returns the given contract.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param contract @return ApiGetContractRequest
func (*ContractsAPIService) GetContractExecute ¶
func (a *ContractsAPIService) GetContractExecute(r ApiGetContractRequest) (*GetContract200Response, *http.Response, error)
Execute executes the request
@return GetContract200Response
func (*ContractsAPIService) GetContractVersion ¶
func (a *ContractsAPIService) GetContractVersion(ctx context.Context, contract string, version string) ApiGetContractVersionRequest
GetContractVersion Get a contract version
Returns a specific contract version.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param contract @param version Contract Version. @return ApiGetContractVersionRequest
func (*ContractsAPIService) GetContractVersionExecute ¶
func (a *ContractsAPIService) GetContractVersionExecute(r ApiGetContractVersionRequest) (*GetContract200Response, *http.Response, error)
Execute executes the request
@return GetContract200Response
func (*ContractsAPIService) GetContractVersions ¶
func (a *ContractsAPIService) GetContractVersions(ctx context.Context, contract string) ApiGetContractVersionsRequest
GetContractVersions Get all contract versions
Returns all the versions of a contract.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param contract @return ApiGetContractVersionsRequest
func (*ContractsAPIService) GetContractVersionsExecute ¶
func (a *ContractsAPIService) GetContractVersionsExecute(r ApiGetContractVersionsRequest) (*GetContractVersions200Response, *http.Response, error)
Execute executes the request
@return GetContractVersions200Response
func (*ContractsAPIService) GetEventMonitorStatus ¶
func (a *ContractsAPIService) GetEventMonitorStatus(ctx context.Context, chain ChainName, addressOrLabel string, contract string) ApiGetEventMonitorStatusRequest
GetEventMonitorStatus Get event monitor status
Returns the event monitor status for a given address and contract.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param chain The blockchain chain label. @param addressOrLabel An address or the label of an address. @param contract @return ApiGetEventMonitorStatusRequest
func (*ContractsAPIService) GetEventMonitorStatusExecute ¶
func (a *ContractsAPIService) GetEventMonitorStatusExecute(r ApiGetEventMonitorStatusRequest) (*GetEventMonitorStatus200Response, *http.Response, error)
Execute executes the request
@return GetEventMonitorStatus200Response
func (*ContractsAPIService) GetEventTypeConversions ¶
func (a *ContractsAPIService) GetEventTypeConversions(ctx context.Context, contract string, version string, event string) ApiGetEventTypeConversionsRequest
GetEventTypeConversions Get event type conversions
Returns the type conversion options for a given contract and event signature.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param contract @param version Contract Version. @param event Contract Event. @return ApiGetEventTypeConversionsRequest
func (*ContractsAPIService) GetEventTypeConversionsExecute ¶
func (a *ContractsAPIService) GetEventTypeConversionsExecute(r ApiGetEventTypeConversionsRequest) (*GetEventTypeConversions200Response, *http.Response, error)
Execute executes the request
@return GetEventTypeConversions200Response
func (*ContractsAPIService) GetFunctionTypeConversions ¶
func (a *ContractsAPIService) GetFunctionTypeConversions(ctx context.Context, contract string, version string, method string) ApiGetFunctionTypeConversionsRequest
GetFunctionTypeConversions Get function type conversions
Returns the type conversion options for a given contract and function signature.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param contract @param version Contract Version. @param method Contract function. @return ApiGetFunctionTypeConversionsRequest
func (*ContractsAPIService) GetFunctionTypeConversionsExecute ¶
func (a *ContractsAPIService) GetFunctionTypeConversionsExecute(r ApiGetFunctionTypeConversionsRequest) (*GetFunctionTypeConversions200Response, *http.Response, error)
Execute executes the request
@return GetFunctionTypeConversions200Response
func (*ContractsAPIService) LinkAddressContract ¶
func (a *ContractsAPIService) LinkAddressContract(ctx context.Context, chain ChainName, addressOrLabel string) ApiLinkAddressContractRequest
LinkAddressContract Link address and contract
Links an address to a contract.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param chain The blockchain chain label. @param addressOrLabel An address or the label of an address. @return ApiLinkAddressContractRequest
func (*ContractsAPIService) LinkAddressContractExecute ¶
func (a *ContractsAPIService) LinkAddressContractExecute(r ApiLinkAddressContractRequest) (*SetAddress201Response, *http.Response, error)
Execute executes the request
@return SetAddress201Response
func (*ContractsAPIService) ListContractVersions ¶
func (a *ContractsAPIService) ListContractVersions(ctx context.Context, contract string) ApiListContractVersionsRequest
ListContractVersions List all contract versions
Returns a list of the versions of a contract.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param contract @return ApiListContractVersionsRequest
func (*ContractsAPIService) ListContractVersionsExecute ¶
func (a *ContractsAPIService) ListContractVersionsExecute(r ApiListContractVersionsRequest) (*ListContractVersions200Response, *http.Response, error)
Execute executes the request
@return ListContractVersions200Response
func (*ContractsAPIService) ListContracts ¶
func (a *ContractsAPIService) ListContracts(ctx context.Context) ApiListContractsRequest
ListContracts List contracts
Returns a list of contracts.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return ApiListContractsRequest
func (*ContractsAPIService) ListContractsExecute ¶
func (a *ContractsAPIService) ListContractsExecute(r ApiListContractsRequest) (*ListContracts200Response, *http.Response, error)
Execute executes the request
@return ListContracts200Response
func (*ContractsAPIService) SetEventTypeConversions ¶
func (a *ContractsAPIService) SetEventTypeConversions(ctx context.Context, contract string, version string, event string) ApiSetEventTypeConversionsRequest
SetEventTypeConversions Set event type conversions
Sets the type conversion options for a given contract and event signature.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param contract @param version Contract Version. @param event Contract Event. @return ApiSetEventTypeConversionsRequest
func (*ContractsAPIService) SetEventTypeConversionsExecute ¶
func (a *ContractsAPIService) SetEventTypeConversionsExecute(r ApiSetEventTypeConversionsRequest) (*BaseResponse, *http.Response, error)
Execute executes the request
@return BaseResponse
func (*ContractsAPIService) SetFunctionTypeConversions ¶
func (a *ContractsAPIService) SetFunctionTypeConversions(ctx context.Context, contract string, version string, method string) ApiSetFunctionTypeConversionsRequest
SetFunctionTypeConversions Set function type conversions
Sets the type conversion options for a given contract and function signature.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param contract @param version Contract Version. @param method Contract function. @return ApiSetFunctionTypeConversionsRequest
func (*ContractsAPIService) SetFunctionTypeConversionsExecute ¶
func (a *ContractsAPIService) SetFunctionTypeConversionsExecute(r ApiSetFunctionTypeConversionsRequest) (*BaseResponse, *http.Response, error)
Execute executes the request
@return BaseResponse
func (*ContractsAPIService) UnlinkAddressContract ¶
func (a *ContractsAPIService) UnlinkAddressContract(ctx context.Context, chain ChainName, addressOrLabel string, contract string) ApiUnlinkAddressContractRequest
UnlinkAddressContract Unlink address and contract
Unlinks an address from a contract.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param chain The blockchain chain label. @param addressOrLabel An address or the label of an address. @param contract @return ApiUnlinkAddressContractRequest
func (*ContractsAPIService) UnlinkAddressContractExecute ¶
func (a *ContractsAPIService) UnlinkAddressContractExecute(r ApiUnlinkAddressContractRequest) (*SetAddress201Response, *http.Response, error)
Execute executes the request
@return SetAddress201Response
type CountEventQueryRecords200Response ¶
type CountEventQueryRecords200Response struct { // The status code. Status int64 `json:"status"` // The human-readable status message. Message string `json:"message"` // The record count. Result int64 `json:"result"` }
CountEventQueryRecords200Response struct for CountEventQueryRecords200Response
func NewCountEventQueryRecords200Response ¶
func NewCountEventQueryRecords200Response(status int64, message string, result int64) *CountEventQueryRecords200Response
NewCountEventQueryRecords200Response instantiates a new CountEventQueryRecords200Response object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewCountEventQueryRecords200ResponseWithDefaults ¶
func NewCountEventQueryRecords200ResponseWithDefaults() *CountEventQueryRecords200Response
NewCountEventQueryRecords200ResponseWithDefaults instantiates a new CountEventQueryRecords200Response object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*CountEventQueryRecords200Response) GetMessage ¶
func (o *CountEventQueryRecords200Response) GetMessage() string
GetMessage returns the Message field value
func (*CountEventQueryRecords200Response) GetMessageOk ¶
func (o *CountEventQueryRecords200Response) GetMessageOk() (*string, bool)
GetMessageOk returns a tuple with the Message field value and a boolean to check if the value has been set.
func (*CountEventQueryRecords200Response) GetResult ¶
func (o *CountEventQueryRecords200Response) GetResult() int64
GetResult returns the Result field value
func (*CountEventQueryRecords200Response) GetResultOk ¶
func (o *CountEventQueryRecords200Response) GetResultOk() (*int64, bool)
GetResultOk returns a tuple with the Result field value and a boolean to check if the value has been set.
func (*CountEventQueryRecords200Response) GetStatus ¶
func (o *CountEventQueryRecords200Response) GetStatus() int64
GetStatus returns the Status field value
func (*CountEventQueryRecords200Response) GetStatusOk ¶
func (o *CountEventQueryRecords200Response) GetStatusOk() (*int64, bool)
GetStatusOk returns a tuple with the Status field value and a boolean to check if the value has been set.
func (CountEventQueryRecords200Response) MarshalJSON ¶
func (o CountEventQueryRecords200Response) MarshalJSON() ([]byte, error)
func (*CountEventQueryRecords200Response) SetMessage ¶
func (o *CountEventQueryRecords200Response) SetMessage(v string)
SetMessage sets field value
func (*CountEventQueryRecords200Response) SetResult ¶
func (o *CountEventQueryRecords200Response) SetResult(v int64)
SetResult sets field value
func (*CountEventQueryRecords200Response) SetStatus ¶
func (o *CountEventQueryRecords200Response) SetStatus(v int64)
SetStatus sets field value
func (CountEventQueryRecords200Response) ToMap ¶
func (o CountEventQueryRecords200Response) ToMap() (map[string]interface{}, error)
func (*CountEventQueryRecords200Response) UnmarshalJSON ¶
func (o *CountEventQueryRecords200Response) UnmarshalJSON(data []byte) (err error)
type CountWalletTransactions200Response ¶
type CountWalletTransactions200Response struct { // The status code. Status int64 `json:"status"` // The human-readable status message. Message string `json:"message"` // The transaction count. Result int64 `json:"result"` }
CountWalletTransactions200Response struct for CountWalletTransactions200Response
func NewCountWalletTransactions200Response ¶
func NewCountWalletTransactions200Response(status int64, message string, result int64) *CountWalletTransactions200Response
NewCountWalletTransactions200Response instantiates a new CountWalletTransactions200Response object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewCountWalletTransactions200ResponseWithDefaults ¶
func NewCountWalletTransactions200ResponseWithDefaults() *CountWalletTransactions200Response
NewCountWalletTransactions200ResponseWithDefaults instantiates a new CountWalletTransactions200Response object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*CountWalletTransactions200Response) GetMessage ¶
func (o *CountWalletTransactions200Response) GetMessage() string
GetMessage returns the Message field value
func (*CountWalletTransactions200Response) GetMessageOk ¶
func (o *CountWalletTransactions200Response) GetMessageOk() (*string, bool)
GetMessageOk returns a tuple with the Message field value and a boolean to check if the value has been set.
func (*CountWalletTransactions200Response) GetResult ¶
func (o *CountWalletTransactions200Response) GetResult() int64
GetResult returns the Result field value
func (*CountWalletTransactions200Response) GetResultOk ¶
func (o *CountWalletTransactions200Response) GetResultOk() (*int64, bool)
GetResultOk returns a tuple with the Result field value and a boolean to check if the value has been set.
func (*CountWalletTransactions200Response) GetStatus ¶
func (o *CountWalletTransactions200Response) GetStatus() int64
GetStatus returns the Status field value
func (*CountWalletTransactions200Response) GetStatusOk ¶
func (o *CountWalletTransactions200Response) GetStatusOk() (*int64, bool)
GetStatusOk returns a tuple with the Status field value and a boolean to check if the value has been set.
func (CountWalletTransactions200Response) MarshalJSON ¶
func (o CountWalletTransactions200Response) MarshalJSON() ([]byte, error)
func (*CountWalletTransactions200Response) SetMessage ¶
func (o *CountWalletTransactions200Response) SetMessage(v string)
SetMessage sets field value
func (*CountWalletTransactions200Response) SetResult ¶
func (o *CountWalletTransactions200Response) SetResult(v int64)
SetResult sets field value
func (*CountWalletTransactions200Response) SetStatus ¶
func (o *CountWalletTransactions200Response) SetStatus(v int64)
SetStatus sets field value
func (CountWalletTransactions200Response) ToMap ¶
func (o CountWalletTransactions200Response) ToMap() (map[string]interface{}, error)
func (*CountWalletTransactions200Response) UnmarshalJSON ¶
func (o *CountWalletTransactions200Response) UnmarshalJSON(data []byte) (err error)
type CountWebhookEvents200Response ¶
type CountWebhookEvents200Response struct { // The status code. Status int64 `json:"status"` // The human-readable status message. Message string `json:"message"` // The number of webhook events. Result int64 `json:"result"` }
CountWebhookEvents200Response struct for CountWebhookEvents200Response
func NewCountWebhookEvents200Response ¶
func NewCountWebhookEvents200Response(status int64, message string, result int64) *CountWebhookEvents200Response
NewCountWebhookEvents200Response instantiates a new CountWebhookEvents200Response object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewCountWebhookEvents200ResponseWithDefaults ¶
func NewCountWebhookEvents200ResponseWithDefaults() *CountWebhookEvents200Response
NewCountWebhookEvents200ResponseWithDefaults instantiates a new CountWebhookEvents200Response object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*CountWebhookEvents200Response) GetMessage ¶
func (o *CountWebhookEvents200Response) GetMessage() string
GetMessage returns the Message field value
func (*CountWebhookEvents200Response) GetMessageOk ¶
func (o *CountWebhookEvents200Response) GetMessageOk() (*string, bool)
GetMessageOk returns a tuple with the Message field value and a boolean to check if the value has been set.
func (*CountWebhookEvents200Response) GetResult ¶
func (o *CountWebhookEvents200Response) GetResult() int64
GetResult returns the Result field value
func (*CountWebhookEvents200Response) GetResultOk ¶
func (o *CountWebhookEvents200Response) GetResultOk() (*int64, bool)
GetResultOk returns a tuple with the Result field value and a boolean to check if the value has been set.
func (*CountWebhookEvents200Response) GetStatus ¶
func (o *CountWebhookEvents200Response) GetStatus() int64
GetStatus returns the Status field value
func (*CountWebhookEvents200Response) GetStatusOk ¶
func (o *CountWebhookEvents200Response) GetStatusOk() (*int64, bool)
GetStatusOk returns a tuple with the Status field value and a boolean to check if the value has been set.
func (CountWebhookEvents200Response) MarshalJSON ¶
func (o CountWebhookEvents200Response) MarshalJSON() ([]byte, error)
func (*CountWebhookEvents200Response) SetMessage ¶
func (o *CountWebhookEvents200Response) SetMessage(v string)
SetMessage sets field value
func (*CountWebhookEvents200Response) SetResult ¶
func (o *CountWebhookEvents200Response) SetResult(v int64)
SetResult sets field value
func (*CountWebhookEvents200Response) SetStatus ¶
func (o *CountWebhookEvents200Response) SetStatus(v int64)
SetStatus sets field value
func (CountWebhookEvents200Response) ToMap ¶
func (o CountWebhookEvents200Response) ToMap() (map[string]interface{}, error)
func (*CountWebhookEvents200Response) UnmarshalJSON ¶
func (o *CountWebhookEvents200Response) UnmarshalJSON(data []byte) (err error)
type CountWebhooks200Response ¶
type CountWebhooks200Response struct { // The status code. Status int64 `json:"status"` // The human-readable status message. Message string `json:"message"` // The webhook count. Result int64 `json:"result"` }
CountWebhooks200Response struct for CountWebhooks200Response
func NewCountWebhooks200Response ¶
func NewCountWebhooks200Response(status int64, message string, result int64) *CountWebhooks200Response
NewCountWebhooks200Response instantiates a new CountWebhooks200Response object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewCountWebhooks200ResponseWithDefaults ¶
func NewCountWebhooks200ResponseWithDefaults() *CountWebhooks200Response
NewCountWebhooks200ResponseWithDefaults instantiates a new CountWebhooks200Response object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*CountWebhooks200Response) GetMessage ¶
func (o *CountWebhooks200Response) GetMessage() string
GetMessage returns the Message field value
func (*CountWebhooks200Response) GetMessageOk ¶
func (o *CountWebhooks200Response) GetMessageOk() (*string, bool)
GetMessageOk returns a tuple with the Message field value and a boolean to check if the value has been set.
func (*CountWebhooks200Response) GetResult ¶
func (o *CountWebhooks200Response) GetResult() int64
GetResult returns the Result field value
func (*CountWebhooks200Response) GetResultOk ¶
func (o *CountWebhooks200Response) GetResultOk() (*int64, bool)
GetResultOk returns a tuple with the Result field value and a boolean to check if the value has been set.
func (*CountWebhooks200Response) GetStatus ¶
func (o *CountWebhooks200Response) GetStatus() int64
GetStatus returns the Status field value
func (*CountWebhooks200Response) GetStatusOk ¶
func (o *CountWebhooks200Response) GetStatusOk() (*int64, bool)
GetStatusOk returns a tuple with the Status field value and a boolean to check if the value has been set.
func (CountWebhooks200Response) MarshalJSON ¶
func (o CountWebhooks200Response) MarshalJSON() ([]byte, error)
func (*CountWebhooks200Response) SetMessage ¶
func (o *CountWebhooks200Response) SetMessage(v string)
SetMessage sets field value
func (*CountWebhooks200Response) SetResult ¶
func (o *CountWebhooks200Response) SetResult(v int64)
SetResult sets field value
func (*CountWebhooks200Response) SetStatus ¶
func (o *CountWebhooks200Response) SetStatus(v int64)
SetStatus sets field value
func (CountWebhooks200Response) ToMap ¶
func (o CountWebhooks200Response) ToMap() (map[string]interface{}, error)
func (*CountWebhooks200Response) UnmarshalJSON ¶
func (o *CountWebhooks200Response) UnmarshalJSON(data []byte) (err error)
type CreateApiKey200Response ¶
type CreateApiKey200Response struct { // The status code. Status int64 `json:"status"` // The human-readable status message. Message string `json:"message"` Result APIKeyWithSecret `json:"result"` }
CreateApiKey200Response struct for CreateApiKey200Response
func NewCreateApiKey200Response ¶
func NewCreateApiKey200Response(status int64, message string, result APIKeyWithSecret) *CreateApiKey200Response
NewCreateApiKey200Response instantiates a new CreateApiKey200Response object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewCreateApiKey200ResponseWithDefaults ¶
func NewCreateApiKey200ResponseWithDefaults() *CreateApiKey200Response
NewCreateApiKey200ResponseWithDefaults instantiates a new CreateApiKey200Response object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*CreateApiKey200Response) GetMessage ¶
func (o *CreateApiKey200Response) GetMessage() string
GetMessage returns the Message field value
func (*CreateApiKey200Response) GetMessageOk ¶
func (o *CreateApiKey200Response) GetMessageOk() (*string, bool)
GetMessageOk returns a tuple with the Message field value and a boolean to check if the value has been set.
func (*CreateApiKey200Response) GetResult ¶
func (o *CreateApiKey200Response) GetResult() APIKeyWithSecret
GetResult returns the Result field value
func (*CreateApiKey200Response) GetResultOk ¶
func (o *CreateApiKey200Response) GetResultOk() (*APIKeyWithSecret, bool)
GetResultOk returns a tuple with the Result field value and a boolean to check if the value has been set.
func (*CreateApiKey200Response) GetStatus ¶
func (o *CreateApiKey200Response) GetStatus() int64
GetStatus returns the Status field value
func (*CreateApiKey200Response) GetStatusOk ¶
func (o *CreateApiKey200Response) GetStatusOk() (*int64, bool)
GetStatusOk returns a tuple with the Status field value and a boolean to check if the value has been set.
func (CreateApiKey200Response) MarshalJSON ¶
func (o CreateApiKey200Response) MarshalJSON() ([]byte, error)
func (*CreateApiKey200Response) SetMessage ¶
func (o *CreateApiKey200Response) SetMessage(v string)
SetMessage sets field value
func (*CreateApiKey200Response) SetResult ¶
func (o *CreateApiKey200Response) SetResult(v APIKeyWithSecret)
SetResult sets field value
func (*CreateApiKey200Response) SetStatus ¶
func (o *CreateApiKey200Response) SetStatus(v int64)
SetStatus sets field value
func (CreateApiKey200Response) ToMap ¶
func (o CreateApiKey200Response) ToMap() (map[string]interface{}, error)
func (*CreateApiKey200Response) UnmarshalJSON ¶
func (o *CreateApiKey200Response) UnmarshalJSON(data []byte) (err error)
type CreateApiKeyRequest ¶
type CreateApiKeyRequest struct { // An alias to easily identify and reference the entity in subsequent requests. Label string `json:"label" validate:"regexp=^[a-z0-9_-]+$"` GroupIDs []int64 `json:"groupIDs,omitempty"` }
CreateApiKeyRequest struct for CreateApiKeyRequest
func NewCreateApiKeyRequest ¶
func NewCreateApiKeyRequest(label string) *CreateApiKeyRequest
NewCreateApiKeyRequest instantiates a new CreateApiKeyRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewCreateApiKeyRequestWithDefaults ¶
func NewCreateApiKeyRequestWithDefaults() *CreateApiKeyRequest
NewCreateApiKeyRequestWithDefaults instantiates a new CreateApiKeyRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*CreateApiKeyRequest) GetGroupIDs ¶
func (o *CreateApiKeyRequest) GetGroupIDs() []int64
GetGroupIDs returns the GroupIDs field value if set, zero value otherwise.
func (*CreateApiKeyRequest) GetGroupIDsOk ¶
func (o *CreateApiKeyRequest) GetGroupIDsOk() ([]int64, bool)
GetGroupIDsOk returns a tuple with the GroupIDs field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CreateApiKeyRequest) GetLabel ¶
func (o *CreateApiKeyRequest) GetLabel() string
GetLabel returns the Label field value
func (*CreateApiKeyRequest) GetLabelOk ¶
func (o *CreateApiKeyRequest) GetLabelOk() (*string, bool)
GetLabelOk returns a tuple with the Label field value and a boolean to check if the value has been set.
func (*CreateApiKeyRequest) HasGroupIDs ¶
func (o *CreateApiKeyRequest) HasGroupIDs() bool
HasGroupIDs returns a boolean if a field has been set.
func (CreateApiKeyRequest) MarshalJSON ¶
func (o CreateApiKeyRequest) MarshalJSON() ([]byte, error)
func (*CreateApiKeyRequest) SetGroupIDs ¶
func (o *CreateApiKeyRequest) SetGroupIDs(v []int64)
SetGroupIDs gets a reference to the given []int64 and assigns it to the GroupIDs field.
func (*CreateApiKeyRequest) SetLabel ¶
func (o *CreateApiKeyRequest) SetLabel(v string)
SetLabel sets field value
func (CreateApiKeyRequest) ToMap ¶
func (o CreateApiKeyRequest) ToMap() (map[string]interface{}, error)
func (*CreateApiKeyRequest) UnmarshalJSON ¶
func (o *CreateApiKeyRequest) UnmarshalJSON(data []byte) (err error)
type CreateHsmKey200Response ¶
type CreateHsmKey200Response struct { // The status code. Status int64 `json:"status"` // The human-readable status message. Message string `json:"message"` Result AzureWallet `json:"result"` }
CreateHsmKey200Response struct for CreateHsmKey200Response
func NewCreateHsmKey200Response ¶
func NewCreateHsmKey200Response(status int64, message string, result AzureWallet) *CreateHsmKey200Response
NewCreateHsmKey200Response instantiates a new CreateHsmKey200Response object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewCreateHsmKey200ResponseWithDefaults ¶
func NewCreateHsmKey200ResponseWithDefaults() *CreateHsmKey200Response
NewCreateHsmKey200ResponseWithDefaults instantiates a new CreateHsmKey200Response object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*CreateHsmKey200Response) GetMessage ¶
func (o *CreateHsmKey200Response) GetMessage() string
GetMessage returns the Message field value
func (*CreateHsmKey200Response) GetMessageOk ¶
func (o *CreateHsmKey200Response) GetMessageOk() (*string, bool)
GetMessageOk returns a tuple with the Message field value and a boolean to check if the value has been set.
func (*CreateHsmKey200Response) GetResult ¶
func (o *CreateHsmKey200Response) GetResult() AzureWallet
GetResult returns the Result field value
func (*CreateHsmKey200Response) GetResultOk ¶
func (o *CreateHsmKey200Response) GetResultOk() (*AzureWallet, bool)
GetResultOk returns a tuple with the Result field value and a boolean to check if the value has been set.
func (*CreateHsmKey200Response) GetStatus ¶
func (o *CreateHsmKey200Response) GetStatus() int64
GetStatus returns the Status field value
func (*CreateHsmKey200Response) GetStatusOk ¶
func (o *CreateHsmKey200Response) GetStatusOk() (*int64, bool)
GetStatusOk returns a tuple with the Status field value and a boolean to check if the value has been set.
func (CreateHsmKey200Response) MarshalJSON ¶
func (o CreateHsmKey200Response) MarshalJSON() ([]byte, error)
func (*CreateHsmKey200Response) SetMessage ¶
func (o *CreateHsmKey200Response) SetMessage(v string)
SetMessage sets field value
func (*CreateHsmKey200Response) SetResult ¶
func (o *CreateHsmKey200Response) SetResult(v AzureWallet)
SetResult sets field value
func (*CreateHsmKey200Response) SetStatus ¶
func (o *CreateHsmKey200Response) SetStatus(v int64)
SetStatus sets field value
func (CreateHsmKey200Response) ToMap ¶
func (o CreateHsmKey200Response) ToMap() (map[string]interface{}, error)
func (*CreateHsmKey200Response) UnmarshalJSON ¶
func (o *CreateHsmKey200Response) UnmarshalJSON(data []byte) (err error)
type CreateKey ¶
type CreateKey struct { // The Application ID that will be accessing the Key Vault. ClientID string `json:"clientID"` // The name of the key. KeyName string `json:"keyName" validate:"regexp=^[a-zA-Z0-9-]{1,127}$"` // The name given to the vault your key is stored in. VaultName string `json:"vaultName"` UseHardwareModule bool `json:"useHardwareModule"` }
CreateKey Create Key request data.
func NewCreateKey ¶
func NewCreateKey(clientID string, keyName string, vaultName string, useHardwareModule bool) *CreateKey
NewCreateKey instantiates a new CreateKey object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewCreateKeyWithDefaults ¶
func NewCreateKeyWithDefaults() *CreateKey
NewCreateKeyWithDefaults instantiates a new CreateKey object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*CreateKey) GetClientID ¶
GetClientID returns the ClientID field value
func (*CreateKey) GetClientIDOk ¶
GetClientIDOk returns a tuple with the ClientID field value and a boolean to check if the value has been set.
func (*CreateKey) GetKeyName ¶
GetKeyName returns the KeyName field value
func (*CreateKey) GetKeyNameOk ¶
GetKeyNameOk returns a tuple with the KeyName field value and a boolean to check if the value has been set.
func (*CreateKey) GetUseHardwareModule ¶
GetUseHardwareModule returns the UseHardwareModule field value
func (*CreateKey) GetUseHardwareModuleOk ¶
GetUseHardwareModuleOk returns a tuple with the UseHardwareModule field value and a boolean to check if the value has been set.
func (*CreateKey) GetVaultName ¶
GetVaultName returns the VaultName field value
func (*CreateKey) GetVaultNameOk ¶
GetVaultNameOk returns a tuple with the VaultName field value and a boolean to check if the value has been set.
func (CreateKey) MarshalJSON ¶
func (*CreateKey) SetClientID ¶
SetClientID sets field value
func (*CreateKey) SetUseHardwareModule ¶
SetUseHardwareModule sets field value
func (*CreateKey) SetVaultName ¶
SetVaultName sets field value
func (*CreateKey) UnmarshalJSON ¶
type CreateWebhook200Response ¶
type CreateWebhook200Response struct { // The status code. Status int64 `json:"status"` // The human-readable status message. Message string `json:"message"` Result WebhookEndpoint `json:"result"` }
CreateWebhook200Response struct for CreateWebhook200Response
func NewCreateWebhook200Response ¶
func NewCreateWebhook200Response(status int64, message string, result WebhookEndpoint) *CreateWebhook200Response
NewCreateWebhook200Response instantiates a new CreateWebhook200Response object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewCreateWebhook200ResponseWithDefaults ¶
func NewCreateWebhook200ResponseWithDefaults() *CreateWebhook200Response
NewCreateWebhook200ResponseWithDefaults instantiates a new CreateWebhook200Response object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*CreateWebhook200Response) GetMessage ¶
func (o *CreateWebhook200Response) GetMessage() string
GetMessage returns the Message field value
func (*CreateWebhook200Response) GetMessageOk ¶
func (o *CreateWebhook200Response) GetMessageOk() (*string, bool)
GetMessageOk returns a tuple with the Message field value and a boolean to check if the value has been set.
func (*CreateWebhook200Response) GetResult ¶
func (o *CreateWebhook200Response) GetResult() WebhookEndpoint
GetResult returns the Result field value
func (*CreateWebhook200Response) GetResultOk ¶
func (o *CreateWebhook200Response) GetResultOk() (*WebhookEndpoint, bool)
GetResultOk returns a tuple with the Result field value and a boolean to check if the value has been set.
func (*CreateWebhook200Response) GetStatus ¶
func (o *CreateWebhook200Response) GetStatus() int64
GetStatus returns the Status field value
func (*CreateWebhook200Response) GetStatusOk ¶
func (o *CreateWebhook200Response) GetStatusOk() (*int64, bool)
GetStatusOk returns a tuple with the Status field value and a boolean to check if the value has been set.
func (CreateWebhook200Response) MarshalJSON ¶
func (o CreateWebhook200Response) MarshalJSON() ([]byte, error)
func (*CreateWebhook200Response) SetMessage ¶
func (o *CreateWebhook200Response) SetMessage(v string)
SetMessage sets field value
func (*CreateWebhook200Response) SetResult ¶
func (o *CreateWebhook200Response) SetResult(v WebhookEndpoint)
SetResult sets field value
func (*CreateWebhook200Response) SetStatus ¶
func (o *CreateWebhook200Response) SetStatus(v int64)
SetStatus sets field value
func (CreateWebhook200Response) ToMap ¶
func (o CreateWebhook200Response) ToMap() (map[string]interface{}, error)
func (*CreateWebhook200Response) UnmarshalJSON ¶
func (o *CreateWebhook200Response) UnmarshalJSON(data []byte) (err error)
type DeployContract200Response ¶
type DeployContract200Response struct { // The status code. Status int64 `json:"status"` // The human-readable status message. Message string `json:"message"` Result DeployContractTransaction `json:"result"` }
DeployContract200Response struct for DeployContract200Response
func NewDeployContract200Response ¶
func NewDeployContract200Response(status int64, message string, result DeployContractTransaction) *DeployContract200Response
NewDeployContract200Response instantiates a new DeployContract200Response object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewDeployContract200ResponseWithDefaults ¶
func NewDeployContract200ResponseWithDefaults() *DeployContract200Response
NewDeployContract200ResponseWithDefaults instantiates a new DeployContract200Response object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*DeployContract200Response) GetMessage ¶
func (o *DeployContract200Response) GetMessage() string
GetMessage returns the Message field value
func (*DeployContract200Response) GetMessageOk ¶
func (o *DeployContract200Response) GetMessageOk() (*string, bool)
GetMessageOk returns a tuple with the Message field value and a boolean to check if the value has been set.
func (*DeployContract200Response) GetResult ¶
func (o *DeployContract200Response) GetResult() DeployContractTransaction
GetResult returns the Result field value
func (*DeployContract200Response) GetResultOk ¶
func (o *DeployContract200Response) GetResultOk() (*DeployContractTransaction, bool)
GetResultOk returns a tuple with the Result field value and a boolean to check if the value has been set.
func (*DeployContract200Response) GetStatus ¶
func (o *DeployContract200Response) GetStatus() int64
GetStatus returns the Status field value
func (*DeployContract200Response) GetStatusOk ¶
func (o *DeployContract200Response) GetStatusOk() (*int64, bool)
GetStatusOk returns a tuple with the Status field value and a boolean to check if the value has been set.
func (DeployContract200Response) MarshalJSON ¶
func (o DeployContract200Response) MarshalJSON() ([]byte, error)
func (*DeployContract200Response) SetMessage ¶
func (o *DeployContract200Response) SetMessage(v string)
SetMessage sets field value
func (*DeployContract200Response) SetResult ¶
func (o *DeployContract200Response) SetResult(v DeployContractTransaction)
SetResult sets field value
func (*DeployContract200Response) SetStatus ¶
func (o *DeployContract200Response) SetStatus(v int64)
SetStatus sets field value
func (DeployContract200Response) ToMap ¶
func (o DeployContract200Response) ToMap() (map[string]interface{}, error)
func (*DeployContract200Response) UnmarshalJSON ¶
func (o *DeployContract200Response) UnmarshalJSON(data []byte) (err error)
type DeployContractTransaction ¶
type DeployContractTransaction struct { Tx BaseTransactionToSignTx `json:"tx"` Submitted bool `json:"submitted"` DeployAt *string `json:"deployAt,omitempty"` // An alias to easily identify and reference the entity in subsequent requests. Label *string `json:"label,omitempty" validate:"regexp=^[a-z0-9_-]+$"` }
DeployContractTransaction The transaction returned when you deploy a contracts.
func NewDeployContractTransaction ¶
func NewDeployContractTransaction(tx BaseTransactionToSignTx, submitted bool) *DeployContractTransaction
NewDeployContractTransaction instantiates a new DeployContractTransaction object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewDeployContractTransactionWithDefaults ¶
func NewDeployContractTransactionWithDefaults() *DeployContractTransaction
NewDeployContractTransactionWithDefaults instantiates a new DeployContractTransaction object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*DeployContractTransaction) GetDeployAt ¶
func (o *DeployContractTransaction) GetDeployAt() string
GetDeployAt returns the DeployAt field value if set, zero value otherwise.
func (*DeployContractTransaction) GetDeployAtOk ¶
func (o *DeployContractTransaction) GetDeployAtOk() (*string, bool)
GetDeployAtOk returns a tuple with the DeployAt field value if set, nil otherwise and a boolean to check if the value has been set.
func (*DeployContractTransaction) GetLabel ¶
func (o *DeployContractTransaction) GetLabel() string
GetLabel returns the Label field value if set, zero value otherwise.
func (*DeployContractTransaction) GetLabelOk ¶
func (o *DeployContractTransaction) GetLabelOk() (*string, bool)
GetLabelOk returns a tuple with the Label field value if set, nil otherwise and a boolean to check if the value has been set.
func (*DeployContractTransaction) GetSubmitted ¶
func (o *DeployContractTransaction) GetSubmitted() bool
GetSubmitted returns the Submitted field value
func (*DeployContractTransaction) GetSubmittedOk ¶
func (o *DeployContractTransaction) GetSubmittedOk() (*bool, bool)
GetSubmittedOk returns a tuple with the Submitted field value and a boolean to check if the value has been set.
func (*DeployContractTransaction) GetTx ¶
func (o *DeployContractTransaction) GetTx() BaseTransactionToSignTx
GetTx returns the Tx field value
func (*DeployContractTransaction) GetTxOk ¶
func (o *DeployContractTransaction) GetTxOk() (*BaseTransactionToSignTx, bool)
GetTxOk returns a tuple with the Tx field value and a boolean to check if the value has been set.
func (*DeployContractTransaction) HasDeployAt ¶
func (o *DeployContractTransaction) HasDeployAt() bool
HasDeployAt returns a boolean if a field has been set.
func (*DeployContractTransaction) HasLabel ¶
func (o *DeployContractTransaction) HasLabel() bool
HasLabel returns a boolean if a field has been set.
func (DeployContractTransaction) MarshalJSON ¶
func (o DeployContractTransaction) MarshalJSON() ([]byte, error)
func (*DeployContractTransaction) SetDeployAt ¶
func (o *DeployContractTransaction) SetDeployAt(v string)
SetDeployAt gets a reference to the given string and assigns it to the DeployAt field.
func (*DeployContractTransaction) SetLabel ¶
func (o *DeployContractTransaction) SetLabel(v string)
SetLabel gets a reference to the given string and assigns it to the Label field.
func (*DeployContractTransaction) SetSubmitted ¶
func (o *DeployContractTransaction) SetSubmitted(v bool)
SetSubmitted sets field value
func (*DeployContractTransaction) SetTx ¶
func (o *DeployContractTransaction) SetTx(v BaseTransactionToSignTx)
SetTx sets field value
func (DeployContractTransaction) ToMap ¶
func (o DeployContractTransaction) ToMap() (map[string]interface{}, error)
func (*DeployContractTransaction) UnmarshalJSON ¶
func (o *DeployContractTransaction) UnmarshalJSON(data []byte) (err error)
type Error ¶
type Error struct { // The unique error code. Status int64 `json:"status"` // The human-readable error message. Message string `json:"message"` }
Error An error response.
func IsMultiBaasErr ¶
IsMultiBaasErr returns a *multibaas.Error and `true` if the if the error provided is a standard MultiBaas API error.
func NewError ¶
NewError instantiates a new Error object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewErrorWithDefaults ¶
func NewErrorWithDefaults() *Error
NewErrorWithDefaults instantiates a new Error object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*Error) GetMessage ¶
GetMessage returns the Message field value
func (*Error) GetMessageOk ¶
GetMessageOk returns a tuple with the Message field value and a boolean to check if the value has been set.
func (*Error) GetStatusOk ¶
GetStatusOk returns a tuple with the Status field value and a boolean to check if the value has been set.
func (Error) MarshalJSON ¶
func (*Error) UnmarshalJSON ¶
type Event ¶
type Event struct { // The time at which the event was triggered. TriggeredAt time.Time `json:"triggeredAt"` Event EventInformation `json:"event"` Transaction TransactionInformation `json:"transaction"` }
Event An event returned by the API call.
func NewEvent ¶
func NewEvent(triggeredAt time.Time, event EventInformation, transaction TransactionInformation) *Event
NewEvent instantiates a new Event object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewEventWithDefaults ¶
func NewEventWithDefaults() *Event
NewEventWithDefaults instantiates a new Event object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*Event) GetEvent ¶
func (o *Event) GetEvent() EventInformation
GetEvent returns the Event field value
func (*Event) GetEventOk ¶
func (o *Event) GetEventOk() (*EventInformation, bool)
GetEventOk returns a tuple with the Event field value and a boolean to check if the value has been set.
func (*Event) GetTransaction ¶
func (o *Event) GetTransaction() TransactionInformation
GetTransaction returns the Transaction field value
func (*Event) GetTransactionOk ¶
func (o *Event) GetTransactionOk() (*TransactionInformation, bool)
GetTransactionOk returns a tuple with the Transaction field value and a boolean to check if the value has been set.
func (*Event) GetTriggeredAt ¶
GetTriggeredAt returns the TriggeredAt field value
func (*Event) GetTriggeredAtOk ¶
GetTriggeredAtOk returns a tuple with the TriggeredAt field value and a boolean to check if the value has been set.
func (Event) MarshalJSON ¶
func (*Event) SetTransaction ¶
func (o *Event) SetTransaction(v TransactionInformation)
SetTransaction sets field value
func (*Event) SetTriggeredAt ¶
SetTriggeredAt sets field value
func (*Event) UnmarshalJSON ¶
type EventField ¶
type EventField struct { // The input name. Name string `json:"name"` // The input value. Value interface{} `json:"value"` // Has the value been hashed into a keccak256 string? Hashed bool `json:"hashed"` // The type of the argument. Type string `json:"type"` }
EventField Holds a field in the event's data.
func NewEventField ¶
func NewEventField(name string, value interface{}, hashed bool, type_ string) *EventField
NewEventField instantiates a new EventField object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewEventFieldWithDefaults ¶
func NewEventFieldWithDefaults() *EventField
NewEventFieldWithDefaults instantiates a new EventField object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*EventField) GetHashed ¶
func (o *EventField) GetHashed() bool
GetHashed returns the Hashed field value
func (*EventField) GetHashedOk ¶
func (o *EventField) GetHashedOk() (*bool, bool)
GetHashedOk returns a tuple with the Hashed field value and a boolean to check if the value has been set.
func (*EventField) GetName ¶
func (o *EventField) GetName() string
GetName returns the Name field value
func (*EventField) GetNameOk ¶
func (o *EventField) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.
func (*EventField) GetType ¶
func (o *EventField) GetType() string
GetType returns the Type field value
func (*EventField) GetTypeOk ¶
func (o *EventField) GetTypeOk() (*string, bool)
GetTypeOk returns a tuple with the Type field value and a boolean to check if the value has been set.
func (*EventField) GetValue ¶
func (o *EventField) GetValue() interface{}
GetValue returns the Value field value If the value is explicit nil, the zero value for interface{} will be returned
func (*EventField) GetValueOk ¶
func (o *EventField) GetValueOk() (*interface{}, bool)
GetValueOk returns a tuple with the Value field value and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (EventField) MarshalJSON ¶
func (o EventField) MarshalJSON() ([]byte, error)
func (*EventField) SetValue ¶
func (o *EventField) SetValue(v interface{})
SetValue sets field value
func (EventField) ToMap ¶
func (o EventField) ToMap() (map[string]interface{}, error)
func (*EventField) UnmarshalJSON ¶
func (o *EventField) UnmarshalJSON(data []byte) (err error)
type EventInformation ¶
type EventInformation struct { // The name of the event. Name string `json:"name"` // The event signature. Signature string `json:"signature"` // The list of input arguments for the event. Inputs []EventField `json:"inputs"` // The raw output from an event. Omitted when returned as part of a transaction receipt. RawFields *string `json:"rawFields,omitempty"` Contract ContractInformation `json:"contract"` // The event's index in the log. IndexInLog int64 `json:"indexInLog"` }
EventInformation The event information returned as part of an event.
func NewEventInformation ¶
func NewEventInformation(name string, signature string, inputs []EventField, contract ContractInformation, indexInLog int64) *EventInformation
NewEventInformation instantiates a new EventInformation object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewEventInformationWithDefaults ¶
func NewEventInformationWithDefaults() *EventInformation
NewEventInformationWithDefaults instantiates a new EventInformation object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*EventInformation) GetContract ¶
func (o *EventInformation) GetContract() ContractInformation
GetContract returns the Contract field value
func (*EventInformation) GetContractOk ¶
func (o *EventInformation) GetContractOk() (*ContractInformation, bool)
GetContractOk returns a tuple with the Contract field value and a boolean to check if the value has been set.
func (*EventInformation) GetIndexInLog ¶
func (o *EventInformation) GetIndexInLog() int64
GetIndexInLog returns the IndexInLog field value
func (*EventInformation) GetIndexInLogOk ¶
func (o *EventInformation) GetIndexInLogOk() (*int64, bool)
GetIndexInLogOk returns a tuple with the IndexInLog field value and a boolean to check if the value has been set.
func (*EventInformation) GetInputs ¶
func (o *EventInformation) GetInputs() []EventField
GetInputs returns the Inputs field value
func (*EventInformation) GetInputsOk ¶
func (o *EventInformation) GetInputsOk() ([]EventField, bool)
GetInputsOk returns a tuple with the Inputs field value and a boolean to check if the value has been set.
func (*EventInformation) GetName ¶
func (o *EventInformation) GetName() string
GetName returns the Name field value
func (*EventInformation) GetNameOk ¶
func (o *EventInformation) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.
func (*EventInformation) GetRawFields ¶
func (o *EventInformation) GetRawFields() string
GetRawFields returns the RawFields field value if set, zero value otherwise.
func (*EventInformation) GetRawFieldsOk ¶
func (o *EventInformation) GetRawFieldsOk() (*string, bool)
GetRawFieldsOk returns a tuple with the RawFields field value if set, nil otherwise and a boolean to check if the value has been set.
func (*EventInformation) GetSignature ¶
func (o *EventInformation) GetSignature() string
GetSignature returns the Signature field value
func (*EventInformation) GetSignatureOk ¶
func (o *EventInformation) GetSignatureOk() (*string, bool)
GetSignatureOk returns a tuple with the Signature field value and a boolean to check if the value has been set.
func (*EventInformation) HasRawFields ¶
func (o *EventInformation) HasRawFields() bool
HasRawFields returns a boolean if a field has been set.
func (EventInformation) MarshalJSON ¶
func (o EventInformation) MarshalJSON() ([]byte, error)
func (*EventInformation) SetContract ¶
func (o *EventInformation) SetContract(v ContractInformation)
SetContract sets field value
func (*EventInformation) SetIndexInLog ¶
func (o *EventInformation) SetIndexInLog(v int64)
SetIndexInLog sets field value
func (*EventInformation) SetInputs ¶
func (o *EventInformation) SetInputs(v []EventField)
SetInputs sets field value
func (*EventInformation) SetName ¶
func (o *EventInformation) SetName(v string)
SetName sets field value
func (*EventInformation) SetRawFields ¶
func (o *EventInformation) SetRawFields(v string)
SetRawFields gets a reference to the given string and assigns it to the RawFields field.
func (*EventInformation) SetSignature ¶
func (o *EventInformation) SetSignature(v string)
SetSignature sets field value
func (EventInformation) ToMap ¶
func (o EventInformation) ToMap() (map[string]interface{}, error)
func (*EventInformation) UnmarshalJSON ¶
func (o *EventInformation) UnmarshalJSON(data []byte) (err error)
type EventMonitorStatus ¶
type EventMonitorStatus struct { ContractId *int64 `json:"contractId,omitempty"` AddressId *int64 `json:"addressId,omitempty"` IsProcessingPastLogs bool `json:"isProcessingPastLogs"` IdealBlockRange *int64 `json:"idealBlockRange,omitempty"` LatestBlockNumber int64 `json:"latestBlockNumber"` // The keccak256 hash as a hex string of 256 bits. LatestBlockHash string `json:"latestBlockHash" validate:"regexp=^(0x[0-9a-f]{64}|0X[0-9A-F]{64})$"` StartBlockNumber int64 `json:"startBlockNumber"` // The keccak256 hash as a hex string of 256 bits. StartBlockHash string `json:"startBlockHash" validate:"regexp=^(0x[0-9a-f]{64}|0X[0-9A-F]{64})$"` UpdatedAt string `json:"updatedAt"` }
EventMonitorStatus Status of an Event Monitor
func NewEventMonitorStatus ¶
func NewEventMonitorStatus(isProcessingPastLogs bool, latestBlockNumber int64, latestBlockHash string, startBlockNumber int64, startBlockHash string, updatedAt string) *EventMonitorStatus
NewEventMonitorStatus instantiates a new EventMonitorStatus object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewEventMonitorStatusWithDefaults ¶
func NewEventMonitorStatusWithDefaults() *EventMonitorStatus
NewEventMonitorStatusWithDefaults instantiates a new EventMonitorStatus object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*EventMonitorStatus) GetAddressId ¶
func (o *EventMonitorStatus) GetAddressId() int64
GetAddressId returns the AddressId field value if set, zero value otherwise.
func (*EventMonitorStatus) GetAddressIdOk ¶
func (o *EventMonitorStatus) GetAddressIdOk() (*int64, bool)
GetAddressIdOk returns a tuple with the AddressId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*EventMonitorStatus) GetContractId ¶
func (o *EventMonitorStatus) GetContractId() int64
GetContractId returns the ContractId field value if set, zero value otherwise.
func (*EventMonitorStatus) GetContractIdOk ¶
func (o *EventMonitorStatus) GetContractIdOk() (*int64, bool)
GetContractIdOk returns a tuple with the ContractId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*EventMonitorStatus) GetIdealBlockRange ¶
func (o *EventMonitorStatus) GetIdealBlockRange() int64
GetIdealBlockRange returns the IdealBlockRange field value if set, zero value otherwise.
func (*EventMonitorStatus) GetIdealBlockRangeOk ¶
func (o *EventMonitorStatus) GetIdealBlockRangeOk() (*int64, bool)
GetIdealBlockRangeOk returns a tuple with the IdealBlockRange field value if set, nil otherwise and a boolean to check if the value has been set.
func (*EventMonitorStatus) GetIsProcessingPastLogs ¶
func (o *EventMonitorStatus) GetIsProcessingPastLogs() bool
GetIsProcessingPastLogs returns the IsProcessingPastLogs field value
func (*EventMonitorStatus) GetIsProcessingPastLogsOk ¶
func (o *EventMonitorStatus) GetIsProcessingPastLogsOk() (*bool, bool)
GetIsProcessingPastLogsOk returns a tuple with the IsProcessingPastLogs field value and a boolean to check if the value has been set.
func (*EventMonitorStatus) GetLatestBlockHash ¶
func (o *EventMonitorStatus) GetLatestBlockHash() string
GetLatestBlockHash returns the LatestBlockHash field value
func (*EventMonitorStatus) GetLatestBlockHashOk ¶
func (o *EventMonitorStatus) GetLatestBlockHashOk() (*string, bool)
GetLatestBlockHashOk returns a tuple with the LatestBlockHash field value and a boolean to check if the value has been set.
func (*EventMonitorStatus) GetLatestBlockNumber ¶
func (o *EventMonitorStatus) GetLatestBlockNumber() int64
GetLatestBlockNumber returns the LatestBlockNumber field value
func (*EventMonitorStatus) GetLatestBlockNumberOk ¶
func (o *EventMonitorStatus) GetLatestBlockNumberOk() (*int64, bool)
GetLatestBlockNumberOk returns a tuple with the LatestBlockNumber field value and a boolean to check if the value has been set.
func (*EventMonitorStatus) GetStartBlockHash ¶
func (o *EventMonitorStatus) GetStartBlockHash() string
GetStartBlockHash returns the StartBlockHash field value
func (*EventMonitorStatus) GetStartBlockHashOk ¶
func (o *EventMonitorStatus) GetStartBlockHashOk() (*string, bool)
GetStartBlockHashOk returns a tuple with the StartBlockHash field value and a boolean to check if the value has been set.
func (*EventMonitorStatus) GetStartBlockNumber ¶
func (o *EventMonitorStatus) GetStartBlockNumber() int64
GetStartBlockNumber returns the StartBlockNumber field value
func (*EventMonitorStatus) GetStartBlockNumberOk ¶
func (o *EventMonitorStatus) GetStartBlockNumberOk() (*int64, bool)
GetStartBlockNumberOk returns a tuple with the StartBlockNumber field value and a boolean to check if the value has been set.
func (*EventMonitorStatus) GetUpdatedAt ¶
func (o *EventMonitorStatus) GetUpdatedAt() string
GetUpdatedAt returns the UpdatedAt field value
func (*EventMonitorStatus) GetUpdatedAtOk ¶
func (o *EventMonitorStatus) GetUpdatedAtOk() (*string, bool)
GetUpdatedAtOk returns a tuple with the UpdatedAt field value and a boolean to check if the value has been set.
func (*EventMonitorStatus) HasAddressId ¶
func (o *EventMonitorStatus) HasAddressId() bool
HasAddressId returns a boolean if a field has been set.
func (*EventMonitorStatus) HasContractId ¶
func (o *EventMonitorStatus) HasContractId() bool
HasContractId returns a boolean if a field has been set.
func (*EventMonitorStatus) HasIdealBlockRange ¶
func (o *EventMonitorStatus) HasIdealBlockRange() bool
HasIdealBlockRange returns a boolean if a field has been set.
func (EventMonitorStatus) MarshalJSON ¶
func (o EventMonitorStatus) MarshalJSON() ([]byte, error)
func (*EventMonitorStatus) SetAddressId ¶
func (o *EventMonitorStatus) SetAddressId(v int64)
SetAddressId gets a reference to the given int64 and assigns it to the AddressId field.
func (*EventMonitorStatus) SetContractId ¶
func (o *EventMonitorStatus) SetContractId(v int64)
SetContractId gets a reference to the given int64 and assigns it to the ContractId field.
func (*EventMonitorStatus) SetIdealBlockRange ¶
func (o *EventMonitorStatus) SetIdealBlockRange(v int64)
SetIdealBlockRange gets a reference to the given int64 and assigns it to the IdealBlockRange field.
func (*EventMonitorStatus) SetIsProcessingPastLogs ¶
func (o *EventMonitorStatus) SetIsProcessingPastLogs(v bool)
SetIsProcessingPastLogs sets field value
func (*EventMonitorStatus) SetLatestBlockHash ¶
func (o *EventMonitorStatus) SetLatestBlockHash(v string)
SetLatestBlockHash sets field value
func (*EventMonitorStatus) SetLatestBlockNumber ¶
func (o *EventMonitorStatus) SetLatestBlockNumber(v int64)
SetLatestBlockNumber sets field value
func (*EventMonitorStatus) SetStartBlockHash ¶
func (o *EventMonitorStatus) SetStartBlockHash(v string)
SetStartBlockHash sets field value
func (*EventMonitorStatus) SetStartBlockNumber ¶
func (o *EventMonitorStatus) SetStartBlockNumber(v int64)
SetStartBlockNumber sets field value
func (*EventMonitorStatus) SetUpdatedAt ¶
func (o *EventMonitorStatus) SetUpdatedAt(v string)
SetUpdatedAt sets field value
func (EventMonitorStatus) ToMap ¶
func (o EventMonitorStatus) ToMap() (map[string]interface{}, error)
func (*EventMonitorStatus) UnmarshalJSON ¶
func (o *EventMonitorStatus) UnmarshalJSON(data []byte) (err error)
type EventQueriesAPI ¶
type EventQueriesAPI interface { /* CountEventQueryRecords Count event query records Returns the record count of the given saved event query. @param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param eventQuery An event query label. @return ApiCountEventQueryRecordsRequest */ CountEventQueryRecords(ctx context.Context, eventQuery string) ApiCountEventQueryRecordsRequest // CountEventQueryRecordsExecute executes the request // @return CountEventQueryRecords200Response CountEventQueryRecordsExecute(r ApiCountEventQueryRecordsRequest) (*CountEventQueryRecords200Response, *http.Response, error) /* DeleteEventQuery Delete event query Deletes the given saved event query. @param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param eventQuery An event query label. @return ApiDeleteEventQueryRequest */ DeleteEventQuery(ctx context.Context, eventQuery string) ApiDeleteEventQueryRequest // DeleteEventQueryExecute executes the request // @return BaseResponse DeleteEventQueryExecute(r ApiDeleteEventQueryRequest) (*BaseResponse, *http.Response, error) /* ExecuteArbitraryEventQuery Execute arbitrary event query Executes an arbitrary event query. @param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return ApiExecuteArbitraryEventQueryRequest */ ExecuteArbitraryEventQuery(ctx context.Context) ApiExecuteArbitraryEventQueryRequest // ExecuteArbitraryEventQueryExecute executes the request // @return ExecuteArbitraryEventQuery200Response ExecuteArbitraryEventQueryExecute(r ApiExecuteArbitraryEventQueryRequest) (*ExecuteArbitraryEventQuery200Response, *http.Response, error) /* ExecuteEventQuery Execute event query Executes the given saved event query. @param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param eventQuery An event query label. @return ApiExecuteEventQueryRequest */ ExecuteEventQuery(ctx context.Context, eventQuery string) ApiExecuteEventQueryRequest // ExecuteEventQueryExecute executes the request // @return ExecuteArbitraryEventQuery200Response ExecuteEventQueryExecute(r ApiExecuteEventQueryRequest) (*ExecuteArbitraryEventQuery200Response, *http.Response, error) /* GetEventQuery Get event query Returns the given saved event query. @param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param eventQuery An event query label. @return ApiGetEventQueryRequest */ GetEventQuery(ctx context.Context, eventQuery string) ApiGetEventQueryRequest // GetEventQueryExecute executes the request // @return GetEventQuery200Response GetEventQueryExecute(r ApiGetEventQueryRequest) (*GetEventQuery200Response, *http.Response, error) /* ListEventQueries List event queries Returns a list of saved event queries. @param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return ApiListEventQueriesRequest */ ListEventQueries(ctx context.Context) ApiListEventQueriesRequest // ListEventQueriesExecute executes the request // @return ListEventQueries200Response ListEventQueriesExecute(r ApiListEventQueriesRequest) (*ListEventQueries200Response, *http.Response, error) /* SetEventQuery Create or update event query Creates or updates the given saved event query. @param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param eventQuery An event query label. @return ApiSetEventQueryRequest */ SetEventQuery(ctx context.Context, eventQuery string) ApiSetEventQueryRequest // SetEventQueryExecute executes the request // @return BaseResponse SetEventQueryExecute(r ApiSetEventQueryRequest) (*BaseResponse, *http.Response, error) }
type EventQueriesAPIService ¶
type EventQueriesAPIService service
EventQueriesAPIService EventQueriesAPI service
func (*EventQueriesAPIService) CountEventQueryRecords ¶
func (a *EventQueriesAPIService) CountEventQueryRecords(ctx context.Context, eventQuery string) ApiCountEventQueryRecordsRequest
CountEventQueryRecords Count event query records
Returns the record count of the given saved event query.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param eventQuery An event query label. @return ApiCountEventQueryRecordsRequest
func (*EventQueriesAPIService) CountEventQueryRecordsExecute ¶
func (a *EventQueriesAPIService) CountEventQueryRecordsExecute(r ApiCountEventQueryRecordsRequest) (*CountEventQueryRecords200Response, *http.Response, error)
Execute executes the request
@return CountEventQueryRecords200Response
func (*EventQueriesAPIService) DeleteEventQuery ¶
func (a *EventQueriesAPIService) DeleteEventQuery(ctx context.Context, eventQuery string) ApiDeleteEventQueryRequest
DeleteEventQuery Delete event query
Deletes the given saved event query.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param eventQuery An event query label. @return ApiDeleteEventQueryRequest
func (*EventQueriesAPIService) DeleteEventQueryExecute ¶
func (a *EventQueriesAPIService) DeleteEventQueryExecute(r ApiDeleteEventQueryRequest) (*BaseResponse, *http.Response, error)
Execute executes the request
@return BaseResponse
func (*EventQueriesAPIService) ExecuteArbitraryEventQuery ¶
func (a *EventQueriesAPIService) ExecuteArbitraryEventQuery(ctx context.Context) ApiExecuteArbitraryEventQueryRequest
ExecuteArbitraryEventQuery Execute arbitrary event query
Executes an arbitrary event query.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return ApiExecuteArbitraryEventQueryRequest
func (*EventQueriesAPIService) ExecuteArbitraryEventQueryExecute ¶
func (a *EventQueriesAPIService) ExecuteArbitraryEventQueryExecute(r ApiExecuteArbitraryEventQueryRequest) (*ExecuteArbitraryEventQuery200Response, *http.Response, error)
Execute executes the request
@return ExecuteArbitraryEventQuery200Response
func (*EventQueriesAPIService) ExecuteEventQuery ¶
func (a *EventQueriesAPIService) ExecuteEventQuery(ctx context.Context, eventQuery string) ApiExecuteEventQueryRequest
ExecuteEventQuery Execute event query
Executes the given saved event query.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param eventQuery An event query label. @return ApiExecuteEventQueryRequest
func (*EventQueriesAPIService) ExecuteEventQueryExecute ¶
func (a *EventQueriesAPIService) ExecuteEventQueryExecute(r ApiExecuteEventQueryRequest) (*ExecuteArbitraryEventQuery200Response, *http.Response, error)
Execute executes the request
@return ExecuteArbitraryEventQuery200Response
func (*EventQueriesAPIService) GetEventQuery ¶
func (a *EventQueriesAPIService) GetEventQuery(ctx context.Context, eventQuery string) ApiGetEventQueryRequest
GetEventQuery Get event query
Returns the given saved event query.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param eventQuery An event query label. @return ApiGetEventQueryRequest
func (*EventQueriesAPIService) GetEventQueryExecute ¶
func (a *EventQueriesAPIService) GetEventQueryExecute(r ApiGetEventQueryRequest) (*GetEventQuery200Response, *http.Response, error)
Execute executes the request
@return GetEventQuery200Response
func (*EventQueriesAPIService) ListEventQueries ¶
func (a *EventQueriesAPIService) ListEventQueries(ctx context.Context) ApiListEventQueriesRequest
ListEventQueries List event queries
Returns a list of saved event queries.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return ApiListEventQueriesRequest
func (*EventQueriesAPIService) ListEventQueriesExecute ¶
func (a *EventQueriesAPIService) ListEventQueriesExecute(r ApiListEventQueriesRequest) (*ListEventQueries200Response, *http.Response, error)
Execute executes the request
@return ListEventQueries200Response
func (*EventQueriesAPIService) SetEventQuery ¶
func (a *EventQueriesAPIService) SetEventQuery(ctx context.Context, eventQuery string) ApiSetEventQueryRequest
SetEventQuery Create or update event query
Creates or updates the given saved event query.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param eventQuery An event query label. @return ApiSetEventQueryRequest
func (*EventQueriesAPIService) SetEventQueryExecute ¶
func (a *EventQueriesAPIService) SetEventQueryExecute(r ApiSetEventQueryRequest) (*BaseResponse, *http.Response, error)
Execute executes the request
@return BaseResponse
type EventQuery ¶
type EventQuery struct { Events []EventQueryEvent `json:"events"` // The results will be grouped according to this field. An aggregator for non Group By fields must be specified if groupBy is specified. GroupBy *string `json:"groupBy,omitempty"` // The results will be ordered according to this field. OrderBy *string `json:"orderBy,omitempty"` // Specify ascending or descending order, the default is \"ASC\". Order *string `json:"order,omitempty"` }
EventQuery An event query.
func NewEventQuery ¶
func NewEventQuery(events []EventQueryEvent) *EventQuery
NewEventQuery instantiates a new EventQuery object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewEventQueryWithDefaults ¶
func NewEventQueryWithDefaults() *EventQuery
NewEventQueryWithDefaults instantiates a new EventQuery object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*EventQuery) GetEvents ¶
func (o *EventQuery) GetEvents() []EventQueryEvent
GetEvents returns the Events field value
func (*EventQuery) GetEventsOk ¶
func (o *EventQuery) GetEventsOk() ([]EventQueryEvent, bool)
GetEventsOk returns a tuple with the Events field value and a boolean to check if the value has been set.
func (*EventQuery) GetGroupBy ¶
func (o *EventQuery) GetGroupBy() string
GetGroupBy returns the GroupBy field value if set, zero value otherwise.
func (*EventQuery) GetGroupByOk ¶
func (o *EventQuery) GetGroupByOk() (*string, bool)
GetGroupByOk returns a tuple with the GroupBy field value if set, nil otherwise and a boolean to check if the value has been set.
func (*EventQuery) GetOrder ¶
func (o *EventQuery) GetOrder() string
GetOrder returns the Order field value if set, zero value otherwise.
func (*EventQuery) GetOrderBy ¶
func (o *EventQuery) GetOrderBy() string
GetOrderBy returns the OrderBy field value if set, zero value otherwise.
func (*EventQuery) GetOrderByOk ¶
func (o *EventQuery) GetOrderByOk() (*string, bool)
GetOrderByOk returns a tuple with the OrderBy field value if set, nil otherwise and a boolean to check if the value has been set.
func (*EventQuery) GetOrderOk ¶
func (o *EventQuery) GetOrderOk() (*string, bool)
GetOrderOk returns a tuple with the Order field value if set, nil otherwise and a boolean to check if the value has been set.
func (*EventQuery) HasGroupBy ¶
func (o *EventQuery) HasGroupBy() bool
HasGroupBy returns a boolean if a field has been set.
func (*EventQuery) HasOrder ¶
func (o *EventQuery) HasOrder() bool
HasOrder returns a boolean if a field has been set.
func (*EventQuery) HasOrderBy ¶
func (o *EventQuery) HasOrderBy() bool
HasOrderBy returns a boolean if a field has been set.
func (EventQuery) MarshalJSON ¶
func (o EventQuery) MarshalJSON() ([]byte, error)
func (*EventQuery) SetEvents ¶
func (o *EventQuery) SetEvents(v []EventQueryEvent)
SetEvents sets field value
func (*EventQuery) SetGroupBy ¶
func (o *EventQuery) SetGroupBy(v string)
SetGroupBy gets a reference to the given string and assigns it to the GroupBy field.
func (*EventQuery) SetOrder ¶
func (o *EventQuery) SetOrder(v string)
SetOrder gets a reference to the given string and assigns it to the Order field.
func (*EventQuery) SetOrderBy ¶
func (o *EventQuery) SetOrderBy(v string)
SetOrderBy gets a reference to the given string and assigns it to the OrderBy field.
func (EventQuery) ToMap ¶
func (o EventQuery) ToMap() (map[string]interface{}, error)
func (*EventQuery) UnmarshalJSON ¶
func (o *EventQuery) UnmarshalJSON(data []byte) (err error)
type EventQueryEvent ¶
type EventQueryEvent struct { // The name of an event. EventName string `json:"eventName"` // The query information about all the fields to select from an event. Select []EventQueryField `json:"select"` Filter *EventQueryFilter `json:"filter,omitempty"` }
EventQueryEvent A query on a single event.
func NewEventQueryEvent ¶
func NewEventQueryEvent(eventName string, select_ []EventQueryField) *EventQueryEvent
NewEventQueryEvent instantiates a new EventQueryEvent object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewEventQueryEventWithDefaults ¶
func NewEventQueryEventWithDefaults() *EventQueryEvent
NewEventQueryEventWithDefaults instantiates a new EventQueryEvent object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*EventQueryEvent) GetEventName ¶
func (o *EventQueryEvent) GetEventName() string
GetEventName returns the EventName field value
func (*EventQueryEvent) GetEventNameOk ¶
func (o *EventQueryEvent) GetEventNameOk() (*string, bool)
GetEventNameOk returns a tuple with the EventName field value and a boolean to check if the value has been set.
func (*EventQueryEvent) GetFilter ¶
func (o *EventQueryEvent) GetFilter() EventQueryFilter
GetFilter returns the Filter field value if set, zero value otherwise.
func (*EventQueryEvent) GetFilterOk ¶
func (o *EventQueryEvent) GetFilterOk() (*EventQueryFilter, bool)
GetFilterOk returns a tuple with the Filter field value if set, nil otherwise and a boolean to check if the value has been set.
func (*EventQueryEvent) GetSelect ¶
func (o *EventQueryEvent) GetSelect() []EventQueryField
GetSelect returns the Select field value
func (*EventQueryEvent) GetSelectOk ¶
func (o *EventQueryEvent) GetSelectOk() ([]EventQueryField, bool)
GetSelectOk returns a tuple with the Select field value and a boolean to check if the value has been set.
func (*EventQueryEvent) HasFilter ¶
func (o *EventQueryEvent) HasFilter() bool
HasFilter returns a boolean if a field has been set.
func (EventQueryEvent) MarshalJSON ¶
func (o EventQueryEvent) MarshalJSON() ([]byte, error)
func (*EventQueryEvent) SetEventName ¶
func (o *EventQueryEvent) SetEventName(v string)
SetEventName sets field value
func (*EventQueryEvent) SetFilter ¶
func (o *EventQueryEvent) SetFilter(v EventQueryFilter)
SetFilter gets a reference to the given EventQueryFilter and assigns it to the Filter field.
func (*EventQueryEvent) SetSelect ¶
func (o *EventQueryEvent) SetSelect(v []EventQueryField)
SetSelect sets field value
func (EventQueryEvent) ToMap ¶
func (o EventQueryEvent) ToMap() (map[string]interface{}, error)
func (*EventQueryEvent) UnmarshalJSON ¶
func (o *EventQueryEvent) UnmarshalJSON(data []byte) (err error)
type EventQueryField ¶
type EventQueryField struct { Type FieldType `json:"type"` // The field name. Either `name` or `inputIndex` is required if `fieldType == \"input\"`. Name *string `json:"name,omitempty"` // The field's index, can be used in place of `name`. InputIndex NullableInt64 `json:"inputIndex,omitempty"` // The name that will be used to return the field. Alias *string `json:"alias,omitempty"` // The type of aggregation to perform on the field. Aggregator NullableString `json:"aggregator,omitempty"` }
EventQueryField A single event field's query information.
func NewEventQueryField ¶
func NewEventQueryField(type_ FieldType) *EventQueryField
NewEventQueryField instantiates a new EventQueryField object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewEventQueryFieldWithDefaults ¶
func NewEventQueryFieldWithDefaults() *EventQueryField
NewEventQueryFieldWithDefaults instantiates a new EventQueryField object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*EventQueryField) GetAggregator ¶
func (o *EventQueryField) GetAggregator() string
GetAggregator returns the Aggregator field value if set, zero value otherwise (both if not set or set to explicit null).
func (*EventQueryField) GetAggregatorOk ¶
func (o *EventQueryField) GetAggregatorOk() (*string, bool)
GetAggregatorOk returns a tuple with the Aggregator field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*EventQueryField) GetAlias ¶
func (o *EventQueryField) GetAlias() string
GetAlias returns the Alias field value if set, zero value otherwise.
func (*EventQueryField) GetAliasOk ¶
func (o *EventQueryField) GetAliasOk() (*string, bool)
GetAliasOk returns a tuple with the Alias field value if set, nil otherwise and a boolean to check if the value has been set.
func (*EventQueryField) GetInputIndex ¶
func (o *EventQueryField) GetInputIndex() int64
GetInputIndex returns the InputIndex field value if set, zero value otherwise (both if not set or set to explicit null).
func (*EventQueryField) GetInputIndexOk ¶
func (o *EventQueryField) GetInputIndexOk() (*int64, bool)
GetInputIndexOk returns a tuple with the InputIndex field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*EventQueryField) GetName ¶
func (o *EventQueryField) GetName() string
GetName returns the Name field value if set, zero value otherwise.
func (*EventQueryField) GetNameOk ¶
func (o *EventQueryField) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field value if set, nil otherwise and a boolean to check if the value has been set.
func (*EventQueryField) GetType ¶
func (o *EventQueryField) GetType() FieldType
GetType returns the Type field value
func (*EventQueryField) GetTypeOk ¶
func (o *EventQueryField) GetTypeOk() (*FieldType, bool)
GetTypeOk returns a tuple with the Type field value and a boolean to check if the value has been set.
func (*EventQueryField) HasAggregator ¶
func (o *EventQueryField) HasAggregator() bool
HasAggregator returns a boolean if a field has been set.
func (*EventQueryField) HasAlias ¶
func (o *EventQueryField) HasAlias() bool
HasAlias returns a boolean if a field has been set.
func (*EventQueryField) HasInputIndex ¶
func (o *EventQueryField) HasInputIndex() bool
HasInputIndex returns a boolean if a field has been set.
func (*EventQueryField) HasName ¶
func (o *EventQueryField) HasName() bool
HasName returns a boolean if a field has been set.
func (EventQueryField) MarshalJSON ¶
func (o EventQueryField) MarshalJSON() ([]byte, error)
func (*EventQueryField) SetAggregator ¶
func (o *EventQueryField) SetAggregator(v string)
SetAggregator gets a reference to the given NullableString and assigns it to the Aggregator field.
func (*EventQueryField) SetAggregatorNil ¶
func (o *EventQueryField) SetAggregatorNil()
SetAggregatorNil sets the value for Aggregator to be an explicit nil
func (*EventQueryField) SetAlias ¶
func (o *EventQueryField) SetAlias(v string)
SetAlias gets a reference to the given string and assigns it to the Alias field.
func (*EventQueryField) SetInputIndex ¶
func (o *EventQueryField) SetInputIndex(v int64)
SetInputIndex gets a reference to the given NullableInt64 and assigns it to the InputIndex field.
func (*EventQueryField) SetInputIndexNil ¶
func (o *EventQueryField) SetInputIndexNil()
SetInputIndexNil sets the value for InputIndex to be an explicit nil
func (*EventQueryField) SetName ¶
func (o *EventQueryField) SetName(v string)
SetName gets a reference to the given string and assigns it to the Name field.
func (*EventQueryField) SetType ¶
func (o *EventQueryField) SetType(v FieldType)
SetType sets field value
func (EventQueryField) ToMap ¶
func (o EventQueryField) ToMap() (map[string]interface{}, error)
func (*EventQueryField) UnmarshalJSON ¶
func (o *EventQueryField) UnmarshalJSON(data []byte) (err error)
func (*EventQueryField) UnsetAggregator ¶
func (o *EventQueryField) UnsetAggregator()
UnsetAggregator ensures that no value is present for Aggregator, not even an explicit nil
func (*EventQueryField) UnsetInputIndex ¶
func (o *EventQueryField) UnsetInputIndex()
UnsetInputIndex ensures that no value is present for InputIndex, not even an explicit nil
type EventQueryFilter ¶
type EventQueryFilter struct { // The rule type, can be omitted if this is the last filter to be applied. Rule *string `json:"rule,omitempty"` FieldType *FieldType `json:"fieldType,omitempty"` // The field's index, can be used in place of `name`. InputIndex NullableInt64 `json:"inputIndex,omitempty"` // The operator on the filter. Operator *string `json:"operator,omitempty"` // The value to be compared with. Value *string `json:"value,omitempty"` // Other filters to be applied in succession with the rule specified. Children []EventQueryFilter `json:"children,omitempty"` }
EventQueryFilter A event query filter.
func NewEventQueryFilter ¶
func NewEventQueryFilter() *EventQueryFilter
NewEventQueryFilter instantiates a new EventQueryFilter object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewEventQueryFilterWithDefaults ¶
func NewEventQueryFilterWithDefaults() *EventQueryFilter
NewEventQueryFilterWithDefaults instantiates a new EventQueryFilter object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*EventQueryFilter) GetChildren ¶
func (o *EventQueryFilter) GetChildren() []EventQueryFilter
GetChildren returns the Children field value if set, zero value otherwise.
func (*EventQueryFilter) GetChildrenOk ¶
func (o *EventQueryFilter) GetChildrenOk() ([]EventQueryFilter, bool)
GetChildrenOk returns a tuple with the Children field value if set, nil otherwise and a boolean to check if the value has been set.
func (*EventQueryFilter) GetFieldType ¶
func (o *EventQueryFilter) GetFieldType() FieldType
GetFieldType returns the FieldType field value if set, zero value otherwise.
func (*EventQueryFilter) GetFieldTypeOk ¶
func (o *EventQueryFilter) GetFieldTypeOk() (*FieldType, bool)
GetFieldTypeOk returns a tuple with the FieldType field value if set, nil otherwise and a boolean to check if the value has been set.
func (*EventQueryFilter) GetInputIndex ¶
func (o *EventQueryFilter) GetInputIndex() int64
GetInputIndex returns the InputIndex field value if set, zero value otherwise (both if not set or set to explicit null).
func (*EventQueryFilter) GetInputIndexOk ¶
func (o *EventQueryFilter) GetInputIndexOk() (*int64, bool)
GetInputIndexOk returns a tuple with the InputIndex field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*EventQueryFilter) GetOperator ¶
func (o *EventQueryFilter) GetOperator() string
GetOperator returns the Operator field value if set, zero value otherwise.
func (*EventQueryFilter) GetOperatorOk ¶
func (o *EventQueryFilter) GetOperatorOk() (*string, bool)
GetOperatorOk returns a tuple with the Operator field value if set, nil otherwise and a boolean to check if the value has been set.
func (*EventQueryFilter) GetRule ¶
func (o *EventQueryFilter) GetRule() string
GetRule returns the Rule field value if set, zero value otherwise.
func (*EventQueryFilter) GetRuleOk ¶
func (o *EventQueryFilter) GetRuleOk() (*string, bool)
GetRuleOk returns a tuple with the Rule field value if set, nil otherwise and a boolean to check if the value has been set.
func (*EventQueryFilter) GetValue ¶
func (o *EventQueryFilter) GetValue() string
GetValue returns the Value field value if set, zero value otherwise.
func (*EventQueryFilter) GetValueOk ¶
func (o *EventQueryFilter) GetValueOk() (*string, bool)
GetValueOk returns a tuple with the Value field value if set, nil otherwise and a boolean to check if the value has been set.
func (*EventQueryFilter) HasChildren ¶
func (o *EventQueryFilter) HasChildren() bool
HasChildren returns a boolean if a field has been set.
func (*EventQueryFilter) HasFieldType ¶
func (o *EventQueryFilter) HasFieldType() bool
HasFieldType returns a boolean if a field has been set.
func (*EventQueryFilter) HasInputIndex ¶
func (o *EventQueryFilter) HasInputIndex() bool
HasInputIndex returns a boolean if a field has been set.
func (*EventQueryFilter) HasOperator ¶
func (o *EventQueryFilter) HasOperator() bool
HasOperator returns a boolean if a field has been set.
func (*EventQueryFilter) HasRule ¶
func (o *EventQueryFilter) HasRule() bool
HasRule returns a boolean if a field has been set.
func (*EventQueryFilter) HasValue ¶
func (o *EventQueryFilter) HasValue() bool
HasValue returns a boolean if a field has been set.
func (EventQueryFilter) MarshalJSON ¶
func (o EventQueryFilter) MarshalJSON() ([]byte, error)
func (*EventQueryFilter) SetChildren ¶
func (o *EventQueryFilter) SetChildren(v []EventQueryFilter)
SetChildren gets a reference to the given []EventQueryFilter and assigns it to the Children field.
func (*EventQueryFilter) SetFieldType ¶
func (o *EventQueryFilter) SetFieldType(v FieldType)
SetFieldType gets a reference to the given FieldType and assigns it to the FieldType field.
func (*EventQueryFilter) SetInputIndex ¶
func (o *EventQueryFilter) SetInputIndex(v int64)
SetInputIndex gets a reference to the given NullableInt64 and assigns it to the InputIndex field.
func (*EventQueryFilter) SetInputIndexNil ¶
func (o *EventQueryFilter) SetInputIndexNil()
SetInputIndexNil sets the value for InputIndex to be an explicit nil
func (*EventQueryFilter) SetOperator ¶
func (o *EventQueryFilter) SetOperator(v string)
SetOperator gets a reference to the given string and assigns it to the Operator field.
func (*EventQueryFilter) SetRule ¶
func (o *EventQueryFilter) SetRule(v string)
SetRule gets a reference to the given string and assigns it to the Rule field.
func (*EventQueryFilter) SetValue ¶
func (o *EventQueryFilter) SetValue(v string)
SetValue gets a reference to the given string and assigns it to the Value field.
func (EventQueryFilter) ToMap ¶
func (o EventQueryFilter) ToMap() (map[string]interface{}, error)
func (*EventQueryFilter) UnsetInputIndex ¶
func (o *EventQueryFilter) UnsetInputIndex()
UnsetInputIndex ensures that no value is present for InputIndex, not even an explicit nil
type EventQueryResults ¶
type EventQueryResults struct {
Rows []map[string]interface{} `json:"rows"`
}
EventQueryResults Results of an executed event query.
func NewEventQueryResults ¶
func NewEventQueryResults(rows []map[string]interface{}) *EventQueryResults
NewEventQueryResults instantiates a new EventQueryResults object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewEventQueryResultsWithDefaults ¶
func NewEventQueryResultsWithDefaults() *EventQueryResults
NewEventQueryResultsWithDefaults instantiates a new EventQueryResults object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*EventQueryResults) GetRows ¶
func (o *EventQueryResults) GetRows() []map[string]interface{}
GetRows returns the Rows field value
func (*EventQueryResults) GetRowsOk ¶
func (o *EventQueryResults) GetRowsOk() ([]map[string]interface{}, bool)
GetRowsOk returns a tuple with the Rows field value and a boolean to check if the value has been set.
func (EventQueryResults) MarshalJSON ¶
func (o EventQueryResults) MarshalJSON() ([]byte, error)
func (*EventQueryResults) SetRows ¶
func (o *EventQueryResults) SetRows(v []map[string]interface{})
SetRows sets field value
func (EventQueryResults) ToMap ¶
func (o EventQueryResults) ToMap() (map[string]interface{}, error)
func (*EventQueryResults) UnmarshalJSON ¶
func (o *EventQueryResults) UnmarshalJSON(data []byte) (err error)
type EventTypeConversionOptions ¶
type EventTypeConversionOptions struct { // List of event's input parameters. Inputs []TypeConversionOptions `json:"inputs"` }
EventTypeConversionOptions Type conversion options for each of the inputs of an event.
func NewEventTypeConversionOptions ¶
func NewEventTypeConversionOptions(inputs []TypeConversionOptions) *EventTypeConversionOptions
NewEventTypeConversionOptions instantiates a new EventTypeConversionOptions object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewEventTypeConversionOptionsWithDefaults ¶
func NewEventTypeConversionOptionsWithDefaults() *EventTypeConversionOptions
NewEventTypeConversionOptionsWithDefaults instantiates a new EventTypeConversionOptions object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*EventTypeConversionOptions) GetInputs ¶
func (o *EventTypeConversionOptions) GetInputs() []TypeConversionOptions
GetInputs returns the Inputs field value
func (*EventTypeConversionOptions) GetInputsOk ¶
func (o *EventTypeConversionOptions) GetInputsOk() ([]TypeConversionOptions, bool)
GetInputsOk returns a tuple with the Inputs field value and a boolean to check if the value has been set.
func (EventTypeConversionOptions) MarshalJSON ¶
func (o EventTypeConversionOptions) MarshalJSON() ([]byte, error)
func (*EventTypeConversionOptions) SetInputs ¶
func (o *EventTypeConversionOptions) SetInputs(v []TypeConversionOptions)
SetInputs sets field value
func (EventTypeConversionOptions) ToMap ¶
func (o EventTypeConversionOptions) ToMap() (map[string]interface{}, error)
func (*EventTypeConversionOptions) UnmarshalJSON ¶
func (o *EventTypeConversionOptions) UnmarshalJSON(data []byte) (err error)
type EventsAPI ¶
type EventsAPI interface { /* GetEventCount Get event count Gets the number of events stored in the database. @param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return ApiGetEventCountRequest */ GetEventCount(ctx context.Context) ApiGetEventCountRequest // GetEventCountExecute executes the request // @return GetEventCount200Response GetEventCountExecute(r ApiGetEventCountRequest) (*GetEventCount200Response, *http.Response, error) /* ListEvents List events Returns all events stored in the database. @param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return ApiListEventsRequest */ ListEvents(ctx context.Context) ApiListEventsRequest // ListEventsExecute executes the request // @return ListEvents200Response ListEventsExecute(r ApiListEventsRequest) (*ListEvents200Response, *http.Response, error) }
type EventsAPIService ¶
type EventsAPIService service
EventsAPIService EventsAPI service
func (*EventsAPIService) GetEventCount ¶
func (a *EventsAPIService) GetEventCount(ctx context.Context) ApiGetEventCountRequest
GetEventCount Get event count
Gets the number of events stored in the database.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return ApiGetEventCountRequest
func (*EventsAPIService) GetEventCountExecute ¶
func (a *EventsAPIService) GetEventCountExecute(r ApiGetEventCountRequest) (*GetEventCount200Response, *http.Response, error)
Execute executes the request
@return GetEventCount200Response
func (*EventsAPIService) ListEvents ¶
func (a *EventsAPIService) ListEvents(ctx context.Context) ApiListEventsRequest
ListEvents List events
Returns all events stored in the database.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return ApiListEventsRequest
func (*EventsAPIService) ListEventsExecute ¶
func (a *EventsAPIService) ListEventsExecute(r ApiListEventsRequest) (*ListEvents200Response, *http.Response, error)
Execute executes the request
@return ListEvents200Response
type ExecuteArbitraryEventQuery200Response ¶
type ExecuteArbitraryEventQuery200Response struct { // The status code. Status int64 `json:"status"` // The human-readable status message. Message string `json:"message"` Result EventQueryResults `json:"result"` }
ExecuteArbitraryEventQuery200Response struct for ExecuteArbitraryEventQuery200Response
func NewExecuteArbitraryEventQuery200Response ¶
func NewExecuteArbitraryEventQuery200Response(status int64, message string, result EventQueryResults) *ExecuteArbitraryEventQuery200Response
NewExecuteArbitraryEventQuery200Response instantiates a new ExecuteArbitraryEventQuery200Response object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewExecuteArbitraryEventQuery200ResponseWithDefaults ¶
func NewExecuteArbitraryEventQuery200ResponseWithDefaults() *ExecuteArbitraryEventQuery200Response
NewExecuteArbitraryEventQuery200ResponseWithDefaults instantiates a new ExecuteArbitraryEventQuery200Response object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*ExecuteArbitraryEventQuery200Response) GetMessage ¶
func (o *ExecuteArbitraryEventQuery200Response) GetMessage() string
GetMessage returns the Message field value
func (*ExecuteArbitraryEventQuery200Response) GetMessageOk ¶
func (o *ExecuteArbitraryEventQuery200Response) GetMessageOk() (*string, bool)
GetMessageOk returns a tuple with the Message field value and a boolean to check if the value has been set.
func (*ExecuteArbitraryEventQuery200Response) GetResult ¶
func (o *ExecuteArbitraryEventQuery200Response) GetResult() EventQueryResults
GetResult returns the Result field value
func (*ExecuteArbitraryEventQuery200Response) GetResultOk ¶
func (o *ExecuteArbitraryEventQuery200Response) GetResultOk() (*EventQueryResults, bool)
GetResultOk returns a tuple with the Result field value and a boolean to check if the value has been set.
func (*ExecuteArbitraryEventQuery200Response) GetStatus ¶
func (o *ExecuteArbitraryEventQuery200Response) GetStatus() int64
GetStatus returns the Status field value
func (*ExecuteArbitraryEventQuery200Response) GetStatusOk ¶
func (o *ExecuteArbitraryEventQuery200Response) GetStatusOk() (*int64, bool)
GetStatusOk returns a tuple with the Status field value and a boolean to check if the value has been set.
func (ExecuteArbitraryEventQuery200Response) MarshalJSON ¶
func (o ExecuteArbitraryEventQuery200Response) MarshalJSON() ([]byte, error)
func (*ExecuteArbitraryEventQuery200Response) SetMessage ¶
func (o *ExecuteArbitraryEventQuery200Response) SetMessage(v string)
SetMessage sets field value
func (*ExecuteArbitraryEventQuery200Response) SetResult ¶
func (o *ExecuteArbitraryEventQuery200Response) SetResult(v EventQueryResults)
SetResult sets field value
func (*ExecuteArbitraryEventQuery200Response) SetStatus ¶
func (o *ExecuteArbitraryEventQuery200Response) SetStatus(v int64)
SetStatus sets field value
func (ExecuteArbitraryEventQuery200Response) ToMap ¶
func (o ExecuteArbitraryEventQuery200Response) ToMap() (map[string]interface{}, error)
func (*ExecuteArbitraryEventQuery200Response) UnmarshalJSON ¶
func (o *ExecuteArbitraryEventQuery200Response) UnmarshalJSON(data []byte) (err error)
type FieldType ¶
type FieldType string
FieldType The field type in a select or filter.
const ( INPUT FieldType = "input" CONTRACT_LABEL FieldType = "contract_label" CONTRACT_NAME FieldType = "contract_name" CONTRACT_ADDRESS FieldType = "contract_address" CONTRACT_ADDRESS_LABEL FieldType = "contract_address_label" BLOCK_NUMBER FieldType = "block_number" TRIGGERED_AT FieldType = "triggered_at" EVENT_SIGNATURE FieldType = "event_signature" BLOCK_HASH FieldType = "block_hash" TX_HASH FieldType = "tx_hash" TX_FROM FieldType = "tx_from" )
List of FieldType
func NewFieldTypeFromValue ¶
NewFieldTypeFromValue returns a pointer to a valid FieldType for the value passed as argument, or an error if the value passed is not allowed by the enum
func (*FieldType) UnmarshalJSON ¶
type GasParams ¶
type GasParams struct { // Gas price to use for the cancel/resubmit. GasPrice *string `json:"gasPrice,omitempty"` // Gas fee cap to use for the EIP-1559 cancel/resubmit. GasFeeCap *string `json:"gasFeeCap,omitempty"` // Gas priority fee cap to use for the EIP-1559 cancel/resubmit. GasTipCap *string `json:"gasTipCap,omitempty"` // Gas limit to set for the cancel/resubmit. Gas *int64 `json:"gas,omitempty"` }
GasParams Specify custom gas parameters
func NewGasParams ¶
func NewGasParams() *GasParams
NewGasParams instantiates a new GasParams object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewGasParamsWithDefaults ¶
func NewGasParamsWithDefaults() *GasParams
NewGasParamsWithDefaults instantiates a new GasParams object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*GasParams) GetGasFeeCap ¶
GetGasFeeCap returns the GasFeeCap field value if set, zero value otherwise.
func (*GasParams) GetGasFeeCapOk ¶
GetGasFeeCapOk returns a tuple with the GasFeeCap field value if set, nil otherwise and a boolean to check if the value has been set.
func (*GasParams) GetGasOk ¶
GetGasOk returns a tuple with the Gas field value if set, nil otherwise and a boolean to check if the value has been set.
func (*GasParams) GetGasPrice ¶
GetGasPrice returns the GasPrice field value if set, zero value otherwise.
func (*GasParams) GetGasPriceOk ¶
GetGasPriceOk returns a tuple with the GasPrice field value if set, nil otherwise and a boolean to check if the value has been set.
func (*GasParams) GetGasTipCap ¶
GetGasTipCap returns the GasTipCap field value if set, zero value otherwise.
func (*GasParams) GetGasTipCapOk ¶
GetGasTipCapOk returns a tuple with the GasTipCap field value if set, nil otherwise and a boolean to check if the value has been set.
func (*GasParams) HasGasFeeCap ¶
HasGasFeeCap returns a boolean if a field has been set.
func (*GasParams) HasGasPrice ¶
HasGasPrice returns a boolean if a field has been set.
func (*GasParams) HasGasTipCap ¶
HasGasTipCap returns a boolean if a field has been set.
func (GasParams) MarshalJSON ¶
func (*GasParams) SetGas ¶
SetGas gets a reference to the given int64 and assigns it to the Gas field.
func (*GasParams) SetGasFeeCap ¶
SetGasFeeCap gets a reference to the given string and assigns it to the GasFeeCap field.
func (*GasParams) SetGasPrice ¶
SetGasPrice gets a reference to the given string and assigns it to the GasPrice field.
func (*GasParams) SetGasTipCap ¶
SetGasTipCap gets a reference to the given string and assigns it to the GasTipCap field.
type GenericOpenAPIError ¶
type GenericOpenAPIError struct {
// contains filtered or unexported fields
}
GenericOpenAPIError Provides access to the body, error and model on returned errors.
func (GenericOpenAPIError) Body ¶
func (e GenericOpenAPIError) Body() []byte
Body returns the raw bytes of the response
func (GenericOpenAPIError) Error ¶
func (e GenericOpenAPIError) Error() string
Error returns non-empty string if there was an error.
func (GenericOpenAPIError) Model ¶
func (e GenericOpenAPIError) Model() interface{}
Model returns the unpacked model of the error
type GetApiKey200Response ¶
type GetApiKey200Response struct { // The status code. Status int64 `json:"status"` // The human-readable status message. Message string `json:"message"` Result APIKey `json:"result"` }
GetApiKey200Response struct for GetApiKey200Response
func NewGetApiKey200Response ¶
func NewGetApiKey200Response(status int64, message string, result APIKey) *GetApiKey200Response
NewGetApiKey200Response instantiates a new GetApiKey200Response object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewGetApiKey200ResponseWithDefaults ¶
func NewGetApiKey200ResponseWithDefaults() *GetApiKey200Response
NewGetApiKey200ResponseWithDefaults instantiates a new GetApiKey200Response object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*GetApiKey200Response) GetMessage ¶
func (o *GetApiKey200Response) GetMessage() string
GetMessage returns the Message field value
func (*GetApiKey200Response) GetMessageOk ¶
func (o *GetApiKey200Response) GetMessageOk() (*string, bool)
GetMessageOk returns a tuple with the Message field value and a boolean to check if the value has been set.
func (*GetApiKey200Response) GetResult ¶
func (o *GetApiKey200Response) GetResult() APIKey
GetResult returns the Result field value
func (*GetApiKey200Response) GetResultOk ¶
func (o *GetApiKey200Response) GetResultOk() (*APIKey, bool)
GetResultOk returns a tuple with the Result field value and a boolean to check if the value has been set.
func (*GetApiKey200Response) GetStatus ¶
func (o *GetApiKey200Response) GetStatus() int64
GetStatus returns the Status field value
func (*GetApiKey200Response) GetStatusOk ¶
func (o *GetApiKey200Response) GetStatusOk() (*int64, bool)
GetStatusOk returns a tuple with the Status field value and a boolean to check if the value has been set.
func (GetApiKey200Response) MarshalJSON ¶
func (o GetApiKey200Response) MarshalJSON() ([]byte, error)
func (*GetApiKey200Response) SetMessage ¶
func (o *GetApiKey200Response) SetMessage(v string)
SetMessage sets field value
func (*GetApiKey200Response) SetResult ¶
func (o *GetApiKey200Response) SetResult(v APIKey)
SetResult sets field value
func (*GetApiKey200Response) SetStatus ¶
func (o *GetApiKey200Response) SetStatus(v int64)
SetStatus sets field value
func (GetApiKey200Response) ToMap ¶
func (o GetApiKey200Response) ToMap() (map[string]interface{}, error)
func (*GetApiKey200Response) UnmarshalJSON ¶
func (o *GetApiKey200Response) UnmarshalJSON(data []byte) (err error)
type GetBlock200Response ¶
type GetBlock200Response struct { // The status code. Status int64 `json:"status"` // The human-readable status message. Message string `json:"message"` Result Block `json:"result"` }
GetBlock200Response struct for GetBlock200Response
func NewGetBlock200Response ¶
func NewGetBlock200Response(status int64, message string, result Block) *GetBlock200Response
NewGetBlock200Response instantiates a new GetBlock200Response object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewGetBlock200ResponseWithDefaults ¶
func NewGetBlock200ResponseWithDefaults() *GetBlock200Response
NewGetBlock200ResponseWithDefaults instantiates a new GetBlock200Response object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*GetBlock200Response) GetMessage ¶
func (o *GetBlock200Response) GetMessage() string
GetMessage returns the Message field value
func (*GetBlock200Response) GetMessageOk ¶
func (o *GetBlock200Response) GetMessageOk() (*string, bool)
GetMessageOk returns a tuple with the Message field value and a boolean to check if the value has been set.
func (*GetBlock200Response) GetResult ¶
func (o *GetBlock200Response) GetResult() Block
GetResult returns the Result field value
func (*GetBlock200Response) GetResultOk ¶
func (o *GetBlock200Response) GetResultOk() (*Block, bool)
GetResultOk returns a tuple with the Result field value and a boolean to check if the value has been set.
func (*GetBlock200Response) GetStatus ¶
func (o *GetBlock200Response) GetStatus() int64
GetStatus returns the Status field value
func (*GetBlock200Response) GetStatusOk ¶
func (o *GetBlock200Response) GetStatusOk() (*int64, bool)
GetStatusOk returns a tuple with the Status field value and a boolean to check if the value has been set.
func (GetBlock200Response) MarshalJSON ¶
func (o GetBlock200Response) MarshalJSON() ([]byte, error)
func (*GetBlock200Response) SetMessage ¶
func (o *GetBlock200Response) SetMessage(v string)
SetMessage sets field value
func (*GetBlock200Response) SetResult ¶
func (o *GetBlock200Response) SetResult(v Block)
SetResult sets field value
func (*GetBlock200Response) SetStatus ¶
func (o *GetBlock200Response) SetStatus(v int64)
SetStatus sets field value
func (GetBlock200Response) ToMap ¶
func (o GetBlock200Response) ToMap() (map[string]interface{}, error)
func (*GetBlock200Response) UnmarshalJSON ¶
func (o *GetBlock200Response) UnmarshalJSON(data []byte) (err error)
type GetChainStatus200Response ¶
type GetChainStatus200Response struct { // The status code. Status int64 `json:"status"` // The human-readable status message. Message string `json:"message"` Result ChainStatus `json:"result"` }
GetChainStatus200Response struct for GetChainStatus200Response
func NewGetChainStatus200Response ¶
func NewGetChainStatus200Response(status int64, message string, result ChainStatus) *GetChainStatus200Response
NewGetChainStatus200Response instantiates a new GetChainStatus200Response object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewGetChainStatus200ResponseWithDefaults ¶
func NewGetChainStatus200ResponseWithDefaults() *GetChainStatus200Response
NewGetChainStatus200ResponseWithDefaults instantiates a new GetChainStatus200Response object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*GetChainStatus200Response) GetMessage ¶
func (o *GetChainStatus200Response) GetMessage() string
GetMessage returns the Message field value
func (*GetChainStatus200Response) GetMessageOk ¶
func (o *GetChainStatus200Response) GetMessageOk() (*string, bool)
GetMessageOk returns a tuple with the Message field value and a boolean to check if the value has been set.
func (*GetChainStatus200Response) GetResult ¶
func (o *GetChainStatus200Response) GetResult() ChainStatus
GetResult returns the Result field value
func (*GetChainStatus200Response) GetResultOk ¶
func (o *GetChainStatus200Response) GetResultOk() (*ChainStatus, bool)
GetResultOk returns a tuple with the Result field value and a boolean to check if the value has been set.
func (*GetChainStatus200Response) GetStatus ¶
func (o *GetChainStatus200Response) GetStatus() int64
GetStatus returns the Status field value
func (*GetChainStatus200Response) GetStatusOk ¶
func (o *GetChainStatus200Response) GetStatusOk() (*int64, bool)
GetStatusOk returns a tuple with the Status field value and a boolean to check if the value has been set.
func (GetChainStatus200Response) MarshalJSON ¶
func (o GetChainStatus200Response) MarshalJSON() ([]byte, error)
func (*GetChainStatus200Response) SetMessage ¶
func (o *GetChainStatus200Response) SetMessage(v string)
SetMessage sets field value
func (*GetChainStatus200Response) SetResult ¶
func (o *GetChainStatus200Response) SetResult(v ChainStatus)
SetResult sets field value
func (*GetChainStatus200Response) SetStatus ¶
func (o *GetChainStatus200Response) SetStatus(v int64)
SetStatus sets field value
func (GetChainStatus200Response) ToMap ¶
func (o GetChainStatus200Response) ToMap() (map[string]interface{}, error)
func (*GetChainStatus200Response) UnmarshalJSON ¶
func (o *GetChainStatus200Response) UnmarshalJSON(data []byte) (err error)
type GetContract200Response ¶
type GetContract200Response struct { // The status code. Status int64 `json:"status"` // The human-readable status message. Message string `json:"message"` Result Contract `json:"result"` }
GetContract200Response struct for GetContract200Response
func NewGetContract200Response ¶
func NewGetContract200Response(status int64, message string, result Contract) *GetContract200Response
NewGetContract200Response instantiates a new GetContract200Response object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewGetContract200ResponseWithDefaults ¶
func NewGetContract200ResponseWithDefaults() *GetContract200Response
NewGetContract200ResponseWithDefaults instantiates a new GetContract200Response object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*GetContract200Response) GetMessage ¶
func (o *GetContract200Response) GetMessage() string
GetMessage returns the Message field value
func (*GetContract200Response) GetMessageOk ¶
func (o *GetContract200Response) GetMessageOk() (*string, bool)
GetMessageOk returns a tuple with the Message field value and a boolean to check if the value has been set.
func (*GetContract200Response) GetResult ¶
func (o *GetContract200Response) GetResult() Contract
GetResult returns the Result field value
func (*GetContract200Response) GetResultOk ¶
func (o *GetContract200Response) GetResultOk() (*Contract, bool)
GetResultOk returns a tuple with the Result field value and a boolean to check if the value has been set.
func (*GetContract200Response) GetStatus ¶
func (o *GetContract200Response) GetStatus() int64
GetStatus returns the Status field value
func (*GetContract200Response) GetStatusOk ¶
func (o *GetContract200Response) GetStatusOk() (*int64, bool)
GetStatusOk returns a tuple with the Status field value and a boolean to check if the value has been set.
func (GetContract200Response) MarshalJSON ¶
func (o GetContract200Response) MarshalJSON() ([]byte, error)
func (*GetContract200Response) SetMessage ¶
func (o *GetContract200Response) SetMessage(v string)
SetMessage sets field value
func (*GetContract200Response) SetResult ¶
func (o *GetContract200Response) SetResult(v Contract)
SetResult sets field value
func (*GetContract200Response) SetStatus ¶
func (o *GetContract200Response) SetStatus(v int64)
SetStatus sets field value
func (GetContract200Response) ToMap ¶
func (o GetContract200Response) ToMap() (map[string]interface{}, error)
func (*GetContract200Response) UnmarshalJSON ¶
func (o *GetContract200Response) UnmarshalJSON(data []byte) (err error)
type GetContractVersions200Response ¶
type GetContractVersions200Response struct { // The status code. Status int64 `json:"status"` // The human-readable status message. Message string `json:"message"` Result []Contract `json:"result"` }
GetContractVersions200Response struct for GetContractVersions200Response
func NewGetContractVersions200Response ¶
func NewGetContractVersions200Response(status int64, message string, result []Contract) *GetContractVersions200Response
NewGetContractVersions200Response instantiates a new GetContractVersions200Response object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewGetContractVersions200ResponseWithDefaults ¶
func NewGetContractVersions200ResponseWithDefaults() *GetContractVersions200Response
NewGetContractVersions200ResponseWithDefaults instantiates a new GetContractVersions200Response object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*GetContractVersions200Response) GetMessage ¶
func (o *GetContractVersions200Response) GetMessage() string
GetMessage returns the Message field value
func (*GetContractVersions200Response) GetMessageOk ¶
func (o *GetContractVersions200Response) GetMessageOk() (*string, bool)
GetMessageOk returns a tuple with the Message field value and a boolean to check if the value has been set.
func (*GetContractVersions200Response) GetResult ¶
func (o *GetContractVersions200Response) GetResult() []Contract
GetResult returns the Result field value
func (*GetContractVersions200Response) GetResultOk ¶
func (o *GetContractVersions200Response) GetResultOk() ([]Contract, bool)
GetResultOk returns a tuple with the Result field value and a boolean to check if the value has been set.
func (*GetContractVersions200Response) GetStatus ¶
func (o *GetContractVersions200Response) GetStatus() int64
GetStatus returns the Status field value
func (*GetContractVersions200Response) GetStatusOk ¶
func (o *GetContractVersions200Response) GetStatusOk() (*int64, bool)
GetStatusOk returns a tuple with the Status field value and a boolean to check if the value has been set.
func (GetContractVersions200Response) MarshalJSON ¶
func (o GetContractVersions200Response) MarshalJSON() ([]byte, error)
func (*GetContractVersions200Response) SetMessage ¶
func (o *GetContractVersions200Response) SetMessage(v string)
SetMessage sets field value
func (*GetContractVersions200Response) SetResult ¶
func (o *GetContractVersions200Response) SetResult(v []Contract)
SetResult sets field value
func (*GetContractVersions200Response) SetStatus ¶
func (o *GetContractVersions200Response) SetStatus(v int64)
SetStatus sets field value
func (GetContractVersions200Response) ToMap ¶
func (o GetContractVersions200Response) ToMap() (map[string]interface{}, error)
func (*GetContractVersions200Response) UnmarshalJSON ¶
func (o *GetContractVersions200Response) UnmarshalJSON(data []byte) (err error)
type GetEventCount200Response ¶
type GetEventCount200Response struct { // The status code. Status int64 `json:"status"` // The human-readable status message. Message string `json:"message"` // The number of events. Result int64 `json:"result"` }
GetEventCount200Response struct for GetEventCount200Response
func NewGetEventCount200Response ¶
func NewGetEventCount200Response(status int64, message string, result int64) *GetEventCount200Response
NewGetEventCount200Response instantiates a new GetEventCount200Response object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewGetEventCount200ResponseWithDefaults ¶
func NewGetEventCount200ResponseWithDefaults() *GetEventCount200Response
NewGetEventCount200ResponseWithDefaults instantiates a new GetEventCount200Response object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*GetEventCount200Response) GetMessage ¶
func (o *GetEventCount200Response) GetMessage() string
GetMessage returns the Message field value
func (*GetEventCount200Response) GetMessageOk ¶
func (o *GetEventCount200Response) GetMessageOk() (*string, bool)
GetMessageOk returns a tuple with the Message field value and a boolean to check if the value has been set.
func (*GetEventCount200Response) GetResult ¶
func (o *GetEventCount200Response) GetResult() int64
GetResult returns the Result field value
func (*GetEventCount200Response) GetResultOk ¶
func (o *GetEventCount200Response) GetResultOk() (*int64, bool)
GetResultOk returns a tuple with the Result field value and a boolean to check if the value has been set.
func (*GetEventCount200Response) GetStatus ¶
func (o *GetEventCount200Response) GetStatus() int64
GetStatus returns the Status field value
func (*GetEventCount200Response) GetStatusOk ¶
func (o *GetEventCount200Response) GetStatusOk() (*int64, bool)
GetStatusOk returns a tuple with the Status field value and a boolean to check if the value has been set.
func (GetEventCount200Response) MarshalJSON ¶
func (o GetEventCount200Response) MarshalJSON() ([]byte, error)
func (*GetEventCount200Response) SetMessage ¶
func (o *GetEventCount200Response) SetMessage(v string)
SetMessage sets field value
func (*GetEventCount200Response) SetResult ¶
func (o *GetEventCount200Response) SetResult(v int64)
SetResult sets field value
func (*GetEventCount200Response) SetStatus ¶
func (o *GetEventCount200Response) SetStatus(v int64)
SetStatus sets field value
func (GetEventCount200Response) ToMap ¶
func (o GetEventCount200Response) ToMap() (map[string]interface{}, error)
func (*GetEventCount200Response) UnmarshalJSON ¶
func (o *GetEventCount200Response) UnmarshalJSON(data []byte) (err error)
type GetEventMonitorStatus200Response ¶
type GetEventMonitorStatus200Response struct { // The status code. Status int64 `json:"status"` // The human-readable status message. Message string `json:"message"` Result EventMonitorStatus `json:"result"` }
GetEventMonitorStatus200Response struct for GetEventMonitorStatus200Response
func NewGetEventMonitorStatus200Response ¶
func NewGetEventMonitorStatus200Response(status int64, message string, result EventMonitorStatus) *GetEventMonitorStatus200Response
NewGetEventMonitorStatus200Response instantiates a new GetEventMonitorStatus200Response object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewGetEventMonitorStatus200ResponseWithDefaults ¶
func NewGetEventMonitorStatus200ResponseWithDefaults() *GetEventMonitorStatus200Response
NewGetEventMonitorStatus200ResponseWithDefaults instantiates a new GetEventMonitorStatus200Response object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*GetEventMonitorStatus200Response) GetMessage ¶
func (o *GetEventMonitorStatus200Response) GetMessage() string
GetMessage returns the Message field value
func (*GetEventMonitorStatus200Response) GetMessageOk ¶
func (o *GetEventMonitorStatus200Response) GetMessageOk() (*string, bool)
GetMessageOk returns a tuple with the Message field value and a boolean to check if the value has been set.
func (*GetEventMonitorStatus200Response) GetResult ¶
func (o *GetEventMonitorStatus200Response) GetResult() EventMonitorStatus
GetResult returns the Result field value
func (*GetEventMonitorStatus200Response) GetResultOk ¶
func (o *GetEventMonitorStatus200Response) GetResultOk() (*EventMonitorStatus, bool)
GetResultOk returns a tuple with the Result field value and a boolean to check if the value has been set.
func (*GetEventMonitorStatus200Response) GetStatus ¶
func (o *GetEventMonitorStatus200Response) GetStatus() int64
GetStatus returns the Status field value
func (*GetEventMonitorStatus200Response) GetStatusOk ¶
func (o *GetEventMonitorStatus200Response) GetStatusOk() (*int64, bool)
GetStatusOk returns a tuple with the Status field value and a boolean to check if the value has been set.
func (GetEventMonitorStatus200Response) MarshalJSON ¶
func (o GetEventMonitorStatus200Response) MarshalJSON() ([]byte, error)
func (*GetEventMonitorStatus200Response) SetMessage ¶
func (o *GetEventMonitorStatus200Response) SetMessage(v string)
SetMessage sets field value
func (*GetEventMonitorStatus200Response) SetResult ¶
func (o *GetEventMonitorStatus200Response) SetResult(v EventMonitorStatus)
SetResult sets field value
func (*GetEventMonitorStatus200Response) SetStatus ¶
func (o *GetEventMonitorStatus200Response) SetStatus(v int64)
SetStatus sets field value
func (GetEventMonitorStatus200Response) ToMap ¶
func (o GetEventMonitorStatus200Response) ToMap() (map[string]interface{}, error)
func (*GetEventMonitorStatus200Response) UnmarshalJSON ¶
func (o *GetEventMonitorStatus200Response) UnmarshalJSON(data []byte) (err error)
type GetEventQuery200Response ¶
type GetEventQuery200Response struct { // The status code. Status int64 `json:"status"` // The human-readable status message. Message string `json:"message"` Result EventQuery `json:"result"` }
GetEventQuery200Response struct for GetEventQuery200Response
func NewGetEventQuery200Response ¶
func NewGetEventQuery200Response(status int64, message string, result EventQuery) *GetEventQuery200Response
NewGetEventQuery200Response instantiates a new GetEventQuery200Response object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewGetEventQuery200ResponseWithDefaults ¶
func NewGetEventQuery200ResponseWithDefaults() *GetEventQuery200Response
NewGetEventQuery200ResponseWithDefaults instantiates a new GetEventQuery200Response object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*GetEventQuery200Response) GetMessage ¶
func (o *GetEventQuery200Response) GetMessage() string
GetMessage returns the Message field value
func (*GetEventQuery200Response) GetMessageOk ¶
func (o *GetEventQuery200Response) GetMessageOk() (*string, bool)
GetMessageOk returns a tuple with the Message field value and a boolean to check if the value has been set.
func (*GetEventQuery200Response) GetResult ¶
func (o *GetEventQuery200Response) GetResult() EventQuery
GetResult returns the Result field value
func (*GetEventQuery200Response) GetResultOk ¶
func (o *GetEventQuery200Response) GetResultOk() (*EventQuery, bool)
GetResultOk returns a tuple with the Result field value and a boolean to check if the value has been set.
func (*GetEventQuery200Response) GetStatus ¶
func (o *GetEventQuery200Response) GetStatus() int64
GetStatus returns the Status field value
func (*GetEventQuery200Response) GetStatusOk ¶
func (o *GetEventQuery200Response) GetStatusOk() (*int64, bool)
GetStatusOk returns a tuple with the Status field value and a boolean to check if the value has been set.
func (GetEventQuery200Response) MarshalJSON ¶
func (o GetEventQuery200Response) MarshalJSON() ([]byte, error)
func (*GetEventQuery200Response) SetMessage ¶
func (o *GetEventQuery200Response) SetMessage(v string)
SetMessage sets field value
func (*GetEventQuery200Response) SetResult ¶
func (o *GetEventQuery200Response) SetResult(v EventQuery)
SetResult sets field value
func (*GetEventQuery200Response) SetStatus ¶
func (o *GetEventQuery200Response) SetStatus(v int64)
SetStatus sets field value
func (GetEventQuery200Response) ToMap ¶
func (o GetEventQuery200Response) ToMap() (map[string]interface{}, error)
func (*GetEventQuery200Response) UnmarshalJSON ¶
func (o *GetEventQuery200Response) UnmarshalJSON(data []byte) (err error)
type GetEventTypeConversions200Response ¶
type GetEventTypeConversions200Response struct { // The status code. Status int64 `json:"status"` // The human-readable status message. Message string `json:"message"` Result EventTypeConversionOptions `json:"result"` }
GetEventTypeConversions200Response struct for GetEventTypeConversions200Response
func NewGetEventTypeConversions200Response ¶
func NewGetEventTypeConversions200Response(status int64, message string, result EventTypeConversionOptions) *GetEventTypeConversions200Response
NewGetEventTypeConversions200Response instantiates a new GetEventTypeConversions200Response object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewGetEventTypeConversions200ResponseWithDefaults ¶
func NewGetEventTypeConversions200ResponseWithDefaults() *GetEventTypeConversions200Response
NewGetEventTypeConversions200ResponseWithDefaults instantiates a new GetEventTypeConversions200Response object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*GetEventTypeConversions200Response) GetMessage ¶
func (o *GetEventTypeConversions200Response) GetMessage() string
GetMessage returns the Message field value
func (*GetEventTypeConversions200Response) GetMessageOk ¶
func (o *GetEventTypeConversions200Response) GetMessageOk() (*string, bool)
GetMessageOk returns a tuple with the Message field value and a boolean to check if the value has been set.
func (*GetEventTypeConversions200Response) GetResult ¶
func (o *GetEventTypeConversions200Response) GetResult() EventTypeConversionOptions
GetResult returns the Result field value
func (*GetEventTypeConversions200Response) GetResultOk ¶
func (o *GetEventTypeConversions200Response) GetResultOk() (*EventTypeConversionOptions, bool)
GetResultOk returns a tuple with the Result field value and a boolean to check if the value has been set.
func (*GetEventTypeConversions200Response) GetStatus ¶
func (o *GetEventTypeConversions200Response) GetStatus() int64
GetStatus returns the Status field value
func (*GetEventTypeConversions200Response) GetStatusOk ¶
func (o *GetEventTypeConversions200Response) GetStatusOk() (*int64, bool)
GetStatusOk returns a tuple with the Status field value and a boolean to check if the value has been set.
func (GetEventTypeConversions200Response) MarshalJSON ¶
func (o GetEventTypeConversions200Response) MarshalJSON() ([]byte, error)
func (*GetEventTypeConversions200Response) SetMessage ¶
func (o *GetEventTypeConversions200Response) SetMessage(v string)
SetMessage sets field value
func (*GetEventTypeConversions200Response) SetResult ¶
func (o *GetEventTypeConversions200Response) SetResult(v EventTypeConversionOptions)
SetResult sets field value
func (*GetEventTypeConversions200Response) SetStatus ¶
func (o *GetEventTypeConversions200Response) SetStatus(v int64)
SetStatus sets field value
func (GetEventTypeConversions200Response) ToMap ¶
func (o GetEventTypeConversions200Response) ToMap() (map[string]interface{}, error)
func (*GetEventTypeConversions200Response) UnmarshalJSON ¶
func (o *GetEventTypeConversions200Response) UnmarshalJSON(data []byte) (err error)
type GetFunctionTypeConversions200Response ¶
type GetFunctionTypeConversions200Response struct { // The status code. Status int64 `json:"status"` // The human-readable status message. Message string `json:"message"` Result MethodTypeConversionOptions `json:"result"` }
GetFunctionTypeConversions200Response struct for GetFunctionTypeConversions200Response
func NewGetFunctionTypeConversions200Response ¶
func NewGetFunctionTypeConversions200Response(status int64, message string, result MethodTypeConversionOptions) *GetFunctionTypeConversions200Response
NewGetFunctionTypeConversions200Response instantiates a new GetFunctionTypeConversions200Response object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewGetFunctionTypeConversions200ResponseWithDefaults ¶
func NewGetFunctionTypeConversions200ResponseWithDefaults() *GetFunctionTypeConversions200Response
NewGetFunctionTypeConversions200ResponseWithDefaults instantiates a new GetFunctionTypeConversions200Response object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*GetFunctionTypeConversions200Response) GetMessage ¶
func (o *GetFunctionTypeConversions200Response) GetMessage() string
GetMessage returns the Message field value
func (*GetFunctionTypeConversions200Response) GetMessageOk ¶
func (o *GetFunctionTypeConversions200Response) GetMessageOk() (*string, bool)
GetMessageOk returns a tuple with the Message field value and a boolean to check if the value has been set.
func (*GetFunctionTypeConversions200Response) GetResult ¶
func (o *GetFunctionTypeConversions200Response) GetResult() MethodTypeConversionOptions
GetResult returns the Result field value
func (*GetFunctionTypeConversions200Response) GetResultOk ¶
func (o *GetFunctionTypeConversions200Response) GetResultOk() (*MethodTypeConversionOptions, bool)
GetResultOk returns a tuple with the Result field value and a boolean to check if the value has been set.
func (*GetFunctionTypeConversions200Response) GetStatus ¶
func (o *GetFunctionTypeConversions200Response) GetStatus() int64
GetStatus returns the Status field value
func (*GetFunctionTypeConversions200Response) GetStatusOk ¶
func (o *GetFunctionTypeConversions200Response) GetStatusOk() (*int64, bool)
GetStatusOk returns a tuple with the Status field value and a boolean to check if the value has been set.
func (GetFunctionTypeConversions200Response) MarshalJSON ¶
func (o GetFunctionTypeConversions200Response) MarshalJSON() ([]byte, error)
func (*GetFunctionTypeConversions200Response) SetMessage ¶
func (o *GetFunctionTypeConversions200Response) SetMessage(v string)
SetMessage sets field value
func (*GetFunctionTypeConversions200Response) SetResult ¶
func (o *GetFunctionTypeConversions200Response) SetResult(v MethodTypeConversionOptions)
SetResult sets field value
func (*GetFunctionTypeConversions200Response) SetStatus ¶
func (o *GetFunctionTypeConversions200Response) SetStatus(v int64)
SetStatus sets field value
func (GetFunctionTypeConversions200Response) ToMap ¶
func (o GetFunctionTypeConversions200Response) ToMap() (map[string]interface{}, error)
func (*GetFunctionTypeConversions200Response) UnmarshalJSON ¶
func (o *GetFunctionTypeConversions200Response) UnmarshalJSON(data []byte) (err error)
type GetTransaction200Response ¶
type GetTransaction200Response struct { // The status code. Status int64 `json:"status"` // The human-readable status message. Message string `json:"message"` Result TransactionData `json:"result"` }
GetTransaction200Response struct for GetTransaction200Response
func NewGetTransaction200Response ¶
func NewGetTransaction200Response(status int64, message string, result TransactionData) *GetTransaction200Response
NewGetTransaction200Response instantiates a new GetTransaction200Response object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewGetTransaction200ResponseWithDefaults ¶
func NewGetTransaction200ResponseWithDefaults() *GetTransaction200Response
NewGetTransaction200ResponseWithDefaults instantiates a new GetTransaction200Response object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*GetTransaction200Response) GetMessage ¶
func (o *GetTransaction200Response) GetMessage() string
GetMessage returns the Message field value
func (*GetTransaction200Response) GetMessageOk ¶
func (o *GetTransaction200Response) GetMessageOk() (*string, bool)
GetMessageOk returns a tuple with the Message field value and a boolean to check if the value has been set.
func (*GetTransaction200Response) GetResult ¶
func (o *GetTransaction200Response) GetResult() TransactionData
GetResult returns the Result field value
func (*GetTransaction200Response) GetResultOk ¶
func (o *GetTransaction200Response) GetResultOk() (*TransactionData, bool)
GetResultOk returns a tuple with the Result field value and a boolean to check if the value has been set.
func (*GetTransaction200Response) GetStatus ¶
func (o *GetTransaction200Response) GetStatus() int64
GetStatus returns the Status field value
func (*GetTransaction200Response) GetStatusOk ¶
func (o *GetTransaction200Response) GetStatusOk() (*int64, bool)
GetStatusOk returns a tuple with the Status field value and a boolean to check if the value has been set.
func (GetTransaction200Response) MarshalJSON ¶
func (o GetTransaction200Response) MarshalJSON() ([]byte, error)
func (*GetTransaction200Response) SetMessage ¶
func (o *GetTransaction200Response) SetMessage(v string)
SetMessage sets field value
func (*GetTransaction200Response) SetResult ¶
func (o *GetTransaction200Response) SetResult(v TransactionData)
SetResult sets field value
func (*GetTransaction200Response) SetStatus ¶
func (o *GetTransaction200Response) SetStatus(v int64)
SetStatus sets field value
func (GetTransaction200Response) ToMap ¶
func (o GetTransaction200Response) ToMap() (map[string]interface{}, error)
func (*GetTransaction200Response) UnmarshalJSON ¶
func (o *GetTransaction200Response) UnmarshalJSON(data []byte) (err error)
type GetTransactionReceipt200Response ¶
type GetTransactionReceipt200Response struct { // The status code. Status int64 `json:"status"` // The human-readable status message. Message string `json:"message"` Result TransactionReceipt `json:"result"` }
GetTransactionReceipt200Response struct for GetTransactionReceipt200Response
func NewGetTransactionReceipt200Response ¶
func NewGetTransactionReceipt200Response(status int64, message string, result TransactionReceipt) *GetTransactionReceipt200Response
NewGetTransactionReceipt200Response instantiates a new GetTransactionReceipt200Response object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewGetTransactionReceipt200ResponseWithDefaults ¶
func NewGetTransactionReceipt200ResponseWithDefaults() *GetTransactionReceipt200Response
NewGetTransactionReceipt200ResponseWithDefaults instantiates a new GetTransactionReceipt200Response object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*GetTransactionReceipt200Response) GetMessage ¶
func (o *GetTransactionReceipt200Response) GetMessage() string
GetMessage returns the Message field value
func (*GetTransactionReceipt200Response) GetMessageOk ¶
func (o *GetTransactionReceipt200Response) GetMessageOk() (*string, bool)
GetMessageOk returns a tuple with the Message field value and a boolean to check if the value has been set.
func (*GetTransactionReceipt200Response) GetResult ¶
func (o *GetTransactionReceipt200Response) GetResult() TransactionReceipt
GetResult returns the Result field value
func (*GetTransactionReceipt200Response) GetResultOk ¶
func (o *GetTransactionReceipt200Response) GetResultOk() (*TransactionReceipt, bool)
GetResultOk returns a tuple with the Result field value and a boolean to check if the value has been set.
func (*GetTransactionReceipt200Response) GetStatus ¶
func (o *GetTransactionReceipt200Response) GetStatus() int64
GetStatus returns the Status field value
func (*GetTransactionReceipt200Response) GetStatusOk ¶
func (o *GetTransactionReceipt200Response) GetStatusOk() (*int64, bool)
GetStatusOk returns a tuple with the Status field value and a boolean to check if the value has been set.
func (GetTransactionReceipt200Response) MarshalJSON ¶
func (o GetTransactionReceipt200Response) MarshalJSON() ([]byte, error)
func (*GetTransactionReceipt200Response) SetMessage ¶
func (o *GetTransactionReceipt200Response) SetMessage(v string)
SetMessage sets field value
func (*GetTransactionReceipt200Response) SetResult ¶
func (o *GetTransactionReceipt200Response) SetResult(v TransactionReceipt)
SetResult sets field value
func (*GetTransactionReceipt200Response) SetStatus ¶
func (o *GetTransactionReceipt200Response) SetStatus(v int64)
SetStatus sets field value
func (GetTransactionReceipt200Response) ToMap ¶
func (o GetTransactionReceipt200Response) ToMap() (map[string]interface{}, error)
func (*GetTransactionReceipt200Response) UnmarshalJSON ¶
func (o *GetTransactionReceipt200Response) UnmarshalJSON(data []byte) (err error)
type Group ¶
type Group struct { // The group ID. Id int64 `json:"id"` // The group name. Name string `json:"name"` // The group short name. ShortName string `json:"shortName"` // The group description. Description string `json:"description"` // The group roles. Roles []Role `json:"roles"` }
Group A group.
func NewGroup ¶
NewGroup instantiates a new Group object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewGroupWithDefaults ¶
func NewGroupWithDefaults() *Group
NewGroupWithDefaults instantiates a new Group object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*Group) GetDescription ¶
GetDescription returns the Description field value
func (*Group) GetDescriptionOk ¶
GetDescriptionOk returns a tuple with the Description field value and a boolean to check if the value has been set.
func (*Group) GetIdOk ¶
GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.
func (*Group) GetNameOk ¶
GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.
func (*Group) GetRolesOk ¶
GetRolesOk returns a tuple with the Roles field value and a boolean to check if the value has been set.
func (*Group) GetShortName ¶
GetShortName returns the ShortName field value
func (*Group) GetShortNameOk ¶
GetShortNameOk returns a tuple with the ShortName field value and a boolean to check if the value has been set.
func (Group) MarshalJSON ¶
func (*Group) SetDescription ¶
SetDescription sets field value
func (*Group) UnmarshalJSON ¶
type HSMData ¶
type HSMData struct { Configuration AzureAccount `json:"configuration"` // An array of Azure Hardware Wallets. Wallets []AzureHardwareWallet `json:"wallets"` }
HSMData Response body for returning HSM Data.
func NewHSMData ¶
func NewHSMData(configuration AzureAccount, wallets []AzureHardwareWallet) *HSMData
NewHSMData instantiates a new HSMData object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewHSMDataWithDefaults ¶
func NewHSMDataWithDefaults() *HSMData
NewHSMDataWithDefaults instantiates a new HSMData object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*HSMData) GetConfiguration ¶
func (o *HSMData) GetConfiguration() AzureAccount
GetConfiguration returns the Configuration field value
func (*HSMData) GetConfigurationOk ¶
func (o *HSMData) GetConfigurationOk() (*AzureAccount, bool)
GetConfigurationOk returns a tuple with the Configuration field value and a boolean to check if the value has been set.
func (*HSMData) GetWallets ¶
func (o *HSMData) GetWallets() []AzureHardwareWallet
GetWallets returns the Wallets field value
func (*HSMData) GetWalletsOk ¶
func (o *HSMData) GetWalletsOk() ([]AzureHardwareWallet, bool)
GetWalletsOk returns a tuple with the Wallets field value and a boolean to check if the value has been set.
func (HSMData) MarshalJSON ¶
func (*HSMData) SetConfiguration ¶
func (o *HSMData) SetConfiguration(v AzureAccount)
SetConfiguration sets field value
func (*HSMData) SetWallets ¶
func (o *HSMData) SetWallets(v []AzureHardwareWallet)
SetWallets sets field value
func (*HSMData) UnmarshalJSON ¶
type HSMSignRequest ¶
type HSMSignRequest struct { // An ethereum address. Address string `json:"address" validate:"regexp=^0[xX][a-fA-F0-9]{40}$"` // Is the data field an encapsulated EIP-712 typed message? IsTyped *bool `json:"isTyped,omitempty"` // Data to sign Data string `json:"data"` ChainId *HSMSignRequestChainId `json:"chainId,omitempty"` }
HSMSignRequest Request body representing a sign-data request.
func NewHSMSignRequest ¶
func NewHSMSignRequest(address string, data string) *HSMSignRequest
NewHSMSignRequest instantiates a new HSMSignRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewHSMSignRequestWithDefaults ¶
func NewHSMSignRequestWithDefaults() *HSMSignRequest
NewHSMSignRequestWithDefaults instantiates a new HSMSignRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*HSMSignRequest) GetAddress ¶
func (o *HSMSignRequest) GetAddress() string
GetAddress returns the Address field value
func (*HSMSignRequest) GetAddressOk ¶
func (o *HSMSignRequest) GetAddressOk() (*string, bool)
GetAddressOk returns a tuple with the Address field value and a boolean to check if the value has been set.
func (*HSMSignRequest) GetChainId ¶
func (o *HSMSignRequest) GetChainId() HSMSignRequestChainId
GetChainId returns the ChainId field value if set, zero value otherwise.
func (*HSMSignRequest) GetChainIdOk ¶
func (o *HSMSignRequest) GetChainIdOk() (*HSMSignRequestChainId, bool)
GetChainIdOk returns a tuple with the ChainId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*HSMSignRequest) GetData ¶
func (o *HSMSignRequest) GetData() string
GetData returns the Data field value
func (*HSMSignRequest) GetDataOk ¶
func (o *HSMSignRequest) GetDataOk() (*string, bool)
GetDataOk returns a tuple with the Data field value and a boolean to check if the value has been set.
func (*HSMSignRequest) GetIsTyped ¶
func (o *HSMSignRequest) GetIsTyped() bool
GetIsTyped returns the IsTyped field value if set, zero value otherwise.
func (*HSMSignRequest) GetIsTypedOk ¶
func (o *HSMSignRequest) GetIsTypedOk() (*bool, bool)
GetIsTypedOk returns a tuple with the IsTyped field value if set, nil otherwise and a boolean to check if the value has been set.
func (*HSMSignRequest) HasChainId ¶
func (o *HSMSignRequest) HasChainId() bool
HasChainId returns a boolean if a field has been set.
func (*HSMSignRequest) HasIsTyped ¶
func (o *HSMSignRequest) HasIsTyped() bool
HasIsTyped returns a boolean if a field has been set.
func (HSMSignRequest) MarshalJSON ¶
func (o HSMSignRequest) MarshalJSON() ([]byte, error)
func (*HSMSignRequest) SetAddress ¶
func (o *HSMSignRequest) SetAddress(v string)
SetAddress sets field value
func (*HSMSignRequest) SetChainId ¶
func (o *HSMSignRequest) SetChainId(v HSMSignRequestChainId)
SetChainId gets a reference to the given HSMSignRequestChainId and assigns it to the ChainId field.
func (*HSMSignRequest) SetData ¶
func (o *HSMSignRequest) SetData(v string)
SetData sets field value
func (*HSMSignRequest) SetIsTyped ¶
func (o *HSMSignRequest) SetIsTyped(v bool)
SetIsTyped gets a reference to the given bool and assigns it to the IsTyped field.
func (HSMSignRequest) ToMap ¶
func (o HSMSignRequest) ToMap() (map[string]interface{}, error)
func (*HSMSignRequest) UnmarshalJSON ¶
func (o *HSMSignRequest) UnmarshalJSON(data []byte) (err error)
type HSMSignRequestChainId ¶
HSMSignRequestChainId - struct for HSMSignRequestChainId
func Int64AsHSMSignRequestChainId ¶
func Int64AsHSMSignRequestChainId(v *int64) HSMSignRequestChainId
int64AsHSMSignRequestChainId is a convenience function that returns int64 wrapped in HSMSignRequestChainId
func StringAsHSMSignRequestChainId ¶
func StringAsHSMSignRequestChainId(v *string) HSMSignRequestChainId
stringAsHSMSignRequestChainId is a convenience function that returns string wrapped in HSMSignRequestChainId
func (*HSMSignRequestChainId) GetActualInstance ¶
func (obj *HSMSignRequestChainId) GetActualInstance() interface{}
Get the actual instance
func (HSMSignRequestChainId) MarshalJSON ¶
func (src HSMSignRequestChainId) MarshalJSON() ([]byte, error)
Marshal data from the first non-nil pointers in the struct to JSON
func (*HSMSignRequestChainId) UnmarshalJSON ¶
func (dst *HSMSignRequestChainId) UnmarshalJSON(data []byte) error
Unmarshal JSON data into one of the pointers in the struct
type HSMSignResponse ¶
type HSMSignResponse struct { PublicKey string `json:"publicKey"` Signature string `json:"signature"` }
HSMSignResponse Response body representing a sign-data response.
func NewHSMSignResponse ¶
func NewHSMSignResponse(publicKey string, signature string) *HSMSignResponse
NewHSMSignResponse instantiates a new HSMSignResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewHSMSignResponseWithDefaults ¶
func NewHSMSignResponseWithDefaults() *HSMSignResponse
NewHSMSignResponseWithDefaults instantiates a new HSMSignResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*HSMSignResponse) GetPublicKey ¶
func (o *HSMSignResponse) GetPublicKey() string
GetPublicKey returns the PublicKey field value
func (*HSMSignResponse) GetPublicKeyOk ¶
func (o *HSMSignResponse) GetPublicKeyOk() (*string, bool)
GetPublicKeyOk returns a tuple with the PublicKey field value and a boolean to check if the value has been set.
func (*HSMSignResponse) GetSignature ¶
func (o *HSMSignResponse) GetSignature() string
GetSignature returns the Signature field value
func (*HSMSignResponse) GetSignatureOk ¶
func (o *HSMSignResponse) GetSignatureOk() (*string, bool)
GetSignatureOk returns a tuple with the Signature field value and a boolean to check if the value has been set.
func (HSMSignResponse) MarshalJSON ¶
func (o HSMSignResponse) MarshalJSON() ([]byte, error)
func (*HSMSignResponse) SetPublicKey ¶
func (o *HSMSignResponse) SetPublicKey(v string)
SetPublicKey sets field value
func (*HSMSignResponse) SetSignature ¶
func (o *HSMSignResponse) SetSignature(v string)
SetSignature sets field value
func (HSMSignResponse) ToMap ¶
func (o HSMSignResponse) ToMap() (map[string]interface{}, error)
func (*HSMSignResponse) UnmarshalJSON ¶
func (o *HSMSignResponse) UnmarshalJSON(data []byte) (err error)
type HsmAPI ¶
type HsmAPI interface { /* AddHsmConfig Add HSM config Adds a new Azure account configuration. @param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return ApiAddHsmConfigRequest */ AddHsmConfig(ctx context.Context) ApiAddHsmConfigRequest // AddHsmConfigExecute executes the request // @return BaseResponse AddHsmConfigExecute(r ApiAddHsmConfigRequest) (*BaseResponse, *http.Response, error) /* AddHsmKey Add HSM key Adds an existing key configuration. @param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return ApiAddHsmKeyRequest */ AddHsmKey(ctx context.Context) ApiAddHsmKeyRequest // AddHsmKeyExecute executes the request // @return BaseResponse AddHsmKeyExecute(r ApiAddHsmKeyRequest) (*BaseResponse, *http.Response, error) /* CreateHsmKey Create HSM key Creates a new key in the Azure KeyVault. @param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return ApiCreateHsmKeyRequest */ CreateHsmKey(ctx context.Context) ApiCreateHsmKeyRequest // CreateHsmKeyExecute executes the request // @return CreateHsmKey200Response CreateHsmKeyExecute(r ApiCreateHsmKeyRequest) (*CreateHsmKey200Response, *http.Response, error) /* ListHsm List HSM configs and wallets Returns a list of HSM configs and their associated wallets. @param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return ApiListHsmRequest */ ListHsm(ctx context.Context) ApiListHsmRequest // ListHsmExecute executes the request // @return ListHsm200Response ListHsmExecute(r ApiListHsmRequest) (*ListHsm200Response, *http.Response, error) /* ListHsmWallets List HSM wallets Returns a list of HSM wallets. @param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return ApiListHsmWalletsRequest */ ListHsmWallets(ctx context.Context) ApiListHsmWalletsRequest // ListHsmWalletsExecute executes the request // @return ListHsmWallets200Response ListHsmWalletsExecute(r ApiListHsmWalletsRequest) (*ListHsmWallets200Response, *http.Response, error) /* RemoveHsmConfig Remove HSM config Removes the specified Azure account configuration and its associated keys. @param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param clientId The HSM client ID. @return ApiRemoveHsmConfigRequest */ RemoveHsmConfig(ctx context.Context, clientId string) ApiRemoveHsmConfigRequest // RemoveHsmConfigExecute executes the request // @return BaseResponse RemoveHsmConfigExecute(r ApiRemoveHsmConfigRequest) (*BaseResponse, *http.Response, error) /* RemoveHsmKey Remove HSM key Removes the specified key configuration. @param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param walletAddress An Ethereum address. @return ApiRemoveHsmKeyRequest */ RemoveHsmKey(ctx context.Context, walletAddress string) ApiRemoveHsmKeyRequest // RemoveHsmKeyExecute executes the request // @return BaseResponse RemoveHsmKeyExecute(r ApiRemoveHsmKeyRequest) (*BaseResponse, *http.Response, error) /* SetLocalNonce Set local nonce Sets the next transaction nonce for the given HSM address that will be used with the nonce management feature. @param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param chain The blockchain chain label. @param walletAddress An Ethereum address. @return ApiSetLocalNonceRequest */ SetLocalNonce(ctx context.Context, chain ChainName, walletAddress string) ApiSetLocalNonceRequest // SetLocalNonceExecute executes the request // @return BaseResponse SetLocalNonceExecute(r ApiSetLocalNonceRequest) (*BaseResponse, *http.Response, error) /* SignAndSubmitTransaction Sign and submit transaction Signs and submits the given transaction using an HSM address. @param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param chain The blockchain chain label. @return ApiSignAndSubmitTransactionRequest */ SignAndSubmitTransaction(ctx context.Context, chain ChainName) ApiSignAndSubmitTransactionRequest // SignAndSubmitTransactionExecute executes the request // @return TransferEth200Response SignAndSubmitTransactionExecute(r ApiSignAndSubmitTransactionRequest) (*TransferEth200Response, *http.Response, error) /* SignData Sign data Signs the given data using the given HSM address. @param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param chain The blockchain chain label. @return ApiSignDataRequest */ SignData(ctx context.Context, chain ChainName) ApiSignDataRequest // SignDataExecute executes the request // @return SignData200Response SignDataExecute(r ApiSignDataRequest) (*SignData200Response, *http.Response, error) }
type HsmAPIService ¶
type HsmAPIService service
HsmAPIService HsmAPI service
func (*HsmAPIService) AddHsmConfig ¶
func (a *HsmAPIService) AddHsmConfig(ctx context.Context) ApiAddHsmConfigRequest
AddHsmConfig Add HSM config
Adds a new Azure account configuration.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return ApiAddHsmConfigRequest
func (*HsmAPIService) AddHsmConfigExecute ¶
func (a *HsmAPIService) AddHsmConfigExecute(r ApiAddHsmConfigRequest) (*BaseResponse, *http.Response, error)
Execute executes the request
@return BaseResponse
func (*HsmAPIService) AddHsmKey ¶
func (a *HsmAPIService) AddHsmKey(ctx context.Context) ApiAddHsmKeyRequest
AddHsmKey Add HSM key
Adds an existing key configuration.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return ApiAddHsmKeyRequest
func (*HsmAPIService) AddHsmKeyExecute ¶
func (a *HsmAPIService) AddHsmKeyExecute(r ApiAddHsmKeyRequest) (*BaseResponse, *http.Response, error)
Execute executes the request
@return BaseResponse
func (*HsmAPIService) CreateHsmKey ¶
func (a *HsmAPIService) CreateHsmKey(ctx context.Context) ApiCreateHsmKeyRequest
CreateHsmKey Create HSM key
Creates a new key in the Azure KeyVault.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return ApiCreateHsmKeyRequest
func (*HsmAPIService) CreateHsmKeyExecute ¶
func (a *HsmAPIService) CreateHsmKeyExecute(r ApiCreateHsmKeyRequest) (*CreateHsmKey200Response, *http.Response, error)
Execute executes the request
@return CreateHsmKey200Response
func (*HsmAPIService) ListHsm ¶
func (a *HsmAPIService) ListHsm(ctx context.Context) ApiListHsmRequest
ListHsm List HSM configs and wallets
Returns a list of HSM configs and their associated wallets.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return ApiListHsmRequest
func (*HsmAPIService) ListHsmExecute ¶
func (a *HsmAPIService) ListHsmExecute(r ApiListHsmRequest) (*ListHsm200Response, *http.Response, error)
Execute executes the request
@return ListHsm200Response
func (*HsmAPIService) ListHsmWallets ¶
func (a *HsmAPIService) ListHsmWallets(ctx context.Context) ApiListHsmWalletsRequest
ListHsmWallets List HSM wallets
Returns a list of HSM wallets.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return ApiListHsmWalletsRequest
func (*HsmAPIService) ListHsmWalletsExecute ¶
func (a *HsmAPIService) ListHsmWalletsExecute(r ApiListHsmWalletsRequest) (*ListHsmWallets200Response, *http.Response, error)
Execute executes the request
@return ListHsmWallets200Response
func (*HsmAPIService) RemoveHsmConfig ¶
func (a *HsmAPIService) RemoveHsmConfig(ctx context.Context, clientId string) ApiRemoveHsmConfigRequest
RemoveHsmConfig Remove HSM config
Removes the specified Azure account configuration and its associated keys.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param clientId The HSM client ID. @return ApiRemoveHsmConfigRequest
func (*HsmAPIService) RemoveHsmConfigExecute ¶
func (a *HsmAPIService) RemoveHsmConfigExecute(r ApiRemoveHsmConfigRequest) (*BaseResponse, *http.Response, error)
Execute executes the request
@return BaseResponse
func (*HsmAPIService) RemoveHsmKey ¶
func (a *HsmAPIService) RemoveHsmKey(ctx context.Context, walletAddress string) ApiRemoveHsmKeyRequest
RemoveHsmKey Remove HSM key
Removes the specified key configuration.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param walletAddress An Ethereum address. @return ApiRemoveHsmKeyRequest
func (*HsmAPIService) RemoveHsmKeyExecute ¶
func (a *HsmAPIService) RemoveHsmKeyExecute(r ApiRemoveHsmKeyRequest) (*BaseResponse, *http.Response, error)
Execute executes the request
@return BaseResponse
func (*HsmAPIService) SetLocalNonce ¶
func (a *HsmAPIService) SetLocalNonce(ctx context.Context, chain ChainName, walletAddress string) ApiSetLocalNonceRequest
SetLocalNonce Set local nonce
Sets the next transaction nonce for the given HSM address that will be used with the nonce management feature.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param chain The blockchain chain label. @param walletAddress An Ethereum address. @return ApiSetLocalNonceRequest
func (*HsmAPIService) SetLocalNonceExecute ¶
func (a *HsmAPIService) SetLocalNonceExecute(r ApiSetLocalNonceRequest) (*BaseResponse, *http.Response, error)
Execute executes the request
@return BaseResponse
func (*HsmAPIService) SignAndSubmitTransaction ¶
func (a *HsmAPIService) SignAndSubmitTransaction(ctx context.Context, chain ChainName) ApiSignAndSubmitTransactionRequest
SignAndSubmitTransaction Sign and submit transaction
Signs and submits the given transaction using an HSM address.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param chain The blockchain chain label. @return ApiSignAndSubmitTransactionRequest
func (*HsmAPIService) SignAndSubmitTransactionExecute ¶
func (a *HsmAPIService) SignAndSubmitTransactionExecute(r ApiSignAndSubmitTransactionRequest) (*TransferEth200Response, *http.Response, error)
Execute executes the request
@return TransferEth200Response
func (*HsmAPIService) SignData ¶
func (a *HsmAPIService) SignData(ctx context.Context, chain ChainName) ApiSignDataRequest
SignData Sign data
Signs the given data using the given HSM address.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param chain The blockchain chain label. @return ApiSignDataRequest
func (*HsmAPIService) SignDataExecute ¶
func (a *HsmAPIService) SignDataExecute(r ApiSignDataRequest) (*SignData200Response, *http.Response, error)
Execute executes the request
@return SignData200Response
type Invite ¶
type Invite struct { // The invitee's email address. Email string `json:"email"` GroupIDs []int64 `json:"groupIDs,omitempty"` }
Invite An invite with groups.
func NewInvite ¶
NewInvite instantiates a new Invite object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewInviteWithDefaults ¶
func NewInviteWithDefaults() *Invite
NewInviteWithDefaults instantiates a new Invite object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*Invite) GetEmailOk ¶
GetEmailOk returns a tuple with the Email field value and a boolean to check if the value has been set.
func (*Invite) GetGroupIDs ¶
GetGroupIDs returns the GroupIDs field value if set, zero value otherwise.
func (*Invite) GetGroupIDsOk ¶
GetGroupIDsOk returns a tuple with the GroupIDs field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Invite) HasGroupIDs ¶
HasGroupIDs returns a boolean if a field has been set.
func (Invite) MarshalJSON ¶
func (*Invite) SetGroupIDs ¶
SetGroupIDs gets a reference to the given []int64 and assigns it to the GroupIDs field.
func (*Invite) UnmarshalJSON ¶
type LinkAddressContractRequest ¶
type LinkAddressContractRequest struct { // An alias to easily identify and reference the entity in subsequent requests. Label string `json:"label" validate:"regexp=^[a-z0-9_-]+$"` // The contract version. Version *string `json:"version,omitempty" validate:"regexp=^[^\\"#$%&''()*+,\\/:;<>?[\\\\\\\\\\\\]^\\\\x60{}~]*$"` // The block number from which to start syncing events. The value can be `latest` for the latest block number, an absolute block number (e.g. `123` for the block number 123), or a relative block number (e.g. `-100` for 100 blocks before the latest block). If absent, the event monitor will be disabled for this contract and events won't be synced. StartingBlock *string `json:"startingBlock,omitempty"` }
LinkAddressContractRequest struct for LinkAddressContractRequest
func NewLinkAddressContractRequest ¶
func NewLinkAddressContractRequest(label string) *LinkAddressContractRequest
NewLinkAddressContractRequest instantiates a new LinkAddressContractRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewLinkAddressContractRequestWithDefaults ¶
func NewLinkAddressContractRequestWithDefaults() *LinkAddressContractRequest
NewLinkAddressContractRequestWithDefaults instantiates a new LinkAddressContractRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*LinkAddressContractRequest) GetLabel ¶
func (o *LinkAddressContractRequest) GetLabel() string
GetLabel returns the Label field value
func (*LinkAddressContractRequest) GetLabelOk ¶
func (o *LinkAddressContractRequest) GetLabelOk() (*string, bool)
GetLabelOk returns a tuple with the Label field value and a boolean to check if the value has been set.
func (*LinkAddressContractRequest) GetStartingBlock ¶
func (o *LinkAddressContractRequest) GetStartingBlock() string
GetStartingBlock returns the StartingBlock field value if set, zero value otherwise.
func (*LinkAddressContractRequest) GetStartingBlockOk ¶
func (o *LinkAddressContractRequest) GetStartingBlockOk() (*string, bool)
GetStartingBlockOk returns a tuple with the StartingBlock field value if set, nil otherwise and a boolean to check if the value has been set.
func (*LinkAddressContractRequest) GetVersion ¶
func (o *LinkAddressContractRequest) GetVersion() string
GetVersion returns the Version field value if set, zero value otherwise.
func (*LinkAddressContractRequest) GetVersionOk ¶
func (o *LinkAddressContractRequest) GetVersionOk() (*string, bool)
GetVersionOk returns a tuple with the Version field value if set, nil otherwise and a boolean to check if the value has been set.
func (*LinkAddressContractRequest) HasStartingBlock ¶
func (o *LinkAddressContractRequest) HasStartingBlock() bool
HasStartingBlock returns a boolean if a field has been set.
func (*LinkAddressContractRequest) HasVersion ¶
func (o *LinkAddressContractRequest) HasVersion() bool
HasVersion returns a boolean if a field has been set.
func (LinkAddressContractRequest) MarshalJSON ¶
func (o LinkAddressContractRequest) MarshalJSON() ([]byte, error)
func (*LinkAddressContractRequest) SetLabel ¶
func (o *LinkAddressContractRequest) SetLabel(v string)
SetLabel sets field value
func (*LinkAddressContractRequest) SetStartingBlock ¶
func (o *LinkAddressContractRequest) SetStartingBlock(v string)
SetStartingBlock gets a reference to the given string and assigns it to the StartingBlock field.
func (*LinkAddressContractRequest) SetVersion ¶
func (o *LinkAddressContractRequest) SetVersion(v string)
SetVersion gets a reference to the given string and assigns it to the Version field.
func (LinkAddressContractRequest) ToMap ¶
func (o LinkAddressContractRequest) ToMap() (map[string]interface{}, error)
func (*LinkAddressContractRequest) UnmarshalJSON ¶
func (o *LinkAddressContractRequest) UnmarshalJSON(data []byte) (err error)
type ListAddresses200Response ¶
type ListAddresses200Response struct { // The status code. Status int64 `json:"status"` // The human-readable status message. Message string `json:"message"` Result []AddressLabel `json:"result"` }
ListAddresses200Response struct for ListAddresses200Response
func NewListAddresses200Response ¶
func NewListAddresses200Response(status int64, message string, result []AddressLabel) *ListAddresses200Response
NewListAddresses200Response instantiates a new ListAddresses200Response object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewListAddresses200ResponseWithDefaults ¶
func NewListAddresses200ResponseWithDefaults() *ListAddresses200Response
NewListAddresses200ResponseWithDefaults instantiates a new ListAddresses200Response object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*ListAddresses200Response) GetMessage ¶
func (o *ListAddresses200Response) GetMessage() string
GetMessage returns the Message field value
func (*ListAddresses200Response) GetMessageOk ¶
func (o *ListAddresses200Response) GetMessageOk() (*string, bool)
GetMessageOk returns a tuple with the Message field value and a boolean to check if the value has been set.
func (*ListAddresses200Response) GetResult ¶
func (o *ListAddresses200Response) GetResult() []AddressLabel
GetResult returns the Result field value
func (*ListAddresses200Response) GetResultOk ¶
func (o *ListAddresses200Response) GetResultOk() ([]AddressLabel, bool)
GetResultOk returns a tuple with the Result field value and a boolean to check if the value has been set.
func (*ListAddresses200Response) GetStatus ¶
func (o *ListAddresses200Response) GetStatus() int64
GetStatus returns the Status field value
func (*ListAddresses200Response) GetStatusOk ¶
func (o *ListAddresses200Response) GetStatusOk() (*int64, bool)
GetStatusOk returns a tuple with the Status field value and a boolean to check if the value has been set.
func (ListAddresses200Response) MarshalJSON ¶
func (o ListAddresses200Response) MarshalJSON() ([]byte, error)
func (*ListAddresses200Response) SetMessage ¶
func (o *ListAddresses200Response) SetMessage(v string)
SetMessage sets field value
func (*ListAddresses200Response) SetResult ¶
func (o *ListAddresses200Response) SetResult(v []AddressLabel)
SetResult sets field value
func (*ListAddresses200Response) SetStatus ¶
func (o *ListAddresses200Response) SetStatus(v int64)
SetStatus sets field value
func (ListAddresses200Response) ToMap ¶
func (o ListAddresses200Response) ToMap() (map[string]interface{}, error)
func (*ListAddresses200Response) UnmarshalJSON ¶
func (o *ListAddresses200Response) UnmarshalJSON(data []byte) (err error)
type ListApiKeys200Response ¶
type ListApiKeys200Response struct { // The status code. Status int64 `json:"status"` // The human-readable status message. Message string `json:"message"` Result []APIKey `json:"result"` }
ListApiKeys200Response struct for ListApiKeys200Response
func NewListApiKeys200Response ¶
func NewListApiKeys200Response(status int64, message string, result []APIKey) *ListApiKeys200Response
NewListApiKeys200Response instantiates a new ListApiKeys200Response object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewListApiKeys200ResponseWithDefaults ¶
func NewListApiKeys200ResponseWithDefaults() *ListApiKeys200Response
NewListApiKeys200ResponseWithDefaults instantiates a new ListApiKeys200Response object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*ListApiKeys200Response) GetMessage ¶
func (o *ListApiKeys200Response) GetMessage() string
GetMessage returns the Message field value
func (*ListApiKeys200Response) GetMessageOk ¶
func (o *ListApiKeys200Response) GetMessageOk() (*string, bool)
GetMessageOk returns a tuple with the Message field value and a boolean to check if the value has been set.
func (*ListApiKeys200Response) GetResult ¶
func (o *ListApiKeys200Response) GetResult() []APIKey
GetResult returns the Result field value
func (*ListApiKeys200Response) GetResultOk ¶
func (o *ListApiKeys200Response) GetResultOk() ([]APIKey, bool)
GetResultOk returns a tuple with the Result field value and a boolean to check if the value has been set.
func (*ListApiKeys200Response) GetStatus ¶
func (o *ListApiKeys200Response) GetStatus() int64
GetStatus returns the Status field value
func (*ListApiKeys200Response) GetStatusOk ¶
func (o *ListApiKeys200Response) GetStatusOk() (*int64, bool)
GetStatusOk returns a tuple with the Status field value and a boolean to check if the value has been set.
func (ListApiKeys200Response) MarshalJSON ¶
func (o ListApiKeys200Response) MarshalJSON() ([]byte, error)
func (*ListApiKeys200Response) SetMessage ¶
func (o *ListApiKeys200Response) SetMessage(v string)
SetMessage sets field value
func (*ListApiKeys200Response) SetResult ¶
func (o *ListApiKeys200Response) SetResult(v []APIKey)
SetResult sets field value
func (*ListApiKeys200Response) SetStatus ¶
func (o *ListApiKeys200Response) SetStatus(v int64)
SetStatus sets field value
func (ListApiKeys200Response) ToMap ¶
func (o ListApiKeys200Response) ToMap() (map[string]interface{}, error)
func (*ListApiKeys200Response) UnmarshalJSON ¶
func (o *ListApiKeys200Response) UnmarshalJSON(data []byte) (err error)
type ListAuditLogs200Response ¶
type ListAuditLogs200Response struct { // The status code. Status int64 `json:"status"` // The human-readable status message. Message string `json:"message"` Result []AuditLog `json:"result"` }
ListAuditLogs200Response struct for ListAuditLogs200Response
func NewListAuditLogs200Response ¶
func NewListAuditLogs200Response(status int64, message string, result []AuditLog) *ListAuditLogs200Response
NewListAuditLogs200Response instantiates a new ListAuditLogs200Response object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewListAuditLogs200ResponseWithDefaults ¶
func NewListAuditLogs200ResponseWithDefaults() *ListAuditLogs200Response
NewListAuditLogs200ResponseWithDefaults instantiates a new ListAuditLogs200Response object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*ListAuditLogs200Response) GetMessage ¶
func (o *ListAuditLogs200Response) GetMessage() string
GetMessage returns the Message field value
func (*ListAuditLogs200Response) GetMessageOk ¶
func (o *ListAuditLogs200Response) GetMessageOk() (*string, bool)
GetMessageOk returns a tuple with the Message field value and a boolean to check if the value has been set.
func (*ListAuditLogs200Response) GetResult ¶
func (o *ListAuditLogs200Response) GetResult() []AuditLog
GetResult returns the Result field value
func (*ListAuditLogs200Response) GetResultOk ¶
func (o *ListAuditLogs200Response) GetResultOk() ([]AuditLog, bool)
GetResultOk returns a tuple with the Result field value and a boolean to check if the value has been set.
func (*ListAuditLogs200Response) GetStatus ¶
func (o *ListAuditLogs200Response) GetStatus() int64
GetStatus returns the Status field value
func (*ListAuditLogs200Response) GetStatusOk ¶
func (o *ListAuditLogs200Response) GetStatusOk() (*int64, bool)
GetStatusOk returns a tuple with the Status field value and a boolean to check if the value has been set.
func (ListAuditLogs200Response) MarshalJSON ¶
func (o ListAuditLogs200Response) MarshalJSON() ([]byte, error)
func (*ListAuditLogs200Response) SetMessage ¶
func (o *ListAuditLogs200Response) SetMessage(v string)
SetMessage sets field value
func (*ListAuditLogs200Response) SetResult ¶
func (o *ListAuditLogs200Response) SetResult(v []AuditLog)
SetResult sets field value
func (*ListAuditLogs200Response) SetStatus ¶
func (o *ListAuditLogs200Response) SetStatus(v int64)
SetStatus sets field value
func (ListAuditLogs200Response) ToMap ¶
func (o ListAuditLogs200Response) ToMap() (map[string]interface{}, error)
func (*ListAuditLogs200Response) UnmarshalJSON ¶
func (o *ListAuditLogs200Response) UnmarshalJSON(data []byte) (err error)
type ListContractVersions200Response ¶
type ListContractVersions200Response struct { // The status code. Status int64 `json:"status"` // The human-readable status message. Message string `json:"message"` Result ListContractVersions200ResponseAllOfResult `json:"result"` }
ListContractVersions200Response struct for ListContractVersions200Response
func NewListContractVersions200Response ¶
func NewListContractVersions200Response(status int64, message string, result ListContractVersions200ResponseAllOfResult) *ListContractVersions200Response
NewListContractVersions200Response instantiates a new ListContractVersions200Response object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewListContractVersions200ResponseWithDefaults ¶
func NewListContractVersions200ResponseWithDefaults() *ListContractVersions200Response
NewListContractVersions200ResponseWithDefaults instantiates a new ListContractVersions200Response object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*ListContractVersions200Response) GetMessage ¶
func (o *ListContractVersions200Response) GetMessage() string
GetMessage returns the Message field value
func (*ListContractVersions200Response) GetMessageOk ¶
func (o *ListContractVersions200Response) GetMessageOk() (*string, bool)
GetMessageOk returns a tuple with the Message field value and a boolean to check if the value has been set.
func (*ListContractVersions200Response) GetResult ¶
func (o *ListContractVersions200Response) GetResult() ListContractVersions200ResponseAllOfResult
GetResult returns the Result field value
func (*ListContractVersions200Response) GetResultOk ¶
func (o *ListContractVersions200Response) GetResultOk() (*ListContractVersions200ResponseAllOfResult, bool)
GetResultOk returns a tuple with the Result field value and a boolean to check if the value has been set.
func (*ListContractVersions200Response) GetStatus ¶
func (o *ListContractVersions200Response) GetStatus() int64
GetStatus returns the Status field value
func (*ListContractVersions200Response) GetStatusOk ¶
func (o *ListContractVersions200Response) GetStatusOk() (*int64, bool)
GetStatusOk returns a tuple with the Status field value and a boolean to check if the value has been set.
func (ListContractVersions200Response) MarshalJSON ¶
func (o ListContractVersions200Response) MarshalJSON() ([]byte, error)
func (*ListContractVersions200Response) SetMessage ¶
func (o *ListContractVersions200Response) SetMessage(v string)
SetMessage sets field value
func (*ListContractVersions200Response) SetResult ¶
func (o *ListContractVersions200Response) SetResult(v ListContractVersions200ResponseAllOfResult)
SetResult sets field value
func (*ListContractVersions200Response) SetStatus ¶
func (o *ListContractVersions200Response) SetStatus(v int64)
SetStatus sets field value
func (ListContractVersions200Response) ToMap ¶
func (o ListContractVersions200Response) ToMap() (map[string]interface{}, error)
func (*ListContractVersions200Response) UnmarshalJSON ¶
func (o *ListContractVersions200Response) UnmarshalJSON(data []byte) (err error)
type ListContractVersions200ResponseAllOfResult ¶
type ListContractVersions200ResponseAllOfResult struct { // An alias to easily identify and reference the entity in subsequent requests. Label string `json:"label" validate:"regexp=^[a-z0-9_-]+$"` Versions []string `json:"versions"` }
ListContractVersions200ResponseAllOfResult struct for ListContractVersions200ResponseAllOfResult
func NewListContractVersions200ResponseAllOfResult ¶
func NewListContractVersions200ResponseAllOfResult(label string, versions []string) *ListContractVersions200ResponseAllOfResult
NewListContractVersions200ResponseAllOfResult instantiates a new ListContractVersions200ResponseAllOfResult object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewListContractVersions200ResponseAllOfResultWithDefaults ¶
func NewListContractVersions200ResponseAllOfResultWithDefaults() *ListContractVersions200ResponseAllOfResult
NewListContractVersions200ResponseAllOfResultWithDefaults instantiates a new ListContractVersions200ResponseAllOfResult object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*ListContractVersions200ResponseAllOfResult) GetLabel ¶
func (o *ListContractVersions200ResponseAllOfResult) GetLabel() string
GetLabel returns the Label field value
func (*ListContractVersions200ResponseAllOfResult) GetLabelOk ¶
func (o *ListContractVersions200ResponseAllOfResult) GetLabelOk() (*string, bool)
GetLabelOk returns a tuple with the Label field value and a boolean to check if the value has been set.
func (*ListContractVersions200ResponseAllOfResult) GetVersions ¶
func (o *ListContractVersions200ResponseAllOfResult) GetVersions() []string
GetVersions returns the Versions field value
func (*ListContractVersions200ResponseAllOfResult) GetVersionsOk ¶
func (o *ListContractVersions200ResponseAllOfResult) GetVersionsOk() ([]string, bool)
GetVersionsOk returns a tuple with the Versions field value and a boolean to check if the value has been set.
func (ListContractVersions200ResponseAllOfResult) MarshalJSON ¶
func (o ListContractVersions200ResponseAllOfResult) MarshalJSON() ([]byte, error)
func (*ListContractVersions200ResponseAllOfResult) SetLabel ¶
func (o *ListContractVersions200ResponseAllOfResult) SetLabel(v string)
SetLabel sets field value
func (*ListContractVersions200ResponseAllOfResult) SetVersions ¶
func (o *ListContractVersions200ResponseAllOfResult) SetVersions(v []string)
SetVersions sets field value
func (ListContractVersions200ResponseAllOfResult) ToMap ¶
func (o ListContractVersions200ResponseAllOfResult) ToMap() (map[string]interface{}, error)
func (*ListContractVersions200ResponseAllOfResult) UnmarshalJSON ¶
func (o *ListContractVersions200ResponseAllOfResult) UnmarshalJSON(data []byte) (err error)
type ListContracts200Response ¶
type ListContracts200Response struct { // The status code. Status int64 `json:"status"` // The human-readable status message. Message string `json:"message"` Result []ContractOverview `json:"result"` }
ListContracts200Response struct for ListContracts200Response
func NewListContracts200Response ¶
func NewListContracts200Response(status int64, message string, result []ContractOverview) *ListContracts200Response
NewListContracts200Response instantiates a new ListContracts200Response object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewListContracts200ResponseWithDefaults ¶
func NewListContracts200ResponseWithDefaults() *ListContracts200Response
NewListContracts200ResponseWithDefaults instantiates a new ListContracts200Response object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*ListContracts200Response) GetMessage ¶
func (o *ListContracts200Response) GetMessage() string
GetMessage returns the Message field value
func (*ListContracts200Response) GetMessageOk ¶
func (o *ListContracts200Response) GetMessageOk() (*string, bool)
GetMessageOk returns a tuple with the Message field value and a boolean to check if the value has been set.
func (*ListContracts200Response) GetResult ¶
func (o *ListContracts200Response) GetResult() []ContractOverview
GetResult returns the Result field value
func (*ListContracts200Response) GetResultOk ¶
func (o *ListContracts200Response) GetResultOk() ([]ContractOverview, bool)
GetResultOk returns a tuple with the Result field value and a boolean to check if the value has been set.
func (*ListContracts200Response) GetStatus ¶
func (o *ListContracts200Response) GetStatus() int64
GetStatus returns the Status field value
func (*ListContracts200Response) GetStatusOk ¶
func (o *ListContracts200Response) GetStatusOk() (*int64, bool)
GetStatusOk returns a tuple with the Status field value and a boolean to check if the value has been set.
func (ListContracts200Response) MarshalJSON ¶
func (o ListContracts200Response) MarshalJSON() ([]byte, error)
func (*ListContracts200Response) SetMessage ¶
func (o *ListContracts200Response) SetMessage(v string)
SetMessage sets field value
func (*ListContracts200Response) SetResult ¶
func (o *ListContracts200Response) SetResult(v []ContractOverview)
SetResult sets field value
func (*ListContracts200Response) SetStatus ¶
func (o *ListContracts200Response) SetStatus(v int64)
SetStatus sets field value
func (ListContracts200Response) ToMap ¶
func (o ListContracts200Response) ToMap() (map[string]interface{}, error)
func (*ListContracts200Response) UnmarshalJSON ¶
func (o *ListContracts200Response) UnmarshalJSON(data []byte) (err error)
type ListCorsOrigins200Response ¶
type ListCorsOrigins200Response struct { // The status code. Status int64 `json:"status"` // The human-readable status message. Message string `json:"message"` Result []CORSOrigin `json:"result"` }
ListCorsOrigins200Response struct for ListCorsOrigins200Response
func NewListCorsOrigins200Response ¶
func NewListCorsOrigins200Response(status int64, message string, result []CORSOrigin) *ListCorsOrigins200Response
NewListCorsOrigins200Response instantiates a new ListCorsOrigins200Response object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewListCorsOrigins200ResponseWithDefaults ¶
func NewListCorsOrigins200ResponseWithDefaults() *ListCorsOrigins200Response
NewListCorsOrigins200ResponseWithDefaults instantiates a new ListCorsOrigins200Response object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*ListCorsOrigins200Response) GetMessage ¶
func (o *ListCorsOrigins200Response) GetMessage() string
GetMessage returns the Message field value
func (*ListCorsOrigins200Response) GetMessageOk ¶
func (o *ListCorsOrigins200Response) GetMessageOk() (*string, bool)
GetMessageOk returns a tuple with the Message field value and a boolean to check if the value has been set.
func (*ListCorsOrigins200Response) GetResult ¶
func (o *ListCorsOrigins200Response) GetResult() []CORSOrigin
GetResult returns the Result field value
func (*ListCorsOrigins200Response) GetResultOk ¶
func (o *ListCorsOrigins200Response) GetResultOk() ([]CORSOrigin, bool)
GetResultOk returns a tuple with the Result field value and a boolean to check if the value has been set.
func (*ListCorsOrigins200Response) GetStatus ¶
func (o *ListCorsOrigins200Response) GetStatus() int64
GetStatus returns the Status field value
func (*ListCorsOrigins200Response) GetStatusOk ¶
func (o *ListCorsOrigins200Response) GetStatusOk() (*int64, bool)
GetStatusOk returns a tuple with the Status field value and a boolean to check if the value has been set.
func (ListCorsOrigins200Response) MarshalJSON ¶
func (o ListCorsOrigins200Response) MarshalJSON() ([]byte, error)
func (*ListCorsOrigins200Response) SetMessage ¶
func (o *ListCorsOrigins200Response) SetMessage(v string)
SetMessage sets field value
func (*ListCorsOrigins200Response) SetResult ¶
func (o *ListCorsOrigins200Response) SetResult(v []CORSOrigin)
SetResult sets field value
func (*ListCorsOrigins200Response) SetStatus ¶
func (o *ListCorsOrigins200Response) SetStatus(v int64)
SetStatus sets field value
func (ListCorsOrigins200Response) ToMap ¶
func (o ListCorsOrigins200Response) ToMap() (map[string]interface{}, error)
func (*ListCorsOrigins200Response) UnmarshalJSON ¶
func (o *ListCorsOrigins200Response) UnmarshalJSON(data []byte) (err error)
type ListEventQueries200Response ¶
type ListEventQueries200Response struct { // The status code. Status int64 `json:"status"` // The human-readable status message. Message string `json:"message"` Result []SavedEventQuery `json:"result"` }
ListEventQueries200Response struct for ListEventQueries200Response
func NewListEventQueries200Response ¶
func NewListEventQueries200Response(status int64, message string, result []SavedEventQuery) *ListEventQueries200Response
NewListEventQueries200Response instantiates a new ListEventQueries200Response object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewListEventQueries200ResponseWithDefaults ¶
func NewListEventQueries200ResponseWithDefaults() *ListEventQueries200Response
NewListEventQueries200ResponseWithDefaults instantiates a new ListEventQueries200Response object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*ListEventQueries200Response) GetMessage ¶
func (o *ListEventQueries200Response) GetMessage() string
GetMessage returns the Message field value
func (*ListEventQueries200Response) GetMessageOk ¶
func (o *ListEventQueries200Response) GetMessageOk() (*string, bool)
GetMessageOk returns a tuple with the Message field value and a boolean to check if the value has been set.
func (*ListEventQueries200Response) GetResult ¶
func (o *ListEventQueries200Response) GetResult() []SavedEventQuery
GetResult returns the Result field value
func (*ListEventQueries200Response) GetResultOk ¶
func (o *ListEventQueries200Response) GetResultOk() ([]SavedEventQuery, bool)
GetResultOk returns a tuple with the Result field value and a boolean to check if the value has been set.
func (*ListEventQueries200Response) GetStatus ¶
func (o *ListEventQueries200Response) GetStatus() int64
GetStatus returns the Status field value
func (*ListEventQueries200Response) GetStatusOk ¶
func (o *ListEventQueries200Response) GetStatusOk() (*int64, bool)
GetStatusOk returns a tuple with the Status field value and a boolean to check if the value has been set.
func (ListEventQueries200Response) MarshalJSON ¶
func (o ListEventQueries200Response) MarshalJSON() ([]byte, error)
func (*ListEventQueries200Response) SetMessage ¶
func (o *ListEventQueries200Response) SetMessage(v string)
SetMessage sets field value
func (*ListEventQueries200Response) SetResult ¶
func (o *ListEventQueries200Response) SetResult(v []SavedEventQuery)
SetResult sets field value
func (*ListEventQueries200Response) SetStatus ¶
func (o *ListEventQueries200Response) SetStatus(v int64)
SetStatus sets field value
func (ListEventQueries200Response) ToMap ¶
func (o ListEventQueries200Response) ToMap() (map[string]interface{}, error)
func (*ListEventQueries200Response) UnmarshalJSON ¶
func (o *ListEventQueries200Response) UnmarshalJSON(data []byte) (err error)
type ListEvents200Response ¶
type ListEvents200Response struct { // The status code. Status int64 `json:"status"` // The human-readable status message. Message string `json:"message"` Result []Event `json:"result"` }
ListEvents200Response struct for ListEvents200Response
func NewListEvents200Response ¶
func NewListEvents200Response(status int64, message string, result []Event) *ListEvents200Response
NewListEvents200Response instantiates a new ListEvents200Response object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewListEvents200ResponseWithDefaults ¶
func NewListEvents200ResponseWithDefaults() *ListEvents200Response
NewListEvents200ResponseWithDefaults instantiates a new ListEvents200Response object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*ListEvents200Response) GetMessage ¶
func (o *ListEvents200Response) GetMessage() string
GetMessage returns the Message field value
func (*ListEvents200Response) GetMessageOk ¶
func (o *ListEvents200Response) GetMessageOk() (*string, bool)
GetMessageOk returns a tuple with the Message field value and a boolean to check if the value has been set.
func (*ListEvents200Response) GetResult ¶
func (o *ListEvents200Response) GetResult() []Event
GetResult returns the Result field value
func (*ListEvents200Response) GetResultOk ¶
func (o *ListEvents200Response) GetResultOk() ([]Event, bool)
GetResultOk returns a tuple with the Result field value and a boolean to check if the value has been set.
func (*ListEvents200Response) GetStatus ¶
func (o *ListEvents200Response) GetStatus() int64
GetStatus returns the Status field value
func (*ListEvents200Response) GetStatusOk ¶
func (o *ListEvents200Response) GetStatusOk() (*int64, bool)
GetStatusOk returns a tuple with the Status field value and a boolean to check if the value has been set.
func (ListEvents200Response) MarshalJSON ¶
func (o ListEvents200Response) MarshalJSON() ([]byte, error)
func (*ListEvents200Response) SetMessage ¶
func (o *ListEvents200Response) SetMessage(v string)
SetMessage sets field value
func (*ListEvents200Response) SetResult ¶
func (o *ListEvents200Response) SetResult(v []Event)
SetResult sets field value
func (*ListEvents200Response) SetStatus ¶
func (o *ListEvents200Response) SetStatus(v int64)
SetStatus sets field value
func (ListEvents200Response) ToMap ¶
func (o ListEvents200Response) ToMap() (map[string]interface{}, error)
func (*ListEvents200Response) UnmarshalJSON ¶
func (o *ListEvents200Response) UnmarshalJSON(data []byte) (err error)
type ListGroups200Response ¶
type ListGroups200Response struct { // The status code. Status int64 `json:"status"` // The human-readable status message. Message string `json:"message"` Result []Group `json:"result"` }
ListGroups200Response struct for ListGroups200Response
func NewListGroups200Response ¶
func NewListGroups200Response(status int64, message string, result []Group) *ListGroups200Response
NewListGroups200Response instantiates a new ListGroups200Response object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewListGroups200ResponseWithDefaults ¶
func NewListGroups200ResponseWithDefaults() *ListGroups200Response
NewListGroups200ResponseWithDefaults instantiates a new ListGroups200Response object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*ListGroups200Response) GetMessage ¶
func (o *ListGroups200Response) GetMessage() string
GetMessage returns the Message field value
func (*ListGroups200Response) GetMessageOk ¶
func (o *ListGroups200Response) GetMessageOk() (*string, bool)
GetMessageOk returns a tuple with the Message field value and a boolean to check if the value has been set.
func (*ListGroups200Response) GetResult ¶
func (o *ListGroups200Response) GetResult() []Group
GetResult returns the Result field value
func (*ListGroups200Response) GetResultOk ¶
func (o *ListGroups200Response) GetResultOk() ([]Group, bool)
GetResultOk returns a tuple with the Result field value and a boolean to check if the value has been set.
func (*ListGroups200Response) GetStatus ¶
func (o *ListGroups200Response) GetStatus() int64
GetStatus returns the Status field value
func (*ListGroups200Response) GetStatusOk ¶
func (o *ListGroups200Response) GetStatusOk() (*int64, bool)
GetStatusOk returns a tuple with the Status field value and a boolean to check if the value has been set.
func (ListGroups200Response) MarshalJSON ¶
func (o ListGroups200Response) MarshalJSON() ([]byte, error)
func (*ListGroups200Response) SetMessage ¶
func (o *ListGroups200Response) SetMessage(v string)
SetMessage sets field value
func (*ListGroups200Response) SetResult ¶
func (o *ListGroups200Response) SetResult(v []Group)
SetResult sets field value
func (*ListGroups200Response) SetStatus ¶
func (o *ListGroups200Response) SetStatus(v int64)
SetStatus sets field value
func (ListGroups200Response) ToMap ¶
func (o ListGroups200Response) ToMap() (map[string]interface{}, error)
func (*ListGroups200Response) UnmarshalJSON ¶
func (o *ListGroups200Response) UnmarshalJSON(data []byte) (err error)
type ListHsm200Response ¶
type ListHsm200Response struct { // The status code. Status int64 `json:"status"` // The human-readable status message. Message string `json:"message"` Result []HSMData `json:"result"` }
ListHsm200Response struct for ListHsm200Response
func NewListHsm200Response ¶
func NewListHsm200Response(status int64, message string, result []HSMData) *ListHsm200Response
NewListHsm200Response instantiates a new ListHsm200Response object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewListHsm200ResponseWithDefaults ¶
func NewListHsm200ResponseWithDefaults() *ListHsm200Response
NewListHsm200ResponseWithDefaults instantiates a new ListHsm200Response object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*ListHsm200Response) GetMessage ¶
func (o *ListHsm200Response) GetMessage() string
GetMessage returns the Message field value
func (*ListHsm200Response) GetMessageOk ¶
func (o *ListHsm200Response) GetMessageOk() (*string, bool)
GetMessageOk returns a tuple with the Message field value and a boolean to check if the value has been set.
func (*ListHsm200Response) GetResult ¶
func (o *ListHsm200Response) GetResult() []HSMData
GetResult returns the Result field value
func (*ListHsm200Response) GetResultOk ¶
func (o *ListHsm200Response) GetResultOk() ([]HSMData, bool)
GetResultOk returns a tuple with the Result field value and a boolean to check if the value has been set.
func (*ListHsm200Response) GetStatus ¶
func (o *ListHsm200Response) GetStatus() int64
GetStatus returns the Status field value
func (*ListHsm200Response) GetStatusOk ¶
func (o *ListHsm200Response) GetStatusOk() (*int64, bool)
GetStatusOk returns a tuple with the Status field value and a boolean to check if the value has been set.
func (ListHsm200Response) MarshalJSON ¶
func (o ListHsm200Response) MarshalJSON() ([]byte, error)
func (*ListHsm200Response) SetMessage ¶
func (o *ListHsm200Response) SetMessage(v string)
SetMessage sets field value
func (*ListHsm200Response) SetResult ¶
func (o *ListHsm200Response) SetResult(v []HSMData)
SetResult sets field value
func (*ListHsm200Response) SetStatus ¶
func (o *ListHsm200Response) SetStatus(v int64)
SetStatus sets field value
func (ListHsm200Response) ToMap ¶
func (o ListHsm200Response) ToMap() (map[string]interface{}, error)
func (*ListHsm200Response) UnmarshalJSON ¶
func (o *ListHsm200Response) UnmarshalJSON(data []byte) (err error)
type ListHsmWallets200Response ¶
type ListHsmWallets200Response struct { // The status code. Status int64 `json:"status"` // The human-readable status message. Message string `json:"message"` Result []StandaloneWallet `json:"result"` }
ListHsmWallets200Response struct for ListHsmWallets200Response
func NewListHsmWallets200Response ¶
func NewListHsmWallets200Response(status int64, message string, result []StandaloneWallet) *ListHsmWallets200Response
NewListHsmWallets200Response instantiates a new ListHsmWallets200Response object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewListHsmWallets200ResponseWithDefaults ¶
func NewListHsmWallets200ResponseWithDefaults() *ListHsmWallets200Response
NewListHsmWallets200ResponseWithDefaults instantiates a new ListHsmWallets200Response object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*ListHsmWallets200Response) GetMessage ¶
func (o *ListHsmWallets200Response) GetMessage() string
GetMessage returns the Message field value
func (*ListHsmWallets200Response) GetMessageOk ¶
func (o *ListHsmWallets200Response) GetMessageOk() (*string, bool)
GetMessageOk returns a tuple with the Message field value and a boolean to check if the value has been set.
func (*ListHsmWallets200Response) GetResult ¶
func (o *ListHsmWallets200Response) GetResult() []StandaloneWallet
GetResult returns the Result field value
func (*ListHsmWallets200Response) GetResultOk ¶
func (o *ListHsmWallets200Response) GetResultOk() ([]StandaloneWallet, bool)
GetResultOk returns a tuple with the Result field value and a boolean to check if the value has been set.
func (*ListHsmWallets200Response) GetStatus ¶
func (o *ListHsmWallets200Response) GetStatus() int64
GetStatus returns the Status field value
func (*ListHsmWallets200Response) GetStatusOk ¶
func (o *ListHsmWallets200Response) GetStatusOk() (*int64, bool)
GetStatusOk returns a tuple with the Status field value and a boolean to check if the value has been set.
func (ListHsmWallets200Response) MarshalJSON ¶
func (o ListHsmWallets200Response) MarshalJSON() ([]byte, error)
func (*ListHsmWallets200Response) SetMessage ¶
func (o *ListHsmWallets200Response) SetMessage(v string)
SetMessage sets field value
func (*ListHsmWallets200Response) SetResult ¶
func (o *ListHsmWallets200Response) SetResult(v []StandaloneWallet)
SetResult sets field value
func (*ListHsmWallets200Response) SetStatus ¶
func (o *ListHsmWallets200Response) SetStatus(v int64)
SetStatus sets field value
func (ListHsmWallets200Response) ToMap ¶
func (o ListHsmWallets200Response) ToMap() (map[string]interface{}, error)
func (*ListHsmWallets200Response) UnmarshalJSON ¶
func (o *ListHsmWallets200Response) UnmarshalJSON(data []byte) (err error)
type ListUserSigners200Response ¶
type ListUserSigners200Response struct { // The status code. Status int64 `json:"status"` // The human-readable status message. Message string `json:"message"` Result []SignerWallet `json:"result"` }
ListUserSigners200Response struct for ListUserSigners200Response
func NewListUserSigners200Response ¶
func NewListUserSigners200Response(status int64, message string, result []SignerWallet) *ListUserSigners200Response
NewListUserSigners200Response instantiates a new ListUserSigners200Response object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewListUserSigners200ResponseWithDefaults ¶
func NewListUserSigners200ResponseWithDefaults() *ListUserSigners200Response
NewListUserSigners200ResponseWithDefaults instantiates a new ListUserSigners200Response object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*ListUserSigners200Response) GetMessage ¶
func (o *ListUserSigners200Response) GetMessage() string
GetMessage returns the Message field value
func (*ListUserSigners200Response) GetMessageOk ¶
func (o *ListUserSigners200Response) GetMessageOk() (*string, bool)
GetMessageOk returns a tuple with the Message field value and a boolean to check if the value has been set.
func (*ListUserSigners200Response) GetResult ¶
func (o *ListUserSigners200Response) GetResult() []SignerWallet
GetResult returns the Result field value
func (*ListUserSigners200Response) GetResultOk ¶
func (o *ListUserSigners200Response) GetResultOk() ([]SignerWallet, bool)
GetResultOk returns a tuple with the Result field value and a boolean to check if the value has been set.
func (*ListUserSigners200Response) GetStatus ¶
func (o *ListUserSigners200Response) GetStatus() int64
GetStatus returns the Status field value
func (*ListUserSigners200Response) GetStatusOk ¶
func (o *ListUserSigners200Response) GetStatusOk() (*int64, bool)
GetStatusOk returns a tuple with the Status field value and a boolean to check if the value has been set.
func (ListUserSigners200Response) MarshalJSON ¶
func (o ListUserSigners200Response) MarshalJSON() ([]byte, error)
func (*ListUserSigners200Response) SetMessage ¶
func (o *ListUserSigners200Response) SetMessage(v string)
SetMessage sets field value
func (*ListUserSigners200Response) SetResult ¶
func (o *ListUserSigners200Response) SetResult(v []SignerWallet)
SetResult sets field value
func (*ListUserSigners200Response) SetStatus ¶
func (o *ListUserSigners200Response) SetStatus(v int64)
SetStatus sets field value
func (ListUserSigners200Response) ToMap ¶
func (o ListUserSigners200Response) ToMap() (map[string]interface{}, error)
func (*ListUserSigners200Response) UnmarshalJSON ¶
func (o *ListUserSigners200Response) UnmarshalJSON(data []byte) (err error)
type ListUsers200Response ¶
type ListUsers200Response struct { // The status code. Status int64 `json:"status"` // The human-readable status message. Message string `json:"message"` Result []User `json:"result"` }
ListUsers200Response struct for ListUsers200Response
func NewListUsers200Response ¶
func NewListUsers200Response(status int64, message string, result []User) *ListUsers200Response
NewListUsers200Response instantiates a new ListUsers200Response object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewListUsers200ResponseWithDefaults ¶
func NewListUsers200ResponseWithDefaults() *ListUsers200Response
NewListUsers200ResponseWithDefaults instantiates a new ListUsers200Response object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*ListUsers200Response) GetMessage ¶
func (o *ListUsers200Response) GetMessage() string
GetMessage returns the Message field value
func (*ListUsers200Response) GetMessageOk ¶
func (o *ListUsers200Response) GetMessageOk() (*string, bool)
GetMessageOk returns a tuple with the Message field value and a boolean to check if the value has been set.
func (*ListUsers200Response) GetResult ¶
func (o *ListUsers200Response) GetResult() []User
GetResult returns the Result field value
func (*ListUsers200Response) GetResultOk ¶
func (o *ListUsers200Response) GetResultOk() ([]User, bool)
GetResultOk returns a tuple with the Result field value and a boolean to check if the value has been set.
func (*ListUsers200Response) GetStatus ¶
func (o *ListUsers200Response) GetStatus() int64
GetStatus returns the Status field value
func (*ListUsers200Response) GetStatusOk ¶
func (o *ListUsers200Response) GetStatusOk() (*int64, bool)
GetStatusOk returns a tuple with the Status field value and a boolean to check if the value has been set.
func (ListUsers200Response) MarshalJSON ¶
func (o ListUsers200Response) MarshalJSON() ([]byte, error)
func (*ListUsers200Response) SetMessage ¶
func (o *ListUsers200Response) SetMessage(v string)
SetMessage sets field value
func (*ListUsers200Response) SetResult ¶
func (o *ListUsers200Response) SetResult(v []User)
SetResult sets field value
func (*ListUsers200Response) SetStatus ¶
func (o *ListUsers200Response) SetStatus(v int64)
SetStatus sets field value
func (ListUsers200Response) ToMap ¶
func (o ListUsers200Response) ToMap() (map[string]interface{}, error)
func (*ListUsers200Response) UnmarshalJSON ¶
func (o *ListUsers200Response) UnmarshalJSON(data []byte) (err error)
type ListWalletTransactions200Response ¶
type ListWalletTransactions200Response struct { // The status code. Status int64 `json:"status"` // The human-readable status message. Message string `json:"message"` Result []WalletTransaction `json:"result"` }
ListWalletTransactions200Response struct for ListWalletTransactions200Response
func NewListWalletTransactions200Response ¶
func NewListWalletTransactions200Response(status int64, message string, result []WalletTransaction) *ListWalletTransactions200Response
NewListWalletTransactions200Response instantiates a new ListWalletTransactions200Response object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewListWalletTransactions200ResponseWithDefaults ¶
func NewListWalletTransactions200ResponseWithDefaults() *ListWalletTransactions200Response
NewListWalletTransactions200ResponseWithDefaults instantiates a new ListWalletTransactions200Response object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*ListWalletTransactions200Response) GetMessage ¶
func (o *ListWalletTransactions200Response) GetMessage() string
GetMessage returns the Message field value
func (*ListWalletTransactions200Response) GetMessageOk ¶
func (o *ListWalletTransactions200Response) GetMessageOk() (*string, bool)
GetMessageOk returns a tuple with the Message field value and a boolean to check if the value has been set.
func (*ListWalletTransactions200Response) GetResult ¶
func (o *ListWalletTransactions200Response) GetResult() []WalletTransaction
GetResult returns the Result field value
func (*ListWalletTransactions200Response) GetResultOk ¶
func (o *ListWalletTransactions200Response) GetResultOk() ([]WalletTransaction, bool)
GetResultOk returns a tuple with the Result field value and a boolean to check if the value has been set.
func (*ListWalletTransactions200Response) GetStatus ¶
func (o *ListWalletTransactions200Response) GetStatus() int64
GetStatus returns the Status field value
func (*ListWalletTransactions200Response) GetStatusOk ¶
func (o *ListWalletTransactions200Response) GetStatusOk() (*int64, bool)
GetStatusOk returns a tuple with the Status field value and a boolean to check if the value has been set.
func (ListWalletTransactions200Response) MarshalJSON ¶
func (o ListWalletTransactions200Response) MarshalJSON() ([]byte, error)
func (*ListWalletTransactions200Response) SetMessage ¶
func (o *ListWalletTransactions200Response) SetMessage(v string)
SetMessage sets field value
func (*ListWalletTransactions200Response) SetResult ¶
func (o *ListWalletTransactions200Response) SetResult(v []WalletTransaction)
SetResult sets field value
func (*ListWalletTransactions200Response) SetStatus ¶
func (o *ListWalletTransactions200Response) SetStatus(v int64)
SetStatus sets field value
func (ListWalletTransactions200Response) ToMap ¶
func (o ListWalletTransactions200Response) ToMap() (map[string]interface{}, error)
func (*ListWalletTransactions200Response) UnmarshalJSON ¶
func (o *ListWalletTransactions200Response) UnmarshalJSON(data []byte) (err error)
type ListWebhookEvents200Response ¶
type ListWebhookEvents200Response struct { // The status code. Status int64 `json:"status"` // The human-readable status message. Message string `json:"message"` Result []WebhookEvent `json:"result"` }
ListWebhookEvents200Response struct for ListWebhookEvents200Response
func NewListWebhookEvents200Response ¶
func NewListWebhookEvents200Response(status int64, message string, result []WebhookEvent) *ListWebhookEvents200Response
NewListWebhookEvents200Response instantiates a new ListWebhookEvents200Response object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewListWebhookEvents200ResponseWithDefaults ¶
func NewListWebhookEvents200ResponseWithDefaults() *ListWebhookEvents200Response
NewListWebhookEvents200ResponseWithDefaults instantiates a new ListWebhookEvents200Response object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*ListWebhookEvents200Response) GetMessage ¶
func (o *ListWebhookEvents200Response) GetMessage() string
GetMessage returns the Message field value
func (*ListWebhookEvents200Response) GetMessageOk ¶
func (o *ListWebhookEvents200Response) GetMessageOk() (*string, bool)
GetMessageOk returns a tuple with the Message field value and a boolean to check if the value has been set.
func (*ListWebhookEvents200Response) GetResult ¶
func (o *ListWebhookEvents200Response) GetResult() []WebhookEvent
GetResult returns the Result field value
func (*ListWebhookEvents200Response) GetResultOk ¶
func (o *ListWebhookEvents200Response) GetResultOk() ([]WebhookEvent, bool)
GetResultOk returns a tuple with the Result field value and a boolean to check if the value has been set.
func (*ListWebhookEvents200Response) GetStatus ¶
func (o *ListWebhookEvents200Response) GetStatus() int64
GetStatus returns the Status field value
func (*ListWebhookEvents200Response) GetStatusOk ¶
func (o *ListWebhookEvents200Response) GetStatusOk() (*int64, bool)
GetStatusOk returns a tuple with the Status field value and a boolean to check if the value has been set.
func (ListWebhookEvents200Response) MarshalJSON ¶
func (o ListWebhookEvents200Response) MarshalJSON() ([]byte, error)
func (*ListWebhookEvents200Response) SetMessage ¶
func (o *ListWebhookEvents200Response) SetMessage(v string)
SetMessage sets field value
func (*ListWebhookEvents200Response) SetResult ¶
func (o *ListWebhookEvents200Response) SetResult(v []WebhookEvent)
SetResult sets field value
func (*ListWebhookEvents200Response) SetStatus ¶
func (o *ListWebhookEvents200Response) SetStatus(v int64)
SetStatus sets field value
func (ListWebhookEvents200Response) ToMap ¶
func (o ListWebhookEvents200Response) ToMap() (map[string]interface{}, error)
func (*ListWebhookEvents200Response) UnmarshalJSON ¶
func (o *ListWebhookEvents200Response) UnmarshalJSON(data []byte) (err error)
type ListWebhooks200Response ¶
type ListWebhooks200Response struct { // The status code. Status int64 `json:"status"` // The human-readable status message. Message string `json:"message"` Result []WebhookEndpoint `json:"result"` }
ListWebhooks200Response struct for ListWebhooks200Response
func NewListWebhooks200Response ¶
func NewListWebhooks200Response(status int64, message string, result []WebhookEndpoint) *ListWebhooks200Response
NewListWebhooks200Response instantiates a new ListWebhooks200Response object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewListWebhooks200ResponseWithDefaults ¶
func NewListWebhooks200ResponseWithDefaults() *ListWebhooks200Response
NewListWebhooks200ResponseWithDefaults instantiates a new ListWebhooks200Response object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*ListWebhooks200Response) GetMessage ¶
func (o *ListWebhooks200Response) GetMessage() string
GetMessage returns the Message field value
func (*ListWebhooks200Response) GetMessageOk ¶
func (o *ListWebhooks200Response) GetMessageOk() (*string, bool)
GetMessageOk returns a tuple with the Message field value and a boolean to check if the value has been set.
func (*ListWebhooks200Response) GetResult ¶
func (o *ListWebhooks200Response) GetResult() []WebhookEndpoint
GetResult returns the Result field value
func (*ListWebhooks200Response) GetResultOk ¶
func (o *ListWebhooks200Response) GetResultOk() ([]WebhookEndpoint, bool)
GetResultOk returns a tuple with the Result field value and a boolean to check if the value has been set.
func (*ListWebhooks200Response) GetStatus ¶
func (o *ListWebhooks200Response) GetStatus() int64
GetStatus returns the Status field value
func (*ListWebhooks200Response) GetStatusOk ¶
func (o *ListWebhooks200Response) GetStatusOk() (*int64, bool)
GetStatusOk returns a tuple with the Status field value and a boolean to check if the value has been set.
func (ListWebhooks200Response) MarshalJSON ¶
func (o ListWebhooks200Response) MarshalJSON() ([]byte, error)
func (*ListWebhooks200Response) SetMessage ¶
func (o *ListWebhooks200Response) SetMessage(v string)
SetMessage sets field value
func (*ListWebhooks200Response) SetResult ¶
func (o *ListWebhooks200Response) SetResult(v []WebhookEndpoint)
SetResult sets field value
func (*ListWebhooks200Response) SetStatus ¶
func (o *ListWebhooks200Response) SetStatus(v int64)
SetStatus sets field value
func (ListWebhooks200Response) ToMap ¶
func (o ListWebhooks200Response) ToMap() (map[string]interface{}, error)
func (*ListWebhooks200Response) UnmarshalJSON ¶
func (o *ListWebhooks200Response) UnmarshalJSON(data []byte) (err error)
type Log ¶
type Log struct { // An ethereum address. Address string `json:"address" validate:"regexp=^0[xX][a-fA-F0-9]{40}$"` // A list of topics provided by the contract. Topics []string `json:"topics"` // A hex string. Data string `json:"data" validate:"regexp=^(0x[0-9a-f]*|0X[0-9A-F]*)$"` // A hex string. BlockNumber string `json:"blockNumber" validate:"regexp=^(0x[0-9a-f]*|0X[0-9A-F]*)$"` // The keccak256 hash as a hex string of 256 bits. TransactionHash string `json:"transactionHash" validate:"regexp=^(0x[0-9a-f]{64}|0X[0-9A-F]{64})$"` // A hex string. TransactionIndex string `json:"transactionIndex" validate:"regexp=^(0x[0-9a-f]*|0X[0-9A-F]*)$"` // The keccak256 hash as a hex string of 256 bits. BlockHash string `json:"blockHash" validate:"regexp=^(0x[0-9a-f]{64}|0X[0-9A-F]{64})$"` // A hex string. LogIndex string `json:"logIndex" validate:"regexp=^(0x[0-9a-f]*|0X[0-9A-F]*)$"` // True if this log was reverted due to a chain reorganization. Removed bool `json:"removed"` }
Log A contract log event.
func NewLog ¶
func NewLog(address string, topics []string, data string, blockNumber string, transactionHash string, transactionIndex string, blockHash string, logIndex string, removed bool) *Log
NewLog instantiates a new Log object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewLogWithDefaults ¶
func NewLogWithDefaults() *Log
NewLogWithDefaults instantiates a new Log object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*Log) GetAddress ¶
GetAddress returns the Address field value
func (*Log) GetAddressOk ¶
GetAddressOk returns a tuple with the Address field value and a boolean to check if the value has been set.
func (*Log) GetBlockHash ¶
GetBlockHash returns the BlockHash field value
func (*Log) GetBlockHashOk ¶
GetBlockHashOk returns a tuple with the BlockHash field value and a boolean to check if the value has been set.
func (*Log) GetBlockNumber ¶
GetBlockNumber returns the BlockNumber field value
func (*Log) GetBlockNumberOk ¶
GetBlockNumberOk returns a tuple with the BlockNumber field value and a boolean to check if the value has been set.
func (*Log) GetDataOk ¶
GetDataOk returns a tuple with the Data field value and a boolean to check if the value has been set.
func (*Log) GetLogIndex ¶
GetLogIndex returns the LogIndex field value
func (*Log) GetLogIndexOk ¶
GetLogIndexOk returns a tuple with the LogIndex field value and a boolean to check if the value has been set.
func (*Log) GetRemovedOk ¶
GetRemovedOk returns a tuple with the Removed field value and a boolean to check if the value has been set.
func (*Log) GetTopicsOk ¶
GetTopicsOk returns a tuple with the Topics field value and a boolean to check if the value has been set.
func (*Log) GetTransactionHash ¶
GetTransactionHash returns the TransactionHash field value
func (*Log) GetTransactionHashOk ¶
GetTransactionHashOk returns a tuple with the TransactionHash field value and a boolean to check if the value has been set.
func (*Log) GetTransactionIndex ¶
GetTransactionIndex returns the TransactionIndex field value
func (*Log) GetTransactionIndexOk ¶
GetTransactionIndexOk returns a tuple with the TransactionIndex field value and a boolean to check if the value has been set.
func (Log) MarshalJSON ¶
func (*Log) SetTransactionHash ¶
SetTransactionHash sets field value
func (*Log) SetTransactionIndex ¶
SetTransactionIndex sets field value
func (*Log) UnmarshalJSON ¶
type MappedNullable ¶
type MethodArg ¶
type MethodArg struct { // The input name. Name string `json:"name"` // The input value. Value interface{} `json:"value"` // The type of the argument. Type string `json:"type"` }
MethodArg An argument passed to a method call.
func NewMethodArg ¶
NewMethodArg instantiates a new MethodArg object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewMethodArgWithDefaults ¶
func NewMethodArgWithDefaults() *MethodArg
NewMethodArgWithDefaults instantiates a new MethodArg object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*MethodArg) GetNameOk ¶
GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.
func (*MethodArg) GetTypeOk ¶
GetTypeOk returns a tuple with the Type field value and a boolean to check if the value has been set.
func (*MethodArg) GetValue ¶
func (o *MethodArg) GetValue() interface{}
GetValue returns the Value field value If the value is explicit nil, the zero value for interface{} will be returned
func (*MethodArg) GetValueOk ¶
GetValueOk returns a tuple with the Value field value and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (MethodArg) MarshalJSON ¶
func (*MethodArg) UnmarshalJSON ¶
type MethodCallPreviewResponse ¶
type MethodCallPreviewResponse struct { PostMethodResponse // The function call inputs. Input []interface{} `json:"input"` // The function call output. Output interface{} `json:"output"` }
MethodCallPreviewResponse The result of a preview function arguments call.
func NewMethodCallPreviewResponse ¶
func NewMethodCallPreviewResponse(input []interface{}, output interface{}, kind string) *MethodCallPreviewResponse
NewMethodCallPreviewResponse instantiates a new MethodCallPreviewResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewMethodCallPreviewResponseWithDefaults ¶
func NewMethodCallPreviewResponseWithDefaults() *MethodCallPreviewResponse
NewMethodCallPreviewResponseWithDefaults instantiates a new MethodCallPreviewResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*MethodCallPreviewResponse) GetInput ¶
func (o *MethodCallPreviewResponse) GetInput() []interface{}
GetInput returns the Input field value
func (*MethodCallPreviewResponse) GetInputOk ¶
func (o *MethodCallPreviewResponse) GetInputOk() ([]interface{}, bool)
GetInputOk returns a tuple with the Input field value and a boolean to check if the value has been set.
func (*MethodCallPreviewResponse) GetOutput ¶
func (o *MethodCallPreviewResponse) GetOutput() interface{}
GetOutput returns the Output field value If the value is explicit nil, the zero value for interface{} will be returned
func (*MethodCallPreviewResponse) GetOutputOk ¶
func (o *MethodCallPreviewResponse) GetOutputOk() (*interface{}, bool)
GetOutputOk returns a tuple with the Output field value and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (MethodCallPreviewResponse) MarshalJSON ¶
func (o MethodCallPreviewResponse) MarshalJSON() ([]byte, error)
func (*MethodCallPreviewResponse) SetInput ¶
func (o *MethodCallPreviewResponse) SetInput(v []interface{})
SetInput sets field value
func (*MethodCallPreviewResponse) SetOutput ¶
func (o *MethodCallPreviewResponse) SetOutput(v interface{})
SetOutput sets field value
func (MethodCallPreviewResponse) ToMap ¶
func (o MethodCallPreviewResponse) ToMap() (map[string]interface{}, error)
func (*MethodCallPreviewResponse) UnmarshalJSON ¶
func (o *MethodCallPreviewResponse) UnmarshalJSON(data []byte) (err error)
type MethodCallResponse ¶
type MethodCallResponse struct { PostMethodResponse // The function call output. Output interface{} `json:"output"` }
MethodCallResponse The result of a function call.
func NewMethodCallResponse ¶
func NewMethodCallResponse(output interface{}, kind string) *MethodCallResponse
NewMethodCallResponse instantiates a new MethodCallResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewMethodCallResponseWithDefaults ¶
func NewMethodCallResponseWithDefaults() *MethodCallResponse
NewMethodCallResponseWithDefaults instantiates a new MethodCallResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*MethodCallResponse) GetOutput ¶
func (o *MethodCallResponse) GetOutput() interface{}
GetOutput returns the Output field value If the value is explicit nil, the zero value for interface{} will be returned
func (*MethodCallResponse) GetOutputOk ¶
func (o *MethodCallResponse) GetOutputOk() (*interface{}, bool)
GetOutputOk returns a tuple with the Output field value and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (MethodCallResponse) MarshalJSON ¶
func (o MethodCallResponse) MarshalJSON() ([]byte, error)
func (*MethodCallResponse) SetOutput ¶
func (o *MethodCallResponse) SetOutput(v interface{})
SetOutput sets field value
func (MethodCallResponse) ToMap ¶
func (o MethodCallResponse) ToMap() (map[string]interface{}, error)
func (*MethodCallResponse) UnmarshalJSON ¶
func (o *MethodCallResponse) UnmarshalJSON(data []byte) (err error)
type MethodTypeConversionOptions ¶
type MethodTypeConversionOptions struct { Inputs []TypeConversionOptions `json:"inputs"` Outputs []TypeConversionOptions `json:"outputs"` }
MethodTypeConversionOptions Type conversion options for each of the inputs and outputs of a function.
func NewMethodTypeConversionOptions ¶
func NewMethodTypeConversionOptions(inputs []TypeConversionOptions, outputs []TypeConversionOptions) *MethodTypeConversionOptions
NewMethodTypeConversionOptions instantiates a new MethodTypeConversionOptions object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewMethodTypeConversionOptionsWithDefaults ¶
func NewMethodTypeConversionOptionsWithDefaults() *MethodTypeConversionOptions
NewMethodTypeConversionOptionsWithDefaults instantiates a new MethodTypeConversionOptions object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*MethodTypeConversionOptions) GetInputs ¶
func (o *MethodTypeConversionOptions) GetInputs() []TypeConversionOptions
GetInputs returns the Inputs field value
func (*MethodTypeConversionOptions) GetInputsOk ¶
func (o *MethodTypeConversionOptions) GetInputsOk() ([]TypeConversionOptions, bool)
GetInputsOk returns a tuple with the Inputs field value and a boolean to check if the value has been set.
func (*MethodTypeConversionOptions) GetOutputs ¶
func (o *MethodTypeConversionOptions) GetOutputs() []TypeConversionOptions
GetOutputs returns the Outputs field value
func (*MethodTypeConversionOptions) GetOutputsOk ¶
func (o *MethodTypeConversionOptions) GetOutputsOk() ([]TypeConversionOptions, bool)
GetOutputsOk returns a tuple with the Outputs field value and a boolean to check if the value has been set.
func (MethodTypeConversionOptions) MarshalJSON ¶
func (o MethodTypeConversionOptions) MarshalJSON() ([]byte, error)
func (*MethodTypeConversionOptions) SetInputs ¶
func (o *MethodTypeConversionOptions) SetInputs(v []TypeConversionOptions)
SetInputs sets field value
func (*MethodTypeConversionOptions) SetOutputs ¶
func (o *MethodTypeConversionOptions) SetOutputs(v []TypeConversionOptions)
SetOutputs sets field value
func (MethodTypeConversionOptions) ToMap ¶
func (o MethodTypeConversionOptions) ToMap() (map[string]interface{}, error)
func (*MethodTypeConversionOptions) UnmarshalJSON ¶
func (o *MethodTypeConversionOptions) UnmarshalJSON(data []byte) (err error)
type NullableAPIKey ¶
type NullableAPIKey struct {
// contains filtered or unexported fields
}
func NewNullableAPIKey ¶
func NewNullableAPIKey(val *APIKey) *NullableAPIKey
func (NullableAPIKey) Get ¶
func (v NullableAPIKey) Get() *APIKey
func (NullableAPIKey) IsSet ¶
func (v NullableAPIKey) IsSet() bool
func (NullableAPIKey) MarshalJSON ¶
func (v NullableAPIKey) MarshalJSON() ([]byte, error)
func (*NullableAPIKey) Set ¶
func (v *NullableAPIKey) Set(val *APIKey)
func (*NullableAPIKey) UnmarshalJSON ¶
func (v *NullableAPIKey) UnmarshalJSON(src []byte) error
func (*NullableAPIKey) Unset ¶
func (v *NullableAPIKey) Unset()
type NullableAPIKeyWithSecret ¶
type NullableAPIKeyWithSecret struct {
// contains filtered or unexported fields
}
func NewNullableAPIKeyWithSecret ¶
func NewNullableAPIKeyWithSecret(val *APIKeyWithSecret) *NullableAPIKeyWithSecret
func (NullableAPIKeyWithSecret) Get ¶
func (v NullableAPIKeyWithSecret) Get() *APIKeyWithSecret
func (NullableAPIKeyWithSecret) IsSet ¶
func (v NullableAPIKeyWithSecret) IsSet() bool
func (NullableAPIKeyWithSecret) MarshalJSON ¶
func (v NullableAPIKeyWithSecret) MarshalJSON() ([]byte, error)
func (*NullableAPIKeyWithSecret) Set ¶
func (v *NullableAPIKeyWithSecret) Set(val *APIKeyWithSecret)
func (*NullableAPIKeyWithSecret) UnmarshalJSON ¶
func (v *NullableAPIKeyWithSecret) UnmarshalJSON(src []byte) error
func (*NullableAPIKeyWithSecret) Unset ¶
func (v *NullableAPIKeyWithSecret) Unset()
type NullableAcceptInvite200Response ¶
type NullableAcceptInvite200Response struct {
// contains filtered or unexported fields
}
func NewNullableAcceptInvite200Response ¶
func NewNullableAcceptInvite200Response(val *AcceptInvite200Response) *NullableAcceptInvite200Response
func (NullableAcceptInvite200Response) Get ¶
func (v NullableAcceptInvite200Response) Get() *AcceptInvite200Response
func (NullableAcceptInvite200Response) IsSet ¶
func (v NullableAcceptInvite200Response) IsSet() bool
func (NullableAcceptInvite200Response) MarshalJSON ¶
func (v NullableAcceptInvite200Response) MarshalJSON() ([]byte, error)
func (*NullableAcceptInvite200Response) Set ¶
func (v *NullableAcceptInvite200Response) Set(val *AcceptInvite200Response)
func (*NullableAcceptInvite200Response) UnmarshalJSON ¶
func (v *NullableAcceptInvite200Response) UnmarshalJSON(src []byte) error
func (*NullableAcceptInvite200Response) Unset ¶
func (v *NullableAcceptInvite200Response) Unset()
type NullableAcceptInviteRequest ¶
type NullableAcceptInviteRequest struct {
// contains filtered or unexported fields
}
func NewNullableAcceptInviteRequest ¶
func NewNullableAcceptInviteRequest(val *AcceptInviteRequest) *NullableAcceptInviteRequest
func (NullableAcceptInviteRequest) Get ¶
func (v NullableAcceptInviteRequest) Get() *AcceptInviteRequest
func (NullableAcceptInviteRequest) IsSet ¶
func (v NullableAcceptInviteRequest) IsSet() bool
func (NullableAcceptInviteRequest) MarshalJSON ¶
func (v NullableAcceptInviteRequest) MarshalJSON() ([]byte, error)
func (*NullableAcceptInviteRequest) Set ¶
func (v *NullableAcceptInviteRequest) Set(val *AcceptInviteRequest)
func (*NullableAcceptInviteRequest) UnmarshalJSON ¶
func (v *NullableAcceptInviteRequest) UnmarshalJSON(src []byte) error
func (*NullableAcceptInviteRequest) Unset ¶
func (v *NullableAcceptInviteRequest) Unset()
type NullableAddKey ¶
type NullableAddKey struct {
// contains filtered or unexported fields
}
func NewNullableAddKey ¶
func NewNullableAddKey(val *AddKey) *NullableAddKey
func (NullableAddKey) Get ¶
func (v NullableAddKey) Get() *AddKey
func (NullableAddKey) IsSet ¶
func (v NullableAddKey) IsSet() bool
func (NullableAddKey) MarshalJSON ¶
func (v NullableAddKey) MarshalJSON() ([]byte, error)
func (*NullableAddKey) Set ¶
func (v *NullableAddKey) Set(val *AddKey)
func (*NullableAddKey) UnmarshalJSON ¶
func (v *NullableAddKey) UnmarshalJSON(src []byte) error
func (*NullableAddKey) Unset ¶
func (v *NullableAddKey) Unset()
type NullableAddress ¶
type NullableAddress struct {
// contains filtered or unexported fields
}
func NewNullableAddress ¶
func NewNullableAddress(val *Address) *NullableAddress
func (NullableAddress) Get ¶
func (v NullableAddress) Get() *Address
func (NullableAddress) IsSet ¶
func (v NullableAddress) IsSet() bool
func (NullableAddress) MarshalJSON ¶
func (v NullableAddress) MarshalJSON() ([]byte, error)
func (*NullableAddress) Set ¶
func (v *NullableAddress) Set(val *Address)
func (*NullableAddress) UnmarshalJSON ¶
func (v *NullableAddress) UnmarshalJSON(src []byte) error
func (*NullableAddress) Unset ¶
func (v *NullableAddress) Unset()
type NullableAddressLabel ¶
type NullableAddressLabel struct {
// contains filtered or unexported fields
}
func NewNullableAddressLabel ¶
func NewNullableAddressLabel(val *AddressLabel) *NullableAddressLabel
func (NullableAddressLabel) Get ¶
func (v NullableAddressLabel) Get() *AddressLabel
func (NullableAddressLabel) IsSet ¶
func (v NullableAddressLabel) IsSet() bool
func (NullableAddressLabel) MarshalJSON ¶
func (v NullableAddressLabel) MarshalJSON() ([]byte, error)
func (*NullableAddressLabel) Set ¶
func (v *NullableAddressLabel) Set(val *AddressLabel)
func (*NullableAddressLabel) UnmarshalJSON ¶
func (v *NullableAddressLabel) UnmarshalJSON(src []byte) error
func (*NullableAddressLabel) Unset ¶
func (v *NullableAddressLabel) Unset()
type NullableAuditLog ¶
type NullableAuditLog struct {
// contains filtered or unexported fields
}
func NewNullableAuditLog ¶
func NewNullableAuditLog(val *AuditLog) *NullableAuditLog
func (NullableAuditLog) Get ¶
func (v NullableAuditLog) Get() *AuditLog
func (NullableAuditLog) IsSet ¶
func (v NullableAuditLog) IsSet() bool
func (NullableAuditLog) MarshalJSON ¶
func (v NullableAuditLog) MarshalJSON() ([]byte, error)
func (*NullableAuditLog) Set ¶
func (v *NullableAuditLog) Set(val *AuditLog)
func (*NullableAuditLog) UnmarshalJSON ¶
func (v *NullableAuditLog) UnmarshalJSON(src []byte) error
func (*NullableAuditLog) Unset ¶
func (v *NullableAuditLog) Unset()
type NullableAzureAccount ¶
type NullableAzureAccount struct {
// contains filtered or unexported fields
}
func NewNullableAzureAccount ¶
func NewNullableAzureAccount(val *AzureAccount) *NullableAzureAccount
func (NullableAzureAccount) Get ¶
func (v NullableAzureAccount) Get() *AzureAccount
func (NullableAzureAccount) IsSet ¶
func (v NullableAzureAccount) IsSet() bool
func (NullableAzureAccount) MarshalJSON ¶
func (v NullableAzureAccount) MarshalJSON() ([]byte, error)
func (*NullableAzureAccount) Set ¶
func (v *NullableAzureAccount) Set(val *AzureAccount)
func (*NullableAzureAccount) UnmarshalJSON ¶
func (v *NullableAzureAccount) UnmarshalJSON(src []byte) error
func (*NullableAzureAccount) Unset ¶
func (v *NullableAzureAccount) Unset()
type NullableAzureHardwareWallet ¶
type NullableAzureHardwareWallet struct {
// contains filtered or unexported fields
}
func NewNullableAzureHardwareWallet ¶
func NewNullableAzureHardwareWallet(val *AzureHardwareWallet) *NullableAzureHardwareWallet
func (NullableAzureHardwareWallet) Get ¶
func (v NullableAzureHardwareWallet) Get() *AzureHardwareWallet
func (NullableAzureHardwareWallet) IsSet ¶
func (v NullableAzureHardwareWallet) IsSet() bool
func (NullableAzureHardwareWallet) MarshalJSON ¶
func (v NullableAzureHardwareWallet) MarshalJSON() ([]byte, error)
func (*NullableAzureHardwareWallet) Set ¶
func (v *NullableAzureHardwareWallet) Set(val *AzureHardwareWallet)
func (*NullableAzureHardwareWallet) UnmarshalJSON ¶
func (v *NullableAzureHardwareWallet) UnmarshalJSON(src []byte) error
func (*NullableAzureHardwareWallet) Unset ¶
func (v *NullableAzureHardwareWallet) Unset()
type NullableAzureWallet ¶
type NullableAzureWallet struct {
// contains filtered or unexported fields
}
func NewNullableAzureWallet ¶
func NewNullableAzureWallet(val *AzureWallet) *NullableAzureWallet
func (NullableAzureWallet) Get ¶
func (v NullableAzureWallet) Get() *AzureWallet
func (NullableAzureWallet) IsSet ¶
func (v NullableAzureWallet) IsSet() bool
func (NullableAzureWallet) MarshalJSON ¶
func (v NullableAzureWallet) MarshalJSON() ([]byte, error)
func (*NullableAzureWallet) Set ¶
func (v *NullableAzureWallet) Set(val *AzureWallet)
func (*NullableAzureWallet) UnmarshalJSON ¶
func (v *NullableAzureWallet) UnmarshalJSON(src []byte) error
func (*NullableAzureWallet) Unset ¶
func (v *NullableAzureWallet) Unset()
type NullableBaseAPIKey ¶
type NullableBaseAPIKey struct {
// contains filtered or unexported fields
}
func NewNullableBaseAPIKey ¶
func NewNullableBaseAPIKey(val *BaseAPIKey) *NullableBaseAPIKey
func (NullableBaseAPIKey) Get ¶
func (v NullableBaseAPIKey) Get() *BaseAPIKey
func (NullableBaseAPIKey) IsSet ¶
func (v NullableBaseAPIKey) IsSet() bool
func (NullableBaseAPIKey) MarshalJSON ¶
func (v NullableBaseAPIKey) MarshalJSON() ([]byte, error)
func (*NullableBaseAPIKey) Set ¶
func (v *NullableBaseAPIKey) Set(val *BaseAPIKey)
func (*NullableBaseAPIKey) UnmarshalJSON ¶
func (v *NullableBaseAPIKey) UnmarshalJSON(src []byte) error
func (*NullableBaseAPIKey) Unset ¶
func (v *NullableBaseAPIKey) Unset()
type NullableBaseAzureAccount ¶
type NullableBaseAzureAccount struct {
// contains filtered or unexported fields
}
func NewNullableBaseAzureAccount ¶
func NewNullableBaseAzureAccount(val *BaseAzureAccount) *NullableBaseAzureAccount
func (NullableBaseAzureAccount) Get ¶
func (v NullableBaseAzureAccount) Get() *BaseAzureAccount
func (NullableBaseAzureAccount) IsSet ¶
func (v NullableBaseAzureAccount) IsSet() bool
func (NullableBaseAzureAccount) MarshalJSON ¶
func (v NullableBaseAzureAccount) MarshalJSON() ([]byte, error)
func (*NullableBaseAzureAccount) Set ¶
func (v *NullableBaseAzureAccount) Set(val *BaseAzureAccount)
func (*NullableBaseAzureAccount) UnmarshalJSON ¶
func (v *NullableBaseAzureAccount) UnmarshalJSON(src []byte) error
func (*NullableBaseAzureAccount) Unset ¶
func (v *NullableBaseAzureAccount) Unset()
type NullableBaseContract ¶
type NullableBaseContract struct {
// contains filtered or unexported fields
}
func NewNullableBaseContract ¶
func NewNullableBaseContract(val *BaseContract) *NullableBaseContract
func (NullableBaseContract) Get ¶
func (v NullableBaseContract) Get() *BaseContract
func (NullableBaseContract) IsSet ¶
func (v NullableBaseContract) IsSet() bool
func (NullableBaseContract) MarshalJSON ¶
func (v NullableBaseContract) MarshalJSON() ([]byte, error)
func (*NullableBaseContract) Set ¶
func (v *NullableBaseContract) Set(val *BaseContract)
func (*NullableBaseContract) UnmarshalJSON ¶
func (v *NullableBaseContract) UnmarshalJSON(src []byte) error
func (*NullableBaseContract) Unset ¶
func (v *NullableBaseContract) Unset()
type NullableBaseResponse ¶
type NullableBaseResponse struct {
// contains filtered or unexported fields
}
func NewNullableBaseResponse ¶
func NewNullableBaseResponse(val *BaseResponse) *NullableBaseResponse
func (NullableBaseResponse) Get ¶
func (v NullableBaseResponse) Get() *BaseResponse
func (NullableBaseResponse) IsSet ¶
func (v NullableBaseResponse) IsSet() bool
func (NullableBaseResponse) MarshalJSON ¶
func (v NullableBaseResponse) MarshalJSON() ([]byte, error)
func (*NullableBaseResponse) Set ¶
func (v *NullableBaseResponse) Set(val *BaseResponse)
func (*NullableBaseResponse) UnmarshalJSON ¶
func (v *NullableBaseResponse) UnmarshalJSON(src []byte) error
func (*NullableBaseResponse) Unset ¶
func (v *NullableBaseResponse) Unset()
type NullableBaseTransactionToSign ¶
type NullableBaseTransactionToSign struct {
// contains filtered or unexported fields
}
func NewNullableBaseTransactionToSign ¶
func NewNullableBaseTransactionToSign(val *BaseTransactionToSign) *NullableBaseTransactionToSign
func (NullableBaseTransactionToSign) Get ¶
func (v NullableBaseTransactionToSign) Get() *BaseTransactionToSign
func (NullableBaseTransactionToSign) IsSet ¶
func (v NullableBaseTransactionToSign) IsSet() bool
func (NullableBaseTransactionToSign) MarshalJSON ¶
func (v NullableBaseTransactionToSign) MarshalJSON() ([]byte, error)
func (*NullableBaseTransactionToSign) Set ¶
func (v *NullableBaseTransactionToSign) Set(val *BaseTransactionToSign)
func (*NullableBaseTransactionToSign) UnmarshalJSON ¶
func (v *NullableBaseTransactionToSign) UnmarshalJSON(src []byte) error
func (*NullableBaseTransactionToSign) Unset ¶
func (v *NullableBaseTransactionToSign) Unset()
type NullableBaseTransactionToSignTx ¶
type NullableBaseTransactionToSignTx struct {
// contains filtered or unexported fields
}
func NewNullableBaseTransactionToSignTx ¶
func NewNullableBaseTransactionToSignTx(val *BaseTransactionToSignTx) *NullableBaseTransactionToSignTx
func (NullableBaseTransactionToSignTx) Get ¶
func (v NullableBaseTransactionToSignTx) Get() *BaseTransactionToSignTx
func (NullableBaseTransactionToSignTx) IsSet ¶
func (v NullableBaseTransactionToSignTx) IsSet() bool
func (NullableBaseTransactionToSignTx) MarshalJSON ¶
func (v NullableBaseTransactionToSignTx) MarshalJSON() ([]byte, error)
func (*NullableBaseTransactionToSignTx) Set ¶
func (v *NullableBaseTransactionToSignTx) Set(val *BaseTransactionToSignTx)
func (*NullableBaseTransactionToSignTx) UnmarshalJSON ¶
func (v *NullableBaseTransactionToSignTx) UnmarshalJSON(src []byte) error
func (*NullableBaseTransactionToSignTx) Unset ¶
func (v *NullableBaseTransactionToSignTx) Unset()
type NullableBaseUser ¶
type NullableBaseUser struct {
// contains filtered or unexported fields
}
func NewNullableBaseUser ¶
func NewNullableBaseUser(val *BaseUser) *NullableBaseUser
func (NullableBaseUser) Get ¶
func (v NullableBaseUser) Get() *BaseUser
func (NullableBaseUser) IsSet ¶
func (v NullableBaseUser) IsSet() bool
func (NullableBaseUser) MarshalJSON ¶
func (v NullableBaseUser) MarshalJSON() ([]byte, error)
func (*NullableBaseUser) Set ¶
func (v *NullableBaseUser) Set(val *BaseUser)
func (*NullableBaseUser) UnmarshalJSON ¶
func (v *NullableBaseUser) UnmarshalJSON(src []byte) error
func (*NullableBaseUser) Unset ¶
func (v *NullableBaseUser) Unset()
type NullableBaseWebhookEndpoint ¶
type NullableBaseWebhookEndpoint struct {
// contains filtered or unexported fields
}
func NewNullableBaseWebhookEndpoint ¶
func NewNullableBaseWebhookEndpoint(val *BaseWebhookEndpoint) *NullableBaseWebhookEndpoint
func (NullableBaseWebhookEndpoint) Get ¶
func (v NullableBaseWebhookEndpoint) Get() *BaseWebhookEndpoint
func (NullableBaseWebhookEndpoint) IsSet ¶
func (v NullableBaseWebhookEndpoint) IsSet() bool
func (NullableBaseWebhookEndpoint) MarshalJSON ¶
func (v NullableBaseWebhookEndpoint) MarshalJSON() ([]byte, error)
func (*NullableBaseWebhookEndpoint) Set ¶
func (v *NullableBaseWebhookEndpoint) Set(val *BaseWebhookEndpoint)
func (*NullableBaseWebhookEndpoint) UnmarshalJSON ¶
func (v *NullableBaseWebhookEndpoint) UnmarshalJSON(src []byte) error
func (*NullableBaseWebhookEndpoint) Unset ¶
func (v *NullableBaseWebhookEndpoint) Unset()
type NullableBlock ¶
type NullableBlock struct {
// contains filtered or unexported fields
}
func NewNullableBlock ¶
func NewNullableBlock(val *Block) *NullableBlock
func (NullableBlock) Get ¶
func (v NullableBlock) Get() *Block
func (NullableBlock) IsSet ¶
func (v NullableBlock) IsSet() bool
func (NullableBlock) MarshalJSON ¶
func (v NullableBlock) MarshalJSON() ([]byte, error)
func (*NullableBlock) Set ¶
func (v *NullableBlock) Set(val *Block)
func (*NullableBlock) UnmarshalJSON ¶
func (v *NullableBlock) UnmarshalJSON(src []byte) error
func (*NullableBlock) Unset ¶
func (v *NullableBlock) Unset()
type NullableBool ¶
type NullableBool struct {
// contains filtered or unexported fields
}
func NewNullableBool ¶
func NewNullableBool(val *bool) *NullableBool
func (NullableBool) Get ¶
func (v NullableBool) Get() *bool
func (NullableBool) IsSet ¶
func (v NullableBool) IsSet() bool
func (NullableBool) MarshalJSON ¶
func (v NullableBool) MarshalJSON() ([]byte, error)
func (*NullableBool) Set ¶
func (v *NullableBool) Set(val *bool)
func (*NullableBool) UnmarshalJSON ¶
func (v *NullableBool) UnmarshalJSON(src []byte) error
func (*NullableBool) Unset ¶
func (v *NullableBool) Unset()
type NullableCORSOrigin ¶
type NullableCORSOrigin struct {
// contains filtered or unexported fields
}
func NewNullableCORSOrigin ¶
func NewNullableCORSOrigin(val *CORSOrigin) *NullableCORSOrigin
func (NullableCORSOrigin) Get ¶
func (v NullableCORSOrigin) Get() *CORSOrigin
func (NullableCORSOrigin) IsSet ¶
func (v NullableCORSOrigin) IsSet() bool
func (NullableCORSOrigin) MarshalJSON ¶
func (v NullableCORSOrigin) MarshalJSON() ([]byte, error)
func (*NullableCORSOrigin) Set ¶
func (v *NullableCORSOrigin) Set(val *CORSOrigin)
func (*NullableCORSOrigin) UnmarshalJSON ¶
func (v *NullableCORSOrigin) UnmarshalJSON(src []byte) error
func (*NullableCORSOrigin) Unset ¶
func (v *NullableCORSOrigin) Unset()
type NullableCallContractFunction200Response ¶
type NullableCallContractFunction200Response struct {
// contains filtered or unexported fields
}
func NewNullableCallContractFunction200Response ¶
func NewNullableCallContractFunction200Response(val *CallContractFunction200Response) *NullableCallContractFunction200Response
func (NullableCallContractFunction200Response) IsSet ¶
func (v NullableCallContractFunction200Response) IsSet() bool
func (NullableCallContractFunction200Response) MarshalJSON ¶
func (v NullableCallContractFunction200Response) MarshalJSON() ([]byte, error)
func (*NullableCallContractFunction200Response) Set ¶
func (v *NullableCallContractFunction200Response) Set(val *CallContractFunction200Response)
func (*NullableCallContractFunction200Response) UnmarshalJSON ¶
func (v *NullableCallContractFunction200Response) UnmarshalJSON(src []byte) error
func (*NullableCallContractFunction200Response) Unset ¶
func (v *NullableCallContractFunction200Response) Unset()
type NullableCallContractFunction200ResponseAllOfResult ¶
type NullableCallContractFunction200ResponseAllOfResult struct {
// contains filtered or unexported fields
}
func NewNullableCallContractFunction200ResponseAllOfResult ¶
func NewNullableCallContractFunction200ResponseAllOfResult(val *CallContractFunction200ResponseAllOfResult) *NullableCallContractFunction200ResponseAllOfResult
func (NullableCallContractFunction200ResponseAllOfResult) IsSet ¶
func (v NullableCallContractFunction200ResponseAllOfResult) IsSet() bool
func (NullableCallContractFunction200ResponseAllOfResult) MarshalJSON ¶
func (v NullableCallContractFunction200ResponseAllOfResult) MarshalJSON() ([]byte, error)
func (*NullableCallContractFunction200ResponseAllOfResult) UnmarshalJSON ¶
func (v *NullableCallContractFunction200ResponseAllOfResult) UnmarshalJSON(src []byte) error
func (*NullableCallContractFunction200ResponseAllOfResult) Unset ¶
func (v *NullableCallContractFunction200ResponseAllOfResult) Unset()
type NullableChainName ¶
type NullableChainName struct {
// contains filtered or unexported fields
}
func NewNullableChainName ¶
func NewNullableChainName(val *ChainName) *NullableChainName
func (NullableChainName) Get ¶
func (v NullableChainName) Get() *ChainName
func (NullableChainName) IsSet ¶
func (v NullableChainName) IsSet() bool
func (NullableChainName) MarshalJSON ¶
func (v NullableChainName) MarshalJSON() ([]byte, error)
func (*NullableChainName) Set ¶
func (v *NullableChainName) Set(val *ChainName)
func (*NullableChainName) UnmarshalJSON ¶
func (v *NullableChainName) UnmarshalJSON(src []byte) error
func (*NullableChainName) Unset ¶
func (v *NullableChainName) Unset()
type NullableChainStatus ¶
type NullableChainStatus struct {
// contains filtered or unexported fields
}
func NewNullableChainStatus ¶
func NewNullableChainStatus(val *ChainStatus) *NullableChainStatus
func (NullableChainStatus) Get ¶
func (v NullableChainStatus) Get() *ChainStatus
func (NullableChainStatus) IsSet ¶
func (v NullableChainStatus) IsSet() bool
func (NullableChainStatus) MarshalJSON ¶
func (v NullableChainStatus) MarshalJSON() ([]byte, error)
func (*NullableChainStatus) Set ¶
func (v *NullableChainStatus) Set(val *ChainStatus)
func (*NullableChainStatus) UnmarshalJSON ¶
func (v *NullableChainStatus) UnmarshalJSON(src []byte) error
func (*NullableChainStatus) Unset ¶
func (v *NullableChainStatus) Unset()
type NullableContract ¶
type NullableContract struct {
// contains filtered or unexported fields
}
func NewNullableContract ¶
func NewNullableContract(val *Contract) *NullableContract
func (NullableContract) Get ¶
func (v NullableContract) Get() *Contract
func (NullableContract) IsSet ¶
func (v NullableContract) IsSet() bool
func (NullableContract) MarshalJSON ¶
func (v NullableContract) MarshalJSON() ([]byte, error)
func (*NullableContract) Set ¶
func (v *NullableContract) Set(val *Contract)
func (*NullableContract) UnmarshalJSON ¶
func (v *NullableContract) UnmarshalJSON(src []byte) error
func (*NullableContract) Unset ¶
func (v *NullableContract) Unset()
type NullableContractABI ¶
type NullableContractABI struct {
// contains filtered or unexported fields
}
func NewNullableContractABI ¶
func NewNullableContractABI(val *ContractABI) *NullableContractABI
func (NullableContractABI) Get ¶
func (v NullableContractABI) Get() *ContractABI
func (NullableContractABI) IsSet ¶
func (v NullableContractABI) IsSet() bool
func (NullableContractABI) MarshalJSON ¶
func (v NullableContractABI) MarshalJSON() ([]byte, error)
func (*NullableContractABI) Set ¶
func (v *NullableContractABI) Set(val *ContractABI)
func (*NullableContractABI) UnmarshalJSON ¶
func (v *NullableContractABI) UnmarshalJSON(src []byte) error
func (*NullableContractABI) Unset ¶
func (v *NullableContractABI) Unset()
type NullableContractABIError ¶
type NullableContractABIError struct {
// contains filtered or unexported fields
}
func NewNullableContractABIError ¶
func NewNullableContractABIError(val *ContractABIError) *NullableContractABIError
func (NullableContractABIError) Get ¶
func (v NullableContractABIError) Get() *ContractABIError
func (NullableContractABIError) IsSet ¶
func (v NullableContractABIError) IsSet() bool
func (NullableContractABIError) MarshalJSON ¶
func (v NullableContractABIError) MarshalJSON() ([]byte, error)
func (*NullableContractABIError) Set ¶
func (v *NullableContractABIError) Set(val *ContractABIError)
func (*NullableContractABIError) UnmarshalJSON ¶
func (v *NullableContractABIError) UnmarshalJSON(src []byte) error
func (*NullableContractABIError) Unset ¶
func (v *NullableContractABIError) Unset()
type NullableContractABIErrorArgument ¶
type NullableContractABIErrorArgument struct {
// contains filtered or unexported fields
}
func NewNullableContractABIErrorArgument ¶
func NewNullableContractABIErrorArgument(val *ContractABIErrorArgument) *NullableContractABIErrorArgument
func (NullableContractABIErrorArgument) Get ¶
func (v NullableContractABIErrorArgument) Get() *ContractABIErrorArgument
func (NullableContractABIErrorArgument) IsSet ¶
func (v NullableContractABIErrorArgument) IsSet() bool
func (NullableContractABIErrorArgument) MarshalJSON ¶
func (v NullableContractABIErrorArgument) MarshalJSON() ([]byte, error)
func (*NullableContractABIErrorArgument) Set ¶
func (v *NullableContractABIErrorArgument) Set(val *ContractABIErrorArgument)
func (*NullableContractABIErrorArgument) UnmarshalJSON ¶
func (v *NullableContractABIErrorArgument) UnmarshalJSON(src []byte) error
func (*NullableContractABIErrorArgument) Unset ¶
func (v *NullableContractABIErrorArgument) Unset()
type NullableContractABIEvent ¶
type NullableContractABIEvent struct {
// contains filtered or unexported fields
}
func NewNullableContractABIEvent ¶
func NewNullableContractABIEvent(val *ContractABIEvent) *NullableContractABIEvent
func (NullableContractABIEvent) Get ¶
func (v NullableContractABIEvent) Get() *ContractABIEvent
func (NullableContractABIEvent) IsSet ¶
func (v NullableContractABIEvent) IsSet() bool
func (NullableContractABIEvent) MarshalJSON ¶
func (v NullableContractABIEvent) MarshalJSON() ([]byte, error)
func (*NullableContractABIEvent) Set ¶
func (v *NullableContractABIEvent) Set(val *ContractABIEvent)
func (*NullableContractABIEvent) UnmarshalJSON ¶
func (v *NullableContractABIEvent) UnmarshalJSON(src []byte) error
func (*NullableContractABIEvent) Unset ¶
func (v *NullableContractABIEvent) Unset()
type NullableContractABIEventArgument ¶
type NullableContractABIEventArgument struct {
// contains filtered or unexported fields
}
func NewNullableContractABIEventArgument ¶
func NewNullableContractABIEventArgument(val *ContractABIEventArgument) *NullableContractABIEventArgument
func (NullableContractABIEventArgument) Get ¶
func (v NullableContractABIEventArgument) Get() *ContractABIEventArgument
func (NullableContractABIEventArgument) IsSet ¶
func (v NullableContractABIEventArgument) IsSet() bool
func (NullableContractABIEventArgument) MarshalJSON ¶
func (v NullableContractABIEventArgument) MarshalJSON() ([]byte, error)
func (*NullableContractABIEventArgument) Set ¶
func (v *NullableContractABIEventArgument) Set(val *ContractABIEventArgument)
func (*NullableContractABIEventArgument) UnmarshalJSON ¶
func (v *NullableContractABIEventArgument) UnmarshalJSON(src []byte) error
func (*NullableContractABIEventArgument) Unset ¶
func (v *NullableContractABIEventArgument) Unset()
type NullableContractABIMethod ¶
type NullableContractABIMethod struct {
// contains filtered or unexported fields
}
func NewNullableContractABIMethod ¶
func NewNullableContractABIMethod(val *ContractABIMethod) *NullableContractABIMethod
func (NullableContractABIMethod) Get ¶
func (v NullableContractABIMethod) Get() *ContractABIMethod
func (NullableContractABIMethod) IsSet ¶
func (v NullableContractABIMethod) IsSet() bool
func (NullableContractABIMethod) MarshalJSON ¶
func (v NullableContractABIMethod) MarshalJSON() ([]byte, error)
func (*NullableContractABIMethod) Set ¶
func (v *NullableContractABIMethod) Set(val *ContractABIMethod)
func (*NullableContractABIMethod) UnmarshalJSON ¶
func (v *NullableContractABIMethod) UnmarshalJSON(src []byte) error
func (*NullableContractABIMethod) Unset ¶
func (v *NullableContractABIMethod) Unset()
type NullableContractABIMethod1 ¶
type NullableContractABIMethod1 struct {
// contains filtered or unexported fields
}
func NewNullableContractABIMethod1 ¶
func NewNullableContractABIMethod1(val *ContractABIMethod1) *NullableContractABIMethod1
func (NullableContractABIMethod1) Get ¶
func (v NullableContractABIMethod1) Get() *ContractABIMethod1
func (NullableContractABIMethod1) IsSet ¶
func (v NullableContractABIMethod1) IsSet() bool
func (NullableContractABIMethod1) MarshalJSON ¶
func (v NullableContractABIMethod1) MarshalJSON() ([]byte, error)
func (*NullableContractABIMethod1) Set ¶
func (v *NullableContractABIMethod1) Set(val *ContractABIMethod1)
func (*NullableContractABIMethod1) UnmarshalJSON ¶
func (v *NullableContractABIMethod1) UnmarshalJSON(src []byte) error
func (*NullableContractABIMethod1) Unset ¶
func (v *NullableContractABIMethod1) Unset()
type NullableContractABIMethodArgument ¶
type NullableContractABIMethodArgument struct {
// contains filtered or unexported fields
}
func NewNullableContractABIMethodArgument ¶
func NewNullableContractABIMethodArgument(val *ContractABIMethodArgument) *NullableContractABIMethodArgument
func (NullableContractABIMethodArgument) Get ¶
func (v NullableContractABIMethodArgument) Get() *ContractABIMethodArgument
func (NullableContractABIMethodArgument) IsSet ¶
func (v NullableContractABIMethodArgument) IsSet() bool
func (NullableContractABIMethodArgument) MarshalJSON ¶
func (v NullableContractABIMethodArgument) MarshalJSON() ([]byte, error)
func (*NullableContractABIMethodArgument) Set ¶
func (v *NullableContractABIMethodArgument) Set(val *ContractABIMethodArgument)
func (*NullableContractABIMethodArgument) UnmarshalJSON ¶
func (v *NullableContractABIMethodArgument) UnmarshalJSON(src []byte) error
func (*NullableContractABIMethodArgument) Unset ¶
func (v *NullableContractABIMethodArgument) Unset()
type NullableContractABIType ¶
type NullableContractABIType struct {
// contains filtered or unexported fields
}
func NewNullableContractABIType ¶
func NewNullableContractABIType(val *ContractABIType) *NullableContractABIType
func (NullableContractABIType) Get ¶
func (v NullableContractABIType) Get() *ContractABIType
func (NullableContractABIType) IsSet ¶
func (v NullableContractABIType) IsSet() bool
func (NullableContractABIType) MarshalJSON ¶
func (v NullableContractABIType) MarshalJSON() ([]byte, error)
func (*NullableContractABIType) Set ¶
func (v *NullableContractABIType) Set(val *ContractABIType)
func (*NullableContractABIType) UnmarshalJSON ¶
func (v *NullableContractABIType) UnmarshalJSON(src []byte) error
func (*NullableContractABIType) Unset ¶
func (v *NullableContractABIType) Unset()
type NullableContractABITypeConversion ¶
type NullableContractABITypeConversion struct {
// contains filtered or unexported fields
}
func NewNullableContractABITypeConversion ¶
func NewNullableContractABITypeConversion(val *ContractABITypeConversion) *NullableContractABITypeConversion
func (NullableContractABITypeConversion) Get ¶
func (v NullableContractABITypeConversion) Get() *ContractABITypeConversion
func (NullableContractABITypeConversion) IsSet ¶
func (v NullableContractABITypeConversion) IsSet() bool
func (NullableContractABITypeConversion) MarshalJSON ¶
func (v NullableContractABITypeConversion) MarshalJSON() ([]byte, error)
func (*NullableContractABITypeConversion) Set ¶
func (v *NullableContractABITypeConversion) Set(val *ContractABITypeConversion)
func (*NullableContractABITypeConversion) UnmarshalJSON ¶
func (v *NullableContractABITypeConversion) UnmarshalJSON(src []byte) error
func (*NullableContractABITypeConversion) Unset ¶
func (v *NullableContractABITypeConversion) Unset()
type NullableContractEventOptions ¶
type NullableContractEventOptions struct {
// contains filtered or unexported fields
}
func NewNullableContractEventOptions ¶
func NewNullableContractEventOptions(val *ContractEventOptions) *NullableContractEventOptions
func (NullableContractEventOptions) Get ¶
func (v NullableContractEventOptions) Get() *ContractEventOptions
func (NullableContractEventOptions) IsSet ¶
func (v NullableContractEventOptions) IsSet() bool
func (NullableContractEventOptions) MarshalJSON ¶
func (v NullableContractEventOptions) MarshalJSON() ([]byte, error)
func (*NullableContractEventOptions) Set ¶
func (v *NullableContractEventOptions) Set(val *ContractEventOptions)
func (*NullableContractEventOptions) UnmarshalJSON ¶
func (v *NullableContractEventOptions) UnmarshalJSON(src []byte) error
func (*NullableContractEventOptions) Unset ¶
func (v *NullableContractEventOptions) Unset()
type NullableContractInformation ¶
type NullableContractInformation struct {
// contains filtered or unexported fields
}
func NewNullableContractInformation ¶
func NewNullableContractInformation(val *ContractInformation) *NullableContractInformation
func (NullableContractInformation) Get ¶
func (v NullableContractInformation) Get() *ContractInformation
func (NullableContractInformation) IsSet ¶
func (v NullableContractInformation) IsSet() bool
func (NullableContractInformation) MarshalJSON ¶
func (v NullableContractInformation) MarshalJSON() ([]byte, error)
func (*NullableContractInformation) Set ¶
func (v *NullableContractInformation) Set(val *ContractInformation)
func (*NullableContractInformation) UnmarshalJSON ¶
func (v *NullableContractInformation) UnmarshalJSON(src []byte) error
func (*NullableContractInformation) Unset ¶
func (v *NullableContractInformation) Unset()
type NullableContractInstance ¶
type NullableContractInstance struct {
// contains filtered or unexported fields
}
func NewNullableContractInstance ¶
func NewNullableContractInstance(val *ContractInstance) *NullableContractInstance
func (NullableContractInstance) Get ¶
func (v NullableContractInstance) Get() *ContractInstance
func (NullableContractInstance) IsSet ¶
func (v NullableContractInstance) IsSet() bool
func (NullableContractInstance) MarshalJSON ¶
func (v NullableContractInstance) MarshalJSON() ([]byte, error)
func (*NullableContractInstance) Set ¶
func (v *NullableContractInstance) Set(val *ContractInstance)
func (*NullableContractInstance) UnmarshalJSON ¶
func (v *NullableContractInstance) UnmarshalJSON(src []byte) error
func (*NullableContractInstance) Unset ¶
func (v *NullableContractInstance) Unset()
type NullableContractLookup ¶
type NullableContractLookup struct {
// contains filtered or unexported fields
}
func NewNullableContractLookup ¶
func NewNullableContractLookup(val *ContractLookup) *NullableContractLookup
func (NullableContractLookup) Get ¶
func (v NullableContractLookup) Get() *ContractLookup
func (NullableContractLookup) IsSet ¶
func (v NullableContractLookup) IsSet() bool
func (NullableContractLookup) MarshalJSON ¶
func (v NullableContractLookup) MarshalJSON() ([]byte, error)
func (*NullableContractLookup) Set ¶
func (v *NullableContractLookup) Set(val *ContractLookup)
func (*NullableContractLookup) UnmarshalJSON ¶
func (v *NullableContractLookup) UnmarshalJSON(src []byte) error
func (*NullableContractLookup) Unset ¶
func (v *NullableContractLookup) Unset()
type NullableContractMetadata ¶
type NullableContractMetadata struct {
// contains filtered or unexported fields
}
func NewNullableContractMetadata ¶
func NewNullableContractMetadata(val *ContractMetadata) *NullableContractMetadata
func (NullableContractMetadata) Get ¶
func (v NullableContractMetadata) Get() *ContractMetadata
func (NullableContractMetadata) IsSet ¶
func (v NullableContractMetadata) IsSet() bool
func (NullableContractMetadata) MarshalJSON ¶
func (v NullableContractMetadata) MarshalJSON() ([]byte, error)
func (*NullableContractMetadata) Set ¶
func (v *NullableContractMetadata) Set(val *ContractMetadata)
func (*NullableContractMetadata) UnmarshalJSON ¶
func (v *NullableContractMetadata) UnmarshalJSON(src []byte) error
func (*NullableContractMetadata) Unset ¶
func (v *NullableContractMetadata) Unset()
type NullableContractMethodInformation ¶
type NullableContractMethodInformation struct {
// contains filtered or unexported fields
}
func NewNullableContractMethodInformation ¶
func NewNullableContractMethodInformation(val *ContractMethodInformation) *NullableContractMethodInformation
func (NullableContractMethodInformation) Get ¶
func (v NullableContractMethodInformation) Get() *ContractMethodInformation
func (NullableContractMethodInformation) IsSet ¶
func (v NullableContractMethodInformation) IsSet() bool
func (NullableContractMethodInformation) MarshalJSON ¶
func (v NullableContractMethodInformation) MarshalJSON() ([]byte, error)
func (*NullableContractMethodInformation) Set ¶
func (v *NullableContractMethodInformation) Set(val *ContractMethodInformation)
func (*NullableContractMethodInformation) UnmarshalJSON ¶
func (v *NullableContractMethodInformation) UnmarshalJSON(src []byte) error
func (*NullableContractMethodInformation) Unset ¶
func (v *NullableContractMethodInformation) Unset()
type NullableContractMethodOptions ¶
type NullableContractMethodOptions struct {
// contains filtered or unexported fields
}
func NewNullableContractMethodOptions ¶
func NewNullableContractMethodOptions(val *ContractMethodOptions) *NullableContractMethodOptions
func (NullableContractMethodOptions) Get ¶
func (v NullableContractMethodOptions) Get() *ContractMethodOptions
func (NullableContractMethodOptions) IsSet ¶
func (v NullableContractMethodOptions) IsSet() bool
func (NullableContractMethodOptions) MarshalJSON ¶
func (v NullableContractMethodOptions) MarshalJSON() ([]byte, error)
func (*NullableContractMethodOptions) Set ¶
func (v *NullableContractMethodOptions) Set(val *ContractMethodOptions)
func (*NullableContractMethodOptions) UnmarshalJSON ¶
func (v *NullableContractMethodOptions) UnmarshalJSON(src []byte) error
func (*NullableContractMethodOptions) Unset ¶
func (v *NullableContractMethodOptions) Unset()
type NullableContractOverview ¶
type NullableContractOverview struct {
// contains filtered or unexported fields
}
func NewNullableContractOverview ¶
func NewNullableContractOverview(val *ContractOverview) *NullableContractOverview
func (NullableContractOverview) Get ¶
func (v NullableContractOverview) Get() *ContractOverview
func (NullableContractOverview) IsSet ¶
func (v NullableContractOverview) IsSet() bool
func (NullableContractOverview) MarshalJSON ¶
func (v NullableContractOverview) MarshalJSON() ([]byte, error)
func (*NullableContractOverview) Set ¶
func (v *NullableContractOverview) Set(val *ContractOverview)
func (*NullableContractOverview) UnmarshalJSON ¶
func (v *NullableContractOverview) UnmarshalJSON(src []byte) error
func (*NullableContractOverview) Unset ¶
func (v *NullableContractOverview) Unset()
type NullableContractParameter ¶
type NullableContractParameter struct {
// contains filtered or unexported fields
}
func NewNullableContractParameter ¶
func NewNullableContractParameter(val *ContractParameter) *NullableContractParameter
func (NullableContractParameter) Get ¶
func (v NullableContractParameter) Get() *ContractParameter
func (NullableContractParameter) IsSet ¶
func (v NullableContractParameter) IsSet() bool
func (NullableContractParameter) MarshalJSON ¶
func (v NullableContractParameter) MarshalJSON() ([]byte, error)
func (*NullableContractParameter) Set ¶
func (v *NullableContractParameter) Set(val *ContractParameter)
func (*NullableContractParameter) UnmarshalJSON ¶
func (v *NullableContractParameter) UnmarshalJSON(src []byte) error
func (*NullableContractParameter) Unset ¶
func (v *NullableContractParameter) Unset()
type NullableCountEventQueryRecords200Response ¶
type NullableCountEventQueryRecords200Response struct {
// contains filtered or unexported fields
}
func NewNullableCountEventQueryRecords200Response ¶
func NewNullableCountEventQueryRecords200Response(val *CountEventQueryRecords200Response) *NullableCountEventQueryRecords200Response
func (NullableCountEventQueryRecords200Response) IsSet ¶
func (v NullableCountEventQueryRecords200Response) IsSet() bool
func (NullableCountEventQueryRecords200Response) MarshalJSON ¶
func (v NullableCountEventQueryRecords200Response) MarshalJSON() ([]byte, error)
func (*NullableCountEventQueryRecords200Response) Set ¶
func (v *NullableCountEventQueryRecords200Response) Set(val *CountEventQueryRecords200Response)
func (*NullableCountEventQueryRecords200Response) UnmarshalJSON ¶
func (v *NullableCountEventQueryRecords200Response) UnmarshalJSON(src []byte) error
func (*NullableCountEventQueryRecords200Response) Unset ¶
func (v *NullableCountEventQueryRecords200Response) Unset()
type NullableCountWalletTransactions200Response ¶
type NullableCountWalletTransactions200Response struct {
// contains filtered or unexported fields
}
func NewNullableCountWalletTransactions200Response ¶
func NewNullableCountWalletTransactions200Response(val *CountWalletTransactions200Response) *NullableCountWalletTransactions200Response
func (NullableCountWalletTransactions200Response) IsSet ¶
func (v NullableCountWalletTransactions200Response) IsSet() bool
func (NullableCountWalletTransactions200Response) MarshalJSON ¶
func (v NullableCountWalletTransactions200Response) MarshalJSON() ([]byte, error)
func (*NullableCountWalletTransactions200Response) Set ¶
func (v *NullableCountWalletTransactions200Response) Set(val *CountWalletTransactions200Response)
func (*NullableCountWalletTransactions200Response) UnmarshalJSON ¶
func (v *NullableCountWalletTransactions200Response) UnmarshalJSON(src []byte) error
func (*NullableCountWalletTransactions200Response) Unset ¶
func (v *NullableCountWalletTransactions200Response) Unset()
type NullableCountWebhookEvents200Response ¶
type NullableCountWebhookEvents200Response struct {
// contains filtered or unexported fields
}
func NewNullableCountWebhookEvents200Response ¶
func NewNullableCountWebhookEvents200Response(val *CountWebhookEvents200Response) *NullableCountWebhookEvents200Response
func (NullableCountWebhookEvents200Response) Get ¶
func (v NullableCountWebhookEvents200Response) Get() *CountWebhookEvents200Response
func (NullableCountWebhookEvents200Response) IsSet ¶
func (v NullableCountWebhookEvents200Response) IsSet() bool
func (NullableCountWebhookEvents200Response) MarshalJSON ¶
func (v NullableCountWebhookEvents200Response) MarshalJSON() ([]byte, error)
func (*NullableCountWebhookEvents200Response) Set ¶
func (v *NullableCountWebhookEvents200Response) Set(val *CountWebhookEvents200Response)
func (*NullableCountWebhookEvents200Response) UnmarshalJSON ¶
func (v *NullableCountWebhookEvents200Response) UnmarshalJSON(src []byte) error
func (*NullableCountWebhookEvents200Response) Unset ¶
func (v *NullableCountWebhookEvents200Response) Unset()
type NullableCountWebhooks200Response ¶
type NullableCountWebhooks200Response struct {
// contains filtered or unexported fields
}
func NewNullableCountWebhooks200Response ¶
func NewNullableCountWebhooks200Response(val *CountWebhooks200Response) *NullableCountWebhooks200Response
func (NullableCountWebhooks200Response) Get ¶
func (v NullableCountWebhooks200Response) Get() *CountWebhooks200Response
func (NullableCountWebhooks200Response) IsSet ¶
func (v NullableCountWebhooks200Response) IsSet() bool
func (NullableCountWebhooks200Response) MarshalJSON ¶
func (v NullableCountWebhooks200Response) MarshalJSON() ([]byte, error)
func (*NullableCountWebhooks200Response) Set ¶
func (v *NullableCountWebhooks200Response) Set(val *CountWebhooks200Response)
func (*NullableCountWebhooks200Response) UnmarshalJSON ¶
func (v *NullableCountWebhooks200Response) UnmarshalJSON(src []byte) error
func (*NullableCountWebhooks200Response) Unset ¶
func (v *NullableCountWebhooks200Response) Unset()
type NullableCreateApiKey200Response ¶
type NullableCreateApiKey200Response struct {
// contains filtered or unexported fields
}
func NewNullableCreateApiKey200Response ¶
func NewNullableCreateApiKey200Response(val *CreateApiKey200Response) *NullableCreateApiKey200Response
func (NullableCreateApiKey200Response) Get ¶
func (v NullableCreateApiKey200Response) Get() *CreateApiKey200Response
func (NullableCreateApiKey200Response) IsSet ¶
func (v NullableCreateApiKey200Response) IsSet() bool
func (NullableCreateApiKey200Response) MarshalJSON ¶
func (v NullableCreateApiKey200Response) MarshalJSON() ([]byte, error)
func (*NullableCreateApiKey200Response) Set ¶
func (v *NullableCreateApiKey200Response) Set(val *CreateApiKey200Response)
func (*NullableCreateApiKey200Response) UnmarshalJSON ¶
func (v *NullableCreateApiKey200Response) UnmarshalJSON(src []byte) error
func (*NullableCreateApiKey200Response) Unset ¶
func (v *NullableCreateApiKey200Response) Unset()
type NullableCreateApiKeyRequest ¶
type NullableCreateApiKeyRequest struct {
// contains filtered or unexported fields
}
func NewNullableCreateApiKeyRequest ¶
func NewNullableCreateApiKeyRequest(val *CreateApiKeyRequest) *NullableCreateApiKeyRequest
func (NullableCreateApiKeyRequest) Get ¶
func (v NullableCreateApiKeyRequest) Get() *CreateApiKeyRequest
func (NullableCreateApiKeyRequest) IsSet ¶
func (v NullableCreateApiKeyRequest) IsSet() bool
func (NullableCreateApiKeyRequest) MarshalJSON ¶
func (v NullableCreateApiKeyRequest) MarshalJSON() ([]byte, error)
func (*NullableCreateApiKeyRequest) Set ¶
func (v *NullableCreateApiKeyRequest) Set(val *CreateApiKeyRequest)
func (*NullableCreateApiKeyRequest) UnmarshalJSON ¶
func (v *NullableCreateApiKeyRequest) UnmarshalJSON(src []byte) error
func (*NullableCreateApiKeyRequest) Unset ¶
func (v *NullableCreateApiKeyRequest) Unset()
type NullableCreateHsmKey200Response ¶
type NullableCreateHsmKey200Response struct {
// contains filtered or unexported fields
}
func NewNullableCreateHsmKey200Response ¶
func NewNullableCreateHsmKey200Response(val *CreateHsmKey200Response) *NullableCreateHsmKey200Response
func (NullableCreateHsmKey200Response) Get ¶
func (v NullableCreateHsmKey200Response) Get() *CreateHsmKey200Response
func (NullableCreateHsmKey200Response) IsSet ¶
func (v NullableCreateHsmKey200Response) IsSet() bool
func (NullableCreateHsmKey200Response) MarshalJSON ¶
func (v NullableCreateHsmKey200Response) MarshalJSON() ([]byte, error)
func (*NullableCreateHsmKey200Response) Set ¶
func (v *NullableCreateHsmKey200Response) Set(val *CreateHsmKey200Response)
func (*NullableCreateHsmKey200Response) UnmarshalJSON ¶
func (v *NullableCreateHsmKey200Response) UnmarshalJSON(src []byte) error
func (*NullableCreateHsmKey200Response) Unset ¶
func (v *NullableCreateHsmKey200Response) Unset()
type NullableCreateKey ¶
type NullableCreateKey struct {
// contains filtered or unexported fields
}
func NewNullableCreateKey ¶
func NewNullableCreateKey(val *CreateKey) *NullableCreateKey
func (NullableCreateKey) Get ¶
func (v NullableCreateKey) Get() *CreateKey
func (NullableCreateKey) IsSet ¶
func (v NullableCreateKey) IsSet() bool
func (NullableCreateKey) MarshalJSON ¶
func (v NullableCreateKey) MarshalJSON() ([]byte, error)
func (*NullableCreateKey) Set ¶
func (v *NullableCreateKey) Set(val *CreateKey)
func (*NullableCreateKey) UnmarshalJSON ¶
func (v *NullableCreateKey) UnmarshalJSON(src []byte) error
func (*NullableCreateKey) Unset ¶
func (v *NullableCreateKey) Unset()
type NullableCreateWebhook200Response ¶
type NullableCreateWebhook200Response struct {
// contains filtered or unexported fields
}
func NewNullableCreateWebhook200Response ¶
func NewNullableCreateWebhook200Response(val *CreateWebhook200Response) *NullableCreateWebhook200Response
func (NullableCreateWebhook200Response) Get ¶
func (v NullableCreateWebhook200Response) Get() *CreateWebhook200Response
func (NullableCreateWebhook200Response) IsSet ¶
func (v NullableCreateWebhook200Response) IsSet() bool
func (NullableCreateWebhook200Response) MarshalJSON ¶
func (v NullableCreateWebhook200Response) MarshalJSON() ([]byte, error)
func (*NullableCreateWebhook200Response) Set ¶
func (v *NullableCreateWebhook200Response) Set(val *CreateWebhook200Response)
func (*NullableCreateWebhook200Response) UnmarshalJSON ¶
func (v *NullableCreateWebhook200Response) UnmarshalJSON(src []byte) error
func (*NullableCreateWebhook200Response) Unset ¶
func (v *NullableCreateWebhook200Response) Unset()
type NullableDeployContract200Response ¶
type NullableDeployContract200Response struct {
// contains filtered or unexported fields
}
func NewNullableDeployContract200Response ¶
func NewNullableDeployContract200Response(val *DeployContract200Response) *NullableDeployContract200Response
func (NullableDeployContract200Response) Get ¶
func (v NullableDeployContract200Response) Get() *DeployContract200Response
func (NullableDeployContract200Response) IsSet ¶
func (v NullableDeployContract200Response) IsSet() bool
func (NullableDeployContract200Response) MarshalJSON ¶
func (v NullableDeployContract200Response) MarshalJSON() ([]byte, error)
func (*NullableDeployContract200Response) Set ¶
func (v *NullableDeployContract200Response) Set(val *DeployContract200Response)
func (*NullableDeployContract200Response) UnmarshalJSON ¶
func (v *NullableDeployContract200Response) UnmarshalJSON(src []byte) error
func (*NullableDeployContract200Response) Unset ¶
func (v *NullableDeployContract200Response) Unset()
type NullableDeployContractTransaction ¶
type NullableDeployContractTransaction struct {
// contains filtered or unexported fields
}
func NewNullableDeployContractTransaction ¶
func NewNullableDeployContractTransaction(val *DeployContractTransaction) *NullableDeployContractTransaction
func (NullableDeployContractTransaction) Get ¶
func (v NullableDeployContractTransaction) Get() *DeployContractTransaction
func (NullableDeployContractTransaction) IsSet ¶
func (v NullableDeployContractTransaction) IsSet() bool
func (NullableDeployContractTransaction) MarshalJSON ¶
func (v NullableDeployContractTransaction) MarshalJSON() ([]byte, error)
func (*NullableDeployContractTransaction) Set ¶
func (v *NullableDeployContractTransaction) Set(val *DeployContractTransaction)
func (*NullableDeployContractTransaction) UnmarshalJSON ¶
func (v *NullableDeployContractTransaction) UnmarshalJSON(src []byte) error
func (*NullableDeployContractTransaction) Unset ¶
func (v *NullableDeployContractTransaction) Unset()
type NullableError ¶
type NullableError struct {
// contains filtered or unexported fields
}
func NewNullableError ¶
func NewNullableError(val *Error) *NullableError
func (NullableError) Get ¶
func (v NullableError) Get() *Error
func (NullableError) IsSet ¶
func (v NullableError) IsSet() bool
func (NullableError) MarshalJSON ¶
func (v NullableError) MarshalJSON() ([]byte, error)
func (*NullableError) Set ¶
func (v *NullableError) Set(val *Error)
func (*NullableError) UnmarshalJSON ¶
func (v *NullableError) UnmarshalJSON(src []byte) error
func (*NullableError) Unset ¶
func (v *NullableError) Unset()
type NullableEvent ¶
type NullableEvent struct {
// contains filtered or unexported fields
}
func NewNullableEvent ¶
func NewNullableEvent(val *Event) *NullableEvent
func (NullableEvent) Get ¶
func (v NullableEvent) Get() *Event
func (NullableEvent) IsSet ¶
func (v NullableEvent) IsSet() bool
func (NullableEvent) MarshalJSON ¶
func (v NullableEvent) MarshalJSON() ([]byte, error)
func (*NullableEvent) Set ¶
func (v *NullableEvent) Set(val *Event)
func (*NullableEvent) UnmarshalJSON ¶
func (v *NullableEvent) UnmarshalJSON(src []byte) error
func (*NullableEvent) Unset ¶
func (v *NullableEvent) Unset()
type NullableEventField ¶
type NullableEventField struct {
// contains filtered or unexported fields
}
func NewNullableEventField ¶
func NewNullableEventField(val *EventField) *NullableEventField
func (NullableEventField) Get ¶
func (v NullableEventField) Get() *EventField
func (NullableEventField) IsSet ¶
func (v NullableEventField) IsSet() bool
func (NullableEventField) MarshalJSON ¶
func (v NullableEventField) MarshalJSON() ([]byte, error)
func (*NullableEventField) Set ¶
func (v *NullableEventField) Set(val *EventField)
func (*NullableEventField) UnmarshalJSON ¶
func (v *NullableEventField) UnmarshalJSON(src []byte) error
func (*NullableEventField) Unset ¶
func (v *NullableEventField) Unset()
type NullableEventInformation ¶
type NullableEventInformation struct {
// contains filtered or unexported fields
}
func NewNullableEventInformation ¶
func NewNullableEventInformation(val *EventInformation) *NullableEventInformation
func (NullableEventInformation) Get ¶
func (v NullableEventInformation) Get() *EventInformation
func (NullableEventInformation) IsSet ¶
func (v NullableEventInformation) IsSet() bool
func (NullableEventInformation) MarshalJSON ¶
func (v NullableEventInformation) MarshalJSON() ([]byte, error)
func (*NullableEventInformation) Set ¶
func (v *NullableEventInformation) Set(val *EventInformation)
func (*NullableEventInformation) UnmarshalJSON ¶
func (v *NullableEventInformation) UnmarshalJSON(src []byte) error
func (*NullableEventInformation) Unset ¶
func (v *NullableEventInformation) Unset()
type NullableEventMonitorStatus ¶
type NullableEventMonitorStatus struct {
// contains filtered or unexported fields
}
func NewNullableEventMonitorStatus ¶
func NewNullableEventMonitorStatus(val *EventMonitorStatus) *NullableEventMonitorStatus
func (NullableEventMonitorStatus) Get ¶
func (v NullableEventMonitorStatus) Get() *EventMonitorStatus
func (NullableEventMonitorStatus) IsSet ¶
func (v NullableEventMonitorStatus) IsSet() bool
func (NullableEventMonitorStatus) MarshalJSON ¶
func (v NullableEventMonitorStatus) MarshalJSON() ([]byte, error)
func (*NullableEventMonitorStatus) Set ¶
func (v *NullableEventMonitorStatus) Set(val *EventMonitorStatus)
func (*NullableEventMonitorStatus) UnmarshalJSON ¶
func (v *NullableEventMonitorStatus) UnmarshalJSON(src []byte) error
func (*NullableEventMonitorStatus) Unset ¶
func (v *NullableEventMonitorStatus) Unset()
type NullableEventQuery ¶
type NullableEventQuery struct {
// contains filtered or unexported fields
}
func NewNullableEventQuery ¶
func NewNullableEventQuery(val *EventQuery) *NullableEventQuery
func (NullableEventQuery) Get ¶
func (v NullableEventQuery) Get() *EventQuery
func (NullableEventQuery) IsSet ¶
func (v NullableEventQuery) IsSet() bool
func (NullableEventQuery) MarshalJSON ¶
func (v NullableEventQuery) MarshalJSON() ([]byte, error)
func (*NullableEventQuery) Set ¶
func (v *NullableEventQuery) Set(val *EventQuery)
func (*NullableEventQuery) UnmarshalJSON ¶
func (v *NullableEventQuery) UnmarshalJSON(src []byte) error
func (*NullableEventQuery) Unset ¶
func (v *NullableEventQuery) Unset()
type NullableEventQueryEvent ¶
type NullableEventQueryEvent struct {
// contains filtered or unexported fields
}
func NewNullableEventQueryEvent ¶
func NewNullableEventQueryEvent(val *EventQueryEvent) *NullableEventQueryEvent
func (NullableEventQueryEvent) Get ¶
func (v NullableEventQueryEvent) Get() *EventQueryEvent
func (NullableEventQueryEvent) IsSet ¶
func (v NullableEventQueryEvent) IsSet() bool
func (NullableEventQueryEvent) MarshalJSON ¶
func (v NullableEventQueryEvent) MarshalJSON() ([]byte, error)
func (*NullableEventQueryEvent) Set ¶
func (v *NullableEventQueryEvent) Set(val *EventQueryEvent)
func (*NullableEventQueryEvent) UnmarshalJSON ¶
func (v *NullableEventQueryEvent) UnmarshalJSON(src []byte) error
func (*NullableEventQueryEvent) Unset ¶
func (v *NullableEventQueryEvent) Unset()
type NullableEventQueryField ¶
type NullableEventQueryField struct {
// contains filtered or unexported fields
}
func NewNullableEventQueryField ¶
func NewNullableEventQueryField(val *EventQueryField) *NullableEventQueryField
func (NullableEventQueryField) Get ¶
func (v NullableEventQueryField) Get() *EventQueryField
func (NullableEventQueryField) IsSet ¶
func (v NullableEventQueryField) IsSet() bool
func (NullableEventQueryField) MarshalJSON ¶
func (v NullableEventQueryField) MarshalJSON() ([]byte, error)
func (*NullableEventQueryField) Set ¶
func (v *NullableEventQueryField) Set(val *EventQueryField)
func (*NullableEventQueryField) UnmarshalJSON ¶
func (v *NullableEventQueryField) UnmarshalJSON(src []byte) error
func (*NullableEventQueryField) Unset ¶
func (v *NullableEventQueryField) Unset()
type NullableEventQueryFilter ¶
type NullableEventQueryFilter struct {
// contains filtered or unexported fields
}
func NewNullableEventQueryFilter ¶
func NewNullableEventQueryFilter(val *EventQueryFilter) *NullableEventQueryFilter
func (NullableEventQueryFilter) Get ¶
func (v NullableEventQueryFilter) Get() *EventQueryFilter
func (NullableEventQueryFilter) IsSet ¶
func (v NullableEventQueryFilter) IsSet() bool
func (NullableEventQueryFilter) MarshalJSON ¶
func (v NullableEventQueryFilter) MarshalJSON() ([]byte, error)
func (*NullableEventQueryFilter) Set ¶
func (v *NullableEventQueryFilter) Set(val *EventQueryFilter)
func (*NullableEventQueryFilter) UnmarshalJSON ¶
func (v *NullableEventQueryFilter) UnmarshalJSON(src []byte) error
func (*NullableEventQueryFilter) Unset ¶
func (v *NullableEventQueryFilter) Unset()
type NullableEventQueryResults ¶
type NullableEventQueryResults struct {
// contains filtered or unexported fields
}
func NewNullableEventQueryResults ¶
func NewNullableEventQueryResults(val *EventQueryResults) *NullableEventQueryResults
func (NullableEventQueryResults) Get ¶
func (v NullableEventQueryResults) Get() *EventQueryResults
func (NullableEventQueryResults) IsSet ¶
func (v NullableEventQueryResults) IsSet() bool
func (NullableEventQueryResults) MarshalJSON ¶
func (v NullableEventQueryResults) MarshalJSON() ([]byte, error)
func (*NullableEventQueryResults) Set ¶
func (v *NullableEventQueryResults) Set(val *EventQueryResults)
func (*NullableEventQueryResults) UnmarshalJSON ¶
func (v *NullableEventQueryResults) UnmarshalJSON(src []byte) error
func (*NullableEventQueryResults) Unset ¶
func (v *NullableEventQueryResults) Unset()
type NullableEventTypeConversionOptions ¶
type NullableEventTypeConversionOptions struct {
// contains filtered or unexported fields
}
func NewNullableEventTypeConversionOptions ¶
func NewNullableEventTypeConversionOptions(val *EventTypeConversionOptions) *NullableEventTypeConversionOptions
func (NullableEventTypeConversionOptions) Get ¶
func (v NullableEventTypeConversionOptions) Get() *EventTypeConversionOptions
func (NullableEventTypeConversionOptions) IsSet ¶
func (v NullableEventTypeConversionOptions) IsSet() bool
func (NullableEventTypeConversionOptions) MarshalJSON ¶
func (v NullableEventTypeConversionOptions) MarshalJSON() ([]byte, error)
func (*NullableEventTypeConversionOptions) Set ¶
func (v *NullableEventTypeConversionOptions) Set(val *EventTypeConversionOptions)
func (*NullableEventTypeConversionOptions) UnmarshalJSON ¶
func (v *NullableEventTypeConversionOptions) UnmarshalJSON(src []byte) error
func (*NullableEventTypeConversionOptions) Unset ¶
func (v *NullableEventTypeConversionOptions) Unset()
type NullableExecuteArbitraryEventQuery200Response ¶
type NullableExecuteArbitraryEventQuery200Response struct {
// contains filtered or unexported fields
}
func NewNullableExecuteArbitraryEventQuery200Response ¶
func NewNullableExecuteArbitraryEventQuery200Response(val *ExecuteArbitraryEventQuery200Response) *NullableExecuteArbitraryEventQuery200Response
func (NullableExecuteArbitraryEventQuery200Response) IsSet ¶
func (v NullableExecuteArbitraryEventQuery200Response) IsSet() bool
func (NullableExecuteArbitraryEventQuery200Response) MarshalJSON ¶
func (v NullableExecuteArbitraryEventQuery200Response) MarshalJSON() ([]byte, error)
func (*NullableExecuteArbitraryEventQuery200Response) Set ¶
func (v *NullableExecuteArbitraryEventQuery200Response) Set(val *ExecuteArbitraryEventQuery200Response)
func (*NullableExecuteArbitraryEventQuery200Response) UnmarshalJSON ¶
func (v *NullableExecuteArbitraryEventQuery200Response) UnmarshalJSON(src []byte) error
func (*NullableExecuteArbitraryEventQuery200Response) Unset ¶
func (v *NullableExecuteArbitraryEventQuery200Response) Unset()
type NullableFieldType ¶
type NullableFieldType struct {
// contains filtered or unexported fields
}
func NewNullableFieldType ¶
func NewNullableFieldType(val *FieldType) *NullableFieldType
func (NullableFieldType) Get ¶
func (v NullableFieldType) Get() *FieldType
func (NullableFieldType) IsSet ¶
func (v NullableFieldType) IsSet() bool
func (NullableFieldType) MarshalJSON ¶
func (v NullableFieldType) MarshalJSON() ([]byte, error)
func (*NullableFieldType) Set ¶
func (v *NullableFieldType) Set(val *FieldType)
func (*NullableFieldType) UnmarshalJSON ¶
func (v *NullableFieldType) UnmarshalJSON(src []byte) error
func (*NullableFieldType) Unset ¶
func (v *NullableFieldType) Unset()
type NullableFloat32 ¶
type NullableFloat32 struct {
// contains filtered or unexported fields
}
func NewNullableFloat32 ¶
func NewNullableFloat32(val *float32) *NullableFloat32
func (NullableFloat32) Get ¶
func (v NullableFloat32) Get() *float32
func (NullableFloat32) IsSet ¶
func (v NullableFloat32) IsSet() bool
func (NullableFloat32) MarshalJSON ¶
func (v NullableFloat32) MarshalJSON() ([]byte, error)
func (*NullableFloat32) Set ¶
func (v *NullableFloat32) Set(val *float32)
func (*NullableFloat32) UnmarshalJSON ¶
func (v *NullableFloat32) UnmarshalJSON(src []byte) error
func (*NullableFloat32) Unset ¶
func (v *NullableFloat32) Unset()
type NullableFloat64 ¶
type NullableFloat64 struct {
// contains filtered or unexported fields
}
func NewNullableFloat64 ¶
func NewNullableFloat64(val *float64) *NullableFloat64
func (NullableFloat64) Get ¶
func (v NullableFloat64) Get() *float64
func (NullableFloat64) IsSet ¶
func (v NullableFloat64) IsSet() bool
func (NullableFloat64) MarshalJSON ¶
func (v NullableFloat64) MarshalJSON() ([]byte, error)
func (*NullableFloat64) Set ¶
func (v *NullableFloat64) Set(val *float64)
func (*NullableFloat64) UnmarshalJSON ¶
func (v *NullableFloat64) UnmarshalJSON(src []byte) error
func (*NullableFloat64) Unset ¶
func (v *NullableFloat64) Unset()
type NullableGasParams ¶
type NullableGasParams struct {
// contains filtered or unexported fields
}
func NewNullableGasParams ¶
func NewNullableGasParams(val *GasParams) *NullableGasParams
func (NullableGasParams) Get ¶
func (v NullableGasParams) Get() *GasParams
func (NullableGasParams) IsSet ¶
func (v NullableGasParams) IsSet() bool
func (NullableGasParams) MarshalJSON ¶
func (v NullableGasParams) MarshalJSON() ([]byte, error)
func (*NullableGasParams) Set ¶
func (v *NullableGasParams) Set(val *GasParams)
func (*NullableGasParams) UnmarshalJSON ¶
func (v *NullableGasParams) UnmarshalJSON(src []byte) error
func (*NullableGasParams) Unset ¶
func (v *NullableGasParams) Unset()
type NullableGetApiKey200Response ¶
type NullableGetApiKey200Response struct {
// contains filtered or unexported fields
}
func NewNullableGetApiKey200Response ¶
func NewNullableGetApiKey200Response(val *GetApiKey200Response) *NullableGetApiKey200Response
func (NullableGetApiKey200Response) Get ¶
func (v NullableGetApiKey200Response) Get() *GetApiKey200Response
func (NullableGetApiKey200Response) IsSet ¶
func (v NullableGetApiKey200Response) IsSet() bool
func (NullableGetApiKey200Response) MarshalJSON ¶
func (v NullableGetApiKey200Response) MarshalJSON() ([]byte, error)
func (*NullableGetApiKey200Response) Set ¶
func (v *NullableGetApiKey200Response) Set(val *GetApiKey200Response)
func (*NullableGetApiKey200Response) UnmarshalJSON ¶
func (v *NullableGetApiKey200Response) UnmarshalJSON(src []byte) error
func (*NullableGetApiKey200Response) Unset ¶
func (v *NullableGetApiKey200Response) Unset()
type NullableGetBlock200Response ¶
type NullableGetBlock200Response struct {
// contains filtered or unexported fields
}
func NewNullableGetBlock200Response ¶
func NewNullableGetBlock200Response(val *GetBlock200Response) *NullableGetBlock200Response
func (NullableGetBlock200Response) Get ¶
func (v NullableGetBlock200Response) Get() *GetBlock200Response
func (NullableGetBlock200Response) IsSet ¶
func (v NullableGetBlock200Response) IsSet() bool
func (NullableGetBlock200Response) MarshalJSON ¶
func (v NullableGetBlock200Response) MarshalJSON() ([]byte, error)
func (*NullableGetBlock200Response) Set ¶
func (v *NullableGetBlock200Response) Set(val *GetBlock200Response)
func (*NullableGetBlock200Response) UnmarshalJSON ¶
func (v *NullableGetBlock200Response) UnmarshalJSON(src []byte) error
func (*NullableGetBlock200Response) Unset ¶
func (v *NullableGetBlock200Response) Unset()
type NullableGetChainStatus200Response ¶
type NullableGetChainStatus200Response struct {
// contains filtered or unexported fields
}
func NewNullableGetChainStatus200Response ¶
func NewNullableGetChainStatus200Response(val *GetChainStatus200Response) *NullableGetChainStatus200Response
func (NullableGetChainStatus200Response) Get ¶
func (v NullableGetChainStatus200Response) Get() *GetChainStatus200Response
func (NullableGetChainStatus200Response) IsSet ¶
func (v NullableGetChainStatus200Response) IsSet() bool
func (NullableGetChainStatus200Response) MarshalJSON ¶
func (v NullableGetChainStatus200Response) MarshalJSON() ([]byte, error)
func (*NullableGetChainStatus200Response) Set ¶
func (v *NullableGetChainStatus200Response) Set(val *GetChainStatus200Response)
func (*NullableGetChainStatus200Response) UnmarshalJSON ¶
func (v *NullableGetChainStatus200Response) UnmarshalJSON(src []byte) error
func (*NullableGetChainStatus200Response) Unset ¶
func (v *NullableGetChainStatus200Response) Unset()
type NullableGetContract200Response ¶
type NullableGetContract200Response struct {
// contains filtered or unexported fields
}
func NewNullableGetContract200Response ¶
func NewNullableGetContract200Response(val *GetContract200Response) *NullableGetContract200Response
func (NullableGetContract200Response) Get ¶
func (v NullableGetContract200Response) Get() *GetContract200Response
func (NullableGetContract200Response) IsSet ¶
func (v NullableGetContract200Response) IsSet() bool
func (NullableGetContract200Response) MarshalJSON ¶
func (v NullableGetContract200Response) MarshalJSON() ([]byte, error)
func (*NullableGetContract200Response) Set ¶
func (v *NullableGetContract200Response) Set(val *GetContract200Response)
func (*NullableGetContract200Response) UnmarshalJSON ¶
func (v *NullableGetContract200Response) UnmarshalJSON(src []byte) error
func (*NullableGetContract200Response) Unset ¶
func (v *NullableGetContract200Response) Unset()
type NullableGetContractVersions200Response ¶
type NullableGetContractVersions200Response struct {
// contains filtered or unexported fields
}
func NewNullableGetContractVersions200Response ¶
func NewNullableGetContractVersions200Response(val *GetContractVersions200Response) *NullableGetContractVersions200Response
func (NullableGetContractVersions200Response) Get ¶
func (v NullableGetContractVersions200Response) Get() *GetContractVersions200Response
func (NullableGetContractVersions200Response) IsSet ¶
func (v NullableGetContractVersions200Response) IsSet() bool
func (NullableGetContractVersions200Response) MarshalJSON ¶
func (v NullableGetContractVersions200Response) MarshalJSON() ([]byte, error)
func (*NullableGetContractVersions200Response) Set ¶
func (v *NullableGetContractVersions200Response) Set(val *GetContractVersions200Response)
func (*NullableGetContractVersions200Response) UnmarshalJSON ¶
func (v *NullableGetContractVersions200Response) UnmarshalJSON(src []byte) error
func (*NullableGetContractVersions200Response) Unset ¶
func (v *NullableGetContractVersions200Response) Unset()
type NullableGetEventCount200Response ¶
type NullableGetEventCount200Response struct {
// contains filtered or unexported fields
}
func NewNullableGetEventCount200Response ¶
func NewNullableGetEventCount200Response(val *GetEventCount200Response) *NullableGetEventCount200Response
func (NullableGetEventCount200Response) Get ¶
func (v NullableGetEventCount200Response) Get() *GetEventCount200Response
func (NullableGetEventCount200Response) IsSet ¶
func (v NullableGetEventCount200Response) IsSet() bool
func (NullableGetEventCount200Response) MarshalJSON ¶
func (v NullableGetEventCount200Response) MarshalJSON() ([]byte, error)
func (*NullableGetEventCount200Response) Set ¶
func (v *NullableGetEventCount200Response) Set(val *GetEventCount200Response)
func (*NullableGetEventCount200Response) UnmarshalJSON ¶
func (v *NullableGetEventCount200Response) UnmarshalJSON(src []byte) error
func (*NullableGetEventCount200Response) Unset ¶
func (v *NullableGetEventCount200Response) Unset()
type NullableGetEventMonitorStatus200Response ¶
type NullableGetEventMonitorStatus200Response struct {
// contains filtered or unexported fields
}
func NewNullableGetEventMonitorStatus200Response ¶
func NewNullableGetEventMonitorStatus200Response(val *GetEventMonitorStatus200Response) *NullableGetEventMonitorStatus200Response
func (NullableGetEventMonitorStatus200Response) IsSet ¶
func (v NullableGetEventMonitorStatus200Response) IsSet() bool
func (NullableGetEventMonitorStatus200Response) MarshalJSON ¶
func (v NullableGetEventMonitorStatus200Response) MarshalJSON() ([]byte, error)
func (*NullableGetEventMonitorStatus200Response) Set ¶
func (v *NullableGetEventMonitorStatus200Response) Set(val *GetEventMonitorStatus200Response)
func (*NullableGetEventMonitorStatus200Response) UnmarshalJSON ¶
func (v *NullableGetEventMonitorStatus200Response) UnmarshalJSON(src []byte) error
func (*NullableGetEventMonitorStatus200Response) Unset ¶
func (v *NullableGetEventMonitorStatus200Response) Unset()
type NullableGetEventQuery200Response ¶
type NullableGetEventQuery200Response struct {
// contains filtered or unexported fields
}
func NewNullableGetEventQuery200Response ¶
func NewNullableGetEventQuery200Response(val *GetEventQuery200Response) *NullableGetEventQuery200Response
func (NullableGetEventQuery200Response) Get ¶
func (v NullableGetEventQuery200Response) Get() *GetEventQuery200Response
func (NullableGetEventQuery200Response) IsSet ¶
func (v NullableGetEventQuery200Response) IsSet() bool
func (NullableGetEventQuery200Response) MarshalJSON ¶
func (v NullableGetEventQuery200Response) MarshalJSON() ([]byte, error)
func (*NullableGetEventQuery200Response) Set ¶
func (v *NullableGetEventQuery200Response) Set(val *GetEventQuery200Response)
func (*NullableGetEventQuery200Response) UnmarshalJSON ¶
func (v *NullableGetEventQuery200Response) UnmarshalJSON(src []byte) error
func (*NullableGetEventQuery200Response) Unset ¶
func (v *NullableGetEventQuery200Response) Unset()
type NullableGetEventTypeConversions200Response ¶
type NullableGetEventTypeConversions200Response struct {
// contains filtered or unexported fields
}
func NewNullableGetEventTypeConversions200Response ¶
func NewNullableGetEventTypeConversions200Response(val *GetEventTypeConversions200Response) *NullableGetEventTypeConversions200Response
func (NullableGetEventTypeConversions200Response) IsSet ¶
func (v NullableGetEventTypeConversions200Response) IsSet() bool
func (NullableGetEventTypeConversions200Response) MarshalJSON ¶
func (v NullableGetEventTypeConversions200Response) MarshalJSON() ([]byte, error)
func (*NullableGetEventTypeConversions200Response) Set ¶
func (v *NullableGetEventTypeConversions200Response) Set(val *GetEventTypeConversions200Response)
func (*NullableGetEventTypeConversions200Response) UnmarshalJSON ¶
func (v *NullableGetEventTypeConversions200Response) UnmarshalJSON(src []byte) error
func (*NullableGetEventTypeConversions200Response) Unset ¶
func (v *NullableGetEventTypeConversions200Response) Unset()
type NullableGetFunctionTypeConversions200Response ¶
type NullableGetFunctionTypeConversions200Response struct {
// contains filtered or unexported fields
}
func NewNullableGetFunctionTypeConversions200Response ¶
func NewNullableGetFunctionTypeConversions200Response(val *GetFunctionTypeConversions200Response) *NullableGetFunctionTypeConversions200Response
func (NullableGetFunctionTypeConversions200Response) IsSet ¶
func (v NullableGetFunctionTypeConversions200Response) IsSet() bool
func (NullableGetFunctionTypeConversions200Response) MarshalJSON ¶
func (v NullableGetFunctionTypeConversions200Response) MarshalJSON() ([]byte, error)
func (*NullableGetFunctionTypeConversions200Response) Set ¶
func (v *NullableGetFunctionTypeConversions200Response) Set(val *GetFunctionTypeConversions200Response)
func (*NullableGetFunctionTypeConversions200Response) UnmarshalJSON ¶
func (v *NullableGetFunctionTypeConversions200Response) UnmarshalJSON(src []byte) error
func (*NullableGetFunctionTypeConversions200Response) Unset ¶
func (v *NullableGetFunctionTypeConversions200Response) Unset()
type NullableGetTransaction200Response ¶
type NullableGetTransaction200Response struct {
// contains filtered or unexported fields
}
func NewNullableGetTransaction200Response ¶
func NewNullableGetTransaction200Response(val *GetTransaction200Response) *NullableGetTransaction200Response
func (NullableGetTransaction200Response) Get ¶
func (v NullableGetTransaction200Response) Get() *GetTransaction200Response
func (NullableGetTransaction200Response) IsSet ¶
func (v NullableGetTransaction200Response) IsSet() bool
func (NullableGetTransaction200Response) MarshalJSON ¶
func (v NullableGetTransaction200Response) MarshalJSON() ([]byte, error)
func (*NullableGetTransaction200Response) Set ¶
func (v *NullableGetTransaction200Response) Set(val *GetTransaction200Response)
func (*NullableGetTransaction200Response) UnmarshalJSON ¶
func (v *NullableGetTransaction200Response) UnmarshalJSON(src []byte) error
func (*NullableGetTransaction200Response) Unset ¶
func (v *NullableGetTransaction200Response) Unset()
type NullableGetTransactionReceipt200Response ¶
type NullableGetTransactionReceipt200Response struct {
// contains filtered or unexported fields
}
func NewNullableGetTransactionReceipt200Response ¶
func NewNullableGetTransactionReceipt200Response(val *GetTransactionReceipt200Response) *NullableGetTransactionReceipt200Response
func (NullableGetTransactionReceipt200Response) IsSet ¶
func (v NullableGetTransactionReceipt200Response) IsSet() bool
func (NullableGetTransactionReceipt200Response) MarshalJSON ¶
func (v NullableGetTransactionReceipt200Response) MarshalJSON() ([]byte, error)
func (*NullableGetTransactionReceipt200Response) Set ¶
func (v *NullableGetTransactionReceipt200Response) Set(val *GetTransactionReceipt200Response)
func (*NullableGetTransactionReceipt200Response) UnmarshalJSON ¶
func (v *NullableGetTransactionReceipt200Response) UnmarshalJSON(src []byte) error
func (*NullableGetTransactionReceipt200Response) Unset ¶
func (v *NullableGetTransactionReceipt200Response) Unset()
type NullableGroup ¶
type NullableGroup struct {
// contains filtered or unexported fields
}
func NewNullableGroup ¶
func NewNullableGroup(val *Group) *NullableGroup
func (NullableGroup) Get ¶
func (v NullableGroup) Get() *Group
func (NullableGroup) IsSet ¶
func (v NullableGroup) IsSet() bool
func (NullableGroup) MarshalJSON ¶
func (v NullableGroup) MarshalJSON() ([]byte, error)
func (*NullableGroup) Set ¶
func (v *NullableGroup) Set(val *Group)
func (*NullableGroup) UnmarshalJSON ¶
func (v *NullableGroup) UnmarshalJSON(src []byte) error
func (*NullableGroup) Unset ¶
func (v *NullableGroup) Unset()
type NullableHSMData ¶
type NullableHSMData struct {
// contains filtered or unexported fields
}
func NewNullableHSMData ¶
func NewNullableHSMData(val *HSMData) *NullableHSMData
func (NullableHSMData) Get ¶
func (v NullableHSMData) Get() *HSMData
func (NullableHSMData) IsSet ¶
func (v NullableHSMData) IsSet() bool
func (NullableHSMData) MarshalJSON ¶
func (v NullableHSMData) MarshalJSON() ([]byte, error)
func (*NullableHSMData) Set ¶
func (v *NullableHSMData) Set(val *HSMData)
func (*NullableHSMData) UnmarshalJSON ¶
func (v *NullableHSMData) UnmarshalJSON(src []byte) error
func (*NullableHSMData) Unset ¶
func (v *NullableHSMData) Unset()
type NullableHSMSignRequest ¶
type NullableHSMSignRequest struct {
// contains filtered or unexported fields
}
func NewNullableHSMSignRequest ¶
func NewNullableHSMSignRequest(val *HSMSignRequest) *NullableHSMSignRequest
func (NullableHSMSignRequest) Get ¶
func (v NullableHSMSignRequest) Get() *HSMSignRequest
func (NullableHSMSignRequest) IsSet ¶
func (v NullableHSMSignRequest) IsSet() bool
func (NullableHSMSignRequest) MarshalJSON ¶
func (v NullableHSMSignRequest) MarshalJSON() ([]byte, error)
func (*NullableHSMSignRequest) Set ¶
func (v *NullableHSMSignRequest) Set(val *HSMSignRequest)
func (*NullableHSMSignRequest) UnmarshalJSON ¶
func (v *NullableHSMSignRequest) UnmarshalJSON(src []byte) error
func (*NullableHSMSignRequest) Unset ¶
func (v *NullableHSMSignRequest) Unset()
type NullableHSMSignRequestChainId ¶
type NullableHSMSignRequestChainId struct {
// contains filtered or unexported fields
}
func NewNullableHSMSignRequestChainId ¶
func NewNullableHSMSignRequestChainId(val *HSMSignRequestChainId) *NullableHSMSignRequestChainId
func (NullableHSMSignRequestChainId) Get ¶
func (v NullableHSMSignRequestChainId) Get() *HSMSignRequestChainId
func (NullableHSMSignRequestChainId) IsSet ¶
func (v NullableHSMSignRequestChainId) IsSet() bool
func (NullableHSMSignRequestChainId) MarshalJSON ¶
func (v NullableHSMSignRequestChainId) MarshalJSON() ([]byte, error)
func (*NullableHSMSignRequestChainId) Set ¶
func (v *NullableHSMSignRequestChainId) Set(val *HSMSignRequestChainId)
func (*NullableHSMSignRequestChainId) UnmarshalJSON ¶
func (v *NullableHSMSignRequestChainId) UnmarshalJSON(src []byte) error
func (*NullableHSMSignRequestChainId) Unset ¶
func (v *NullableHSMSignRequestChainId) Unset()
type NullableHSMSignResponse ¶
type NullableHSMSignResponse struct {
// contains filtered or unexported fields
}
func NewNullableHSMSignResponse ¶
func NewNullableHSMSignResponse(val *HSMSignResponse) *NullableHSMSignResponse
func (NullableHSMSignResponse) Get ¶
func (v NullableHSMSignResponse) Get() *HSMSignResponse
func (NullableHSMSignResponse) IsSet ¶
func (v NullableHSMSignResponse) IsSet() bool
func (NullableHSMSignResponse) MarshalJSON ¶
func (v NullableHSMSignResponse) MarshalJSON() ([]byte, error)
func (*NullableHSMSignResponse) Set ¶
func (v *NullableHSMSignResponse) Set(val *HSMSignResponse)
func (*NullableHSMSignResponse) UnmarshalJSON ¶
func (v *NullableHSMSignResponse) UnmarshalJSON(src []byte) error
func (*NullableHSMSignResponse) Unset ¶
func (v *NullableHSMSignResponse) Unset()
type NullableInt ¶
type NullableInt struct {
// contains filtered or unexported fields
}
func NewNullableInt ¶
func NewNullableInt(val *int) *NullableInt
func (NullableInt) Get ¶
func (v NullableInt) Get() *int
func (NullableInt) IsSet ¶
func (v NullableInt) IsSet() bool
func (NullableInt) MarshalJSON ¶
func (v NullableInt) MarshalJSON() ([]byte, error)
func (*NullableInt) Set ¶
func (v *NullableInt) Set(val *int)
func (*NullableInt) UnmarshalJSON ¶
func (v *NullableInt) UnmarshalJSON(src []byte) error
func (*NullableInt) Unset ¶
func (v *NullableInt) Unset()
type NullableInt32 ¶
type NullableInt32 struct {
// contains filtered or unexported fields
}
func NewNullableInt32 ¶
func NewNullableInt32(val *int32) *NullableInt32
func (NullableInt32) Get ¶
func (v NullableInt32) Get() *int32
func (NullableInt32) IsSet ¶
func (v NullableInt32) IsSet() bool
func (NullableInt32) MarshalJSON ¶
func (v NullableInt32) MarshalJSON() ([]byte, error)
func (*NullableInt32) Set ¶
func (v *NullableInt32) Set(val *int32)
func (*NullableInt32) UnmarshalJSON ¶
func (v *NullableInt32) UnmarshalJSON(src []byte) error
func (*NullableInt32) Unset ¶
func (v *NullableInt32) Unset()
type NullableInt64 ¶
type NullableInt64 struct {
// contains filtered or unexported fields
}
func NewNullableInt64 ¶
func NewNullableInt64(val *int64) *NullableInt64
func (NullableInt64) Get ¶
func (v NullableInt64) Get() *int64
func (NullableInt64) IsSet ¶
func (v NullableInt64) IsSet() bool
func (NullableInt64) MarshalJSON ¶
func (v NullableInt64) MarshalJSON() ([]byte, error)
func (*NullableInt64) Set ¶
func (v *NullableInt64) Set(val *int64)
func (*NullableInt64) UnmarshalJSON ¶
func (v *NullableInt64) UnmarshalJSON(src []byte) error
func (*NullableInt64) Unset ¶
func (v *NullableInt64) Unset()
type NullableInvite ¶
type NullableInvite struct {
// contains filtered or unexported fields
}
func NewNullableInvite ¶
func NewNullableInvite(val *Invite) *NullableInvite
func (NullableInvite) Get ¶
func (v NullableInvite) Get() *Invite
func (NullableInvite) IsSet ¶
func (v NullableInvite) IsSet() bool
func (NullableInvite) MarshalJSON ¶
func (v NullableInvite) MarshalJSON() ([]byte, error)
func (*NullableInvite) Set ¶
func (v *NullableInvite) Set(val *Invite)
func (*NullableInvite) UnmarshalJSON ¶
func (v *NullableInvite) UnmarshalJSON(src []byte) error
func (*NullableInvite) Unset ¶
func (v *NullableInvite) Unset()
type NullableLinkAddressContractRequest ¶
type NullableLinkAddressContractRequest struct {
// contains filtered or unexported fields
}
func NewNullableLinkAddressContractRequest ¶
func NewNullableLinkAddressContractRequest(val *LinkAddressContractRequest) *NullableLinkAddressContractRequest
func (NullableLinkAddressContractRequest) Get ¶
func (v NullableLinkAddressContractRequest) Get() *LinkAddressContractRequest
func (NullableLinkAddressContractRequest) IsSet ¶
func (v NullableLinkAddressContractRequest) IsSet() bool
func (NullableLinkAddressContractRequest) MarshalJSON ¶
func (v NullableLinkAddressContractRequest) MarshalJSON() ([]byte, error)
func (*NullableLinkAddressContractRequest) Set ¶
func (v *NullableLinkAddressContractRequest) Set(val *LinkAddressContractRequest)
func (*NullableLinkAddressContractRequest) UnmarshalJSON ¶
func (v *NullableLinkAddressContractRequest) UnmarshalJSON(src []byte) error
func (*NullableLinkAddressContractRequest) Unset ¶
func (v *NullableLinkAddressContractRequest) Unset()
type NullableListAddresses200Response ¶
type NullableListAddresses200Response struct {
// contains filtered or unexported fields
}
func NewNullableListAddresses200Response ¶
func NewNullableListAddresses200Response(val *ListAddresses200Response) *NullableListAddresses200Response
func (NullableListAddresses200Response) Get ¶
func (v NullableListAddresses200Response) Get() *ListAddresses200Response
func (NullableListAddresses200Response) IsSet ¶
func (v NullableListAddresses200Response) IsSet() bool
func (NullableListAddresses200Response) MarshalJSON ¶
func (v NullableListAddresses200Response) MarshalJSON() ([]byte, error)
func (*NullableListAddresses200Response) Set ¶
func (v *NullableListAddresses200Response) Set(val *ListAddresses200Response)
func (*NullableListAddresses200Response) UnmarshalJSON ¶
func (v *NullableListAddresses200Response) UnmarshalJSON(src []byte) error
func (*NullableListAddresses200Response) Unset ¶
func (v *NullableListAddresses200Response) Unset()
type NullableListApiKeys200Response ¶
type NullableListApiKeys200Response struct {
// contains filtered or unexported fields
}
func NewNullableListApiKeys200Response ¶
func NewNullableListApiKeys200Response(val *ListApiKeys200Response) *NullableListApiKeys200Response
func (NullableListApiKeys200Response) Get ¶
func (v NullableListApiKeys200Response) Get() *ListApiKeys200Response
func (NullableListApiKeys200Response) IsSet ¶
func (v NullableListApiKeys200Response) IsSet() bool
func (NullableListApiKeys200Response) MarshalJSON ¶
func (v NullableListApiKeys200Response) MarshalJSON() ([]byte, error)
func (*NullableListApiKeys200Response) Set ¶
func (v *NullableListApiKeys200Response) Set(val *ListApiKeys200Response)
func (*NullableListApiKeys200Response) UnmarshalJSON ¶
func (v *NullableListApiKeys200Response) UnmarshalJSON(src []byte) error
func (*NullableListApiKeys200Response) Unset ¶
func (v *NullableListApiKeys200Response) Unset()
type NullableListAuditLogs200Response ¶
type NullableListAuditLogs200Response struct {
// contains filtered or unexported fields
}
func NewNullableListAuditLogs200Response ¶
func NewNullableListAuditLogs200Response(val *ListAuditLogs200Response) *NullableListAuditLogs200Response
func (NullableListAuditLogs200Response) Get ¶
func (v NullableListAuditLogs200Response) Get() *ListAuditLogs200Response
func (NullableListAuditLogs200Response) IsSet ¶
func (v NullableListAuditLogs200Response) IsSet() bool
func (NullableListAuditLogs200Response) MarshalJSON ¶
func (v NullableListAuditLogs200Response) MarshalJSON() ([]byte, error)
func (*NullableListAuditLogs200Response) Set ¶
func (v *NullableListAuditLogs200Response) Set(val *ListAuditLogs200Response)
func (*NullableListAuditLogs200Response) UnmarshalJSON ¶
func (v *NullableListAuditLogs200Response) UnmarshalJSON(src []byte) error
func (*NullableListAuditLogs200Response) Unset ¶
func (v *NullableListAuditLogs200Response) Unset()
type NullableListContractVersions200Response ¶
type NullableListContractVersions200Response struct {
// contains filtered or unexported fields
}
func NewNullableListContractVersions200Response ¶
func NewNullableListContractVersions200Response(val *ListContractVersions200Response) *NullableListContractVersions200Response
func (NullableListContractVersions200Response) IsSet ¶
func (v NullableListContractVersions200Response) IsSet() bool
func (NullableListContractVersions200Response) MarshalJSON ¶
func (v NullableListContractVersions200Response) MarshalJSON() ([]byte, error)
func (*NullableListContractVersions200Response) Set ¶
func (v *NullableListContractVersions200Response) Set(val *ListContractVersions200Response)
func (*NullableListContractVersions200Response) UnmarshalJSON ¶
func (v *NullableListContractVersions200Response) UnmarshalJSON(src []byte) error
func (*NullableListContractVersions200Response) Unset ¶
func (v *NullableListContractVersions200Response) Unset()
type NullableListContractVersions200ResponseAllOfResult ¶
type NullableListContractVersions200ResponseAllOfResult struct {
// contains filtered or unexported fields
}
func NewNullableListContractVersions200ResponseAllOfResult ¶
func NewNullableListContractVersions200ResponseAllOfResult(val *ListContractVersions200ResponseAllOfResult) *NullableListContractVersions200ResponseAllOfResult
func (NullableListContractVersions200ResponseAllOfResult) IsSet ¶
func (v NullableListContractVersions200ResponseAllOfResult) IsSet() bool
func (NullableListContractVersions200ResponseAllOfResult) MarshalJSON ¶
func (v NullableListContractVersions200ResponseAllOfResult) MarshalJSON() ([]byte, error)
func (*NullableListContractVersions200ResponseAllOfResult) UnmarshalJSON ¶
func (v *NullableListContractVersions200ResponseAllOfResult) UnmarshalJSON(src []byte) error
func (*NullableListContractVersions200ResponseAllOfResult) Unset ¶
func (v *NullableListContractVersions200ResponseAllOfResult) Unset()
type NullableListContracts200Response ¶
type NullableListContracts200Response struct {
// contains filtered or unexported fields
}
func NewNullableListContracts200Response ¶
func NewNullableListContracts200Response(val *ListContracts200Response) *NullableListContracts200Response
func (NullableListContracts200Response) Get ¶
func (v NullableListContracts200Response) Get() *ListContracts200Response
func (NullableListContracts200Response) IsSet ¶
func (v NullableListContracts200Response) IsSet() bool
func (NullableListContracts200Response) MarshalJSON ¶
func (v NullableListContracts200Response) MarshalJSON() ([]byte, error)
func (*NullableListContracts200Response) Set ¶
func (v *NullableListContracts200Response) Set(val *ListContracts200Response)
func (*NullableListContracts200Response) UnmarshalJSON ¶
func (v *NullableListContracts200Response) UnmarshalJSON(src []byte) error
func (*NullableListContracts200Response) Unset ¶
func (v *NullableListContracts200Response) Unset()
type NullableListCorsOrigins200Response ¶
type NullableListCorsOrigins200Response struct {
// contains filtered or unexported fields
}
func NewNullableListCorsOrigins200Response ¶
func NewNullableListCorsOrigins200Response(val *ListCorsOrigins200Response) *NullableListCorsOrigins200Response
func (NullableListCorsOrigins200Response) Get ¶
func (v NullableListCorsOrigins200Response) Get() *ListCorsOrigins200Response
func (NullableListCorsOrigins200Response) IsSet ¶
func (v NullableListCorsOrigins200Response) IsSet() bool
func (NullableListCorsOrigins200Response) MarshalJSON ¶
func (v NullableListCorsOrigins200Response) MarshalJSON() ([]byte, error)
func (*NullableListCorsOrigins200Response) Set ¶
func (v *NullableListCorsOrigins200Response) Set(val *ListCorsOrigins200Response)
func (*NullableListCorsOrigins200Response) UnmarshalJSON ¶
func (v *NullableListCorsOrigins200Response) UnmarshalJSON(src []byte) error
func (*NullableListCorsOrigins200Response) Unset ¶
func (v *NullableListCorsOrigins200Response) Unset()
type NullableListEventQueries200Response ¶
type NullableListEventQueries200Response struct {
// contains filtered or unexported fields
}
func NewNullableListEventQueries200Response ¶
func NewNullableListEventQueries200Response(val *ListEventQueries200Response) *NullableListEventQueries200Response
func (NullableListEventQueries200Response) Get ¶
func (v NullableListEventQueries200Response) Get() *ListEventQueries200Response
func (NullableListEventQueries200Response) IsSet ¶
func (v NullableListEventQueries200Response) IsSet() bool
func (NullableListEventQueries200Response) MarshalJSON ¶
func (v NullableListEventQueries200Response) MarshalJSON() ([]byte, error)
func (*NullableListEventQueries200Response) Set ¶
func (v *NullableListEventQueries200Response) Set(val *ListEventQueries200Response)
func (*NullableListEventQueries200Response) UnmarshalJSON ¶
func (v *NullableListEventQueries200Response) UnmarshalJSON(src []byte) error
func (*NullableListEventQueries200Response) Unset ¶
func (v *NullableListEventQueries200Response) Unset()
type NullableListEvents200Response ¶
type NullableListEvents200Response struct {
// contains filtered or unexported fields
}
func NewNullableListEvents200Response ¶
func NewNullableListEvents200Response(val *ListEvents200Response) *NullableListEvents200Response
func (NullableListEvents200Response) Get ¶
func (v NullableListEvents200Response) Get() *ListEvents200Response
func (NullableListEvents200Response) IsSet ¶
func (v NullableListEvents200Response) IsSet() bool
func (NullableListEvents200Response) MarshalJSON ¶
func (v NullableListEvents200Response) MarshalJSON() ([]byte, error)
func (*NullableListEvents200Response) Set ¶
func (v *NullableListEvents200Response) Set(val *ListEvents200Response)
func (*NullableListEvents200Response) UnmarshalJSON ¶
func (v *NullableListEvents200Response) UnmarshalJSON(src []byte) error
func (*NullableListEvents200Response) Unset ¶
func (v *NullableListEvents200Response) Unset()
type NullableListGroups200Response ¶
type NullableListGroups200Response struct {
// contains filtered or unexported fields
}
func NewNullableListGroups200Response ¶
func NewNullableListGroups200Response(val *ListGroups200Response) *NullableListGroups200Response
func (NullableListGroups200Response) Get ¶
func (v NullableListGroups200Response) Get() *ListGroups200Response
func (NullableListGroups200Response) IsSet ¶
func (v NullableListGroups200Response) IsSet() bool
func (NullableListGroups200Response) MarshalJSON ¶
func (v NullableListGroups200Response) MarshalJSON() ([]byte, error)
func (*NullableListGroups200Response) Set ¶
func (v *NullableListGroups200Response) Set(val *ListGroups200Response)
func (*NullableListGroups200Response) UnmarshalJSON ¶
func (v *NullableListGroups200Response) UnmarshalJSON(src []byte) error
func (*NullableListGroups200Response) Unset ¶
func (v *NullableListGroups200Response) Unset()
type NullableListHsm200Response ¶
type NullableListHsm200Response struct {
// contains filtered or unexported fields
}
func NewNullableListHsm200Response ¶
func NewNullableListHsm200Response(val *ListHsm200Response) *NullableListHsm200Response
func (NullableListHsm200Response) Get ¶
func (v NullableListHsm200Response) Get() *ListHsm200Response
func (NullableListHsm200Response) IsSet ¶
func (v NullableListHsm200Response) IsSet() bool
func (NullableListHsm200Response) MarshalJSON ¶
func (v NullableListHsm200Response) MarshalJSON() ([]byte, error)
func (*NullableListHsm200Response) Set ¶
func (v *NullableListHsm200Response) Set(val *ListHsm200Response)
func (*NullableListHsm200Response) UnmarshalJSON ¶
func (v *NullableListHsm200Response) UnmarshalJSON(src []byte) error
func (*NullableListHsm200Response) Unset ¶
func (v *NullableListHsm200Response) Unset()
type NullableListHsmWallets200Response ¶
type NullableListHsmWallets200Response struct {
// contains filtered or unexported fields
}
func NewNullableListHsmWallets200Response ¶
func NewNullableListHsmWallets200Response(val *ListHsmWallets200Response) *NullableListHsmWallets200Response
func (NullableListHsmWallets200Response) Get ¶
func (v NullableListHsmWallets200Response) Get() *ListHsmWallets200Response
func (NullableListHsmWallets200Response) IsSet ¶
func (v NullableListHsmWallets200Response) IsSet() bool
func (NullableListHsmWallets200Response) MarshalJSON ¶
func (v NullableListHsmWallets200Response) MarshalJSON() ([]byte, error)
func (*NullableListHsmWallets200Response) Set ¶
func (v *NullableListHsmWallets200Response) Set(val *ListHsmWallets200Response)
func (*NullableListHsmWallets200Response) UnmarshalJSON ¶
func (v *NullableListHsmWallets200Response) UnmarshalJSON(src []byte) error
func (*NullableListHsmWallets200Response) Unset ¶
func (v *NullableListHsmWallets200Response) Unset()
type NullableListUserSigners200Response ¶
type NullableListUserSigners200Response struct {
// contains filtered or unexported fields
}
func NewNullableListUserSigners200Response ¶
func NewNullableListUserSigners200Response(val *ListUserSigners200Response) *NullableListUserSigners200Response
func (NullableListUserSigners200Response) Get ¶
func (v NullableListUserSigners200Response) Get() *ListUserSigners200Response
func (NullableListUserSigners200Response) IsSet ¶
func (v NullableListUserSigners200Response) IsSet() bool
func (NullableListUserSigners200Response) MarshalJSON ¶
func (v NullableListUserSigners200Response) MarshalJSON() ([]byte, error)
func (*NullableListUserSigners200Response) Set ¶
func (v *NullableListUserSigners200Response) Set(val *ListUserSigners200Response)
func (*NullableListUserSigners200Response) UnmarshalJSON ¶
func (v *NullableListUserSigners200Response) UnmarshalJSON(src []byte) error
func (*NullableListUserSigners200Response) Unset ¶
func (v *NullableListUserSigners200Response) Unset()
type NullableListUsers200Response ¶
type NullableListUsers200Response struct {
// contains filtered or unexported fields
}
func NewNullableListUsers200Response ¶
func NewNullableListUsers200Response(val *ListUsers200Response) *NullableListUsers200Response
func (NullableListUsers200Response) Get ¶
func (v NullableListUsers200Response) Get() *ListUsers200Response
func (NullableListUsers200Response) IsSet ¶
func (v NullableListUsers200Response) IsSet() bool
func (NullableListUsers200Response) MarshalJSON ¶
func (v NullableListUsers200Response) MarshalJSON() ([]byte, error)
func (*NullableListUsers200Response) Set ¶
func (v *NullableListUsers200Response) Set(val *ListUsers200Response)
func (*NullableListUsers200Response) UnmarshalJSON ¶
func (v *NullableListUsers200Response) UnmarshalJSON(src []byte) error
func (*NullableListUsers200Response) Unset ¶
func (v *NullableListUsers200Response) Unset()
type NullableListWalletTransactions200Response ¶
type NullableListWalletTransactions200Response struct {
// contains filtered or unexported fields
}
func NewNullableListWalletTransactions200Response ¶
func NewNullableListWalletTransactions200Response(val *ListWalletTransactions200Response) *NullableListWalletTransactions200Response
func (NullableListWalletTransactions200Response) IsSet ¶
func (v NullableListWalletTransactions200Response) IsSet() bool
func (NullableListWalletTransactions200Response) MarshalJSON ¶
func (v NullableListWalletTransactions200Response) MarshalJSON() ([]byte, error)
func (*NullableListWalletTransactions200Response) Set ¶
func (v *NullableListWalletTransactions200Response) Set(val *ListWalletTransactions200Response)
func (*NullableListWalletTransactions200Response) UnmarshalJSON ¶
func (v *NullableListWalletTransactions200Response) UnmarshalJSON(src []byte) error
func (*NullableListWalletTransactions200Response) Unset ¶
func (v *NullableListWalletTransactions200Response) Unset()
type NullableListWebhookEvents200Response ¶
type NullableListWebhookEvents200Response struct {
// contains filtered or unexported fields
}
func NewNullableListWebhookEvents200Response ¶
func NewNullableListWebhookEvents200Response(val *ListWebhookEvents200Response) *NullableListWebhookEvents200Response
func (NullableListWebhookEvents200Response) Get ¶
func (v NullableListWebhookEvents200Response) Get() *ListWebhookEvents200Response
func (NullableListWebhookEvents200Response) IsSet ¶
func (v NullableListWebhookEvents200Response) IsSet() bool
func (NullableListWebhookEvents200Response) MarshalJSON ¶
func (v NullableListWebhookEvents200Response) MarshalJSON() ([]byte, error)
func (*NullableListWebhookEvents200Response) Set ¶
func (v *NullableListWebhookEvents200Response) Set(val *ListWebhookEvents200Response)
func (*NullableListWebhookEvents200Response) UnmarshalJSON ¶
func (v *NullableListWebhookEvents200Response) UnmarshalJSON(src []byte) error
func (*NullableListWebhookEvents200Response) Unset ¶
func (v *NullableListWebhookEvents200Response) Unset()
type NullableListWebhooks200Response ¶
type NullableListWebhooks200Response struct {
// contains filtered or unexported fields
}
func NewNullableListWebhooks200Response ¶
func NewNullableListWebhooks200Response(val *ListWebhooks200Response) *NullableListWebhooks200Response
func (NullableListWebhooks200Response) Get ¶
func (v NullableListWebhooks200Response) Get() *ListWebhooks200Response
func (NullableListWebhooks200Response) IsSet ¶
func (v NullableListWebhooks200Response) IsSet() bool
func (NullableListWebhooks200Response) MarshalJSON ¶
func (v NullableListWebhooks200Response) MarshalJSON() ([]byte, error)
func (*NullableListWebhooks200Response) Set ¶
func (v *NullableListWebhooks200Response) Set(val *ListWebhooks200Response)
func (*NullableListWebhooks200Response) UnmarshalJSON ¶
func (v *NullableListWebhooks200Response) UnmarshalJSON(src []byte) error
func (*NullableListWebhooks200Response) Unset ¶
func (v *NullableListWebhooks200Response) Unset()
type NullableLog ¶
type NullableLog struct {
// contains filtered or unexported fields
}
func NewNullableLog ¶
func NewNullableLog(val *Log) *NullableLog
func (NullableLog) Get ¶
func (v NullableLog) Get() *Log
func (NullableLog) IsSet ¶
func (v NullableLog) IsSet() bool
func (NullableLog) MarshalJSON ¶
func (v NullableLog) MarshalJSON() ([]byte, error)
func (*NullableLog) Set ¶
func (v *NullableLog) Set(val *Log)
func (*NullableLog) UnmarshalJSON ¶
func (v *NullableLog) UnmarshalJSON(src []byte) error
func (*NullableLog) Unset ¶
func (v *NullableLog) Unset()
type NullableMethodArg ¶
type NullableMethodArg struct {
// contains filtered or unexported fields
}
func NewNullableMethodArg ¶
func NewNullableMethodArg(val *MethodArg) *NullableMethodArg
func (NullableMethodArg) Get ¶
func (v NullableMethodArg) Get() *MethodArg
func (NullableMethodArg) IsSet ¶
func (v NullableMethodArg) IsSet() bool
func (NullableMethodArg) MarshalJSON ¶
func (v NullableMethodArg) MarshalJSON() ([]byte, error)
func (*NullableMethodArg) Set ¶
func (v *NullableMethodArg) Set(val *MethodArg)
func (*NullableMethodArg) UnmarshalJSON ¶
func (v *NullableMethodArg) UnmarshalJSON(src []byte) error
func (*NullableMethodArg) Unset ¶
func (v *NullableMethodArg) Unset()
type NullableMethodCallPreviewResponse ¶
type NullableMethodCallPreviewResponse struct {
// contains filtered or unexported fields
}
func NewNullableMethodCallPreviewResponse ¶
func NewNullableMethodCallPreviewResponse(val *MethodCallPreviewResponse) *NullableMethodCallPreviewResponse
func (NullableMethodCallPreviewResponse) Get ¶
func (v NullableMethodCallPreviewResponse) Get() *MethodCallPreviewResponse
func (NullableMethodCallPreviewResponse) IsSet ¶
func (v NullableMethodCallPreviewResponse) IsSet() bool
func (NullableMethodCallPreviewResponse) MarshalJSON ¶
func (v NullableMethodCallPreviewResponse) MarshalJSON() ([]byte, error)
func (*NullableMethodCallPreviewResponse) Set ¶
func (v *NullableMethodCallPreviewResponse) Set(val *MethodCallPreviewResponse)
func (*NullableMethodCallPreviewResponse) UnmarshalJSON ¶
func (v *NullableMethodCallPreviewResponse) UnmarshalJSON(src []byte) error
func (*NullableMethodCallPreviewResponse) Unset ¶
func (v *NullableMethodCallPreviewResponse) Unset()
type NullableMethodCallResponse ¶
type NullableMethodCallResponse struct {
// contains filtered or unexported fields
}
func NewNullableMethodCallResponse ¶
func NewNullableMethodCallResponse(val *MethodCallResponse) *NullableMethodCallResponse
func (NullableMethodCallResponse) Get ¶
func (v NullableMethodCallResponse) Get() *MethodCallResponse
func (NullableMethodCallResponse) IsSet ¶
func (v NullableMethodCallResponse) IsSet() bool
func (NullableMethodCallResponse) MarshalJSON ¶
func (v NullableMethodCallResponse) MarshalJSON() ([]byte, error)
func (*NullableMethodCallResponse) Set ¶
func (v *NullableMethodCallResponse) Set(val *MethodCallResponse)
func (*NullableMethodCallResponse) UnmarshalJSON ¶
func (v *NullableMethodCallResponse) UnmarshalJSON(src []byte) error
func (*NullableMethodCallResponse) Unset ¶
func (v *NullableMethodCallResponse) Unset()
type NullableMethodTypeConversionOptions ¶
type NullableMethodTypeConversionOptions struct {
// contains filtered or unexported fields
}
func NewNullableMethodTypeConversionOptions ¶
func NewNullableMethodTypeConversionOptions(val *MethodTypeConversionOptions) *NullableMethodTypeConversionOptions
func (NullableMethodTypeConversionOptions) Get ¶
func (v NullableMethodTypeConversionOptions) Get() *MethodTypeConversionOptions
func (NullableMethodTypeConversionOptions) IsSet ¶
func (v NullableMethodTypeConversionOptions) IsSet() bool
func (NullableMethodTypeConversionOptions) MarshalJSON ¶
func (v NullableMethodTypeConversionOptions) MarshalJSON() ([]byte, error)
func (*NullableMethodTypeConversionOptions) Set ¶
func (v *NullableMethodTypeConversionOptions) Set(val *MethodTypeConversionOptions)
func (*NullableMethodTypeConversionOptions) UnmarshalJSON ¶
func (v *NullableMethodTypeConversionOptions) UnmarshalJSON(src []byte) error
func (*NullableMethodTypeConversionOptions) Unset ¶
func (v *NullableMethodTypeConversionOptions) Unset()
type NullablePostMethodArgs ¶
type NullablePostMethodArgs struct {
// contains filtered or unexported fields
}
func NewNullablePostMethodArgs ¶
func NewNullablePostMethodArgs(val *PostMethodArgs) *NullablePostMethodArgs
func (NullablePostMethodArgs) Get ¶
func (v NullablePostMethodArgs) Get() *PostMethodArgs
func (NullablePostMethodArgs) IsSet ¶
func (v NullablePostMethodArgs) IsSet() bool
func (NullablePostMethodArgs) MarshalJSON ¶
func (v NullablePostMethodArgs) MarshalJSON() ([]byte, error)
func (*NullablePostMethodArgs) Set ¶
func (v *NullablePostMethodArgs) Set(val *PostMethodArgs)
func (*NullablePostMethodArgs) UnmarshalJSON ¶
func (v *NullablePostMethodArgs) UnmarshalJSON(src []byte) error
func (*NullablePostMethodArgs) Unset ¶
func (v *NullablePostMethodArgs) Unset()
type NullablePostMethodResponse ¶
type NullablePostMethodResponse struct {
// contains filtered or unexported fields
}
func NewNullablePostMethodResponse ¶
func NewNullablePostMethodResponse(val *PostMethodResponse) *NullablePostMethodResponse
func (NullablePostMethodResponse) Get ¶
func (v NullablePostMethodResponse) Get() *PostMethodResponse
func (NullablePostMethodResponse) IsSet ¶
func (v NullablePostMethodResponse) IsSet() bool
func (NullablePostMethodResponse) MarshalJSON ¶
func (v NullablePostMethodResponse) MarshalJSON() ([]byte, error)
func (*NullablePostMethodResponse) Set ¶
func (v *NullablePostMethodResponse) Set(val *PostMethodResponse)
func (*NullablePostMethodResponse) UnmarshalJSON ¶
func (v *NullablePostMethodResponse) UnmarshalJSON(src []byte) error
func (*NullablePostMethodResponse) Unset ¶
func (v *NullablePostMethodResponse) Unset()
type NullablePreviewArgs ¶
type NullablePreviewArgs struct {
// contains filtered or unexported fields
}
func NewNullablePreviewArgs ¶
func NewNullablePreviewArgs(val *PreviewArgs) *NullablePreviewArgs
func (NullablePreviewArgs) Get ¶
func (v NullablePreviewArgs) Get() *PreviewArgs
func (NullablePreviewArgs) IsSet ¶
func (v NullablePreviewArgs) IsSet() bool
func (NullablePreviewArgs) MarshalJSON ¶
func (v NullablePreviewArgs) MarshalJSON() ([]byte, error)
func (*NullablePreviewArgs) Set ¶
func (v *NullablePreviewArgs) Set(val *PreviewArgs)
func (*NullablePreviewArgs) UnmarshalJSON ¶
func (v *NullablePreviewArgs) UnmarshalJSON(src []byte) error
func (*NullablePreviewArgs) Unset ¶
func (v *NullablePreviewArgs) Unset()
type NullableRole ¶
type NullableRole struct {
// contains filtered or unexported fields
}
func NewNullableRole ¶
func NewNullableRole(val *Role) *NullableRole
func (NullableRole) Get ¶
func (v NullableRole) Get() *Role
func (NullableRole) IsSet ¶
func (v NullableRole) IsSet() bool
func (NullableRole) MarshalJSON ¶
func (v NullableRole) MarshalJSON() ([]byte, error)
func (*NullableRole) Set ¶
func (v *NullableRole) Set(val *Role)
func (*NullableRole) UnmarshalJSON ¶
func (v *NullableRole) UnmarshalJSON(src []byte) error
func (*NullableRole) Unset ¶
func (v *NullableRole) Unset()
type NullableSavedEventQuery ¶
type NullableSavedEventQuery struct {
// contains filtered or unexported fields
}
func NewNullableSavedEventQuery ¶
func NewNullableSavedEventQuery(val *SavedEventQuery) *NullableSavedEventQuery
func (NullableSavedEventQuery) Get ¶
func (v NullableSavedEventQuery) Get() *SavedEventQuery
func (NullableSavedEventQuery) IsSet ¶
func (v NullableSavedEventQuery) IsSet() bool
func (NullableSavedEventQuery) MarshalJSON ¶
func (v NullableSavedEventQuery) MarshalJSON() ([]byte, error)
func (*NullableSavedEventQuery) Set ¶
func (v *NullableSavedEventQuery) Set(val *SavedEventQuery)
func (*NullableSavedEventQuery) UnmarshalJSON ¶
func (v *NullableSavedEventQuery) UnmarshalJSON(src []byte) error
func (*NullableSavedEventQuery) Unset ¶
func (v *NullableSavedEventQuery) Unset()
type NullableSetAddress201Response ¶
type NullableSetAddress201Response struct {
// contains filtered or unexported fields
}
func NewNullableSetAddress201Response ¶
func NewNullableSetAddress201Response(val *SetAddress201Response) *NullableSetAddress201Response
func (NullableSetAddress201Response) Get ¶
func (v NullableSetAddress201Response) Get() *SetAddress201Response
func (NullableSetAddress201Response) IsSet ¶
func (v NullableSetAddress201Response) IsSet() bool
func (NullableSetAddress201Response) MarshalJSON ¶
func (v NullableSetAddress201Response) MarshalJSON() ([]byte, error)
func (*NullableSetAddress201Response) Set ¶
func (v *NullableSetAddress201Response) Set(val *SetAddress201Response)
func (*NullableSetAddress201Response) UnmarshalJSON ¶
func (v *NullableSetAddress201Response) UnmarshalJSON(src []byte) error
func (*NullableSetAddress201Response) Unset ¶
func (v *NullableSetAddress201Response) Unset()
type NullableSetNonceRequest ¶
type NullableSetNonceRequest struct {
// contains filtered or unexported fields
}
func NewNullableSetNonceRequest ¶
func NewNullableSetNonceRequest(val *SetNonceRequest) *NullableSetNonceRequest
func (NullableSetNonceRequest) Get ¶
func (v NullableSetNonceRequest) Get() *SetNonceRequest
func (NullableSetNonceRequest) IsSet ¶
func (v NullableSetNonceRequest) IsSet() bool
func (NullableSetNonceRequest) MarshalJSON ¶
func (v NullableSetNonceRequest) MarshalJSON() ([]byte, error)
func (*NullableSetNonceRequest) Set ¶
func (v *NullableSetNonceRequest) Set(val *SetNonceRequest)
func (*NullableSetNonceRequest) UnmarshalJSON ¶
func (v *NullableSetNonceRequest) UnmarshalJSON(src []byte) error
func (*NullableSetNonceRequest) Unset ¶
func (v *NullableSetNonceRequest) Unset()
type NullableSignData200Response ¶
type NullableSignData200Response struct {
// contains filtered or unexported fields
}
func NewNullableSignData200Response ¶
func NewNullableSignData200Response(val *SignData200Response) *NullableSignData200Response
func (NullableSignData200Response) Get ¶
func (v NullableSignData200Response) Get() *SignData200Response
func (NullableSignData200Response) IsSet ¶
func (v NullableSignData200Response) IsSet() bool
func (NullableSignData200Response) MarshalJSON ¶
func (v NullableSignData200Response) MarshalJSON() ([]byte, error)
func (*NullableSignData200Response) Set ¶
func (v *NullableSignData200Response) Set(val *SignData200Response)
func (*NullableSignData200Response) UnmarshalJSON ¶
func (v *NullableSignData200Response) UnmarshalJSON(src []byte) error
func (*NullableSignData200Response) Unset ¶
func (v *NullableSignData200Response) Unset()
type NullableSignedTransactionResponse ¶
type NullableSignedTransactionResponse struct {
// contains filtered or unexported fields
}
func NewNullableSignedTransactionResponse ¶
func NewNullableSignedTransactionResponse(val *SignedTransactionResponse) *NullableSignedTransactionResponse
func (NullableSignedTransactionResponse) Get ¶
func (v NullableSignedTransactionResponse) Get() *SignedTransactionResponse
func (NullableSignedTransactionResponse) IsSet ¶
func (v NullableSignedTransactionResponse) IsSet() bool
func (NullableSignedTransactionResponse) MarshalJSON ¶
func (v NullableSignedTransactionResponse) MarshalJSON() ([]byte, error)
func (*NullableSignedTransactionResponse) Set ¶
func (v *NullableSignedTransactionResponse) Set(val *SignedTransactionResponse)
func (*NullableSignedTransactionResponse) UnmarshalJSON ¶
func (v *NullableSignedTransactionResponse) UnmarshalJSON(src []byte) error
func (*NullableSignedTransactionResponse) Unset ¶
func (v *NullableSignedTransactionResponse) Unset()
type NullableSignedTransactionSubmission ¶
type NullableSignedTransactionSubmission struct {
// contains filtered or unexported fields
}
func NewNullableSignedTransactionSubmission ¶
func NewNullableSignedTransactionSubmission(val *SignedTransactionSubmission) *NullableSignedTransactionSubmission
func (NullableSignedTransactionSubmission) Get ¶
func (v NullableSignedTransactionSubmission) Get() *SignedTransactionSubmission
func (NullableSignedTransactionSubmission) IsSet ¶
func (v NullableSignedTransactionSubmission) IsSet() bool
func (NullableSignedTransactionSubmission) MarshalJSON ¶
func (v NullableSignedTransactionSubmission) MarshalJSON() ([]byte, error)
func (*NullableSignedTransactionSubmission) Set ¶
func (v *NullableSignedTransactionSubmission) Set(val *SignedTransactionSubmission)
func (*NullableSignedTransactionSubmission) UnmarshalJSON ¶
func (v *NullableSignedTransactionSubmission) UnmarshalJSON(src []byte) error
func (*NullableSignedTransactionSubmission) Unset ¶
func (v *NullableSignedTransactionSubmission) Unset()
type NullableSignerLabel ¶
type NullableSignerLabel struct {
// contains filtered or unexported fields
}
func NewNullableSignerLabel ¶
func NewNullableSignerLabel(val *SignerLabel) *NullableSignerLabel
func (NullableSignerLabel) Get ¶
func (v NullableSignerLabel) Get() *SignerLabel
func (NullableSignerLabel) IsSet ¶
func (v NullableSignerLabel) IsSet() bool
func (NullableSignerLabel) MarshalJSON ¶
func (v NullableSignerLabel) MarshalJSON() ([]byte, error)
func (*NullableSignerLabel) Set ¶
func (v *NullableSignerLabel) Set(val *SignerLabel)
func (*NullableSignerLabel) UnmarshalJSON ¶
func (v *NullableSignerLabel) UnmarshalJSON(src []byte) error
func (*NullableSignerLabel) Unset ¶
func (v *NullableSignerLabel) Unset()
type NullableSignerWallet ¶
type NullableSignerWallet struct {
// contains filtered or unexported fields
}
func NewNullableSignerWallet ¶
func NewNullableSignerWallet(val *SignerWallet) *NullableSignerWallet
func (NullableSignerWallet) Get ¶
func (v NullableSignerWallet) Get() *SignerWallet
func (NullableSignerWallet) IsSet ¶
func (v NullableSignerWallet) IsSet() bool
func (NullableSignerWallet) MarshalJSON ¶
func (v NullableSignerWallet) MarshalJSON() ([]byte, error)
func (*NullableSignerWallet) Set ¶
func (v *NullableSignerWallet) Set(val *SignerWallet)
func (*NullableSignerWallet) UnmarshalJSON ¶
func (v *NullableSignerWallet) UnmarshalJSON(src []byte) error
func (*NullableSignerWallet) Unset ¶
func (v *NullableSignerWallet) Unset()
type NullableStandaloneWallet ¶
type NullableStandaloneWallet struct {
// contains filtered or unexported fields
}
func NewNullableStandaloneWallet ¶
func NewNullableStandaloneWallet(val *StandaloneWallet) *NullableStandaloneWallet
func (NullableStandaloneWallet) Get ¶
func (v NullableStandaloneWallet) Get() *StandaloneWallet
func (NullableStandaloneWallet) IsSet ¶
func (v NullableStandaloneWallet) IsSet() bool
func (NullableStandaloneWallet) MarshalJSON ¶
func (v NullableStandaloneWallet) MarshalJSON() ([]byte, error)
func (*NullableStandaloneWallet) Set ¶
func (v *NullableStandaloneWallet) Set(val *StandaloneWallet)
func (*NullableStandaloneWallet) UnmarshalJSON ¶
func (v *NullableStandaloneWallet) UnmarshalJSON(src []byte) error
func (*NullableStandaloneWallet) Unset ¶
func (v *NullableStandaloneWallet) Unset()
type NullableString ¶
type NullableString struct {
// contains filtered or unexported fields
}
func NewNullableString ¶
func NewNullableString(val *string) *NullableString
func (NullableString) Get ¶
func (v NullableString) Get() *string
func (NullableString) IsSet ¶
func (v NullableString) IsSet() bool
func (NullableString) MarshalJSON ¶
func (v NullableString) MarshalJSON() ([]byte, error)
func (*NullableString) Set ¶
func (v *NullableString) Set(val *string)
func (*NullableString) UnmarshalJSON ¶
func (v *NullableString) UnmarshalJSON(src []byte) error
func (*NullableString) Unset ¶
func (v *NullableString) Unset()
type NullableSubmitSignedTransaction200Response ¶
type NullableSubmitSignedTransaction200Response struct {
// contains filtered or unexported fields
}
func NewNullableSubmitSignedTransaction200Response ¶
func NewNullableSubmitSignedTransaction200Response(val *SubmitSignedTransaction200Response) *NullableSubmitSignedTransaction200Response
func (NullableSubmitSignedTransaction200Response) IsSet ¶
func (v NullableSubmitSignedTransaction200Response) IsSet() bool
func (NullableSubmitSignedTransaction200Response) MarshalJSON ¶
func (v NullableSubmitSignedTransaction200Response) MarshalJSON() ([]byte, error)
func (*NullableSubmitSignedTransaction200Response) Set ¶
func (v *NullableSubmitSignedTransaction200Response) Set(val *SubmitSignedTransaction200Response)
func (*NullableSubmitSignedTransaction200Response) UnmarshalJSON ¶
func (v *NullableSubmitSignedTransaction200Response) UnmarshalJSON(src []byte) error
func (*NullableSubmitSignedTransaction200Response) Unset ¶
func (v *NullableSubmitSignedTransaction200Response) Unset()
type NullableTime ¶
type NullableTime struct {
// contains filtered or unexported fields
}
func NewNullableTime ¶
func NewNullableTime(val *time.Time) *NullableTime
func (NullableTime) Get ¶
func (v NullableTime) Get() *time.Time
func (NullableTime) IsSet ¶
func (v NullableTime) IsSet() bool
func (NullableTime) MarshalJSON ¶
func (v NullableTime) MarshalJSON() ([]byte, error)
func (*NullableTime) Set ¶
func (v *NullableTime) Set(val *time.Time)
func (*NullableTime) UnmarshalJSON ¶
func (v *NullableTime) UnmarshalJSON(src []byte) error
func (*NullableTime) Unset ¶
func (v *NullableTime) Unset()
type NullableTransaction ¶
type NullableTransaction struct {
// contains filtered or unexported fields
}
func NewNullableTransaction ¶
func NewNullableTransaction(val *Transaction) *NullableTransaction
func (NullableTransaction) Get ¶
func (v NullableTransaction) Get() *Transaction
func (NullableTransaction) IsSet ¶
func (v NullableTransaction) IsSet() bool
func (NullableTransaction) MarshalJSON ¶
func (v NullableTransaction) MarshalJSON() ([]byte, error)
func (*NullableTransaction) Set ¶
func (v *NullableTransaction) Set(val *Transaction)
func (*NullableTransaction) UnmarshalJSON ¶
func (v *NullableTransaction) UnmarshalJSON(src []byte) error
func (*NullableTransaction) Unset ¶
func (v *NullableTransaction) Unset()
type NullableTransactionData ¶
type NullableTransactionData struct {
// contains filtered or unexported fields
}
func NewNullableTransactionData ¶
func NewNullableTransactionData(val *TransactionData) *NullableTransactionData
func (NullableTransactionData) Get ¶
func (v NullableTransactionData) Get() *TransactionData
func (NullableTransactionData) IsSet ¶
func (v NullableTransactionData) IsSet() bool
func (NullableTransactionData) MarshalJSON ¶
func (v NullableTransactionData) MarshalJSON() ([]byte, error)
func (*NullableTransactionData) Set ¶
func (v *NullableTransactionData) Set(val *TransactionData)
func (*NullableTransactionData) UnmarshalJSON ¶
func (v *NullableTransactionData) UnmarshalJSON(src []byte) error
func (*NullableTransactionData) Unset ¶
func (v *NullableTransactionData) Unset()
type NullableTransactionInformation ¶
type NullableTransactionInformation struct {
// contains filtered or unexported fields
}
func NewNullableTransactionInformation ¶
func NewNullableTransactionInformation(val *TransactionInformation) *NullableTransactionInformation
func (NullableTransactionInformation) Get ¶
func (v NullableTransactionInformation) Get() *TransactionInformation
func (NullableTransactionInformation) IsSet ¶
func (v NullableTransactionInformation) IsSet() bool
func (NullableTransactionInformation) MarshalJSON ¶
func (v NullableTransactionInformation) MarshalJSON() ([]byte, error)
func (*NullableTransactionInformation) Set ¶
func (v *NullableTransactionInformation) Set(val *TransactionInformation)
func (*NullableTransactionInformation) UnmarshalJSON ¶
func (v *NullableTransactionInformation) UnmarshalJSON(src []byte) error
func (*NullableTransactionInformation) Unset ¶
func (v *NullableTransactionInformation) Unset()
type NullableTransactionReceipt ¶
type NullableTransactionReceipt struct {
// contains filtered or unexported fields
}
func NewNullableTransactionReceipt ¶
func NewNullableTransactionReceipt(val *TransactionReceipt) *NullableTransactionReceipt
func (NullableTransactionReceipt) Get ¶
func (v NullableTransactionReceipt) Get() *TransactionReceipt
func (NullableTransactionReceipt) IsSet ¶
func (v NullableTransactionReceipt) IsSet() bool
func (NullableTransactionReceipt) MarshalJSON ¶
func (v NullableTransactionReceipt) MarshalJSON() ([]byte, error)
func (*NullableTransactionReceipt) Set ¶
func (v *NullableTransactionReceipt) Set(val *TransactionReceipt)
func (*NullableTransactionReceipt) UnmarshalJSON ¶
func (v *NullableTransactionReceipt) UnmarshalJSON(src []byte) error
func (*NullableTransactionReceipt) Unset ¶
func (v *NullableTransactionReceipt) Unset()
type NullableTransactionReceiptData ¶
type NullableTransactionReceiptData struct {
// contains filtered or unexported fields
}
func NewNullableTransactionReceiptData ¶
func NewNullableTransactionReceiptData(val *TransactionReceiptData) *NullableTransactionReceiptData
func (NullableTransactionReceiptData) Get ¶
func (v NullableTransactionReceiptData) Get() *TransactionReceiptData
func (NullableTransactionReceiptData) IsSet ¶
func (v NullableTransactionReceiptData) IsSet() bool
func (NullableTransactionReceiptData) MarshalJSON ¶
func (v NullableTransactionReceiptData) MarshalJSON() ([]byte, error)
func (*NullableTransactionReceiptData) Set ¶
func (v *NullableTransactionReceiptData) Set(val *TransactionReceiptData)
func (*NullableTransactionReceiptData) UnmarshalJSON ¶
func (v *NullableTransactionReceiptData) UnmarshalJSON(src []byte) error
func (*NullableTransactionReceiptData) Unset ¶
func (v *NullableTransactionReceiptData) Unset()
type NullableTransactionStatus ¶
type NullableTransactionStatus struct {
// contains filtered or unexported fields
}
func NewNullableTransactionStatus ¶
func NewNullableTransactionStatus(val *TransactionStatus) *NullableTransactionStatus
func (NullableTransactionStatus) Get ¶
func (v NullableTransactionStatus) Get() *TransactionStatus
func (NullableTransactionStatus) IsSet ¶
func (v NullableTransactionStatus) IsSet() bool
func (NullableTransactionStatus) MarshalJSON ¶
func (v NullableTransactionStatus) MarshalJSON() ([]byte, error)
func (*NullableTransactionStatus) Set ¶
func (v *NullableTransactionStatus) Set(val *TransactionStatus)
func (*NullableTransactionStatus) UnmarshalJSON ¶
func (v *NullableTransactionStatus) UnmarshalJSON(src []byte) error
func (*NullableTransactionStatus) Unset ¶
func (v *NullableTransactionStatus) Unset()
type NullableTransactionToSign ¶
type NullableTransactionToSign struct {
// contains filtered or unexported fields
}
func NewNullableTransactionToSign ¶
func NewNullableTransactionToSign(val *TransactionToSign) *NullableTransactionToSign
func (NullableTransactionToSign) Get ¶
func (v NullableTransactionToSign) Get() *TransactionToSign
func (NullableTransactionToSign) IsSet ¶
func (v NullableTransactionToSign) IsSet() bool
func (NullableTransactionToSign) MarshalJSON ¶
func (v NullableTransactionToSign) MarshalJSON() ([]byte, error)
func (*NullableTransactionToSign) Set ¶
func (v *NullableTransactionToSign) Set(val *TransactionToSign)
func (*NullableTransactionToSign) UnmarshalJSON ¶
func (v *NullableTransactionToSign) UnmarshalJSON(src []byte) error
func (*NullableTransactionToSign) Unset ¶
func (v *NullableTransactionToSign) Unset()
type NullableTransactionToSignResponse ¶
type NullableTransactionToSignResponse struct {
// contains filtered or unexported fields
}
func NewNullableTransactionToSignResponse ¶
func NewNullableTransactionToSignResponse(val *TransactionToSignResponse) *NullableTransactionToSignResponse
func (NullableTransactionToSignResponse) Get ¶
func (v NullableTransactionToSignResponse) Get() *TransactionToSignResponse
func (NullableTransactionToSignResponse) IsSet ¶
func (v NullableTransactionToSignResponse) IsSet() bool
func (NullableTransactionToSignResponse) MarshalJSON ¶
func (v NullableTransactionToSignResponse) MarshalJSON() ([]byte, error)
func (*NullableTransactionToSignResponse) Set ¶
func (v *NullableTransactionToSignResponse) Set(val *TransactionToSignResponse)
func (*NullableTransactionToSignResponse) UnmarshalJSON ¶
func (v *NullableTransactionToSignResponse) UnmarshalJSON(src []byte) error
func (*NullableTransactionToSignResponse) Unset ¶
func (v *NullableTransactionToSignResponse) Unset()
type NullableTransferEth200Response ¶
type NullableTransferEth200Response struct {
// contains filtered or unexported fields
}
func NewNullableTransferEth200Response ¶
func NewNullableTransferEth200Response(val *TransferEth200Response) *NullableTransferEth200Response
func (NullableTransferEth200Response) Get ¶
func (v NullableTransferEth200Response) Get() *TransferEth200Response
func (NullableTransferEth200Response) IsSet ¶
func (v NullableTransferEth200Response) IsSet() bool
func (NullableTransferEth200Response) MarshalJSON ¶
func (v NullableTransferEth200Response) MarshalJSON() ([]byte, error)
func (*NullableTransferEth200Response) Set ¶
func (v *NullableTransferEth200Response) Set(val *TransferEth200Response)
func (*NullableTransferEth200Response) UnmarshalJSON ¶
func (v *NullableTransferEth200Response) UnmarshalJSON(src []byte) error
func (*NullableTransferEth200Response) Unset ¶
func (v *NullableTransferEth200Response) Unset()
type NullableTypeConversionOptions ¶
type NullableTypeConversionOptions struct {
// contains filtered or unexported fields
}
func NewNullableTypeConversionOptions ¶
func NewNullableTypeConversionOptions(val *TypeConversionOptions) *NullableTypeConversionOptions
func (NullableTypeConversionOptions) Get ¶
func (v NullableTypeConversionOptions) Get() *TypeConversionOptions
func (NullableTypeConversionOptions) IsSet ¶
func (v NullableTypeConversionOptions) IsSet() bool
func (NullableTypeConversionOptions) MarshalJSON ¶
func (v NullableTypeConversionOptions) MarshalJSON() ([]byte, error)
func (*NullableTypeConversionOptions) Set ¶
func (v *NullableTypeConversionOptions) Set(val *TypeConversionOptions)
func (*NullableTypeConversionOptions) UnmarshalJSON ¶
func (v *NullableTypeConversionOptions) UnmarshalJSON(src []byte) error
func (*NullableTypeConversionOptions) Unset ¶
func (v *NullableTypeConversionOptions) Unset()
type NullableUser ¶
type NullableUser struct {
// contains filtered or unexported fields
}
func NewNullableUser ¶
func NewNullableUser(val *User) *NullableUser
func (NullableUser) Get ¶
func (v NullableUser) Get() *User
func (NullableUser) IsSet ¶
func (v NullableUser) IsSet() bool
func (NullableUser) MarshalJSON ¶
func (v NullableUser) MarshalJSON() ([]byte, error)
func (*NullableUser) Set ¶
func (v *NullableUser) Set(val *User)
func (*NullableUser) UnmarshalJSON ¶
func (v *NullableUser) UnmarshalJSON(src []byte) error
func (*NullableUser) Unset ¶
func (v *NullableUser) Unset()
type NullableWalletTransaction ¶
type NullableWalletTransaction struct {
// contains filtered or unexported fields
}
func NewNullableWalletTransaction ¶
func NewNullableWalletTransaction(val *WalletTransaction) *NullableWalletTransaction
func (NullableWalletTransaction) Get ¶
func (v NullableWalletTransaction) Get() *WalletTransaction
func (NullableWalletTransaction) IsSet ¶
func (v NullableWalletTransaction) IsSet() bool
func (NullableWalletTransaction) MarshalJSON ¶
func (v NullableWalletTransaction) MarshalJSON() ([]byte, error)
func (*NullableWalletTransaction) Set ¶
func (v *NullableWalletTransaction) Set(val *WalletTransaction)
func (*NullableWalletTransaction) UnmarshalJSON ¶
func (v *NullableWalletTransaction) UnmarshalJSON(src []byte) error
func (*NullableWalletTransaction) Unset ¶
func (v *NullableWalletTransaction) Unset()
type NullableWebhookEndpoint ¶
type NullableWebhookEndpoint struct {
// contains filtered or unexported fields
}
func NewNullableWebhookEndpoint ¶
func NewNullableWebhookEndpoint(val *WebhookEndpoint) *NullableWebhookEndpoint
func (NullableWebhookEndpoint) Get ¶
func (v NullableWebhookEndpoint) Get() *WebhookEndpoint
func (NullableWebhookEndpoint) IsSet ¶
func (v NullableWebhookEndpoint) IsSet() bool
func (NullableWebhookEndpoint) MarshalJSON ¶
func (v NullableWebhookEndpoint) MarshalJSON() ([]byte, error)
func (*NullableWebhookEndpoint) Set ¶
func (v *NullableWebhookEndpoint) Set(val *WebhookEndpoint)
func (*NullableWebhookEndpoint) UnmarshalJSON ¶
func (v *NullableWebhookEndpoint) UnmarshalJSON(src []byte) error
func (*NullableWebhookEndpoint) Unset ¶
func (v *NullableWebhookEndpoint) Unset()
type NullableWebhookEvent ¶
type NullableWebhookEvent struct {
// contains filtered or unexported fields
}
func NewNullableWebhookEvent ¶
func NewNullableWebhookEvent(val *WebhookEvent) *NullableWebhookEvent
func (NullableWebhookEvent) Get ¶
func (v NullableWebhookEvent) Get() *WebhookEvent
func (NullableWebhookEvent) IsSet ¶
func (v NullableWebhookEvent) IsSet() bool
func (NullableWebhookEvent) MarshalJSON ¶
func (v NullableWebhookEvent) MarshalJSON() ([]byte, error)
func (*NullableWebhookEvent) Set ¶
func (v *NullableWebhookEvent) Set(val *WebhookEvent)
func (*NullableWebhookEvent) UnmarshalJSON ¶
func (v *NullableWebhookEvent) UnmarshalJSON(src []byte) error
func (*NullableWebhookEvent) Unset ¶
func (v *NullableWebhookEvent) Unset()
type NullableWebhookEventsType ¶
type NullableWebhookEventsType struct {
// contains filtered or unexported fields
}
func NewNullableWebhookEventsType ¶
func NewNullableWebhookEventsType(val *WebhookEventsType) *NullableWebhookEventsType
func (NullableWebhookEventsType) Get ¶
func (v NullableWebhookEventsType) Get() *WebhookEventsType
func (NullableWebhookEventsType) IsSet ¶
func (v NullableWebhookEventsType) IsSet() bool
func (NullableWebhookEventsType) MarshalJSON ¶
func (v NullableWebhookEventsType) MarshalJSON() ([]byte, error)
func (*NullableWebhookEventsType) Set ¶
func (v *NullableWebhookEventsType) Set(val *WebhookEventsType)
func (*NullableWebhookEventsType) UnmarshalJSON ¶
func (v *NullableWebhookEventsType) UnmarshalJSON(src []byte) error
func (*NullableWebhookEventsType) Unset ¶
func (v *NullableWebhookEventsType) Unset()
type PostMethodArgs ¶
type PostMethodArgs struct { Signature *string `json:"signature,omitempty"` // List of the function arguments. Args []interface{} `json:"args,omitempty"` // An ethereum address. From *string `json:"from,omitempty" validate:"regexp=^0[xX][a-fA-F0-9]{40}$"` // Nonce to use for the transaction execution. Nonce *int64 `json:"nonce,omitempty"` // Gas price to use for the transaction execution. GasPrice *int64 `json:"gasPrice,omitempty"` // Gas fee cap to use for the 1559 transaction execution. GasFeeCap *int64 `json:"gasFeeCap,omitempty"` // Gas priority fee cap to use for the 1559 transaction execution. GasTipCap *int64 `json:"gasTipCap,omitempty"` // Gas limit to set for the transaction execution. Gas *int64 `json:"gas,omitempty"` // An ethereum address. To *string `json:"to,omitempty" validate:"regexp=^0[xX][a-fA-F0-9]{40}$"` // Amount (in wei) to send with the transaction. Value *string `json:"value,omitempty"` // If the `from` address is an HSM address and this flag is set to `true`, the transaction will be automatically signed and submitted to the blockchain. SignAndSubmit *bool `json:"signAndSubmit,omitempty"` // If the `from` address is an HSM address and this flag is set to `true`, MultiBaas will keep track of the nonce and set it accordingly. This is particularly useful when submitting multiple transactions concurrently or in a very short period of time. If this flag is set to `true` and a `nonce` is provided, it will reset the nonce tracker to the given nonce (useful if the nonce tracker is out of sync). NonceManagement *bool `json:"nonceManagement,omitempty"` // If set to `true`, forces a legacy type transaction. Otherwise an EIP-1559 transaction will created if the network supports it. PreEIP1559 *bool `json:"preEIP1559,omitempty"` // An ethereum address. Signer *string `json:"signer,omitempty" validate:"regexp=^0[xX][a-fA-F0-9]{40}$"` // Mode to format integer outputs in the function call's responses. There are 3 possible modes: - `auto` (the default option), where number format is decided by its type: - If the type has size at most 32 bits, then the number is returned verbatim. - If the type has size larger than 32 bits, then the number is returned as a string. - `as-numbers`, where all numbers are returned as strings. - `as-strings`, where all numbers are returned verbatim. FormatInts *string `json:"formatInts,omitempty"` // Call the function at a specific timestamp. Only available for read functions calls and if the `historical_blocks_feature` is enabled (see the plan endpoint). Mutually exclusive with the `blockNumber` parameter. Timestamp *string `json:"timestamp,omitempty"` // Call the function at a specific block. Only available for read functions calls and if the `historical_blocks_feature` is enabled (see the plan endpoint). Mutually exclusive with the `timestamp` parameter. BlockNumber *string `json:"blockNumber,omitempty"` // If set to true the given address and contract don't need to be linked for the function to be called. ContractOverride *bool `json:"contractOverride,omitempty"` Preview *PreviewArgs `json:"preview,omitempty"` }
PostMethodArgs Arguments to be passed into a contract function.
func NewPostMethodArgs ¶
func NewPostMethodArgs() *PostMethodArgs
NewPostMethodArgs instantiates a new PostMethodArgs object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewPostMethodArgsWithDefaults ¶
func NewPostMethodArgsWithDefaults() *PostMethodArgs
NewPostMethodArgsWithDefaults instantiates a new PostMethodArgs object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*PostMethodArgs) GetArgs ¶
func (o *PostMethodArgs) GetArgs() []interface{}
GetArgs returns the Args field value if set, zero value otherwise.
func (*PostMethodArgs) GetArgsOk ¶
func (o *PostMethodArgs) GetArgsOk() ([]interface{}, bool)
GetArgsOk returns a tuple with the Args field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PostMethodArgs) GetBlockNumber ¶
func (o *PostMethodArgs) GetBlockNumber() string
GetBlockNumber returns the BlockNumber field value if set, zero value otherwise.
func (*PostMethodArgs) GetBlockNumberOk ¶
func (o *PostMethodArgs) GetBlockNumberOk() (*string, bool)
GetBlockNumberOk returns a tuple with the BlockNumber field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PostMethodArgs) GetContractOverride ¶
func (o *PostMethodArgs) GetContractOverride() bool
GetContractOverride returns the ContractOverride field value if set, zero value otherwise.
func (*PostMethodArgs) GetContractOverrideOk ¶
func (o *PostMethodArgs) GetContractOverrideOk() (*bool, bool)
GetContractOverrideOk returns a tuple with the ContractOverride field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PostMethodArgs) GetFormatInts ¶
func (o *PostMethodArgs) GetFormatInts() string
GetFormatInts returns the FormatInts field value if set, zero value otherwise.
func (*PostMethodArgs) GetFormatIntsOk ¶
func (o *PostMethodArgs) GetFormatIntsOk() (*string, bool)
GetFormatIntsOk returns a tuple with the FormatInts field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PostMethodArgs) GetFrom ¶
func (o *PostMethodArgs) GetFrom() string
GetFrom returns the From field value if set, zero value otherwise.
func (*PostMethodArgs) GetFromOk ¶
func (o *PostMethodArgs) GetFromOk() (*string, bool)
GetFromOk returns a tuple with the From field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PostMethodArgs) GetGas ¶
func (o *PostMethodArgs) GetGas() int64
GetGas returns the Gas field value if set, zero value otherwise.
func (*PostMethodArgs) GetGasFeeCap ¶
func (o *PostMethodArgs) GetGasFeeCap() int64
GetGasFeeCap returns the GasFeeCap field value if set, zero value otherwise.
func (*PostMethodArgs) GetGasFeeCapOk ¶
func (o *PostMethodArgs) GetGasFeeCapOk() (*int64, bool)
GetGasFeeCapOk returns a tuple with the GasFeeCap field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PostMethodArgs) GetGasOk ¶
func (o *PostMethodArgs) GetGasOk() (*int64, bool)
GetGasOk returns a tuple with the Gas field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PostMethodArgs) GetGasPrice ¶
func (o *PostMethodArgs) GetGasPrice() int64
GetGasPrice returns the GasPrice field value if set, zero value otherwise.
func (*PostMethodArgs) GetGasPriceOk ¶
func (o *PostMethodArgs) GetGasPriceOk() (*int64, bool)
GetGasPriceOk returns a tuple with the GasPrice field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PostMethodArgs) GetGasTipCap ¶
func (o *PostMethodArgs) GetGasTipCap() int64
GetGasTipCap returns the GasTipCap field value if set, zero value otherwise.
func (*PostMethodArgs) GetGasTipCapOk ¶
func (o *PostMethodArgs) GetGasTipCapOk() (*int64, bool)
GetGasTipCapOk returns a tuple with the GasTipCap field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PostMethodArgs) GetNonce ¶
func (o *PostMethodArgs) GetNonce() int64
GetNonce returns the Nonce field value if set, zero value otherwise.
func (*PostMethodArgs) GetNonceManagement ¶
func (o *PostMethodArgs) GetNonceManagement() bool
GetNonceManagement returns the NonceManagement field value if set, zero value otherwise.
func (*PostMethodArgs) GetNonceManagementOk ¶
func (o *PostMethodArgs) GetNonceManagementOk() (*bool, bool)
GetNonceManagementOk returns a tuple with the NonceManagement field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PostMethodArgs) GetNonceOk ¶
func (o *PostMethodArgs) GetNonceOk() (*int64, bool)
GetNonceOk returns a tuple with the Nonce field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PostMethodArgs) GetPreEIP1559 ¶
func (o *PostMethodArgs) GetPreEIP1559() bool
GetPreEIP1559 returns the PreEIP1559 field value if set, zero value otherwise.
func (*PostMethodArgs) GetPreEIP1559Ok ¶
func (o *PostMethodArgs) GetPreEIP1559Ok() (*bool, bool)
GetPreEIP1559Ok returns a tuple with the PreEIP1559 field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PostMethodArgs) GetPreview ¶
func (o *PostMethodArgs) GetPreview() PreviewArgs
GetPreview returns the Preview field value if set, zero value otherwise.
func (*PostMethodArgs) GetPreviewOk ¶
func (o *PostMethodArgs) GetPreviewOk() (*PreviewArgs, bool)
GetPreviewOk returns a tuple with the Preview field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PostMethodArgs) GetSignAndSubmit ¶
func (o *PostMethodArgs) GetSignAndSubmit() bool
GetSignAndSubmit returns the SignAndSubmit field value if set, zero value otherwise.
func (*PostMethodArgs) GetSignAndSubmitOk ¶
func (o *PostMethodArgs) GetSignAndSubmitOk() (*bool, bool)
GetSignAndSubmitOk returns a tuple with the SignAndSubmit field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PostMethodArgs) GetSignature ¶
func (o *PostMethodArgs) GetSignature() string
GetSignature returns the Signature field value if set, zero value otherwise.
func (*PostMethodArgs) GetSignatureOk ¶
func (o *PostMethodArgs) GetSignatureOk() (*string, bool)
GetSignatureOk returns a tuple with the Signature field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PostMethodArgs) GetSigner ¶
func (o *PostMethodArgs) GetSigner() string
GetSigner returns the Signer field value if set, zero value otherwise.
func (*PostMethodArgs) GetSignerOk ¶
func (o *PostMethodArgs) GetSignerOk() (*string, bool)
GetSignerOk returns a tuple with the Signer field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PostMethodArgs) GetTimestamp ¶
func (o *PostMethodArgs) GetTimestamp() string
GetTimestamp returns the Timestamp field value if set, zero value otherwise.
func (*PostMethodArgs) GetTimestampOk ¶
func (o *PostMethodArgs) GetTimestampOk() (*string, bool)
GetTimestampOk returns a tuple with the Timestamp field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PostMethodArgs) GetTo ¶
func (o *PostMethodArgs) GetTo() string
GetTo returns the To field value if set, zero value otherwise.
func (*PostMethodArgs) GetToOk ¶
func (o *PostMethodArgs) GetToOk() (*string, bool)
GetToOk returns a tuple with the To field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PostMethodArgs) GetValue ¶
func (o *PostMethodArgs) GetValue() string
GetValue returns the Value field value if set, zero value otherwise.
func (*PostMethodArgs) GetValueOk ¶
func (o *PostMethodArgs) GetValueOk() (*string, bool)
GetValueOk returns a tuple with the Value field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PostMethodArgs) HasArgs ¶
func (o *PostMethodArgs) HasArgs() bool
HasArgs returns a boolean if a field has been set.
func (*PostMethodArgs) HasBlockNumber ¶
func (o *PostMethodArgs) HasBlockNumber() bool
HasBlockNumber returns a boolean if a field has been set.
func (*PostMethodArgs) HasContractOverride ¶
func (o *PostMethodArgs) HasContractOverride() bool
HasContractOverride returns a boolean if a field has been set.
func (*PostMethodArgs) HasFormatInts ¶
func (o *PostMethodArgs) HasFormatInts() bool
HasFormatInts returns a boolean if a field has been set.
func (*PostMethodArgs) HasFrom ¶
func (o *PostMethodArgs) HasFrom() bool
HasFrom returns a boolean if a field has been set.
func (*PostMethodArgs) HasGas ¶
func (o *PostMethodArgs) HasGas() bool
HasGas returns a boolean if a field has been set.
func (*PostMethodArgs) HasGasFeeCap ¶
func (o *PostMethodArgs) HasGasFeeCap() bool
HasGasFeeCap returns a boolean if a field has been set.
func (*PostMethodArgs) HasGasPrice ¶
func (o *PostMethodArgs) HasGasPrice() bool
HasGasPrice returns a boolean if a field has been set.
func (*PostMethodArgs) HasGasTipCap ¶
func (o *PostMethodArgs) HasGasTipCap() bool
HasGasTipCap returns a boolean if a field has been set.
func (*PostMethodArgs) HasNonce ¶
func (o *PostMethodArgs) HasNonce() bool
HasNonce returns a boolean if a field has been set.
func (*PostMethodArgs) HasNonceManagement ¶
func (o *PostMethodArgs) HasNonceManagement() bool
HasNonceManagement returns a boolean if a field has been set.
func (*PostMethodArgs) HasPreEIP1559 ¶
func (o *PostMethodArgs) HasPreEIP1559() bool
HasPreEIP1559 returns a boolean if a field has been set.
func (*PostMethodArgs) HasPreview ¶
func (o *PostMethodArgs) HasPreview() bool
HasPreview returns a boolean if a field has been set.
func (*PostMethodArgs) HasSignAndSubmit ¶
func (o *PostMethodArgs) HasSignAndSubmit() bool
HasSignAndSubmit returns a boolean if a field has been set.
func (*PostMethodArgs) HasSignature ¶
func (o *PostMethodArgs) HasSignature() bool
HasSignature returns a boolean if a field has been set.
func (*PostMethodArgs) HasSigner ¶
func (o *PostMethodArgs) HasSigner() bool
HasSigner returns a boolean if a field has been set.
func (*PostMethodArgs) HasTimestamp ¶
func (o *PostMethodArgs) HasTimestamp() bool
HasTimestamp returns a boolean if a field has been set.
func (*PostMethodArgs) HasTo ¶
func (o *PostMethodArgs) HasTo() bool
HasTo returns a boolean if a field has been set.
func (*PostMethodArgs) HasValue ¶
func (o *PostMethodArgs) HasValue() bool
HasValue returns a boolean if a field has been set.
func (PostMethodArgs) MarshalJSON ¶
func (o PostMethodArgs) MarshalJSON() ([]byte, error)
func (*PostMethodArgs) SetArgs ¶
func (o *PostMethodArgs) SetArgs(v []interface{})
SetArgs gets a reference to the given []interface{} and assigns it to the Args field.
func (*PostMethodArgs) SetBlockNumber ¶
func (o *PostMethodArgs) SetBlockNumber(v string)
SetBlockNumber gets a reference to the given string and assigns it to the BlockNumber field.
func (*PostMethodArgs) SetContractOverride ¶
func (o *PostMethodArgs) SetContractOverride(v bool)
SetContractOverride gets a reference to the given bool and assigns it to the ContractOverride field.
func (*PostMethodArgs) SetFormatInts ¶
func (o *PostMethodArgs) SetFormatInts(v string)
SetFormatInts gets a reference to the given string and assigns it to the FormatInts field.
func (*PostMethodArgs) SetFrom ¶
func (o *PostMethodArgs) SetFrom(v string)
SetFrom gets a reference to the given string and assigns it to the From field.
func (*PostMethodArgs) SetGas ¶
func (o *PostMethodArgs) SetGas(v int64)
SetGas gets a reference to the given int64 and assigns it to the Gas field.
func (*PostMethodArgs) SetGasFeeCap ¶
func (o *PostMethodArgs) SetGasFeeCap(v int64)
SetGasFeeCap gets a reference to the given int64 and assigns it to the GasFeeCap field.
func (*PostMethodArgs) SetGasPrice ¶
func (o *PostMethodArgs) SetGasPrice(v int64)
SetGasPrice gets a reference to the given int64 and assigns it to the GasPrice field.
func (*PostMethodArgs) SetGasTipCap ¶
func (o *PostMethodArgs) SetGasTipCap(v int64)
SetGasTipCap gets a reference to the given int64 and assigns it to the GasTipCap field.
func (*PostMethodArgs) SetNonce ¶
func (o *PostMethodArgs) SetNonce(v int64)
SetNonce gets a reference to the given int64 and assigns it to the Nonce field.
func (*PostMethodArgs) SetNonceManagement ¶
func (o *PostMethodArgs) SetNonceManagement(v bool)
SetNonceManagement gets a reference to the given bool and assigns it to the NonceManagement field.
func (*PostMethodArgs) SetPreEIP1559 ¶
func (o *PostMethodArgs) SetPreEIP1559(v bool)
SetPreEIP1559 gets a reference to the given bool and assigns it to the PreEIP1559 field.
func (*PostMethodArgs) SetPreview ¶
func (o *PostMethodArgs) SetPreview(v PreviewArgs)
SetPreview gets a reference to the given PreviewArgs and assigns it to the Preview field.
func (*PostMethodArgs) SetSignAndSubmit ¶
func (o *PostMethodArgs) SetSignAndSubmit(v bool)
SetSignAndSubmit gets a reference to the given bool and assigns it to the SignAndSubmit field.
func (*PostMethodArgs) SetSignature ¶
func (o *PostMethodArgs) SetSignature(v string)
SetSignature gets a reference to the given string and assigns it to the Signature field.
func (*PostMethodArgs) SetSigner ¶
func (o *PostMethodArgs) SetSigner(v string)
SetSigner gets a reference to the given string and assigns it to the Signer field.
func (*PostMethodArgs) SetTimestamp ¶
func (o *PostMethodArgs) SetTimestamp(v string)
SetTimestamp gets a reference to the given string and assigns it to the Timestamp field.
func (*PostMethodArgs) SetTo ¶
func (o *PostMethodArgs) SetTo(v string)
SetTo gets a reference to the given string and assigns it to the To field.
func (*PostMethodArgs) SetValue ¶
func (o *PostMethodArgs) SetValue(v string)
SetValue gets a reference to the given string and assigns it to the Value field.
func (PostMethodArgs) ToMap ¶
func (o PostMethodArgs) ToMap() (map[string]interface{}, error)
type PostMethodResponse ¶
type PostMethodResponse struct { // The response object type (discriminator). Kind string `json:"kind"` }
PostMethodResponse struct for PostMethodResponse
func NewPostMethodResponse ¶
func NewPostMethodResponse(kind string) *PostMethodResponse
NewPostMethodResponse instantiates a new PostMethodResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewPostMethodResponseWithDefaults ¶
func NewPostMethodResponseWithDefaults() *PostMethodResponse
NewPostMethodResponseWithDefaults instantiates a new PostMethodResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*PostMethodResponse) GetKind ¶
func (o *PostMethodResponse) GetKind() string
GetKind returns the Kind field value
func (*PostMethodResponse) GetKindOk ¶
func (o *PostMethodResponse) GetKindOk() (*string, bool)
GetKindOk returns a tuple with the Kind field value and a boolean to check if the value has been set.
func (PostMethodResponse) MarshalJSON ¶
func (o PostMethodResponse) MarshalJSON() ([]byte, error)
func (*PostMethodResponse) SetKind ¶
func (o *PostMethodResponse) SetKind(v string)
SetKind sets field value
func (PostMethodResponse) ToMap ¶
func (o PostMethodResponse) ToMap() (map[string]interface{}, error)
func (*PostMethodResponse) UnmarshalJSON ¶
func (o *PostMethodResponse) UnmarshalJSON(data []byte) (err error)
type PreviewArgs ¶
type PreviewArgs struct { // Only preview the effect of a Type Conversion on the inputs. Only applicable for write function calls, where the output is an unsigned transaction. InputsOnly bool `json:"inputsOnly"` // Type Conversion information for the function inputs. The number of inputs must match that of the actual function inputs. The parameter is a contract function argument where only the type conversion information is used. Inputs []ContractABIMethodArgument `json:"inputs"` // Type Conversion information for the function outputs. The number of outputs must match that of the actual function outputs. The parameter is a contract function argument where only the type conversion information is used. Outputs []ContractABIMethodArgument `json:"outputs"` }
PreviewArgs Ephemeral configuration for previewing the effect of a Type Conversion on a contract function call.
func NewPreviewArgs ¶
func NewPreviewArgs(inputsOnly bool, inputs []ContractABIMethodArgument, outputs []ContractABIMethodArgument) *PreviewArgs
NewPreviewArgs instantiates a new PreviewArgs object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewPreviewArgsWithDefaults ¶
func NewPreviewArgsWithDefaults() *PreviewArgs
NewPreviewArgsWithDefaults instantiates a new PreviewArgs object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*PreviewArgs) GetInputs ¶
func (o *PreviewArgs) GetInputs() []ContractABIMethodArgument
GetInputs returns the Inputs field value
func (*PreviewArgs) GetInputsOk ¶
func (o *PreviewArgs) GetInputsOk() ([]ContractABIMethodArgument, bool)
GetInputsOk returns a tuple with the Inputs field value and a boolean to check if the value has been set.
func (*PreviewArgs) GetInputsOnly ¶
func (o *PreviewArgs) GetInputsOnly() bool
GetInputsOnly returns the InputsOnly field value
func (*PreviewArgs) GetInputsOnlyOk ¶
func (o *PreviewArgs) GetInputsOnlyOk() (*bool, bool)
GetInputsOnlyOk returns a tuple with the InputsOnly field value and a boolean to check if the value has been set.
func (*PreviewArgs) GetOutputs ¶
func (o *PreviewArgs) GetOutputs() []ContractABIMethodArgument
GetOutputs returns the Outputs field value
func (*PreviewArgs) GetOutputsOk ¶
func (o *PreviewArgs) GetOutputsOk() ([]ContractABIMethodArgument, bool)
GetOutputsOk returns a tuple with the Outputs field value and a boolean to check if the value has been set.
func (PreviewArgs) MarshalJSON ¶
func (o PreviewArgs) MarshalJSON() ([]byte, error)
func (*PreviewArgs) SetInputs ¶
func (o *PreviewArgs) SetInputs(v []ContractABIMethodArgument)
SetInputs sets field value
func (*PreviewArgs) SetInputsOnly ¶
func (o *PreviewArgs) SetInputsOnly(v bool)
SetInputsOnly sets field value
func (*PreviewArgs) SetOutputs ¶
func (o *PreviewArgs) SetOutputs(v []ContractABIMethodArgument)
SetOutputs sets field value
func (PreviewArgs) ToMap ¶
func (o PreviewArgs) ToMap() (map[string]interface{}, error)
func (*PreviewArgs) UnmarshalJSON ¶
func (o *PreviewArgs) UnmarshalJSON(data []byte) (err error)
type Role ¶
type Role struct { // The role ID. Id int64 `json:"id"` // The role name. Name string `json:"name"` // The role short name. ShortName string `json:"shortName"` // The role description. Description string `json:"description"` }
Role A role.
func NewRole ¶
NewRole instantiates a new Role object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewRoleWithDefaults ¶
func NewRoleWithDefaults() *Role
NewRoleWithDefaults instantiates a new Role object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*Role) GetDescription ¶
GetDescription returns the Description field value
func (*Role) GetDescriptionOk ¶
GetDescriptionOk returns a tuple with the Description field value and a boolean to check if the value has been set.
func (*Role) GetIdOk ¶
GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.
func (*Role) GetNameOk ¶
GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.
func (*Role) GetShortName ¶
GetShortName returns the ShortName field value
func (*Role) GetShortNameOk ¶
GetShortNameOk returns a tuple with the ShortName field value and a boolean to check if the value has been set.
func (Role) MarshalJSON ¶
func (*Role) SetDescription ¶
SetDescription sets field value
func (*Role) UnmarshalJSON ¶
type SavedEventQuery ¶
type SavedEventQuery struct { Id int64 `json:"id"` // An event query label. Label string "json:\"label\" validate:\"regexp=^[^<>?&\\\\\\\"'\\\\`\\/\\\\\\\\]*$\"" Query EventQuery `json:"query"` // Specifies if this a system-generated query which is not modifiable by the user. IsSystem bool `json:"isSystem"` }
SavedEventQuery A saved event query.
func NewSavedEventQuery ¶
func NewSavedEventQuery(id int64, label string, query EventQuery, isSystem bool) *SavedEventQuery
NewSavedEventQuery instantiates a new SavedEventQuery object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewSavedEventQueryWithDefaults ¶
func NewSavedEventQueryWithDefaults() *SavedEventQuery
NewSavedEventQueryWithDefaults instantiates a new SavedEventQuery object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*SavedEventQuery) GetId ¶
func (o *SavedEventQuery) GetId() int64
GetId returns the Id field value
func (*SavedEventQuery) GetIdOk ¶
func (o *SavedEventQuery) GetIdOk() (*int64, bool)
GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.
func (*SavedEventQuery) GetIsSystem ¶
func (o *SavedEventQuery) GetIsSystem() bool
GetIsSystem returns the IsSystem field value
func (*SavedEventQuery) GetIsSystemOk ¶
func (o *SavedEventQuery) GetIsSystemOk() (*bool, bool)
GetIsSystemOk returns a tuple with the IsSystem field value and a boolean to check if the value has been set.
func (*SavedEventQuery) GetLabel ¶
func (o *SavedEventQuery) GetLabel() string
GetLabel returns the Label field value
func (*SavedEventQuery) GetLabelOk ¶
func (o *SavedEventQuery) GetLabelOk() (*string, bool)
GetLabelOk returns a tuple with the Label field value and a boolean to check if the value has been set.
func (*SavedEventQuery) GetQuery ¶
func (o *SavedEventQuery) GetQuery() EventQuery
GetQuery returns the Query field value
func (*SavedEventQuery) GetQueryOk ¶
func (o *SavedEventQuery) GetQueryOk() (*EventQuery, bool)
GetQueryOk returns a tuple with the Query field value and a boolean to check if the value has been set.
func (SavedEventQuery) MarshalJSON ¶
func (o SavedEventQuery) MarshalJSON() ([]byte, error)
func (*SavedEventQuery) SetIsSystem ¶
func (o *SavedEventQuery) SetIsSystem(v bool)
SetIsSystem sets field value
func (*SavedEventQuery) SetLabel ¶
func (o *SavedEventQuery) SetLabel(v string)
SetLabel sets field value
func (*SavedEventQuery) SetQuery ¶
func (o *SavedEventQuery) SetQuery(v EventQuery)
SetQuery sets field value
func (SavedEventQuery) ToMap ¶
func (o SavedEventQuery) ToMap() (map[string]interface{}, error)
func (*SavedEventQuery) UnmarshalJSON ¶
func (o *SavedEventQuery) UnmarshalJSON(data []byte) (err error)
type ServerConfiguration ¶
type ServerConfiguration struct { URL string Description string Variables map[string]ServerVariable }
ServerConfiguration stores the information about a server
type ServerConfigurations ¶
type ServerConfigurations []ServerConfiguration
ServerConfigurations stores multiple ServerConfiguration items
type ServerVariable ¶
ServerVariable stores the information about a server variable
type SetAddress201Response ¶
type SetAddress201Response struct { // The status code. Status int64 `json:"status"` // The human-readable status message. Message string `json:"message"` Result Address `json:"result"` }
SetAddress201Response struct for SetAddress201Response
func NewSetAddress201Response ¶
func NewSetAddress201Response(status int64, message string, result Address) *SetAddress201Response
NewSetAddress201Response instantiates a new SetAddress201Response object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewSetAddress201ResponseWithDefaults ¶
func NewSetAddress201ResponseWithDefaults() *SetAddress201Response
NewSetAddress201ResponseWithDefaults instantiates a new SetAddress201Response object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*SetAddress201Response) GetMessage ¶
func (o *SetAddress201Response) GetMessage() string
GetMessage returns the Message field value
func (*SetAddress201Response) GetMessageOk ¶
func (o *SetAddress201Response) GetMessageOk() (*string, bool)
GetMessageOk returns a tuple with the Message field value and a boolean to check if the value has been set.
func (*SetAddress201Response) GetResult ¶
func (o *SetAddress201Response) GetResult() Address
GetResult returns the Result field value
func (*SetAddress201Response) GetResultOk ¶
func (o *SetAddress201Response) GetResultOk() (*Address, bool)
GetResultOk returns a tuple with the Result field value and a boolean to check if the value has been set.
func (*SetAddress201Response) GetStatus ¶
func (o *SetAddress201Response) GetStatus() int64
GetStatus returns the Status field value
func (*SetAddress201Response) GetStatusOk ¶
func (o *SetAddress201Response) GetStatusOk() (*int64, bool)
GetStatusOk returns a tuple with the Status field value and a boolean to check if the value has been set.
func (SetAddress201Response) MarshalJSON ¶
func (o SetAddress201Response) MarshalJSON() ([]byte, error)
func (*SetAddress201Response) SetMessage ¶
func (o *SetAddress201Response) SetMessage(v string)
SetMessage sets field value
func (*SetAddress201Response) SetResult ¶
func (o *SetAddress201Response) SetResult(v Address)
SetResult sets field value
func (*SetAddress201Response) SetStatus ¶
func (o *SetAddress201Response) SetStatus(v int64)
SetStatus sets field value
func (SetAddress201Response) ToMap ¶
func (o SetAddress201Response) ToMap() (map[string]interface{}, error)
func (*SetAddress201Response) UnmarshalJSON ¶
func (o *SetAddress201Response) UnmarshalJSON(data []byte) (err error)
type SetNonceRequest ¶
type SetNonceRequest struct { // If nonce is specified the provided value is set, otherwise the value is read from the blockchain. Nonce *int64 `json:"nonce,omitempty"` }
SetNonceRequest Request body representing a set local nonce request.
func NewSetNonceRequest ¶
func NewSetNonceRequest() *SetNonceRequest
NewSetNonceRequest instantiates a new SetNonceRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewSetNonceRequestWithDefaults ¶
func NewSetNonceRequestWithDefaults() *SetNonceRequest
NewSetNonceRequestWithDefaults instantiates a new SetNonceRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*SetNonceRequest) GetNonce ¶
func (o *SetNonceRequest) GetNonce() int64
GetNonce returns the Nonce field value if set, zero value otherwise.
func (*SetNonceRequest) GetNonceOk ¶
func (o *SetNonceRequest) GetNonceOk() (*int64, bool)
GetNonceOk returns a tuple with the Nonce field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SetNonceRequest) HasNonce ¶
func (o *SetNonceRequest) HasNonce() bool
HasNonce returns a boolean if a field has been set.
func (SetNonceRequest) MarshalJSON ¶
func (o SetNonceRequest) MarshalJSON() ([]byte, error)
func (*SetNonceRequest) SetNonce ¶
func (o *SetNonceRequest) SetNonce(v int64)
SetNonce gets a reference to the given int64 and assigns it to the Nonce field.
func (SetNonceRequest) ToMap ¶
func (o SetNonceRequest) ToMap() (map[string]interface{}, error)
type SignData200Response ¶
type SignData200Response struct { // The status code. Status int64 `json:"status"` // The human-readable status message. Message string `json:"message"` Result HSMSignResponse `json:"result"` }
SignData200Response struct for SignData200Response
func NewSignData200Response ¶
func NewSignData200Response(status int64, message string, result HSMSignResponse) *SignData200Response
NewSignData200Response instantiates a new SignData200Response object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewSignData200ResponseWithDefaults ¶
func NewSignData200ResponseWithDefaults() *SignData200Response
NewSignData200ResponseWithDefaults instantiates a new SignData200Response object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*SignData200Response) GetMessage ¶
func (o *SignData200Response) GetMessage() string
GetMessage returns the Message field value
func (*SignData200Response) GetMessageOk ¶
func (o *SignData200Response) GetMessageOk() (*string, bool)
GetMessageOk returns a tuple with the Message field value and a boolean to check if the value has been set.
func (*SignData200Response) GetResult ¶
func (o *SignData200Response) GetResult() HSMSignResponse
GetResult returns the Result field value
func (*SignData200Response) GetResultOk ¶
func (o *SignData200Response) GetResultOk() (*HSMSignResponse, bool)
GetResultOk returns a tuple with the Result field value and a boolean to check if the value has been set.
func (*SignData200Response) GetStatus ¶
func (o *SignData200Response) GetStatus() int64
GetStatus returns the Status field value
func (*SignData200Response) GetStatusOk ¶
func (o *SignData200Response) GetStatusOk() (*int64, bool)
GetStatusOk returns a tuple with the Status field value and a boolean to check if the value has been set.
func (SignData200Response) MarshalJSON ¶
func (o SignData200Response) MarshalJSON() ([]byte, error)
func (*SignData200Response) SetMessage ¶
func (o *SignData200Response) SetMessage(v string)
SetMessage sets field value
func (*SignData200Response) SetResult ¶
func (o *SignData200Response) SetResult(v HSMSignResponse)
SetResult sets field value
func (*SignData200Response) SetStatus ¶
func (o *SignData200Response) SetStatus(v int64)
SetStatus sets field value
func (SignData200Response) ToMap ¶
func (o SignData200Response) ToMap() (map[string]interface{}, error)
func (*SignData200Response) UnmarshalJSON ¶
func (o *SignData200Response) UnmarshalJSON(data []byte) (err error)
type SignedTransactionResponse ¶
type SignedTransactionResponse struct {
Tx Transaction `json:"tx"`
}
SignedTransactionResponse A transaction that was signed externally and submitted.
func NewSignedTransactionResponse ¶
func NewSignedTransactionResponse(tx Transaction) *SignedTransactionResponse
NewSignedTransactionResponse instantiates a new SignedTransactionResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewSignedTransactionResponseWithDefaults ¶
func NewSignedTransactionResponseWithDefaults() *SignedTransactionResponse
NewSignedTransactionResponseWithDefaults instantiates a new SignedTransactionResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*SignedTransactionResponse) GetTx ¶
func (o *SignedTransactionResponse) GetTx() Transaction
GetTx returns the Tx field value
func (*SignedTransactionResponse) GetTxOk ¶
func (o *SignedTransactionResponse) GetTxOk() (*Transaction, bool)
GetTxOk returns a tuple with the Tx field value and a boolean to check if the value has been set.
func (SignedTransactionResponse) MarshalJSON ¶
func (o SignedTransactionResponse) MarshalJSON() ([]byte, error)
func (*SignedTransactionResponse) SetTx ¶
func (o *SignedTransactionResponse) SetTx(v Transaction)
SetTx sets field value
func (SignedTransactionResponse) ToMap ¶
func (o SignedTransactionResponse) ToMap() (map[string]interface{}, error)
func (*SignedTransactionResponse) UnmarshalJSON ¶
func (o *SignedTransactionResponse) UnmarshalJSON(data []byte) (err error)
type SignedTransactionSubmission ¶
type SignedTransactionSubmission struct { // The pre-signed raw transaction. SignedTx string `json:"signedTx"` }
SignedTransactionSubmission The object used to receive a pre-signed raw transaction.
func NewSignedTransactionSubmission ¶
func NewSignedTransactionSubmission(signedTx string) *SignedTransactionSubmission
NewSignedTransactionSubmission instantiates a new SignedTransactionSubmission object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewSignedTransactionSubmissionWithDefaults ¶
func NewSignedTransactionSubmissionWithDefaults() *SignedTransactionSubmission
NewSignedTransactionSubmissionWithDefaults instantiates a new SignedTransactionSubmission object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*SignedTransactionSubmission) GetSignedTx ¶
func (o *SignedTransactionSubmission) GetSignedTx() string
GetSignedTx returns the SignedTx field value
func (*SignedTransactionSubmission) GetSignedTxOk ¶
func (o *SignedTransactionSubmission) GetSignedTxOk() (*string, bool)
GetSignedTxOk returns a tuple with the SignedTx field value and a boolean to check if the value has been set.
func (SignedTransactionSubmission) MarshalJSON ¶
func (o SignedTransactionSubmission) MarshalJSON() ([]byte, error)
func (*SignedTransactionSubmission) SetSignedTx ¶
func (o *SignedTransactionSubmission) SetSignedTx(v string)
SetSignedTx sets field value
func (SignedTransactionSubmission) ToMap ¶
func (o SignedTransactionSubmission) ToMap() (map[string]interface{}, error)
func (*SignedTransactionSubmission) UnmarshalJSON ¶
func (o *SignedTransactionSubmission) UnmarshalJSON(data []byte) (err error)
type SignerLabel ¶
type SignerLabel struct { // The label of the signer. Label string `json:"label"` }
SignerLabel A signer label.
func NewSignerLabel ¶
func NewSignerLabel(label string) *SignerLabel
NewSignerLabel instantiates a new SignerLabel object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewSignerLabelWithDefaults ¶
func NewSignerLabelWithDefaults() *SignerLabel
NewSignerLabelWithDefaults instantiates a new SignerLabel object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*SignerLabel) GetLabel ¶
func (o *SignerLabel) GetLabel() string
GetLabel returns the Label field value
func (*SignerLabel) GetLabelOk ¶
func (o *SignerLabel) GetLabelOk() (*string, bool)
GetLabelOk returns a tuple with the Label field value and a boolean to check if the value has been set.
func (SignerLabel) MarshalJSON ¶
func (o SignerLabel) MarshalJSON() ([]byte, error)
func (SignerLabel) ToMap ¶
func (o SignerLabel) ToMap() (map[string]interface{}, error)
func (*SignerLabel) UnmarshalJSON ¶
func (o *SignerLabel) UnmarshalJSON(data []byte) (err error)
type SignerWallet ¶
type SignerWallet struct { // The type of the signer. Type string `json:"type"` // An ethereum address. Wallet string `json:"wallet" validate:"regexp=^0[xX][a-fA-F0-9]{40}$"` // An ethereum address. Signer string `json:"signer" validate:"regexp=^0[xX][a-fA-F0-9]{40}$"` // The label of the signer. Label string `json:"label"` }
SignerWallet A signer wallet.
func NewSignerWallet ¶
func NewSignerWallet(type_ string, wallet string, signer string, label string) *SignerWallet
NewSignerWallet instantiates a new SignerWallet object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewSignerWalletWithDefaults ¶
func NewSignerWalletWithDefaults() *SignerWallet
NewSignerWalletWithDefaults instantiates a new SignerWallet object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*SignerWallet) GetLabel ¶
func (o *SignerWallet) GetLabel() string
GetLabel returns the Label field value
func (*SignerWallet) GetLabelOk ¶
func (o *SignerWallet) GetLabelOk() (*string, bool)
GetLabelOk returns a tuple with the Label field value and a boolean to check if the value has been set.
func (*SignerWallet) GetSigner ¶
func (o *SignerWallet) GetSigner() string
GetSigner returns the Signer field value
func (*SignerWallet) GetSignerOk ¶
func (o *SignerWallet) GetSignerOk() (*string, bool)
GetSignerOk returns a tuple with the Signer field value and a boolean to check if the value has been set.
func (*SignerWallet) GetType ¶
func (o *SignerWallet) GetType() string
GetType returns the Type field value
func (*SignerWallet) GetTypeOk ¶
func (o *SignerWallet) GetTypeOk() (*string, bool)
GetTypeOk returns a tuple with the Type field value and a boolean to check if the value has been set.
func (*SignerWallet) GetWallet ¶
func (o *SignerWallet) GetWallet() string
GetWallet returns the Wallet field value
func (*SignerWallet) GetWalletOk ¶
func (o *SignerWallet) GetWalletOk() (*string, bool)
GetWalletOk returns a tuple with the Wallet field value and a boolean to check if the value has been set.
func (SignerWallet) MarshalJSON ¶
func (o SignerWallet) MarshalJSON() ([]byte, error)
func (*SignerWallet) SetSigner ¶
func (o *SignerWallet) SetSigner(v string)
SetSigner sets field value
func (*SignerWallet) SetWallet ¶
func (o *SignerWallet) SetWallet(v string)
SetWallet sets field value
func (SignerWallet) ToMap ¶
func (o SignerWallet) ToMap() (map[string]interface{}, error)
func (*SignerWallet) UnmarshalJSON ¶
func (o *SignerWallet) UnmarshalJSON(data []byte) (err error)
type StandaloneWallet ¶
type StandaloneWallet struct { // The Application ID that accesses the Key Vault. ClientID *string `json:"clientID,omitempty"` // The Resource Group Name for the resource being accessed. BaseGroupName string `json:"baseGroupName"` // The name given to the vault your key is stored in. VaultName *string `json:"vaultName,omitempty"` // The name of the key. KeyName string `json:"keyName" validate:"regexp=^[a-zA-Z0-9-]{1,127}$"` // The version of the key. KeyVersion *string `json:"keyVersion,omitempty" validate:"regexp=^[a-zA-Z0-9]{32}$"` // An ethereum address. PublicAddress string `json:"publicAddress" validate:"regexp=^0[xX][a-fA-F0-9]{40}$"` }
StandaloneWallet An object containing an HSM wallet's details.
func NewStandaloneWallet ¶
func NewStandaloneWallet(baseGroupName string, keyName string, publicAddress string) *StandaloneWallet
NewStandaloneWallet instantiates a new StandaloneWallet object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewStandaloneWalletWithDefaults ¶
func NewStandaloneWalletWithDefaults() *StandaloneWallet
NewStandaloneWalletWithDefaults instantiates a new StandaloneWallet object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*StandaloneWallet) GetBaseGroupName ¶
func (o *StandaloneWallet) GetBaseGroupName() string
GetBaseGroupName returns the BaseGroupName field value
func (*StandaloneWallet) GetBaseGroupNameOk ¶
func (o *StandaloneWallet) GetBaseGroupNameOk() (*string, bool)
GetBaseGroupNameOk returns a tuple with the BaseGroupName field value and a boolean to check if the value has been set.
func (*StandaloneWallet) GetClientID ¶
func (o *StandaloneWallet) GetClientID() string
GetClientID returns the ClientID field value if set, zero value otherwise.
func (*StandaloneWallet) GetClientIDOk ¶
func (o *StandaloneWallet) GetClientIDOk() (*string, bool)
GetClientIDOk returns a tuple with the ClientID field value if set, nil otherwise and a boolean to check if the value has been set.
func (*StandaloneWallet) GetKeyName ¶
func (o *StandaloneWallet) GetKeyName() string
GetKeyName returns the KeyName field value
func (*StandaloneWallet) GetKeyNameOk ¶
func (o *StandaloneWallet) GetKeyNameOk() (*string, bool)
GetKeyNameOk returns a tuple with the KeyName field value and a boolean to check if the value has been set.
func (*StandaloneWallet) GetKeyVersion ¶
func (o *StandaloneWallet) GetKeyVersion() string
GetKeyVersion returns the KeyVersion field value if set, zero value otherwise.
func (*StandaloneWallet) GetKeyVersionOk ¶
func (o *StandaloneWallet) GetKeyVersionOk() (*string, bool)
GetKeyVersionOk returns a tuple with the KeyVersion field value if set, nil otherwise and a boolean to check if the value has been set.
func (*StandaloneWallet) GetPublicAddress ¶
func (o *StandaloneWallet) GetPublicAddress() string
GetPublicAddress returns the PublicAddress field value
func (*StandaloneWallet) GetPublicAddressOk ¶
func (o *StandaloneWallet) GetPublicAddressOk() (*string, bool)
GetPublicAddressOk returns a tuple with the PublicAddress field value and a boolean to check if the value has been set.
func (*StandaloneWallet) GetVaultName ¶
func (o *StandaloneWallet) GetVaultName() string
GetVaultName returns the VaultName field value if set, zero value otherwise.
func (*StandaloneWallet) GetVaultNameOk ¶
func (o *StandaloneWallet) GetVaultNameOk() (*string, bool)
GetVaultNameOk returns a tuple with the VaultName field value if set, nil otherwise and a boolean to check if the value has been set.
func (*StandaloneWallet) HasClientID ¶
func (o *StandaloneWallet) HasClientID() bool
HasClientID returns a boolean if a field has been set.
func (*StandaloneWallet) HasKeyVersion ¶
func (o *StandaloneWallet) HasKeyVersion() bool
HasKeyVersion returns a boolean if a field has been set.
func (*StandaloneWallet) HasVaultName ¶
func (o *StandaloneWallet) HasVaultName() bool
HasVaultName returns a boolean if a field has been set.
func (StandaloneWallet) MarshalJSON ¶
func (o StandaloneWallet) MarshalJSON() ([]byte, error)
func (*StandaloneWallet) SetBaseGroupName ¶
func (o *StandaloneWallet) SetBaseGroupName(v string)
SetBaseGroupName sets field value
func (*StandaloneWallet) SetClientID ¶
func (o *StandaloneWallet) SetClientID(v string)
SetClientID gets a reference to the given string and assigns it to the ClientID field.
func (*StandaloneWallet) SetKeyName ¶
func (o *StandaloneWallet) SetKeyName(v string)
SetKeyName sets field value
func (*StandaloneWallet) SetKeyVersion ¶
func (o *StandaloneWallet) SetKeyVersion(v string)
SetKeyVersion gets a reference to the given string and assigns it to the KeyVersion field.
func (*StandaloneWallet) SetPublicAddress ¶
func (o *StandaloneWallet) SetPublicAddress(v string)
SetPublicAddress sets field value
func (*StandaloneWallet) SetVaultName ¶
func (o *StandaloneWallet) SetVaultName(v string)
SetVaultName gets a reference to the given string and assigns it to the VaultName field.
func (StandaloneWallet) ToMap ¶
func (o StandaloneWallet) ToMap() (map[string]interface{}, error)
func (*StandaloneWallet) UnmarshalJSON ¶
func (o *StandaloneWallet) UnmarshalJSON(data []byte) (err error)
type SubmitSignedTransaction200Response ¶
type SubmitSignedTransaction200Response struct { // The status code. Status int64 `json:"status"` // The human-readable status message. Message string `json:"message"` Result SignedTransactionResponse `json:"result"` }
SubmitSignedTransaction200Response struct for SubmitSignedTransaction200Response
func NewSubmitSignedTransaction200Response ¶
func NewSubmitSignedTransaction200Response(status int64, message string, result SignedTransactionResponse) *SubmitSignedTransaction200Response
NewSubmitSignedTransaction200Response instantiates a new SubmitSignedTransaction200Response object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewSubmitSignedTransaction200ResponseWithDefaults ¶
func NewSubmitSignedTransaction200ResponseWithDefaults() *SubmitSignedTransaction200Response
NewSubmitSignedTransaction200ResponseWithDefaults instantiates a new SubmitSignedTransaction200Response object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*SubmitSignedTransaction200Response) GetMessage ¶
func (o *SubmitSignedTransaction200Response) GetMessage() string
GetMessage returns the Message field value
func (*SubmitSignedTransaction200Response) GetMessageOk ¶
func (o *SubmitSignedTransaction200Response) GetMessageOk() (*string, bool)
GetMessageOk returns a tuple with the Message field value and a boolean to check if the value has been set.
func (*SubmitSignedTransaction200Response) GetResult ¶
func (o *SubmitSignedTransaction200Response) GetResult() SignedTransactionResponse
GetResult returns the Result field value
func (*SubmitSignedTransaction200Response) GetResultOk ¶
func (o *SubmitSignedTransaction200Response) GetResultOk() (*SignedTransactionResponse, bool)
GetResultOk returns a tuple with the Result field value and a boolean to check if the value has been set.
func (*SubmitSignedTransaction200Response) GetStatus ¶
func (o *SubmitSignedTransaction200Response) GetStatus() int64
GetStatus returns the Status field value
func (*SubmitSignedTransaction200Response) GetStatusOk ¶
func (o *SubmitSignedTransaction200Response) GetStatusOk() (*int64, bool)
GetStatusOk returns a tuple with the Status field value and a boolean to check if the value has been set.
func (SubmitSignedTransaction200Response) MarshalJSON ¶
func (o SubmitSignedTransaction200Response) MarshalJSON() ([]byte, error)
func (*SubmitSignedTransaction200Response) SetMessage ¶
func (o *SubmitSignedTransaction200Response) SetMessage(v string)
SetMessage sets field value
func (*SubmitSignedTransaction200Response) SetResult ¶
func (o *SubmitSignedTransaction200Response) SetResult(v SignedTransactionResponse)
SetResult sets field value
func (*SubmitSignedTransaction200Response) SetStatus ¶
func (o *SubmitSignedTransaction200Response) SetStatus(v int64)
SetStatus sets field value
func (SubmitSignedTransaction200Response) ToMap ¶
func (o SubmitSignedTransaction200Response) ToMap() (map[string]interface{}, error)
func (*SubmitSignedTransaction200Response) UnmarshalJSON ¶
func (o *SubmitSignedTransaction200Response) UnmarshalJSON(data []byte) (err error)
type Transaction ¶
type Transaction struct { // A hex string. Type string `json:"type" validate:"regexp=^(0x[0-9a-f]*|0X[0-9A-F]*)$"` // A hex string. Nonce string `json:"nonce" validate:"regexp=^(0x[0-9a-f]*|0X[0-9A-F]*)$"` // A hex string or null. GasPrice NullableString `json:"gasPrice,omitempty" validate:"regexp=^(0x[0-9a-f]*|0X[0-9A-F]*)$"` // A hex string or null. MaxFeePerGas NullableString `json:"maxFeePerGas,omitempty" validate:"regexp=^(0x[0-9a-f]*|0X[0-9A-F]*)$"` // A hex string or null. MaxPriorityFeePerGas NullableString `json:"maxPriorityFeePerGas,omitempty" validate:"regexp=^(0x[0-9a-f]*|0X[0-9A-F]*)$"` // A hex string. Gas string `json:"gas" validate:"regexp=^(0x[0-9a-f]*|0X[0-9A-F]*)$"` // An ethereum address. To NullableString `json:"to" validate:"regexp=^0[xX][a-fA-F0-9]{40}$"` // A hex string or null. Value NullableString `json:"value" validate:"regexp=^(0x[0-9a-f]*|0X[0-9A-F]*)$"` // A hex string. Input string `json:"input" validate:"regexp=^(0x[0-9a-f]*|0X[0-9A-F]*)$"` // A hex string. V string `json:"v" validate:"regexp=^(0x[0-9a-f]*|0X[0-9A-F]*)$"` // A hex string. R string `json:"r" validate:"regexp=^(0x[0-9a-f]*|0X[0-9A-F]*)$"` // A hex string. S string `json:"s" validate:"regexp=^(0x[0-9a-f]*|0X[0-9A-F]*)$"` // A hex string. ChainId *string `json:"chainId,omitempty" validate:"regexp=^(0x[0-9a-f]*|0X[0-9A-F]*)$"` // The keccak256 hash as a hex string of 256 bits. Hash string `json:"hash" validate:"regexp=^(0x[0-9a-f]{64}|0X[0-9A-F]{64})$"` }
Transaction A transaction from the Ethereum Blockchain.
func NewTransaction ¶
func NewTransaction(type_ string, nonce string, gas string, to NullableString, value NullableString, input string, v string, r string, s string, hash string) *Transaction
NewTransaction instantiates a new Transaction object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewTransactionWithDefaults ¶
func NewTransactionWithDefaults() *Transaction
NewTransactionWithDefaults instantiates a new Transaction object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*Transaction) GetChainId ¶
func (o *Transaction) GetChainId() string
GetChainId returns the ChainId field value if set, zero value otherwise.
func (*Transaction) GetChainIdOk ¶
func (o *Transaction) GetChainIdOk() (*string, bool)
GetChainIdOk returns a tuple with the ChainId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Transaction) GetGas ¶
func (o *Transaction) GetGas() string
GetGas returns the Gas field value
func (*Transaction) GetGasOk ¶
func (o *Transaction) GetGasOk() (*string, bool)
GetGasOk returns a tuple with the Gas field value and a boolean to check if the value has been set.
func (*Transaction) GetGasPrice ¶
func (o *Transaction) GetGasPrice() string
GetGasPrice returns the GasPrice field value if set, zero value otherwise (both if not set or set to explicit null).
func (*Transaction) GetGasPriceOk ¶
func (o *Transaction) GetGasPriceOk() (*string, bool)
GetGasPriceOk returns a tuple with the GasPrice field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*Transaction) GetHash ¶
func (o *Transaction) GetHash() string
GetHash returns the Hash field value
func (*Transaction) GetHashOk ¶
func (o *Transaction) GetHashOk() (*string, bool)
GetHashOk returns a tuple with the Hash field value and a boolean to check if the value has been set.
func (*Transaction) GetInput ¶
func (o *Transaction) GetInput() string
GetInput returns the Input field value
func (*Transaction) GetInputOk ¶
func (o *Transaction) GetInputOk() (*string, bool)
GetInputOk returns a tuple with the Input field value and a boolean to check if the value has been set.
func (*Transaction) GetMaxFeePerGas ¶
func (o *Transaction) GetMaxFeePerGas() string
GetMaxFeePerGas returns the MaxFeePerGas field value if set, zero value otherwise (both if not set or set to explicit null).
func (*Transaction) GetMaxFeePerGasOk ¶
func (o *Transaction) GetMaxFeePerGasOk() (*string, bool)
GetMaxFeePerGasOk returns a tuple with the MaxFeePerGas field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*Transaction) GetMaxPriorityFeePerGas ¶
func (o *Transaction) GetMaxPriorityFeePerGas() string
GetMaxPriorityFeePerGas returns the MaxPriorityFeePerGas field value if set, zero value otherwise (both if not set or set to explicit null).
func (*Transaction) GetMaxPriorityFeePerGasOk ¶
func (o *Transaction) GetMaxPriorityFeePerGasOk() (*string, bool)
GetMaxPriorityFeePerGasOk returns a tuple with the MaxPriorityFeePerGas field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*Transaction) GetNonce ¶
func (o *Transaction) GetNonce() string
GetNonce returns the Nonce field value
func (*Transaction) GetNonceOk ¶
func (o *Transaction) GetNonceOk() (*string, bool)
GetNonceOk returns a tuple with the Nonce field value and a boolean to check if the value has been set.
func (*Transaction) GetROk ¶
func (o *Transaction) GetROk() (*string, bool)
GetROk returns a tuple with the R field value and a boolean to check if the value has been set.
func (*Transaction) GetSOk ¶
func (o *Transaction) GetSOk() (*string, bool)
GetSOk returns a tuple with the S field value and a boolean to check if the value has been set.
func (*Transaction) GetTo ¶
func (o *Transaction) GetTo() string
GetTo returns the To field value If the value is explicit nil, the zero value for string will be returned
func (*Transaction) GetToOk ¶
func (o *Transaction) GetToOk() (*string, bool)
GetToOk returns a tuple with the To field value and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*Transaction) GetType ¶
func (o *Transaction) GetType() string
GetType returns the Type field value
func (*Transaction) GetTypeOk ¶
func (o *Transaction) GetTypeOk() (*string, bool)
GetTypeOk returns a tuple with the Type field value and a boolean to check if the value has been set.
func (*Transaction) GetVOk ¶
func (o *Transaction) GetVOk() (*string, bool)
GetVOk returns a tuple with the V field value and a boolean to check if the value has been set.
func (*Transaction) GetValue ¶
func (o *Transaction) GetValue() string
GetValue returns the Value field value If the value is explicit nil, the zero value for string will be returned
func (*Transaction) GetValueOk ¶
func (o *Transaction) GetValueOk() (*string, bool)
GetValueOk returns a tuple with the Value field value and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*Transaction) HasChainId ¶
func (o *Transaction) HasChainId() bool
HasChainId returns a boolean if a field has been set.
func (*Transaction) HasGasPrice ¶
func (o *Transaction) HasGasPrice() bool
HasGasPrice returns a boolean if a field has been set.
func (*Transaction) HasMaxFeePerGas ¶
func (o *Transaction) HasMaxFeePerGas() bool
HasMaxFeePerGas returns a boolean if a field has been set.
func (*Transaction) HasMaxPriorityFeePerGas ¶
func (o *Transaction) HasMaxPriorityFeePerGas() bool
HasMaxPriorityFeePerGas returns a boolean if a field has been set.
func (Transaction) MarshalJSON ¶
func (o Transaction) MarshalJSON() ([]byte, error)
func (*Transaction) SetChainId ¶
func (o *Transaction) SetChainId(v string)
SetChainId gets a reference to the given string and assigns it to the ChainId field.
func (*Transaction) SetGasPrice ¶
func (o *Transaction) SetGasPrice(v string)
SetGasPrice gets a reference to the given NullableString and assigns it to the GasPrice field.
func (*Transaction) SetGasPriceNil ¶
func (o *Transaction) SetGasPriceNil()
SetGasPriceNil sets the value for GasPrice to be an explicit nil
func (*Transaction) SetMaxFeePerGas ¶
func (o *Transaction) SetMaxFeePerGas(v string)
SetMaxFeePerGas gets a reference to the given NullableString and assigns it to the MaxFeePerGas field.
func (*Transaction) SetMaxFeePerGasNil ¶
func (o *Transaction) SetMaxFeePerGasNil()
SetMaxFeePerGasNil sets the value for MaxFeePerGas to be an explicit nil
func (*Transaction) SetMaxPriorityFeePerGas ¶
func (o *Transaction) SetMaxPriorityFeePerGas(v string)
SetMaxPriorityFeePerGas gets a reference to the given NullableString and assigns it to the MaxPriorityFeePerGas field.
func (*Transaction) SetMaxPriorityFeePerGasNil ¶
func (o *Transaction) SetMaxPriorityFeePerGasNil()
SetMaxPriorityFeePerGasNil sets the value for MaxPriorityFeePerGas to be an explicit nil
func (Transaction) ToMap ¶
func (o Transaction) ToMap() (map[string]interface{}, error)
func (*Transaction) UnmarshalJSON ¶
func (o *Transaction) UnmarshalJSON(data []byte) (err error)
func (*Transaction) UnsetGasPrice ¶
func (o *Transaction) UnsetGasPrice()
UnsetGasPrice ensures that no value is present for GasPrice, not even an explicit nil
func (*Transaction) UnsetMaxFeePerGas ¶
func (o *Transaction) UnsetMaxFeePerGas()
UnsetMaxFeePerGas ensures that no value is present for MaxFeePerGas, not even an explicit nil
func (*Transaction) UnsetMaxPriorityFeePerGas ¶
func (o *Transaction) UnsetMaxPriorityFeePerGas()
UnsetMaxPriorityFeePerGas ensures that no value is present for MaxPriorityFeePerGas, not even an explicit nil
type TransactionData ¶
type TransactionData struct { Data Transaction `json:"data"` // Whether the transaction has been included yet. IsPending bool `json:"isPending"` // An ethereum address. From string `json:"from" validate:"regexp=^0[xX][a-fA-F0-9]{40}$"` // The keccak256 hash as a hex string of 256 bits. BlockHash *string `json:"blockHash,omitempty" validate:"regexp=^(0x[0-9a-f]{64}|0X[0-9A-F]{64})$"` // The transaction block number. BlockNumber *string `json:"blockNumber,omitempty"` Contract *ContractInformation `json:"contract,omitempty"` Method *ContractMethodInformation `json:"method,omitempty"` }
TransactionData The transaction data returned from a call to get transaction by hash.
func NewTransactionData ¶
func NewTransactionData(data Transaction, isPending bool, from string) *TransactionData
NewTransactionData instantiates a new TransactionData object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewTransactionDataWithDefaults ¶
func NewTransactionDataWithDefaults() *TransactionData
NewTransactionDataWithDefaults instantiates a new TransactionData object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*TransactionData) GetBlockHash ¶
func (o *TransactionData) GetBlockHash() string
GetBlockHash returns the BlockHash field value if set, zero value otherwise.
func (*TransactionData) GetBlockHashOk ¶
func (o *TransactionData) GetBlockHashOk() (*string, bool)
GetBlockHashOk returns a tuple with the BlockHash field value if set, nil otherwise and a boolean to check if the value has been set.
func (*TransactionData) GetBlockNumber ¶
func (o *TransactionData) GetBlockNumber() string
GetBlockNumber returns the BlockNumber field value if set, zero value otherwise.
func (*TransactionData) GetBlockNumberOk ¶
func (o *TransactionData) GetBlockNumberOk() (*string, bool)
GetBlockNumberOk returns a tuple with the BlockNumber field value if set, nil otherwise and a boolean to check if the value has been set.
func (*TransactionData) GetContract ¶
func (o *TransactionData) GetContract() ContractInformation
GetContract returns the Contract field value if set, zero value otherwise.
func (*TransactionData) GetContractOk ¶
func (o *TransactionData) GetContractOk() (*ContractInformation, bool)
GetContractOk returns a tuple with the Contract field value if set, nil otherwise and a boolean to check if the value has been set.
func (*TransactionData) GetData ¶
func (o *TransactionData) GetData() Transaction
GetData returns the Data field value
func (*TransactionData) GetDataOk ¶
func (o *TransactionData) GetDataOk() (*Transaction, bool)
GetDataOk returns a tuple with the Data field value and a boolean to check if the value has been set.
func (*TransactionData) GetFrom ¶
func (o *TransactionData) GetFrom() string
GetFrom returns the From field value
func (*TransactionData) GetFromOk ¶
func (o *TransactionData) GetFromOk() (*string, bool)
GetFromOk returns a tuple with the From field value and a boolean to check if the value has been set.
func (*TransactionData) GetIsPending ¶
func (o *TransactionData) GetIsPending() bool
GetIsPending returns the IsPending field value
func (*TransactionData) GetIsPendingOk ¶
func (o *TransactionData) GetIsPendingOk() (*bool, bool)
GetIsPendingOk returns a tuple with the IsPending field value and a boolean to check if the value has been set.
func (*TransactionData) GetMethod ¶
func (o *TransactionData) GetMethod() ContractMethodInformation
GetMethod returns the Method field value if set, zero value otherwise.
func (*TransactionData) GetMethodOk ¶
func (o *TransactionData) GetMethodOk() (*ContractMethodInformation, bool)
GetMethodOk returns a tuple with the Method field value if set, nil otherwise and a boolean to check if the value has been set.
func (*TransactionData) HasBlockHash ¶
func (o *TransactionData) HasBlockHash() bool
HasBlockHash returns a boolean if a field has been set.
func (*TransactionData) HasBlockNumber ¶
func (o *TransactionData) HasBlockNumber() bool
HasBlockNumber returns a boolean if a field has been set.
func (*TransactionData) HasContract ¶
func (o *TransactionData) HasContract() bool
HasContract returns a boolean if a field has been set.
func (*TransactionData) HasMethod ¶
func (o *TransactionData) HasMethod() bool
HasMethod returns a boolean if a field has been set.
func (TransactionData) MarshalJSON ¶
func (o TransactionData) MarshalJSON() ([]byte, error)
func (*TransactionData) SetBlockHash ¶
func (o *TransactionData) SetBlockHash(v string)
SetBlockHash gets a reference to the given string and assigns it to the BlockHash field.
func (*TransactionData) SetBlockNumber ¶
func (o *TransactionData) SetBlockNumber(v string)
SetBlockNumber gets a reference to the given string and assigns it to the BlockNumber field.
func (*TransactionData) SetContract ¶
func (o *TransactionData) SetContract(v ContractInformation)
SetContract gets a reference to the given ContractInformation and assigns it to the Contract field.
func (*TransactionData) SetData ¶
func (o *TransactionData) SetData(v Transaction)
SetData sets field value
func (*TransactionData) SetFrom ¶
func (o *TransactionData) SetFrom(v string)
SetFrom sets field value
func (*TransactionData) SetIsPending ¶
func (o *TransactionData) SetIsPending(v bool)
SetIsPending sets field value
func (*TransactionData) SetMethod ¶
func (o *TransactionData) SetMethod(v ContractMethodInformation)
SetMethod gets a reference to the given ContractMethodInformation and assigns it to the Method field.
func (TransactionData) ToMap ¶
func (o TransactionData) ToMap() (map[string]interface{}, error)
func (*TransactionData) UnmarshalJSON ¶
func (o *TransactionData) UnmarshalJSON(data []byte) (err error)
type TransactionInformation ¶
type TransactionInformation struct { // An ethereum address. From string `json:"from" validate:"regexp=^0[xX][a-fA-F0-9]{40}$"` // A hex string. TxData string `json:"txData" validate:"regexp=^(0x[0-9a-f]*|0X[0-9A-F]*)$"` // The keccak256 hash as a hex string of 256 bits. TxHash string `json:"txHash" validate:"regexp=^(0x[0-9a-f]{64}|0X[0-9A-F]{64})$"` // The location of the transaction in the block. TxIndexInBlock int64 `json:"txIndexInBlock"` // The keccak256 hash as a hex string of 256 bits. BlockHash string `json:"blockHash" validate:"regexp=^(0x[0-9a-f]{64}|0X[0-9A-F]{64})$"` // The transaction block number. BlockNumber int64 `json:"blockNumber"` Contract ContractInformation `json:"contract"` Method ContractMethodInformation `json:"method"` }
TransactionInformation The transaction information returned as part of an event.
func NewTransactionInformation ¶
func NewTransactionInformation(from string, txData string, txHash string, txIndexInBlock int64, blockHash string, blockNumber int64, contract ContractInformation, method ContractMethodInformation) *TransactionInformation
NewTransactionInformation instantiates a new TransactionInformation object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewTransactionInformationWithDefaults ¶
func NewTransactionInformationWithDefaults() *TransactionInformation
NewTransactionInformationWithDefaults instantiates a new TransactionInformation object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*TransactionInformation) GetBlockHash ¶
func (o *TransactionInformation) GetBlockHash() string
GetBlockHash returns the BlockHash field value
func (*TransactionInformation) GetBlockHashOk ¶
func (o *TransactionInformation) GetBlockHashOk() (*string, bool)
GetBlockHashOk returns a tuple with the BlockHash field value and a boolean to check if the value has been set.
func (*TransactionInformation) GetBlockNumber ¶
func (o *TransactionInformation) GetBlockNumber() int64
GetBlockNumber returns the BlockNumber field value
func (*TransactionInformation) GetBlockNumberOk ¶
func (o *TransactionInformation) GetBlockNumberOk() (*int64, bool)
GetBlockNumberOk returns a tuple with the BlockNumber field value and a boolean to check if the value has been set.
func (*TransactionInformation) GetContract ¶
func (o *TransactionInformation) GetContract() ContractInformation
GetContract returns the Contract field value
func (*TransactionInformation) GetContractOk ¶
func (o *TransactionInformation) GetContractOk() (*ContractInformation, bool)
GetContractOk returns a tuple with the Contract field value and a boolean to check if the value has been set.
func (*TransactionInformation) GetFrom ¶
func (o *TransactionInformation) GetFrom() string
GetFrom returns the From field value
func (*TransactionInformation) GetFromOk ¶
func (o *TransactionInformation) GetFromOk() (*string, bool)
GetFromOk returns a tuple with the From field value and a boolean to check if the value has been set.
func (*TransactionInformation) GetMethod ¶
func (o *TransactionInformation) GetMethod() ContractMethodInformation
GetMethod returns the Method field value
func (*TransactionInformation) GetMethodOk ¶
func (o *TransactionInformation) GetMethodOk() (*ContractMethodInformation, bool)
GetMethodOk returns a tuple with the Method field value and a boolean to check if the value has been set.
func (*TransactionInformation) GetTxData ¶
func (o *TransactionInformation) GetTxData() string
GetTxData returns the TxData field value
func (*TransactionInformation) GetTxDataOk ¶
func (o *TransactionInformation) GetTxDataOk() (*string, bool)
GetTxDataOk returns a tuple with the TxData field value and a boolean to check if the value has been set.
func (*TransactionInformation) GetTxHash ¶
func (o *TransactionInformation) GetTxHash() string
GetTxHash returns the TxHash field value
func (*TransactionInformation) GetTxHashOk ¶
func (o *TransactionInformation) GetTxHashOk() (*string, bool)
GetTxHashOk returns a tuple with the TxHash field value and a boolean to check if the value has been set.
func (*TransactionInformation) GetTxIndexInBlock ¶
func (o *TransactionInformation) GetTxIndexInBlock() int64
GetTxIndexInBlock returns the TxIndexInBlock field value
func (*TransactionInformation) GetTxIndexInBlockOk ¶
func (o *TransactionInformation) GetTxIndexInBlockOk() (*int64, bool)
GetTxIndexInBlockOk returns a tuple with the TxIndexInBlock field value and a boolean to check if the value has been set.
func (TransactionInformation) MarshalJSON ¶
func (o TransactionInformation) MarshalJSON() ([]byte, error)
func (*TransactionInformation) SetBlockHash ¶
func (o *TransactionInformation) SetBlockHash(v string)
SetBlockHash sets field value
func (*TransactionInformation) SetBlockNumber ¶
func (o *TransactionInformation) SetBlockNumber(v int64)
SetBlockNumber sets field value
func (*TransactionInformation) SetContract ¶
func (o *TransactionInformation) SetContract(v ContractInformation)
SetContract sets field value
func (*TransactionInformation) SetFrom ¶
func (o *TransactionInformation) SetFrom(v string)
SetFrom sets field value
func (*TransactionInformation) SetMethod ¶
func (o *TransactionInformation) SetMethod(v ContractMethodInformation)
SetMethod sets field value
func (*TransactionInformation) SetTxData ¶
func (o *TransactionInformation) SetTxData(v string)
SetTxData sets field value
func (*TransactionInformation) SetTxHash ¶
func (o *TransactionInformation) SetTxHash(v string)
SetTxHash sets field value
func (*TransactionInformation) SetTxIndexInBlock ¶
func (o *TransactionInformation) SetTxIndexInBlock(v int64)
SetTxIndexInBlock sets field value
func (TransactionInformation) ToMap ¶
func (o TransactionInformation) ToMap() (map[string]interface{}, error)
func (*TransactionInformation) UnmarshalJSON ¶
func (o *TransactionInformation) UnmarshalJSON(data []byte) (err error)
type TransactionReceipt ¶
type TransactionReceipt struct { Data TransactionReceiptData `json:"data"` Events []EventInformation `json:"events,omitempty"` }
TransactionReceipt Record of the transaction's outcome.
func NewTransactionReceipt ¶
func NewTransactionReceipt(data TransactionReceiptData) *TransactionReceipt
NewTransactionReceipt instantiates a new TransactionReceipt object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewTransactionReceiptWithDefaults ¶
func NewTransactionReceiptWithDefaults() *TransactionReceipt
NewTransactionReceiptWithDefaults instantiates a new TransactionReceipt object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*TransactionReceipt) GetData ¶
func (o *TransactionReceipt) GetData() TransactionReceiptData
GetData returns the Data field value
func (*TransactionReceipt) GetDataOk ¶
func (o *TransactionReceipt) GetDataOk() (*TransactionReceiptData, bool)
GetDataOk returns a tuple with the Data field value and a boolean to check if the value has been set.
func (*TransactionReceipt) GetEvents ¶
func (o *TransactionReceipt) GetEvents() []EventInformation
GetEvents returns the Events field value if set, zero value otherwise.
func (*TransactionReceipt) GetEventsOk ¶
func (o *TransactionReceipt) GetEventsOk() ([]EventInformation, bool)
GetEventsOk returns a tuple with the Events field value if set, nil otherwise and a boolean to check if the value has been set.
func (*TransactionReceipt) HasEvents ¶
func (o *TransactionReceipt) HasEvents() bool
HasEvents returns a boolean if a field has been set.
func (TransactionReceipt) MarshalJSON ¶
func (o TransactionReceipt) MarshalJSON() ([]byte, error)
func (*TransactionReceipt) SetData ¶
func (o *TransactionReceipt) SetData(v TransactionReceiptData)
SetData sets field value
func (*TransactionReceipt) SetEvents ¶
func (o *TransactionReceipt) SetEvents(v []EventInformation)
SetEvents gets a reference to the given []EventInformation and assigns it to the Events field.
func (TransactionReceipt) ToMap ¶
func (o TransactionReceipt) ToMap() (map[string]interface{}, error)
func (*TransactionReceipt) UnmarshalJSON ¶
func (o *TransactionReceipt) UnmarshalJSON(data []byte) (err error)
type TransactionReceiptData ¶
type TransactionReceiptData struct { // A hex string. Type *string `json:"type,omitempty" validate:"regexp=^(0x[0-9a-f]*|0X[0-9A-F]*)$"` // A hex string. Root string `json:"root" validate:"regexp=^(0x[0-9a-f]*|0X[0-9A-F]*)$"` // A hex string. Status string `json:"status" validate:"regexp=^(0x[0-9a-f]*|0X[0-9A-F]*)$"` // A hex string. CumulativeGasUsed string `json:"cumulativeGasUsed" validate:"regexp=^(0x[0-9a-f]*|0X[0-9A-F]*)$"` // A hex string. LogsBloom string `json:"logsBloom" validate:"regexp=^(0x[0-9a-f]*|0X[0-9A-F]*)$"` Logs []Log `json:"logs"` // The keccak256 hash as a hex string of 256 bits. TransactionHash string `json:"transactionHash" validate:"regexp=^(0x[0-9a-f]{64}|0X[0-9A-F]{64})$"` // An ethereum address. ContractAddress string `json:"contractAddress" validate:"regexp=^0[xX][a-fA-F0-9]{40}$"` // A hex string. GasUsed string `json:"gasUsed" validate:"regexp=^(0x[0-9a-f]*|0X[0-9A-F]*)$"` // A hex string. EffectiveGasPrice string `json:"effectiveGasPrice" validate:"regexp=^(0x[0-9a-f]*|0X[0-9A-F]*)$"` // A hex string. BlockNumber string `json:"blockNumber" validate:"regexp=^(0x[0-9a-f]*|0X[0-9A-F]*)$"` // A hex string. TransactionIndex string `json:"transactionIndex" validate:"regexp=^(0x[0-9a-f]*|0X[0-9A-F]*)$"` // The keccak256 hash as a hex string of 256 bits. BlockHash string `json:"blockHash" validate:"regexp=^(0x[0-9a-f]{64}|0X[0-9A-F]{64})$"` }
TransactionReceiptData struct for TransactionReceiptData
func NewTransactionReceiptData ¶
func NewTransactionReceiptData(root string, status string, cumulativeGasUsed string, logsBloom string, logs []Log, transactionHash string, contractAddress string, gasUsed string, effectiveGasPrice string, blockNumber string, transactionIndex string, blockHash string) *TransactionReceiptData
NewTransactionReceiptData instantiates a new TransactionReceiptData object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewTransactionReceiptDataWithDefaults ¶
func NewTransactionReceiptDataWithDefaults() *TransactionReceiptData
NewTransactionReceiptDataWithDefaults instantiates a new TransactionReceiptData object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*TransactionReceiptData) GetBlockHash ¶
func (o *TransactionReceiptData) GetBlockHash() string
GetBlockHash returns the BlockHash field value
func (*TransactionReceiptData) GetBlockHashOk ¶
func (o *TransactionReceiptData) GetBlockHashOk() (*string, bool)
GetBlockHashOk returns a tuple with the BlockHash field value and a boolean to check if the value has been set.
func (*TransactionReceiptData) GetBlockNumber ¶
func (o *TransactionReceiptData) GetBlockNumber() string
GetBlockNumber returns the BlockNumber field value
func (*TransactionReceiptData) GetBlockNumberOk ¶
func (o *TransactionReceiptData) GetBlockNumberOk() (*string, bool)
GetBlockNumberOk returns a tuple with the BlockNumber field value and a boolean to check if the value has been set.
func (*TransactionReceiptData) GetContractAddress ¶
func (o *TransactionReceiptData) GetContractAddress() string
GetContractAddress returns the ContractAddress field value
func (*TransactionReceiptData) GetContractAddressOk ¶
func (o *TransactionReceiptData) GetContractAddressOk() (*string, bool)
GetContractAddressOk returns a tuple with the ContractAddress field value and a boolean to check if the value has been set.
func (*TransactionReceiptData) GetCumulativeGasUsed ¶
func (o *TransactionReceiptData) GetCumulativeGasUsed() string
GetCumulativeGasUsed returns the CumulativeGasUsed field value
func (*TransactionReceiptData) GetCumulativeGasUsedOk ¶
func (o *TransactionReceiptData) GetCumulativeGasUsedOk() (*string, bool)
GetCumulativeGasUsedOk returns a tuple with the CumulativeGasUsed field value and a boolean to check if the value has been set.
func (*TransactionReceiptData) GetEffectiveGasPrice ¶
func (o *TransactionReceiptData) GetEffectiveGasPrice() string
GetEffectiveGasPrice returns the EffectiveGasPrice field value
func (*TransactionReceiptData) GetEffectiveGasPriceOk ¶
func (o *TransactionReceiptData) GetEffectiveGasPriceOk() (*string, bool)
GetEffectiveGasPriceOk returns a tuple with the EffectiveGasPrice field value and a boolean to check if the value has been set.
func (*TransactionReceiptData) GetGasUsed ¶
func (o *TransactionReceiptData) GetGasUsed() string
GetGasUsed returns the GasUsed field value
func (*TransactionReceiptData) GetGasUsedOk ¶
func (o *TransactionReceiptData) GetGasUsedOk() (*string, bool)
GetGasUsedOk returns a tuple with the GasUsed field value and a boolean to check if the value has been set.
func (*TransactionReceiptData) GetLogs ¶
func (o *TransactionReceiptData) GetLogs() []Log
GetLogs returns the Logs field value
func (*TransactionReceiptData) GetLogsBloom ¶
func (o *TransactionReceiptData) GetLogsBloom() string
GetLogsBloom returns the LogsBloom field value
func (*TransactionReceiptData) GetLogsBloomOk ¶
func (o *TransactionReceiptData) GetLogsBloomOk() (*string, bool)
GetLogsBloomOk returns a tuple with the LogsBloom field value and a boolean to check if the value has been set.
func (*TransactionReceiptData) GetLogsOk ¶
func (o *TransactionReceiptData) GetLogsOk() ([]Log, bool)
GetLogsOk returns a tuple with the Logs field value and a boolean to check if the value has been set.
func (*TransactionReceiptData) GetRoot ¶
func (o *TransactionReceiptData) GetRoot() string
GetRoot returns the Root field value
func (*TransactionReceiptData) GetRootOk ¶
func (o *TransactionReceiptData) GetRootOk() (*string, bool)
GetRootOk returns a tuple with the Root field value and a boolean to check if the value has been set.
func (*TransactionReceiptData) GetStatus ¶
func (o *TransactionReceiptData) GetStatus() string
GetStatus returns the Status field value
func (*TransactionReceiptData) GetStatusOk ¶
func (o *TransactionReceiptData) GetStatusOk() (*string, bool)
GetStatusOk returns a tuple with the Status field value and a boolean to check if the value has been set.
func (*TransactionReceiptData) GetTransactionHash ¶
func (o *TransactionReceiptData) GetTransactionHash() string
GetTransactionHash returns the TransactionHash field value
func (*TransactionReceiptData) GetTransactionHashOk ¶
func (o *TransactionReceiptData) GetTransactionHashOk() (*string, bool)
GetTransactionHashOk returns a tuple with the TransactionHash field value and a boolean to check if the value has been set.
func (*TransactionReceiptData) GetTransactionIndex ¶
func (o *TransactionReceiptData) GetTransactionIndex() string
GetTransactionIndex returns the TransactionIndex field value
func (*TransactionReceiptData) GetTransactionIndexOk ¶
func (o *TransactionReceiptData) GetTransactionIndexOk() (*string, bool)
GetTransactionIndexOk returns a tuple with the TransactionIndex field value and a boolean to check if the value has been set.
func (*TransactionReceiptData) GetType ¶
func (o *TransactionReceiptData) GetType() string
GetType returns the Type field value if set, zero value otherwise.
func (*TransactionReceiptData) GetTypeOk ¶
func (o *TransactionReceiptData) GetTypeOk() (*string, bool)
GetTypeOk returns a tuple with the Type field value if set, nil otherwise and a boolean to check if the value has been set.
func (*TransactionReceiptData) HasType ¶
func (o *TransactionReceiptData) HasType() bool
HasType returns a boolean if a field has been set.
func (TransactionReceiptData) MarshalJSON ¶
func (o TransactionReceiptData) MarshalJSON() ([]byte, error)
func (*TransactionReceiptData) SetBlockHash ¶
func (o *TransactionReceiptData) SetBlockHash(v string)
SetBlockHash sets field value
func (*TransactionReceiptData) SetBlockNumber ¶
func (o *TransactionReceiptData) SetBlockNumber(v string)
SetBlockNumber sets field value
func (*TransactionReceiptData) SetContractAddress ¶
func (o *TransactionReceiptData) SetContractAddress(v string)
SetContractAddress sets field value
func (*TransactionReceiptData) SetCumulativeGasUsed ¶
func (o *TransactionReceiptData) SetCumulativeGasUsed(v string)
SetCumulativeGasUsed sets field value
func (*TransactionReceiptData) SetEffectiveGasPrice ¶
func (o *TransactionReceiptData) SetEffectiveGasPrice(v string)
SetEffectiveGasPrice sets field value
func (*TransactionReceiptData) SetGasUsed ¶
func (o *TransactionReceiptData) SetGasUsed(v string)
SetGasUsed sets field value
func (*TransactionReceiptData) SetLogs ¶
func (o *TransactionReceiptData) SetLogs(v []Log)
SetLogs sets field value
func (*TransactionReceiptData) SetLogsBloom ¶
func (o *TransactionReceiptData) SetLogsBloom(v string)
SetLogsBloom sets field value
func (*TransactionReceiptData) SetRoot ¶
func (o *TransactionReceiptData) SetRoot(v string)
SetRoot sets field value
func (*TransactionReceiptData) SetStatus ¶
func (o *TransactionReceiptData) SetStatus(v string)
SetStatus sets field value
func (*TransactionReceiptData) SetTransactionHash ¶
func (o *TransactionReceiptData) SetTransactionHash(v string)
SetTransactionHash sets field value
func (*TransactionReceiptData) SetTransactionIndex ¶
func (o *TransactionReceiptData) SetTransactionIndex(v string)
SetTransactionIndex sets field value
func (*TransactionReceiptData) SetType ¶
func (o *TransactionReceiptData) SetType(v string)
SetType gets a reference to the given string and assigns it to the Type field.
func (TransactionReceiptData) ToMap ¶
func (o TransactionReceiptData) ToMap() (map[string]interface{}, error)
func (*TransactionReceiptData) UnmarshalJSON ¶
func (o *TransactionReceiptData) UnmarshalJSON(data []byte) (err error)
type TransactionStatus ¶
type TransactionStatus string
TransactionStatus The status of a TXM transaction.
const ( PENDING TransactionStatus = "pending" INCLUDED TransactionStatus = "included" REPLACED TransactionStatus = "replaced" CANCELLED TransactionStatus = "cancelled" REJECTED TransactionStatus = "rejected" EXCEEDED_RETRY_LIMIT TransactionStatus = "exceeded retry limit" )
List of TransactionStatus
func NewTransactionStatusFromValue ¶
func NewTransactionStatusFromValue(v string) (*TransactionStatus, error)
NewTransactionStatusFromValue returns a pointer to a valid TransactionStatus for the value passed as argument, or an error if the value passed is not allowed by the enum
func (TransactionStatus) IsValid ¶
func (v TransactionStatus) IsValid() bool
IsValid return true if the value is valid for the enum, false otherwise
func (TransactionStatus) Ptr ¶
func (v TransactionStatus) Ptr() *TransactionStatus
Ptr returns reference to TransactionStatus value
func (*TransactionStatus) UnmarshalJSON ¶
func (v *TransactionStatus) UnmarshalJSON(src []byte) error
type TransactionToSign ¶
type TransactionToSign struct { Tx BaseTransactionToSignTx `json:"tx"` Submitted bool `json:"submitted"` }
TransactionToSign A transaction to be signed.
func NewTransactionToSign ¶
func NewTransactionToSign(tx BaseTransactionToSignTx, submitted bool) *TransactionToSign
NewTransactionToSign instantiates a new TransactionToSign object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewTransactionToSignWithDefaults ¶
func NewTransactionToSignWithDefaults() *TransactionToSign
NewTransactionToSignWithDefaults instantiates a new TransactionToSign object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*TransactionToSign) GetSubmitted ¶
func (o *TransactionToSign) GetSubmitted() bool
GetSubmitted returns the Submitted field value
func (*TransactionToSign) GetSubmittedOk ¶
func (o *TransactionToSign) GetSubmittedOk() (*bool, bool)
GetSubmittedOk returns a tuple with the Submitted field value and a boolean to check if the value has been set.
func (*TransactionToSign) GetTx ¶
func (o *TransactionToSign) GetTx() BaseTransactionToSignTx
GetTx returns the Tx field value
func (*TransactionToSign) GetTxOk ¶
func (o *TransactionToSign) GetTxOk() (*BaseTransactionToSignTx, bool)
GetTxOk returns a tuple with the Tx field value and a boolean to check if the value has been set.
func (TransactionToSign) MarshalJSON ¶
func (o TransactionToSign) MarshalJSON() ([]byte, error)
func (*TransactionToSign) SetSubmitted ¶
func (o *TransactionToSign) SetSubmitted(v bool)
SetSubmitted sets field value
func (*TransactionToSign) SetTx ¶
func (o *TransactionToSign) SetTx(v BaseTransactionToSignTx)
SetTx sets field value
func (TransactionToSign) ToMap ¶
func (o TransactionToSign) ToMap() (map[string]interface{}, error)
func (*TransactionToSign) UnmarshalJSON ¶
func (o *TransactionToSign) UnmarshalJSON(data []byte) (err error)
type TransactionToSignResponse ¶
type TransactionToSignResponse struct { PostMethodResponse Tx BaseTransactionToSignTx `json:"tx"` Submitted bool `json:"submitted"` }
TransactionToSignResponse struct for TransactionToSignResponse
func NewTransactionToSignResponse ¶
func NewTransactionToSignResponse(tx BaseTransactionToSignTx, submitted bool, kind string) *TransactionToSignResponse
NewTransactionToSignResponse instantiates a new TransactionToSignResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewTransactionToSignResponseWithDefaults ¶
func NewTransactionToSignResponseWithDefaults() *TransactionToSignResponse
NewTransactionToSignResponseWithDefaults instantiates a new TransactionToSignResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*TransactionToSignResponse) GetSubmitted ¶
func (o *TransactionToSignResponse) GetSubmitted() bool
GetSubmitted returns the Submitted field value
func (*TransactionToSignResponse) GetSubmittedOk ¶
func (o *TransactionToSignResponse) GetSubmittedOk() (*bool, bool)
GetSubmittedOk returns a tuple with the Submitted field value and a boolean to check if the value has been set.
func (*TransactionToSignResponse) GetTx ¶
func (o *TransactionToSignResponse) GetTx() BaseTransactionToSignTx
GetTx returns the Tx field value
func (*TransactionToSignResponse) GetTxOk ¶
func (o *TransactionToSignResponse) GetTxOk() (*BaseTransactionToSignTx, bool)
GetTxOk returns a tuple with the Tx field value and a boolean to check if the value has been set.
func (TransactionToSignResponse) MarshalJSON ¶
func (o TransactionToSignResponse) MarshalJSON() ([]byte, error)
func (*TransactionToSignResponse) SetSubmitted ¶
func (o *TransactionToSignResponse) SetSubmitted(v bool)
SetSubmitted sets field value
func (*TransactionToSignResponse) SetTx ¶
func (o *TransactionToSignResponse) SetTx(v BaseTransactionToSignTx)
SetTx sets field value
func (TransactionToSignResponse) ToMap ¶
func (o TransactionToSignResponse) ToMap() (map[string]interface{}, error)
func (*TransactionToSignResponse) UnmarshalJSON ¶
func (o *TransactionToSignResponse) UnmarshalJSON(data []byte) (err error)
type TransferEth200Response ¶
type TransferEth200Response struct { // The status code. Status int64 `json:"status"` // The human-readable status message. Message string `json:"message"` Result TransactionToSign `json:"result"` }
TransferEth200Response struct for TransferEth200Response
func NewTransferEth200Response ¶
func NewTransferEth200Response(status int64, message string, result TransactionToSign) *TransferEth200Response
NewTransferEth200Response instantiates a new TransferEth200Response object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewTransferEth200ResponseWithDefaults ¶
func NewTransferEth200ResponseWithDefaults() *TransferEth200Response
NewTransferEth200ResponseWithDefaults instantiates a new TransferEth200Response object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*TransferEth200Response) GetMessage ¶
func (o *TransferEth200Response) GetMessage() string
GetMessage returns the Message field value
func (*TransferEth200Response) GetMessageOk ¶
func (o *TransferEth200Response) GetMessageOk() (*string, bool)
GetMessageOk returns a tuple with the Message field value and a boolean to check if the value has been set.
func (*TransferEth200Response) GetResult ¶
func (o *TransferEth200Response) GetResult() TransactionToSign
GetResult returns the Result field value
func (*TransferEth200Response) GetResultOk ¶
func (o *TransferEth200Response) GetResultOk() (*TransactionToSign, bool)
GetResultOk returns a tuple with the Result field value and a boolean to check if the value has been set.
func (*TransferEth200Response) GetStatus ¶
func (o *TransferEth200Response) GetStatus() int64
GetStatus returns the Status field value
func (*TransferEth200Response) GetStatusOk ¶
func (o *TransferEth200Response) GetStatusOk() (*int64, bool)
GetStatusOk returns a tuple with the Status field value and a boolean to check if the value has been set.
func (TransferEth200Response) MarshalJSON ¶
func (o TransferEth200Response) MarshalJSON() ([]byte, error)
func (*TransferEth200Response) SetMessage ¶
func (o *TransferEth200Response) SetMessage(v string)
SetMessage sets field value
func (*TransferEth200Response) SetResult ¶
func (o *TransferEth200Response) SetResult(v TransactionToSign)
SetResult sets field value
func (*TransferEth200Response) SetStatus ¶
func (o *TransferEth200Response) SetStatus(v int64)
SetStatus sets field value
func (TransferEth200Response) ToMap ¶
func (o TransferEth200Response) ToMap() (map[string]interface{}, error)
func (*TransferEth200Response) UnmarshalJSON ¶
func (o *TransferEth200Response) UnmarshalJSON(data []byte) (err error)
type TxmAPI ¶
type TxmAPI interface { /* CancelTransaction Cancel transaction Cancels a transaction by resubmitting it as no-op transaction and with a higher gas price. @param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param chain The blockchain chain label. @param walletAddress An Ethereum address. @param nonce Transaction nonce. @return ApiCancelTransactionRequest */ CancelTransaction(ctx context.Context, chain ChainName, walletAddress string, nonce int64) ApiCancelTransactionRequest // CancelTransactionExecute executes the request // @return TransferEth200Response CancelTransactionExecute(r ApiCancelTransactionRequest) (*TransferEth200Response, *http.Response, error) /* CountWalletTransactions Count all transactions for a wallet Count all transactions for the given wallet address. @param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param chain The blockchain chain label. @param walletAddress An Ethereum address. @return ApiCountWalletTransactionsRequest */ CountWalletTransactions(ctx context.Context, chain ChainName, walletAddress string) ApiCountWalletTransactionsRequest // CountWalletTransactionsExecute executes the request // @return CountWalletTransactions200Response CountWalletTransactionsExecute(r ApiCountWalletTransactionsRequest) (*CountWalletTransactions200Response, *http.Response, error) /* ListWalletTransactions List transactions for a wallet List the transactions submitted by the given wallet address. @param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param chain The blockchain chain label. @param walletAddress An Ethereum address. @return ApiListWalletTransactionsRequest */ ListWalletTransactions(ctx context.Context, chain ChainName, walletAddress string) ApiListWalletTransactionsRequest // ListWalletTransactionsExecute executes the request // @return ListWalletTransactions200Response ListWalletTransactionsExecute(r ApiListWalletTransactionsRequest) (*ListWalletTransactions200Response, *http.Response, error) /* SpeedUpTransaction Speed up transaction Speeds up a transaction by resubmitting it with a higher gas price. @param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param chain The blockchain chain label. @param walletAddress An Ethereum address. @param nonce Transaction nonce. @return ApiSpeedUpTransactionRequest */ SpeedUpTransaction(ctx context.Context, chain ChainName, walletAddress string, nonce int64) ApiSpeedUpTransactionRequest // SpeedUpTransactionExecute executes the request // @return TransferEth200Response SpeedUpTransactionExecute(r ApiSpeedUpTransactionRequest) (*TransferEth200Response, *http.Response, error) }
type TxmAPIService ¶
type TxmAPIService service
TxmAPIService TxmAPI service
func (*TxmAPIService) CancelTransaction ¶
func (a *TxmAPIService) CancelTransaction(ctx context.Context, chain ChainName, walletAddress string, nonce int64) ApiCancelTransactionRequest
CancelTransaction Cancel transaction
Cancels a transaction by resubmitting it as no-op transaction and with a higher gas price.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param chain The blockchain chain label. @param walletAddress An Ethereum address. @param nonce Transaction nonce. @return ApiCancelTransactionRequest
func (*TxmAPIService) CancelTransactionExecute ¶
func (a *TxmAPIService) CancelTransactionExecute(r ApiCancelTransactionRequest) (*TransferEth200Response, *http.Response, error)
Execute executes the request
@return TransferEth200Response
func (*TxmAPIService) CountWalletTransactions ¶
func (a *TxmAPIService) CountWalletTransactions(ctx context.Context, chain ChainName, walletAddress string) ApiCountWalletTransactionsRequest
CountWalletTransactions Count all transactions for a wallet
Count all transactions for the given wallet address.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param chain The blockchain chain label. @param walletAddress An Ethereum address. @return ApiCountWalletTransactionsRequest
func (*TxmAPIService) CountWalletTransactionsExecute ¶
func (a *TxmAPIService) CountWalletTransactionsExecute(r ApiCountWalletTransactionsRequest) (*CountWalletTransactions200Response, *http.Response, error)
Execute executes the request
@return CountWalletTransactions200Response
func (*TxmAPIService) ListWalletTransactions ¶
func (a *TxmAPIService) ListWalletTransactions(ctx context.Context, chain ChainName, walletAddress string) ApiListWalletTransactionsRequest
ListWalletTransactions List transactions for a wallet
List the transactions submitted by the given wallet address.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param chain The blockchain chain label. @param walletAddress An Ethereum address. @return ApiListWalletTransactionsRequest
func (*TxmAPIService) ListWalletTransactionsExecute ¶
func (a *TxmAPIService) ListWalletTransactionsExecute(r ApiListWalletTransactionsRequest) (*ListWalletTransactions200Response, *http.Response, error)
Execute executes the request
@return ListWalletTransactions200Response
func (*TxmAPIService) SpeedUpTransaction ¶
func (a *TxmAPIService) SpeedUpTransaction(ctx context.Context, chain ChainName, walletAddress string, nonce int64) ApiSpeedUpTransactionRequest
SpeedUpTransaction Speed up transaction
Speeds up a transaction by resubmitting it with a higher gas price.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param chain The blockchain chain label. @param walletAddress An Ethereum address. @param nonce Transaction nonce. @return ApiSpeedUpTransactionRequest
func (*TxmAPIService) SpeedUpTransactionExecute ¶
func (a *TxmAPIService) SpeedUpTransactionExecute(r ApiSpeedUpTransactionRequest) (*TransferEth200Response, *http.Response, error)
Execute executes the request
@return TransferEth200Response
type TypeConversionOptions ¶
type TypeConversionOptions struct {
Types []string `json:"types,omitempty"`
}
TypeConversionOptions Represents the set of type conversions allowed for a particular input or output of a function (how it may be \"cast\").
func NewTypeConversionOptions ¶
func NewTypeConversionOptions() *TypeConversionOptions
NewTypeConversionOptions instantiates a new TypeConversionOptions object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewTypeConversionOptionsWithDefaults ¶
func NewTypeConversionOptionsWithDefaults() *TypeConversionOptions
NewTypeConversionOptionsWithDefaults instantiates a new TypeConversionOptions object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*TypeConversionOptions) GetTypes ¶
func (o *TypeConversionOptions) GetTypes() []string
GetTypes returns the Types field value if set, zero value otherwise (both if not set or set to explicit null).
func (*TypeConversionOptions) GetTypesOk ¶
func (o *TypeConversionOptions) GetTypesOk() ([]string, bool)
GetTypesOk returns a tuple with the Types field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*TypeConversionOptions) HasTypes ¶
func (o *TypeConversionOptions) HasTypes() bool
HasTypes returns a boolean if a field has been set.
func (TypeConversionOptions) MarshalJSON ¶
func (o TypeConversionOptions) MarshalJSON() ([]byte, error)
func (*TypeConversionOptions) SetTypes ¶
func (o *TypeConversionOptions) SetTypes(v []string)
SetTypes gets a reference to the given []string and assigns it to the Types field.
func (TypeConversionOptions) ToMap ¶
func (o TypeConversionOptions) ToMap() (map[string]interface{}, error)
type User ¶
type User struct { // The user's email address. Email string `json:"email"` // The user's name. Name string `json:"name"` // The user ID. Id int64 `json:"id"` }
User A user.
func NewUser ¶
NewUser instantiates a new User object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewUserWithDefaults ¶
func NewUserWithDefaults() *User
NewUserWithDefaults instantiates a new User object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*User) GetEmailOk ¶
GetEmailOk returns a tuple with the Email field value and a boolean to check if the value has been set.
func (*User) GetIdOk ¶
GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.
func (*User) GetNameOk ¶
GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.
func (User) MarshalJSON ¶
func (*User) UnmarshalJSON ¶
type WalletTransaction ¶
type WalletTransaction struct { Tx Transaction `json:"tx"` Status TransactionStatus `json:"status"` // An ethereum address. From string `json:"from" validate:"regexp=^0[xX][a-fA-F0-9]{40}$"` // The total number of resubmission attempts. ResubmissionAttempts int64 `json:"resubmissionAttempts"` // The total number of successful resubmission (added into the transaction pool). SuccessfulResubmissions int64 `json:"successfulResubmissions"` // The time the transaction was created. CreatedAt time.Time `json:"createdAt"` // The time the transaction was last updated. UpdatedAt time.Time `json:"updatedAt"` // Whether the transaction failed when it was included in a block. Failed *bool `json:"failed,omitempty"` // The block number that the transaction was included in. BlockNumber *int64 `json:"blockNumber,omitempty"` // The keccak256 hash as a hex string of 256 bits. BlockHash *string `json:"blockHash,omitempty" validate:"regexp=^(0x[0-9a-f]{64}|0X[0-9A-F]{64})$"` }
WalletTransaction struct for WalletTransaction
func NewWalletTransaction ¶
func NewWalletTransaction(tx Transaction, status TransactionStatus, from string, resubmissionAttempts int64, successfulResubmissions int64, createdAt time.Time, updatedAt time.Time) *WalletTransaction
NewWalletTransaction instantiates a new WalletTransaction object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewWalletTransactionWithDefaults ¶
func NewWalletTransactionWithDefaults() *WalletTransaction
NewWalletTransactionWithDefaults instantiates a new WalletTransaction object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*WalletTransaction) GetBlockHash ¶
func (o *WalletTransaction) GetBlockHash() string
GetBlockHash returns the BlockHash field value if set, zero value otherwise.
func (*WalletTransaction) GetBlockHashOk ¶
func (o *WalletTransaction) GetBlockHashOk() (*string, bool)
GetBlockHashOk returns a tuple with the BlockHash field value if set, nil otherwise and a boolean to check if the value has been set.
func (*WalletTransaction) GetBlockNumber ¶
func (o *WalletTransaction) GetBlockNumber() int64
GetBlockNumber returns the BlockNumber field value if set, zero value otherwise.
func (*WalletTransaction) GetBlockNumberOk ¶
func (o *WalletTransaction) GetBlockNumberOk() (*int64, bool)
GetBlockNumberOk returns a tuple with the BlockNumber field value if set, nil otherwise and a boolean to check if the value has been set.
func (*WalletTransaction) GetCreatedAt ¶
func (o *WalletTransaction) GetCreatedAt() time.Time
GetCreatedAt returns the CreatedAt field value
func (*WalletTransaction) GetCreatedAtOk ¶
func (o *WalletTransaction) GetCreatedAtOk() (*time.Time, bool)
GetCreatedAtOk returns a tuple with the CreatedAt field value and a boolean to check if the value has been set.
func (*WalletTransaction) GetFailed ¶
func (o *WalletTransaction) GetFailed() bool
GetFailed returns the Failed field value if set, zero value otherwise.
func (*WalletTransaction) GetFailedOk ¶
func (o *WalletTransaction) GetFailedOk() (*bool, bool)
GetFailedOk returns a tuple with the Failed field value if set, nil otherwise and a boolean to check if the value has been set.
func (*WalletTransaction) GetFrom ¶
func (o *WalletTransaction) GetFrom() string
GetFrom returns the From field value
func (*WalletTransaction) GetFromOk ¶
func (o *WalletTransaction) GetFromOk() (*string, bool)
GetFromOk returns a tuple with the From field value and a boolean to check if the value has been set.
func (*WalletTransaction) GetResubmissionAttempts ¶
func (o *WalletTransaction) GetResubmissionAttempts() int64
GetResubmissionAttempts returns the ResubmissionAttempts field value
func (*WalletTransaction) GetResubmissionAttemptsOk ¶
func (o *WalletTransaction) GetResubmissionAttemptsOk() (*int64, bool)
GetResubmissionAttemptsOk returns a tuple with the ResubmissionAttempts field value and a boolean to check if the value has been set.
func (*WalletTransaction) GetStatus ¶
func (o *WalletTransaction) GetStatus() TransactionStatus
GetStatus returns the Status field value
func (*WalletTransaction) GetStatusOk ¶
func (o *WalletTransaction) GetStatusOk() (*TransactionStatus, bool)
GetStatusOk returns a tuple with the Status field value and a boolean to check if the value has been set.
func (*WalletTransaction) GetSuccessfulResubmissions ¶
func (o *WalletTransaction) GetSuccessfulResubmissions() int64
GetSuccessfulResubmissions returns the SuccessfulResubmissions field value
func (*WalletTransaction) GetSuccessfulResubmissionsOk ¶
func (o *WalletTransaction) GetSuccessfulResubmissionsOk() (*int64, bool)
GetSuccessfulResubmissionsOk returns a tuple with the SuccessfulResubmissions field value and a boolean to check if the value has been set.
func (*WalletTransaction) GetTx ¶
func (o *WalletTransaction) GetTx() Transaction
GetTx returns the Tx field value
func (*WalletTransaction) GetTxOk ¶
func (o *WalletTransaction) GetTxOk() (*Transaction, bool)
GetTxOk returns a tuple with the Tx field value and a boolean to check if the value has been set.
func (*WalletTransaction) GetUpdatedAt ¶
func (o *WalletTransaction) GetUpdatedAt() time.Time
GetUpdatedAt returns the UpdatedAt field value
func (*WalletTransaction) GetUpdatedAtOk ¶
func (o *WalletTransaction) GetUpdatedAtOk() (*time.Time, bool)
GetUpdatedAtOk returns a tuple with the UpdatedAt field value and a boolean to check if the value has been set.
func (*WalletTransaction) HasBlockHash ¶
func (o *WalletTransaction) HasBlockHash() bool
HasBlockHash returns a boolean if a field has been set.
func (*WalletTransaction) HasBlockNumber ¶
func (o *WalletTransaction) HasBlockNumber() bool
HasBlockNumber returns a boolean if a field has been set.
func (*WalletTransaction) HasFailed ¶
func (o *WalletTransaction) HasFailed() bool
HasFailed returns a boolean if a field has been set.
func (WalletTransaction) MarshalJSON ¶
func (o WalletTransaction) MarshalJSON() ([]byte, error)
func (*WalletTransaction) SetBlockHash ¶
func (o *WalletTransaction) SetBlockHash(v string)
SetBlockHash gets a reference to the given string and assigns it to the BlockHash field.
func (*WalletTransaction) SetBlockNumber ¶
func (o *WalletTransaction) SetBlockNumber(v int64)
SetBlockNumber gets a reference to the given int64 and assigns it to the BlockNumber field.
func (*WalletTransaction) SetCreatedAt ¶
func (o *WalletTransaction) SetCreatedAt(v time.Time)
SetCreatedAt sets field value
func (*WalletTransaction) SetFailed ¶
func (o *WalletTransaction) SetFailed(v bool)
SetFailed gets a reference to the given bool and assigns it to the Failed field.
func (*WalletTransaction) SetFrom ¶
func (o *WalletTransaction) SetFrom(v string)
SetFrom sets field value
func (*WalletTransaction) SetResubmissionAttempts ¶
func (o *WalletTransaction) SetResubmissionAttempts(v int64)
SetResubmissionAttempts sets field value
func (*WalletTransaction) SetStatus ¶
func (o *WalletTransaction) SetStatus(v TransactionStatus)
SetStatus sets field value
func (*WalletTransaction) SetSuccessfulResubmissions ¶
func (o *WalletTransaction) SetSuccessfulResubmissions(v int64)
SetSuccessfulResubmissions sets field value
func (*WalletTransaction) SetTx ¶
func (o *WalletTransaction) SetTx(v Transaction)
SetTx sets field value
func (*WalletTransaction) SetUpdatedAt ¶
func (o *WalletTransaction) SetUpdatedAt(v time.Time)
SetUpdatedAt sets field value
func (WalletTransaction) ToMap ¶
func (o WalletTransaction) ToMap() (map[string]interface{}, error)
func (*WalletTransaction) UnmarshalJSON ¶
func (o *WalletTransaction) UnmarshalJSON(data []byte) (err error)
type WebhookEndpoint ¶
type WebhookEndpoint struct { // The URL to send the webhook to. Url string `json:"url"` // An alias to easily identify and reference the entity in subsequent requests. Label string `json:"label" validate:"regexp=^[a-z0-9_-]+$"` // The events to subscribe to. Subscriptions []WebhookEventsType `json:"subscriptions"` Id int64 `json:"id"` // The time the next attempt will be made. NextAttempt *time.Time `json:"nextAttempt,omitempty"` // The time the last attempt was made. LastAttempt *time.Time `json:"lastAttempt,omitempty"` // The number of failed webhook endpoint calls since the last successful call. FailedCalls int64 `json:"failedCalls"` // The last error received from the webhook endpoint. LastError *string `json:"lastError,omitempty"` // The time the webhook was created. CreatedAt time.Time `json:"createdAt"` // The time the webhook was last updated. UpdatedAt time.Time `json:"updatedAt"` // The secret key used to sign the webhook. Secret string `json:"secret"` }
WebhookEndpoint struct for WebhookEndpoint
func NewWebhookEndpoint ¶
func NewWebhookEndpoint(url string, label string, subscriptions []WebhookEventsType, id int64, failedCalls int64, createdAt time.Time, updatedAt time.Time, secret string) *WebhookEndpoint
NewWebhookEndpoint instantiates a new WebhookEndpoint object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewWebhookEndpointWithDefaults ¶
func NewWebhookEndpointWithDefaults() *WebhookEndpoint
NewWebhookEndpointWithDefaults instantiates a new WebhookEndpoint object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*WebhookEndpoint) GetCreatedAt ¶
func (o *WebhookEndpoint) GetCreatedAt() time.Time
GetCreatedAt returns the CreatedAt field value
func (*WebhookEndpoint) GetCreatedAtOk ¶
func (o *WebhookEndpoint) GetCreatedAtOk() (*time.Time, bool)
GetCreatedAtOk returns a tuple with the CreatedAt field value and a boolean to check if the value has been set.
func (*WebhookEndpoint) GetFailedCalls ¶
func (o *WebhookEndpoint) GetFailedCalls() int64
GetFailedCalls returns the FailedCalls field value
func (*WebhookEndpoint) GetFailedCallsOk ¶
func (o *WebhookEndpoint) GetFailedCallsOk() (*int64, bool)
GetFailedCallsOk returns a tuple with the FailedCalls field value and a boolean to check if the value has been set.
func (*WebhookEndpoint) GetId ¶
func (o *WebhookEndpoint) GetId() int64
GetId returns the Id field value
func (*WebhookEndpoint) GetIdOk ¶
func (o *WebhookEndpoint) GetIdOk() (*int64, bool)
GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.
func (*WebhookEndpoint) GetLabel ¶
func (o *WebhookEndpoint) GetLabel() string
GetLabel returns the Label field value
func (*WebhookEndpoint) GetLabelOk ¶
func (o *WebhookEndpoint) GetLabelOk() (*string, bool)
GetLabelOk returns a tuple with the Label field value and a boolean to check if the value has been set.
func (*WebhookEndpoint) GetLastAttempt ¶
func (o *WebhookEndpoint) GetLastAttempt() time.Time
GetLastAttempt returns the LastAttempt field value if set, zero value otherwise.
func (*WebhookEndpoint) GetLastAttemptOk ¶
func (o *WebhookEndpoint) GetLastAttemptOk() (*time.Time, bool)
GetLastAttemptOk returns a tuple with the LastAttempt field value if set, nil otherwise and a boolean to check if the value has been set.
func (*WebhookEndpoint) GetLastError ¶
func (o *WebhookEndpoint) GetLastError() string
GetLastError returns the LastError field value if set, zero value otherwise.
func (*WebhookEndpoint) GetLastErrorOk ¶
func (o *WebhookEndpoint) GetLastErrorOk() (*string, bool)
GetLastErrorOk returns a tuple with the LastError field value if set, nil otherwise and a boolean to check if the value has been set.
func (*WebhookEndpoint) GetNextAttempt ¶
func (o *WebhookEndpoint) GetNextAttempt() time.Time
GetNextAttempt returns the NextAttempt field value if set, zero value otherwise.
func (*WebhookEndpoint) GetNextAttemptOk ¶
func (o *WebhookEndpoint) GetNextAttemptOk() (*time.Time, bool)
GetNextAttemptOk returns a tuple with the NextAttempt field value if set, nil otherwise and a boolean to check if the value has been set.
func (*WebhookEndpoint) GetSecret ¶
func (o *WebhookEndpoint) GetSecret() string
GetSecret returns the Secret field value
func (*WebhookEndpoint) GetSecretOk ¶
func (o *WebhookEndpoint) GetSecretOk() (*string, bool)
GetSecretOk returns a tuple with the Secret field value and a boolean to check if the value has been set.
func (*WebhookEndpoint) GetSubscriptions ¶
func (o *WebhookEndpoint) GetSubscriptions() []WebhookEventsType
GetSubscriptions returns the Subscriptions field value
func (*WebhookEndpoint) GetSubscriptionsOk ¶
func (o *WebhookEndpoint) GetSubscriptionsOk() ([]WebhookEventsType, bool)
GetSubscriptionsOk returns a tuple with the Subscriptions field value and a boolean to check if the value has been set.
func (*WebhookEndpoint) GetUpdatedAt ¶
func (o *WebhookEndpoint) GetUpdatedAt() time.Time
GetUpdatedAt returns the UpdatedAt field value
func (*WebhookEndpoint) GetUpdatedAtOk ¶
func (o *WebhookEndpoint) GetUpdatedAtOk() (*time.Time, bool)
GetUpdatedAtOk returns a tuple with the UpdatedAt field value and a boolean to check if the value has been set.
func (*WebhookEndpoint) GetUrl ¶
func (o *WebhookEndpoint) GetUrl() string
GetUrl returns the Url field value
func (*WebhookEndpoint) GetUrlOk ¶
func (o *WebhookEndpoint) GetUrlOk() (*string, bool)
GetUrlOk returns a tuple with the Url field value and a boolean to check if the value has been set.
func (*WebhookEndpoint) HasLastAttempt ¶
func (o *WebhookEndpoint) HasLastAttempt() bool
HasLastAttempt returns a boolean if a field has been set.
func (*WebhookEndpoint) HasLastError ¶
func (o *WebhookEndpoint) HasLastError() bool
HasLastError returns a boolean if a field has been set.
func (*WebhookEndpoint) HasNextAttempt ¶
func (o *WebhookEndpoint) HasNextAttempt() bool
HasNextAttempt returns a boolean if a field has been set.
func (WebhookEndpoint) MarshalJSON ¶
func (o WebhookEndpoint) MarshalJSON() ([]byte, error)
func (*WebhookEndpoint) SetCreatedAt ¶
func (o *WebhookEndpoint) SetCreatedAt(v time.Time)
SetCreatedAt sets field value
func (*WebhookEndpoint) SetFailedCalls ¶
func (o *WebhookEndpoint) SetFailedCalls(v int64)
SetFailedCalls sets field value
func (*WebhookEndpoint) SetLabel ¶
func (o *WebhookEndpoint) SetLabel(v string)
SetLabel sets field value
func (*WebhookEndpoint) SetLastAttempt ¶
func (o *WebhookEndpoint) SetLastAttempt(v time.Time)
SetLastAttempt gets a reference to the given time.Time and assigns it to the LastAttempt field.
func (*WebhookEndpoint) SetLastError ¶
func (o *WebhookEndpoint) SetLastError(v string)
SetLastError gets a reference to the given string and assigns it to the LastError field.
func (*WebhookEndpoint) SetNextAttempt ¶
func (o *WebhookEndpoint) SetNextAttempt(v time.Time)
SetNextAttempt gets a reference to the given time.Time and assigns it to the NextAttempt field.
func (*WebhookEndpoint) SetSecret ¶
func (o *WebhookEndpoint) SetSecret(v string)
SetSecret sets field value
func (*WebhookEndpoint) SetSubscriptions ¶
func (o *WebhookEndpoint) SetSubscriptions(v []WebhookEventsType)
SetSubscriptions sets field value
func (*WebhookEndpoint) SetUpdatedAt ¶
func (o *WebhookEndpoint) SetUpdatedAt(v time.Time)
SetUpdatedAt sets field value
func (WebhookEndpoint) ToMap ¶
func (o WebhookEndpoint) ToMap() (map[string]interface{}, error)
func (*WebhookEndpoint) UnmarshalJSON ¶
func (o *WebhookEndpoint) UnmarshalJSON(data []byte) (err error)
type WebhookEvent ¶
type WebhookEvent struct { // The ID of the webhook event. Id int64 `json:"id"` EventType WebhookEventsType `json:"eventType"` // The data associated with the event. Data map[string]interface{} `json:"data"` // The time the webhook event was created. CreatedAt time.Time `json:"createdAt"` // The time the webhook event was last updated. DeliveredAt *time.Time `json:"deliveredAt,omitempty"` }
WebhookEvent struct for WebhookEvent
func NewWebhookEvent ¶
func NewWebhookEvent(id int64, eventType WebhookEventsType, data map[string]interface{}, createdAt time.Time) *WebhookEvent
NewWebhookEvent instantiates a new WebhookEvent object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewWebhookEventWithDefaults ¶
func NewWebhookEventWithDefaults() *WebhookEvent
NewWebhookEventWithDefaults instantiates a new WebhookEvent object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*WebhookEvent) GetCreatedAt ¶
func (o *WebhookEvent) GetCreatedAt() time.Time
GetCreatedAt returns the CreatedAt field value
func (*WebhookEvent) GetCreatedAtOk ¶
func (o *WebhookEvent) GetCreatedAtOk() (*time.Time, bool)
GetCreatedAtOk returns a tuple with the CreatedAt field value and a boolean to check if the value has been set.
func (*WebhookEvent) GetData ¶
func (o *WebhookEvent) GetData() map[string]interface{}
GetData returns the Data field value
func (*WebhookEvent) GetDataOk ¶
func (o *WebhookEvent) GetDataOk() (map[string]interface{}, bool)
GetDataOk returns a tuple with the Data field value and a boolean to check if the value has been set.
func (*WebhookEvent) GetDeliveredAt ¶
func (o *WebhookEvent) GetDeliveredAt() time.Time
GetDeliveredAt returns the DeliveredAt field value if set, zero value otherwise.
func (*WebhookEvent) GetDeliveredAtOk ¶
func (o *WebhookEvent) GetDeliveredAtOk() (*time.Time, bool)
GetDeliveredAtOk returns a tuple with the DeliveredAt field value if set, nil otherwise and a boolean to check if the value has been set.
func (*WebhookEvent) GetEventType ¶
func (o *WebhookEvent) GetEventType() WebhookEventsType
GetEventType returns the EventType field value
func (*WebhookEvent) GetEventTypeOk ¶
func (o *WebhookEvent) GetEventTypeOk() (*WebhookEventsType, bool)
GetEventTypeOk returns a tuple with the EventType field value and a boolean to check if the value has been set.
func (*WebhookEvent) GetIdOk ¶
func (o *WebhookEvent) GetIdOk() (*int64, bool)
GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.
func (*WebhookEvent) HasDeliveredAt ¶
func (o *WebhookEvent) HasDeliveredAt() bool
HasDeliveredAt returns a boolean if a field has been set.
func (WebhookEvent) MarshalJSON ¶
func (o WebhookEvent) MarshalJSON() ([]byte, error)
func (*WebhookEvent) SetCreatedAt ¶
func (o *WebhookEvent) SetCreatedAt(v time.Time)
SetCreatedAt sets field value
func (*WebhookEvent) SetData ¶
func (o *WebhookEvent) SetData(v map[string]interface{})
SetData sets field value
func (*WebhookEvent) SetDeliveredAt ¶
func (o *WebhookEvent) SetDeliveredAt(v time.Time)
SetDeliveredAt gets a reference to the given time.Time and assigns it to the DeliveredAt field.
func (*WebhookEvent) SetEventType ¶
func (o *WebhookEvent) SetEventType(v WebhookEventsType)
SetEventType sets field value
func (WebhookEvent) ToMap ¶
func (o WebhookEvent) ToMap() (map[string]interface{}, error)
func (*WebhookEvent) UnmarshalJSON ¶
func (o *WebhookEvent) UnmarshalJSON(data []byte) (err error)
type WebhookEventsType ¶
type WebhookEventsType string
WebhookEventsType The type of the webhook event.
const ( TRANSACTION_INCLUDED WebhookEventsType = "transaction.included" EVENT_EMITTED WebhookEventsType = "event.emitted" )
List of WebhookEventsType
func NewWebhookEventsTypeFromValue ¶
func NewWebhookEventsTypeFromValue(v string) (*WebhookEventsType, error)
NewWebhookEventsTypeFromValue returns a pointer to a valid WebhookEventsType for the value passed as argument, or an error if the value passed is not allowed by the enum
func (WebhookEventsType) IsValid ¶
func (v WebhookEventsType) IsValid() bool
IsValid return true if the value is valid for the enum, false otherwise
func (WebhookEventsType) Ptr ¶
func (v WebhookEventsType) Ptr() *WebhookEventsType
Ptr returns reference to WebhookEventsType value
func (*WebhookEventsType) UnmarshalJSON ¶
func (v *WebhookEventsType) UnmarshalJSON(src []byte) error
type WebhooksAPI ¶
type WebhooksAPI interface { /* CountWebhookEvents Count webhook events Count the events for the given webhook endpoint. @param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param webhookID @return ApiCountWebhookEventsRequest */ CountWebhookEvents(ctx context.Context, webhookID int64) ApiCountWebhookEventsRequest // CountWebhookEventsExecute executes the request // @return CountWebhookEvents200Response CountWebhookEventsExecute(r ApiCountWebhookEventsRequest) (*CountWebhookEvents200Response, *http.Response, error) /* CountWebhooks Count webhooks Count all webhook endpoints. @param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return ApiCountWebhooksRequest */ CountWebhooks(ctx context.Context) ApiCountWebhooksRequest // CountWebhooksExecute executes the request // @return CountWebhooks200Response CountWebhooksExecute(r ApiCountWebhooksRequest) (*CountWebhooks200Response, *http.Response, error) /* CreateWebhook Create webhook Create a webhook. @param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return ApiCreateWebhookRequest */ CreateWebhook(ctx context.Context) ApiCreateWebhookRequest // CreateWebhookExecute executes the request // @return CreateWebhook200Response CreateWebhookExecute(r ApiCreateWebhookRequest) (*CreateWebhook200Response, *http.Response, error) /* DeleteWebhook Delete webhook Delete a webhook endpoint. @param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param webhookID @return ApiDeleteWebhookRequest */ DeleteWebhook(ctx context.Context, webhookID int64) ApiDeleteWebhookRequest // DeleteWebhookExecute executes the request // @return BaseResponse DeleteWebhookExecute(r ApiDeleteWebhookRequest) (*BaseResponse, *http.Response, error) /* GetWebhook Get webhook Get a webhook endpoint. @param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param webhookID @return ApiGetWebhookRequest */ GetWebhook(ctx context.Context, webhookID int64) ApiGetWebhookRequest // GetWebhookExecute executes the request // @return CreateWebhook200Response GetWebhookExecute(r ApiGetWebhookRequest) (*CreateWebhook200Response, *http.Response, error) /* ListWebhookEvents List webhook events List events for the given webhook endpoint. @param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param webhookID @return ApiListWebhookEventsRequest */ ListWebhookEvents(ctx context.Context, webhookID int64) ApiListWebhookEventsRequest // ListWebhookEventsExecute executes the request // @return ListWebhookEvents200Response ListWebhookEventsExecute(r ApiListWebhookEventsRequest) (*ListWebhookEvents200Response, *http.Response, error) /* ListWebhooks List webhooks List all webhook endpoints. @param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return ApiListWebhooksRequest */ ListWebhooks(ctx context.Context) ApiListWebhooksRequest // ListWebhooksExecute executes the request // @return ListWebhooks200Response ListWebhooksExecute(r ApiListWebhooksRequest) (*ListWebhooks200Response, *http.Response, error) /* UpdateWebhook Update webhook Update a webhook endpoint. @param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param webhookID @return ApiUpdateWebhookRequest */ UpdateWebhook(ctx context.Context, webhookID int64) ApiUpdateWebhookRequest // UpdateWebhookExecute executes the request // @return CreateWebhook200Response UpdateWebhookExecute(r ApiUpdateWebhookRequest) (*CreateWebhook200Response, *http.Response, error) }
type WebhooksAPIService ¶
type WebhooksAPIService service
WebhooksAPIService WebhooksAPI service
func (*WebhooksAPIService) CountWebhookEvents ¶
func (a *WebhooksAPIService) CountWebhookEvents(ctx context.Context, webhookID int64) ApiCountWebhookEventsRequest
CountWebhookEvents Count webhook events
Count the events for the given webhook endpoint.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param webhookID @return ApiCountWebhookEventsRequest
func (*WebhooksAPIService) CountWebhookEventsExecute ¶
func (a *WebhooksAPIService) CountWebhookEventsExecute(r ApiCountWebhookEventsRequest) (*CountWebhookEvents200Response, *http.Response, error)
Execute executes the request
@return CountWebhookEvents200Response
func (*WebhooksAPIService) CountWebhooks ¶
func (a *WebhooksAPIService) CountWebhooks(ctx context.Context) ApiCountWebhooksRequest
CountWebhooks Count webhooks
Count all webhook endpoints.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return ApiCountWebhooksRequest
func (*WebhooksAPIService) CountWebhooksExecute ¶
func (a *WebhooksAPIService) CountWebhooksExecute(r ApiCountWebhooksRequest) (*CountWebhooks200Response, *http.Response, error)
Execute executes the request
@return CountWebhooks200Response
func (*WebhooksAPIService) CreateWebhook ¶
func (a *WebhooksAPIService) CreateWebhook(ctx context.Context) ApiCreateWebhookRequest
CreateWebhook Create webhook
Create a webhook.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return ApiCreateWebhookRequest
func (*WebhooksAPIService) CreateWebhookExecute ¶
func (a *WebhooksAPIService) CreateWebhookExecute(r ApiCreateWebhookRequest) (*CreateWebhook200Response, *http.Response, error)
Execute executes the request
@return CreateWebhook200Response
func (*WebhooksAPIService) DeleteWebhook ¶
func (a *WebhooksAPIService) DeleteWebhook(ctx context.Context, webhookID int64) ApiDeleteWebhookRequest
DeleteWebhook Delete webhook
Delete a webhook endpoint.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param webhookID @return ApiDeleteWebhookRequest
func (*WebhooksAPIService) DeleteWebhookExecute ¶
func (a *WebhooksAPIService) DeleteWebhookExecute(r ApiDeleteWebhookRequest) (*BaseResponse, *http.Response, error)
Execute executes the request
@return BaseResponse
func (*WebhooksAPIService) GetWebhook ¶
func (a *WebhooksAPIService) GetWebhook(ctx context.Context, webhookID int64) ApiGetWebhookRequest
GetWebhook Get webhook
Get a webhook endpoint.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param webhookID @return ApiGetWebhookRequest
func (*WebhooksAPIService) GetWebhookExecute ¶
func (a *WebhooksAPIService) GetWebhookExecute(r ApiGetWebhookRequest) (*CreateWebhook200Response, *http.Response, error)
Execute executes the request
@return CreateWebhook200Response
func (*WebhooksAPIService) ListWebhookEvents ¶
func (a *WebhooksAPIService) ListWebhookEvents(ctx context.Context, webhookID int64) ApiListWebhookEventsRequest
ListWebhookEvents List webhook events
List events for the given webhook endpoint.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param webhookID @return ApiListWebhookEventsRequest
func (*WebhooksAPIService) ListWebhookEventsExecute ¶
func (a *WebhooksAPIService) ListWebhookEventsExecute(r ApiListWebhookEventsRequest) (*ListWebhookEvents200Response, *http.Response, error)
Execute executes the request
@return ListWebhookEvents200Response
func (*WebhooksAPIService) ListWebhooks ¶
func (a *WebhooksAPIService) ListWebhooks(ctx context.Context) ApiListWebhooksRequest
ListWebhooks List webhooks
List all webhook endpoints.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return ApiListWebhooksRequest
func (*WebhooksAPIService) ListWebhooksExecute ¶
func (a *WebhooksAPIService) ListWebhooksExecute(r ApiListWebhooksRequest) (*ListWebhooks200Response, *http.Response, error)
Execute executes the request
@return ListWebhooks200Response
func (*WebhooksAPIService) UpdateWebhook ¶
func (a *WebhooksAPIService) UpdateWebhook(ctx context.Context, webhookID int64) ApiUpdateWebhookRequest
UpdateWebhook Update webhook
Update a webhook endpoint.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param webhookID @return ApiUpdateWebhookRequest
func (*WebhooksAPIService) UpdateWebhookExecute ¶
func (a *WebhooksAPIService) UpdateWebhookExecute(r ApiUpdateWebhookRequest) (*CreateWebhook200Response, *http.Response, error)
Execute executes the request
@return CreateWebhook200Response
Source Files ¶
- api_addresses.go
- api_admin.go
- api_chains.go
- api_contracts.go
- api_event_queries.go
- api_events.go
- api_hsm.go
- api_txm.go
- api_webhooks.go
- client.go
- configuration.go
- errors.go
- model_accept_invite_200_response.go
- model_accept_invite_request.go
- model_add_key.go
- model_address.go
- model_address_label.go
- model_api_key.go
- model_api_key_with_secret.go
- model_audit_log.go
- model_azure_account.go
- model_azure_hardware_wallet.go
- model_azure_wallet.go
- model_base_api_key.go
- model_base_azure_account.go
- model_base_contract.go
- model_base_response.go
- model_base_transaction_to_sign.go
- model_base_transaction_to_sign_tx.go
- model_base_user.go
- model_base_webhook_endpoint.go
- model_block.go
- model_call_contract_function_200_response.go
- model_call_contract_function_200_response_all_of_result.go
- model_chain_name.go
- model_chain_status.go
- model_contract.go
- model_contract_abi.go
- model_contract_abi_error.go
- model_contract_abi_error_argument.go
- model_contract_abi_event.go
- model_contract_abi_event_argument.go
- model_contract_abi_method.go
- model_contract_abi_method_1.go
- model_contract_abi_method_argument.go
- model_contract_abi_type.go
- model_contract_abi_type_conversion.go
- model_contract_event_options.go
- model_contract_information.go
- model_contract_instance.go
- model_contract_lookup.go
- model_contract_metadata.go
- model_contract_method_information.go
- model_contract_method_options.go
- model_contract_overview.go
- model_contract_parameter.go
- model_cors_origin.go
- model_count_event_query_records_200_response.go
- model_count_wallet_transactions_200_response.go
- model_count_webhook_events_200_response.go
- model_count_webhooks_200_response.go
- model_create_api_key_200_response.go
- model_create_api_key_request.go
- model_create_hsm_key_200_response.go
- model_create_key.go
- model_create_webhook_200_response.go
- model_deploy_contract_200_response.go
- model_deploy_contract_transaction.go
- model_error.go
- model_event.go
- model_event_field.go
- model_event_information.go
- model_event_monitor_status.go
- model_event_query.go
- model_event_query_event.go
- model_event_query_field.go
- model_event_query_filter.go
- model_event_query_results.go
- model_event_type_conversion_options.go
- model_execute_arbitrary_event_query_200_response.go
- model_field_type.go
- model_gas_params.go
- model_get_api_key_200_response.go
- model_get_block_200_response.go
- model_get_chain_status_200_response.go
- model_get_contract_200_response.go
- model_get_contract_versions_200_response.go
- model_get_event_count_200_response.go
- model_get_event_monitor_status_200_response.go
- model_get_event_query_200_response.go
- model_get_event_type_conversions_200_response.go
- model_get_function_type_conversions_200_response.go
- model_get_transaction_200_response.go
- model_get_transaction_receipt_200_response.go
- model_group.go
- model_hsm_data.go
- model_hsm_sign_request.go
- model_hsm_sign_request_chain_id.go
- model_hsm_sign_response.go
- model_invite.go
- model_link_address_contract_request.go
- model_list_addresses_200_response.go
- model_list_api_keys_200_response.go
- model_list_audit_logs_200_response.go
- model_list_contract_versions_200_response.go
- model_list_contract_versions_200_response_all_of_result.go
- model_list_contracts_200_response.go
- model_list_cors_origins_200_response.go
- model_list_event_queries_200_response.go
- model_list_events_200_response.go
- model_list_groups_200_response.go
- model_list_hsm_200_response.go
- model_list_hsm_wallets_200_response.go
- model_list_user_signers_200_response.go
- model_list_users_200_response.go
- model_list_wallet_transactions_200_response.go
- model_list_webhook_events_200_response.go
- model_list_webhooks_200_response.go
- model_log.go
- model_method_arg.go
- model_method_call_preview_response.go
- model_method_call_response.go
- model_method_type_conversion_options.go
- model_post_method_args.go
- model_post_method_response.go
- model_preview_args.go
- model_role.go
- model_saved_event_query.go
- model_set_address_201_response.go
- model_set_nonce_request.go
- model_sign_data_200_response.go
- model_signed_transaction_response.go
- model_signed_transaction_submission.go
- model_signer_label.go
- model_signer_wallet.go
- model_standalone_wallet.go
- model_submit_signed_transaction_200_response.go
- model_transaction.go
- model_transaction_data.go
- model_transaction_information.go
- model_transaction_receipt.go
- model_transaction_receipt_data.go
- model_transaction_status.go
- model_transaction_to_sign.go
- model_transaction_to_sign_response.go
- model_transfer_eth_200_response.go
- model_type_conversion_options.go
- model_user.go
- model_wallet_transaction.go
- model_webhook_endpoint.go
- model_webhook_event.go
- model_webhook_events_type.go
- response.go
- utils.go