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
- type APIResponse
- type AddressAPIService
- func (a *AddressAPIService) AddressBlobs(ctx context.Context, hash string) ApiAddressBlobsRequest
- func (a *AddressAPIService) AddressBlobsExecute(r ApiAddressBlobsRequest) ([]ResponsesBlobLog, *http.Response, error)
- func (a *AddressAPIService) AddressCelestials(ctx context.Context, hash string) ApiAddressCelestialsRequest
- func (a *AddressAPIService) AddressCelestialsExecute(r ApiAddressCelestialsRequest) ([]ResponsesCelestial, *http.Response, error)
- func (a *AddressAPIService) AddressDelegations(ctx context.Context, hash string) ApiAddressDelegationsRequest
- func (a *AddressAPIService) AddressDelegationsExecute(r ApiAddressDelegationsRequest) ([]ResponsesDelegation, *http.Response, error)
- func (a *AddressAPIService) AddressGrantee(ctx context.Context, hash string) ApiAddressGranteeRequest
- func (a *AddressAPIService) AddressGranteeExecute(r ApiAddressGranteeRequest) ([]ResponsesGrant, *http.Response, error)
- func (a *AddressAPIService) AddressGrants(ctx context.Context, hash string) ApiAddressGrantsRequest
- func (a *AddressAPIService) AddressGrantsExecute(r ApiAddressGrantsRequest) ([]ResponsesGrant, *http.Response, error)
- func (a *AddressAPIService) AddressMessages(ctx context.Context, hash string) ApiAddressMessagesRequest
- func (a *AddressAPIService) AddressMessagesExecute(r ApiAddressMessagesRequest) ([]ResponsesMessageForAddress, *http.Response, error)
- func (a *AddressAPIService) AddressRedelegations(ctx context.Context, hash string) ApiAddressRedelegationsRequest
- func (a *AddressAPIService) AddressRedelegationsExecute(r ApiAddressRedelegationsRequest) ([]ResponsesRedelegation, *http.Response, error)
- func (a *AddressAPIService) AddressStats(ctx context.Context, hash string, name string, timeframe string) ApiAddressStatsRequest
- func (a *AddressAPIService) AddressStatsExecute(r ApiAddressStatsRequest) ([]ResponsesHistogramItem, *http.Response, error)
- func (a *AddressAPIService) AddressTransactions(ctx context.Context, hash string) ApiAddressTransactionsRequest
- func (a *AddressAPIService) AddressTransactionsExecute(r ApiAddressTransactionsRequest) ([]ResponsesTx, *http.Response, error)
- func (a *AddressAPIService) AddressUndelegations(ctx context.Context, hash string) ApiAddressUndelegationsRequest
- func (a *AddressAPIService) AddressUndelegationsExecute(r ApiAddressUndelegationsRequest) ([]ResponsesUndelegation, *http.Response, error)
- func (a *AddressAPIService) AddressVesting(ctx context.Context, hash string) ApiAddressVestingRequest
- func (a *AddressAPIService) AddressVestingExecute(r ApiAddressVestingRequest) ([]ResponsesVesting, *http.Response, error)
- func (a *AddressAPIService) AddressVotes(ctx context.Context, hash string) ApiAddressVotesRequest
- func (a *AddressAPIService) AddressVotesExecute(r ApiAddressVotesRequest) ([]ResponsesVote, *http.Response, error)
- func (a *AddressAPIService) GetAddress(ctx context.Context, hash string) ApiGetAddressRequest
- func (a *AddressAPIService) GetAddressCount(ctx context.Context) ApiGetAddressCountRequest
- func (a *AddressAPIService) GetAddressCountExecute(r ApiGetAddressCountRequest) (int32, *http.Response, error)
- func (a *AddressAPIService) GetAddressExecute(r ApiGetAddressRequest) (*ResponsesAddress, *http.Response, error)
- func (a *AddressAPIService) ListAddress(ctx context.Context) ApiListAddressRequest
- func (a *AddressAPIService) ListAddressExecute(r ApiListAddressRequest) ([]ResponsesAddress, *http.Response, error)
- type ApiAddressBlobsRequest
- func (r ApiAddressBlobsRequest) Execute() ([]ResponsesBlobLog, *http.Response, error)
- func (r ApiAddressBlobsRequest) Joins(joins bool) ApiAddressBlobsRequest
- func (r ApiAddressBlobsRequest) Limit(limit int32) ApiAddressBlobsRequest
- func (r ApiAddressBlobsRequest) Offset(offset int32) ApiAddressBlobsRequest
- func (r ApiAddressBlobsRequest) Sort(sort string) ApiAddressBlobsRequest
- func (r ApiAddressBlobsRequest) SortBy(sortBy string) ApiAddressBlobsRequest
- type ApiAddressCelestialsRequest
- type ApiAddressDelegationsRequest
- func (r ApiAddressDelegationsRequest) Execute() ([]ResponsesDelegation, *http.Response, error)
- func (r ApiAddressDelegationsRequest) Limit(limit int32) ApiAddressDelegationsRequest
- func (r ApiAddressDelegationsRequest) Offset(offset int32) ApiAddressDelegationsRequest
- func (r ApiAddressDelegationsRequest) ShowZero(showZero bool) ApiAddressDelegationsRequest
- type ApiAddressGranteeRequest
- type ApiAddressGrantsRequest
- type ApiAddressMessagesRequest
- func (r ApiAddressMessagesRequest) Execute() ([]ResponsesMessageForAddress, *http.Response, error)
- func (r ApiAddressMessagesRequest) Limit(limit int32) ApiAddressMessagesRequest
- func (r ApiAddressMessagesRequest) MsgType(msgType string) ApiAddressMessagesRequest
- func (r ApiAddressMessagesRequest) Offset(offset int32) ApiAddressMessagesRequest
- func (r ApiAddressMessagesRequest) Sort(sort string) ApiAddressMessagesRequest
- type ApiAddressRedelegationsRequest
- type ApiAddressStatsRequest
- type ApiAddressTransactionsRequest
- func (r ApiAddressTransactionsRequest) Execute() ([]ResponsesTx, *http.Response, error)
- func (r ApiAddressTransactionsRequest) From(from int32) ApiAddressTransactionsRequest
- func (r ApiAddressTransactionsRequest) Height(height int32) ApiAddressTransactionsRequest
- func (r ApiAddressTransactionsRequest) Limit(limit int32) ApiAddressTransactionsRequest
- func (r ApiAddressTransactionsRequest) MsgType(msgType string) ApiAddressTransactionsRequest
- func (r ApiAddressTransactionsRequest) Offset(offset int32) ApiAddressTransactionsRequest
- func (r ApiAddressTransactionsRequest) Sort(sort string) ApiAddressTransactionsRequest
- func (r ApiAddressTransactionsRequest) Status(status string) ApiAddressTransactionsRequest
- func (r ApiAddressTransactionsRequest) To(to int32) ApiAddressTransactionsRequest
- type ApiAddressUndelegationsRequest
- type ApiAddressVestingRequest
- func (r ApiAddressVestingRequest) Execute() ([]ResponsesVesting, *http.Response, error)
- func (r ApiAddressVestingRequest) Limit(limit int32) ApiAddressVestingRequest
- func (r ApiAddressVestingRequest) Offset(offset int32) ApiAddressVestingRequest
- func (r ApiAddressVestingRequest) ShowEnded(showEnded bool) ApiAddressVestingRequest
- type ApiAddressVotesRequest
- type ApiBlockBlobsCountRequest
- type ApiGasEstimateForPfbRequest
- type ApiGasPricePriorityRequest
- type ApiGasPriceRequest
- type ApiGetAddressCountRequest
- type ApiGetAddressRequest
- type ApiGetBlobLogsRequest
- func (r ApiGetBlobLogsRequest) Commitment(commitment string) ApiGetBlobLogsRequest
- func (r ApiGetBlobLogsRequest) Cursor(cursor int32) ApiGetBlobLogsRequest
- func (r ApiGetBlobLogsRequest) Execute() ([]ResponsesBlobLog, *http.Response, error)
- func (r ApiGetBlobLogsRequest) From(from int32) ApiGetBlobLogsRequest
- func (r ApiGetBlobLogsRequest) Joins(joins bool) ApiGetBlobLogsRequest
- func (r ApiGetBlobLogsRequest) Limit(limit int32) ApiGetBlobLogsRequest
- func (r ApiGetBlobLogsRequest) Offset(offset int32) ApiGetBlobLogsRequest
- func (r ApiGetBlobLogsRequest) Signers(signers string) ApiGetBlobLogsRequest
- func (r ApiGetBlobLogsRequest) Sort(sort string) ApiGetBlobLogsRequest
- func (r ApiGetBlobLogsRequest) SortBy(sortBy string) ApiGetBlobLogsRequest
- func (r ApiGetBlobLogsRequest) To(to int32) ApiGetBlobLogsRequest
- type ApiGetBlobMetadataRequest
- type ApiGetBlobProofRequest
- type ApiGetBlobRequest
- type ApiGetBlobsRequest
- func (r ApiGetBlobsRequest) Commitment(commitment string) ApiGetBlobsRequest
- func (r ApiGetBlobsRequest) Cursor(cursor int32) ApiGetBlobsRequest
- func (r ApiGetBlobsRequest) Execute() ([]ResponsesLightBlobLog, *http.Response, error)
- func (r ApiGetBlobsRequest) From(from int32) ApiGetBlobsRequest
- func (r ApiGetBlobsRequest) Limit(limit int32) ApiGetBlobsRequest
- func (r ApiGetBlobsRequest) Namespaces(namespaces string) ApiGetBlobsRequest
- func (r ApiGetBlobsRequest) Offset(offset int32) ApiGetBlobsRequest
- func (r ApiGetBlobsRequest) Signers(signers string) ApiGetBlobsRequest
- func (r ApiGetBlobsRequest) Sort(sort string) ApiGetBlobsRequest
- func (r ApiGetBlobsRequest) SortBy(sortBy string) ApiGetBlobsRequest
- func (r ApiGetBlobsRequest) To(to int32) ApiGetBlobsRequest
- type ApiGetBlockBlobsRequest
- func (r ApiGetBlockBlobsRequest) Execute() ([]ResponsesBlobLog, *http.Response, error)
- func (r ApiGetBlockBlobsRequest) Limit(limit int32) ApiGetBlockBlobsRequest
- func (r ApiGetBlockBlobsRequest) Offset(offset int32) ApiGetBlockBlobsRequest
- func (r ApiGetBlockBlobsRequest) Sort(sort string) ApiGetBlockBlobsRequest
- func (r ApiGetBlockBlobsRequest) SortBy(sortBy string) ApiGetBlockBlobsRequest
- type ApiGetBlockCountRequest
- type ApiGetBlockEventsRequest
- type ApiGetBlockMessagesRequest
- func (r ApiGetBlockMessagesRequest) ExcludedMsgType(excludedMsgType string) ApiGetBlockMessagesRequest
- func (r ApiGetBlockMessagesRequest) Execute() ([]ResponsesMessage, *http.Response, error)
- func (r ApiGetBlockMessagesRequest) Limit(limit int32) ApiGetBlockMessagesRequest
- func (r ApiGetBlockMessagesRequest) MsgType(msgType string) ApiGetBlockMessagesRequest
- func (r ApiGetBlockMessagesRequest) Offset(offset int32) ApiGetBlockMessagesRequest
- type ApiGetBlockRequest
- type ApiGetBlockStatsRequest
- type ApiGetConstantsRequest
- type ApiGetEnumsRequest
- type ApiGetHyperlaneMailboxRequest
- type ApiGetHyperlaneTokenRequest
- type ApiGetIbcChannelRequest
- type ApiGetIbcChannelsRequest
- func (r ApiGetIbcChannelsRequest) ClientId(clientId string) ApiGetIbcChannelsRequest
- func (r ApiGetIbcChannelsRequest) ConnectionId(connectionId string) ApiGetIbcChannelsRequest
- func (r ApiGetIbcChannelsRequest) Execute() ([]ResponsesIbcChannel, *http.Response, error)
- func (r ApiGetIbcChannelsRequest) Limit(limit int32) ApiGetIbcChannelsRequest
- func (r ApiGetIbcChannelsRequest) Offset(offset int32) ApiGetIbcChannelsRequest
- func (r ApiGetIbcChannelsRequest) Sort(sort string) ApiGetIbcChannelsRequest
- func (r ApiGetIbcChannelsRequest) Status(status string) ApiGetIbcChannelsRequest
- type ApiGetIbcClientRequest
- type ApiGetIbcClientsRequest
- func (r ApiGetIbcClientsRequest) ChainId(chainId string) ApiGetIbcClientsRequest
- func (r ApiGetIbcClientsRequest) Creator(creator string) ApiGetIbcClientsRequest
- func (r ApiGetIbcClientsRequest) Execute() ([]ResponsesIbcClient, *http.Response, error)
- func (r ApiGetIbcClientsRequest) Limit(limit int32) ApiGetIbcClientsRequest
- func (r ApiGetIbcClientsRequest) Offset(offset int32) ApiGetIbcClientsRequest
- func (r ApiGetIbcClientsRequest) Sort(sort string) ApiGetIbcClientsRequest
- type ApiGetIbcConnRequest
- type ApiGetIbcConnsRequest
- func (r ApiGetIbcConnsRequest) ClientId(clientId string) ApiGetIbcConnsRequest
- func (r ApiGetIbcConnsRequest) Execute() ([]ResponsesIbcConnection, *http.Response, error)
- func (r ApiGetIbcConnsRequest) Limit(limit int32) ApiGetIbcConnsRequest
- func (r ApiGetIbcConnsRequest) Offset(offset int32) ApiGetIbcConnsRequest
- func (r ApiGetIbcConnsRequest) Sort(sort string) ApiGetIbcConnsRequest
- type ApiGetIbcTransfersRequest
- func (r ApiGetIbcTransfersRequest) Address(address string) ApiGetIbcTransfersRequest
- func (r ApiGetIbcTransfersRequest) ChainId(chainId string) ApiGetIbcTransfersRequest
- func (r ApiGetIbcTransfersRequest) ChannelId(channelId string) ApiGetIbcTransfersRequest
- func (r ApiGetIbcTransfersRequest) Execute() ([]ResponsesIbcTransfer, *http.Response, error)
- func (r ApiGetIbcTransfersRequest) Limit(limit int32) ApiGetIbcTransfersRequest
- func (r ApiGetIbcTransfersRequest) Offset(offset int32) ApiGetIbcTransfersRequest
- func (r ApiGetIbcTransfersRequest) Receiver(receiver string) ApiGetIbcTransfersRequest
- func (r ApiGetIbcTransfersRequest) Sender(sender string) ApiGetIbcTransfersRequest
- func (r ApiGetIbcTransfersRequest) Sort(sort string) ApiGetIbcTransfersRequest
- type ApiGetNamespaceBase64Request
- type ApiGetNamespaceBlobsRequest
- type ApiGetNamespaceByVersionAndIdRequest
- type ApiGetNamespaceMessagesRequest
- type ApiGetNamespaceRequest
- type ApiGetNamespaceRollupsRequest
- type ApiGetProposalRequest
- type ApiGetRollupAllSeriesRequest
- type ApiGetRollupBlobsRequest
- func (r ApiGetRollupBlobsRequest) Execute() ([]ResponsesBlobLog, *http.Response, error)
- func (r ApiGetRollupBlobsRequest) Joins(joins bool) ApiGetRollupBlobsRequest
- func (r ApiGetRollupBlobsRequest) Limit(limit int32) ApiGetRollupBlobsRequest
- func (r ApiGetRollupBlobsRequest) Offset(offset int32) ApiGetRollupBlobsRequest
- func (r ApiGetRollupBlobsRequest) Sort(sort string) ApiGetRollupBlobsRequest
- func (r ApiGetRollupBlobsRequest) SortBy(sortBy string) ApiGetRollupBlobsRequest
- type ApiGetRollupBySlugRequest
- type ApiGetRollupDistributionRequest
- type ApiGetRollupNamespacesRequest
- type ApiGetRollupRequest
- type ApiGetRollupStatsRequest
- type ApiGetRollupsCountRequest
- type ApiGetTransactionEventsRequest
- type ApiGetTransactionMessagesRequest
- type ApiGetTransactionRequest
- type ApiGetTransactionsCountRequest
- type ApiGetValidatorBlocksRequest
- type ApiGetValidatorRequest
- type ApiGetValidatorUptimeRequest
- type ApiGetVestingPeriodsRequest
- type ApiHeadRequest
- type ApiListAddressRequest
- func (r ApiListAddressRequest) Execute() ([]ResponsesAddress, *http.Response, error)
- func (r ApiListAddressRequest) Limit(limit int32) ApiListAddressRequest
- func (r ApiListAddressRequest) Offset(offset int32) ApiListAddressRequest
- func (r ApiListAddressRequest) Sort(sort string) ApiListAddressRequest
- func (r ApiListAddressRequest) SortBy(sortBy string) ApiListAddressRequest
- type ApiListBlockRequest
- func (r ApiListBlockRequest) Execute() ([]ResponsesBlock, *http.Response, error)
- func (r ApiListBlockRequest) Limit(limit int32) ApiListBlockRequest
- func (r ApiListBlockRequest) Offset(offset int32) ApiListBlockRequest
- func (r ApiListBlockRequest) Sort(sort string) ApiListBlockRequest
- func (r ApiListBlockRequest) Stats(stats bool) ApiListBlockRequest
- type ApiListGenesisTransactionsRequest
- func (r ApiListGenesisTransactionsRequest) Execute() ([]ResponsesTx, *http.Response, error)
- func (r ApiListGenesisTransactionsRequest) Limit(limit int32) ApiListGenesisTransactionsRequest
- func (r ApiListGenesisTransactionsRequest) Offset(offset int32) ApiListGenesisTransactionsRequest
- func (r ApiListGenesisTransactionsRequest) Sort(sort string) ApiListGenesisTransactionsRequest
- type ApiListHyperlaneMailboxRequest
- type ApiListHyperlaneTokensRequest
- func (r ApiListHyperlaneTokensRequest) Execute() ([]ResponsesHyperlaneToken, *http.Response, error)
- func (r ApiListHyperlaneTokensRequest) Limit(limit int32) ApiListHyperlaneTokensRequest
- func (r ApiListHyperlaneTokensRequest) Mailbox(mailbox string) ApiListHyperlaneTokensRequest
- func (r ApiListHyperlaneTokensRequest) Offset(offset int32) ApiListHyperlaneTokensRequest
- func (r ApiListHyperlaneTokensRequest) Owner(owner string) ApiListHyperlaneTokensRequest
- func (r ApiListHyperlaneTokensRequest) Sort(sort string) ApiListHyperlaneTokensRequest
- func (r ApiListHyperlaneTokensRequest) Type_(type_ string) ApiListHyperlaneTokensRequest
- type ApiListHyperlaneTransfersRequest
- func (r ApiListHyperlaneTransfersRequest) Address(address string) ApiListHyperlaneTransfersRequest
- func (r ApiListHyperlaneTransfersRequest) Domain(domain int32) ApiListHyperlaneTransfersRequest
- func (r ApiListHyperlaneTransfersRequest) Execute() ([]ResponsesHyperlaneTransfer, *http.Response, error)
- func (r ApiListHyperlaneTransfersRequest) Limit(limit int32) ApiListHyperlaneTransfersRequest
- func (r ApiListHyperlaneTransfersRequest) Mailbox(mailbox string) ApiListHyperlaneTransfersRequest
- func (r ApiListHyperlaneTransfersRequest) Offset(offset int32) ApiListHyperlaneTransfersRequest
- func (r ApiListHyperlaneTransfersRequest) Relayer(relayer string) ApiListHyperlaneTransfersRequest
- func (r ApiListHyperlaneTransfersRequest) Sort(sort string) ApiListHyperlaneTransfersRequest
- func (r ApiListHyperlaneTransfersRequest) Token(token string) ApiListHyperlaneTransfersRequest
- func (r ApiListHyperlaneTransfersRequest) Type_(type_ string) ApiListHyperlaneTransfersRequest
- type ApiListNamespaceRequest
- func (r ApiListNamespaceRequest) Execute() ([]ResponsesNamespace, *http.Response, error)
- func (r ApiListNamespaceRequest) Limit(limit int32) ApiListNamespaceRequest
- func (r ApiListNamespaceRequest) Offset(offset int32) ApiListNamespaceRequest
- func (r ApiListNamespaceRequest) Sort(sort string) ApiListNamespaceRequest
- func (r ApiListNamespaceRequest) SortBy(sortBy string) ApiListNamespaceRequest
- type ApiListProposalRequest
- func (r ApiListProposalRequest) Execute() ([]ResponsesProposal, *http.Response, error)
- func (r ApiListProposalRequest) Limit(limit int32) ApiListProposalRequest
- func (r ApiListProposalRequest) Offset(offset int32) ApiListProposalRequest
- func (r ApiListProposalRequest) Proposer(proposer string) ApiListProposalRequest
- func (r ApiListProposalRequest) Sort(sort string) ApiListProposalRequest
- func (r ApiListProposalRequest) Status(status string) ApiListProposalRequest
- func (r ApiListProposalRequest) Type_(type_ string) ApiListProposalRequest
- type ApiListRollup24hRequest
- func (r ApiListRollup24hRequest) Category(category string) ApiListRollup24hRequest
- func (r ApiListRollup24hRequest) Execute() ([]ResponsesRollupWithDayStats, *http.Response, error)
- func (r ApiListRollup24hRequest) Limit(limit int32) ApiListRollup24hRequest
- func (r ApiListRollup24hRequest) Offset(offset int32) ApiListRollup24hRequest
- func (r ApiListRollup24hRequest) Provider(provider string) ApiListRollup24hRequest
- func (r ApiListRollup24hRequest) Sort(sort string) ApiListRollup24hRequest
- func (r ApiListRollup24hRequest) SortBy(sortBy string) ApiListRollup24hRequest
- func (r ApiListRollup24hRequest) Stack(stack string) ApiListRollup24hRequest
- func (r ApiListRollup24hRequest) Tags(tags string) ApiListRollup24hRequest
- type ApiListRollupRequest
- func (r ApiListRollupRequest) Category(category string) ApiListRollupRequest
- func (r ApiListRollupRequest) Execute() ([]ResponsesRollupWithStats, *http.Response, error)
- func (r ApiListRollupRequest) IsActive(isActive bool) ApiListRollupRequest
- func (r ApiListRollupRequest) Limit(limit int32) ApiListRollupRequest
- func (r ApiListRollupRequest) Offset(offset int32) ApiListRollupRequest
- func (r ApiListRollupRequest) Provider(provider string) ApiListRollupRequest
- func (r ApiListRollupRequest) Sort(sort string) ApiListRollupRequest
- func (r ApiListRollupRequest) SortBy(sortBy string) ApiListRollupRequest
- func (r ApiListRollupRequest) Stack(stack string) ApiListRollupRequest
- func (r ApiListRollupRequest) Tags(tags string) ApiListRollupRequest
- type ApiListTransactionBlobsRequest
- func (r ApiListTransactionBlobsRequest) Execute() ([]ResponsesBlobLog, *http.Response, error)
- func (r ApiListTransactionBlobsRequest) Limit(limit int32) ApiListTransactionBlobsRequest
- func (r ApiListTransactionBlobsRequest) Offset(offset int32) ApiListTransactionBlobsRequest
- func (r ApiListTransactionBlobsRequest) Sort(sort string) ApiListTransactionBlobsRequest
- func (r ApiListTransactionBlobsRequest) SortBy(sortBy string) ApiListTransactionBlobsRequest
- type ApiListTransactionsRequest
- func (r ApiListTransactionsRequest) ExcludedMsgType(excludedMsgType string) ApiListTransactionsRequest
- func (r ApiListTransactionsRequest) Execute() ([]ResponsesTx, *http.Response, error)
- func (r ApiListTransactionsRequest) From(from int32) ApiListTransactionsRequest
- func (r ApiListTransactionsRequest) Height(height int32) ApiListTransactionsRequest
- func (r ApiListTransactionsRequest) Limit(limit int32) ApiListTransactionsRequest
- func (r ApiListTransactionsRequest) Messages(messages bool) ApiListTransactionsRequest
- func (r ApiListTransactionsRequest) MsgType(msgType string) ApiListTransactionsRequest
- func (r ApiListTransactionsRequest) Offset(offset int32) ApiListTransactionsRequest
- func (r ApiListTransactionsRequest) Sort(sort string) ApiListTransactionsRequest
- func (r ApiListTransactionsRequest) Status(status string) ApiListTransactionsRequest
- func (r ApiListTransactionsRequest) To(to int32) ApiListTransactionsRequest
- type ApiListValidatorRequest
- func (r ApiListValidatorRequest) Execute() ([]ResponsesValidator, *http.Response, error)
- func (r ApiListValidatorRequest) Jailed(jailed bool) ApiListValidatorRequest
- func (r ApiListValidatorRequest) Limit(limit int32) ApiListValidatorRequest
- func (r ApiListValidatorRequest) Offset(offset int32) ApiListValidatorRequest
- type ApiProposalVotesRequest
- type ApiRollupExportRequest
- type ApiRollupGroupedStatisticsRequest
- func (r ApiRollupGroupedStatisticsRequest) Column(column string) ApiRollupGroupedStatisticsRequest
- func (r ApiRollupGroupedStatisticsRequest) Execute() ([]ResponsesRollupGroupedStats, *http.Response, error)
- func (r ApiRollupGroupedStatisticsRequest) Func_(func_ string) ApiRollupGroupedStatisticsRequest
- type ApiSearchRequest
- type ApiStats24hChangesRequest
- type ApiStatsIbcChainsRequest
- type ApiStatsIbcSeriesRequest
- type ApiStatsMessagesCount24hRequest
- type ApiStatsNamespaceUsageRequest
- type ApiStatsNsSeriesRequest
- type ApiStatsRollup24hRequest
- type ApiStatsSeriesCumulativeRequest
- type ApiStatsSeriesRequest
- type ApiStatsSizeGroupsRequest
- type ApiStatsSquareSizeRequest
- type ApiStatsStakingSeriesRequest
- type ApiStatsSummaryRequest
- type ApiTransactionBlobsCountRequest
- type ApiValidatorCountRequest
- type ApiValidatorDelegatorsRequest
- func (r ApiValidatorDelegatorsRequest) Execute() ([]ResponsesDelegation, *http.Response, error)
- func (r ApiValidatorDelegatorsRequest) Limit(limit int32) ApiValidatorDelegatorsRequest
- func (r ApiValidatorDelegatorsRequest) Offset(offset int32) ApiValidatorDelegatorsRequest
- func (r ApiValidatorDelegatorsRequest) ShowZero(showZero bool) ApiValidatorDelegatorsRequest
- type ApiValidatorJailsRequest
- type ApiValidatorVotesRequest
- type BasicAuth
- type BlockAPIService
- func (a *BlockAPIService) BlockBlobsCount(ctx context.Context, height int32) ApiBlockBlobsCountRequest
- func (a *BlockAPIService) BlockBlobsCountExecute(r ApiBlockBlobsCountRequest) (int32, *http.Response, error)
- func (a *BlockAPIService) GetBlock(ctx context.Context, height int32) ApiGetBlockRequest
- func (a *BlockAPIService) GetBlockBlobs(ctx context.Context, height int32) ApiGetBlockBlobsRequest
- func (a *BlockAPIService) GetBlockBlobsExecute(r ApiGetBlockBlobsRequest) ([]ResponsesBlobLog, *http.Response, error)
- func (a *BlockAPIService) GetBlockCount(ctx context.Context) ApiGetBlockCountRequest
- func (a *BlockAPIService) GetBlockCountExecute(r ApiGetBlockCountRequest) (int32, *http.Response, error)
- func (a *BlockAPIService) GetBlockEvents(ctx context.Context, height int32) ApiGetBlockEventsRequest
- func (a *BlockAPIService) GetBlockEventsExecute(r ApiGetBlockEventsRequest) ([]ResponsesEvent, *http.Response, error)
- func (a *BlockAPIService) GetBlockExecute(r ApiGetBlockRequest) (*ResponsesBlock, *http.Response, error)
- func (a *BlockAPIService) GetBlockMessages(ctx context.Context, height int32) ApiGetBlockMessagesRequest
- func (a *BlockAPIService) GetBlockMessagesExecute(r ApiGetBlockMessagesRequest) ([]ResponsesMessage, *http.Response, error)
- func (a *BlockAPIService) GetBlockStats(ctx context.Context, height int32) ApiGetBlockStatsRequest
- func (a *BlockAPIService) GetBlockStatsExecute(r ApiGetBlockStatsRequest) (*ResponsesBlockStats, *http.Response, error)
- func (a *BlockAPIService) ListBlock(ctx context.Context) ApiListBlockRequest
- func (a *BlockAPIService) ListBlockExecute(r ApiListBlockRequest) ([]ResponsesBlock, *http.Response, error)
- type Configuration
- type GasAPIService
- func (a *GasAPIService) GasEstimateForPfb(ctx context.Context) ApiGasEstimateForPfbRequest
- func (a *GasAPIService) GasEstimateForPfbExecute(r ApiGasEstimateForPfbRequest) (int32, *http.Response, error)
- func (a *GasAPIService) GasPrice(ctx context.Context) ApiGasPriceRequest
- func (a *GasAPIService) GasPriceExecute(r ApiGasPriceRequest) (*ResponsesGasPrice, *http.Response, error)
- func (a *GasAPIService) GasPricePriority(ctx context.Context, priority string) ApiGasPricePriorityRequest
- func (a *GasAPIService) GasPricePriorityExecute(r ApiGasPricePriorityRequest) (string, *http.Response, error)
- type GeneralAPIService
- func (a *GeneralAPIService) GetConstants(ctx context.Context) ApiGetConstantsRequest
- func (a *GeneralAPIService) GetConstantsExecute(r ApiGetConstantsRequest) (*ResponsesConstants, *http.Response, error)
- func (a *GeneralAPIService) GetEnums(ctx context.Context) ApiGetEnumsRequest
- func (a *GeneralAPIService) GetEnumsExecute(r ApiGetEnumsRequest) (*ResponsesEnums, *http.Response, error)
- func (a *GeneralAPIService) Head(ctx context.Context) ApiHeadRequest
- func (a *GeneralAPIService) HeadExecute(r ApiHeadRequest) (*ResponsesState, *http.Response, error)
- type GenericOpenAPIError
- type GithubComCeleniumIoCelestiaIndexerInternalStorageTypesStatus
- func (v GithubComCeleniumIoCelestiaIndexerInternalStorageTypesStatus) IsValid() bool
- func (v GithubComCeleniumIoCelestiaIndexerInternalStorageTypesStatus) Ptr() *GithubComCeleniumIoCelestiaIndexerInternalStorageTypesStatus
- func (v *GithubComCeleniumIoCelestiaIndexerInternalStorageTypesStatus) UnmarshalJSON(src []byte) error
- type HandlerError
- type HandlerPostBlobRequest
- func (o *HandlerPostBlobRequest) GetCommitment() string
- func (o *HandlerPostBlobRequest) GetCommitmentOk() (*string, bool)
- func (o *HandlerPostBlobRequest) GetHash() string
- func (o *HandlerPostBlobRequest) GetHashOk() (*string, bool)
- func (o *HandlerPostBlobRequest) GetHeight() int32
- func (o *HandlerPostBlobRequest) GetHeightOk() (*int32, bool)
- func (o HandlerPostBlobRequest) MarshalJSON() ([]byte, error)
- func (o *HandlerPostBlobRequest) SetCommitment(v string)
- func (o *HandlerPostBlobRequest) SetHash(v string)
- func (o *HandlerPostBlobRequest) SetHeight(v int32)
- func (o HandlerPostBlobRequest) ToMap() (map[string]interface{}, error)
- func (o *HandlerPostBlobRequest) UnmarshalJSON(data []byte) (err error)
- type HyperlaneAPIService
- func (a *HyperlaneAPIService) GetHyperlaneMailbox(ctx context.Context, id string) ApiGetHyperlaneMailboxRequest
- func (a *HyperlaneAPIService) GetHyperlaneMailboxExecute(r ApiGetHyperlaneMailboxRequest) (*ResponsesHyperlaneMailbox, *http.Response, error)
- func (a *HyperlaneAPIService) GetHyperlaneToken(ctx context.Context, id string) ApiGetHyperlaneTokenRequest
- func (a *HyperlaneAPIService) GetHyperlaneTokenExecute(r ApiGetHyperlaneTokenRequest) (*ResponsesHyperlaneToken, *http.Response, error)
- func (a *HyperlaneAPIService) ListHyperlaneMailbox(ctx context.Context) ApiListHyperlaneMailboxRequest
- func (a *HyperlaneAPIService) ListHyperlaneMailboxExecute(r ApiListHyperlaneMailboxRequest) ([]ResponsesHyperlaneMailbox, *http.Response, error)
- func (a *HyperlaneAPIService) ListHyperlaneTokens(ctx context.Context) ApiListHyperlaneTokensRequest
- func (a *HyperlaneAPIService) ListHyperlaneTokensExecute(r ApiListHyperlaneTokensRequest) ([]ResponsesHyperlaneToken, *http.Response, error)
- func (a *HyperlaneAPIService) ListHyperlaneTransfers(ctx context.Context) ApiListHyperlaneTransfersRequest
- func (a *HyperlaneAPIService) ListHyperlaneTransfersExecute(r ApiListHyperlaneTransfersRequest) ([]ResponsesHyperlaneTransfer, *http.Response, error)
- type IbcAPIService
- func (a *IbcAPIService) GetIbcChannel(ctx context.Context, id string) ApiGetIbcChannelRequest
- func (a *IbcAPIService) GetIbcChannelExecute(r ApiGetIbcChannelRequest) (*ResponsesIbcChannel, *http.Response, error)
- func (a *IbcAPIService) GetIbcChannels(ctx context.Context) ApiGetIbcChannelsRequest
- func (a *IbcAPIService) GetIbcChannelsExecute(r ApiGetIbcChannelsRequest) ([]ResponsesIbcChannel, *http.Response, error)
- func (a *IbcAPIService) GetIbcClient(ctx context.Context, id string) ApiGetIbcClientRequest
- func (a *IbcAPIService) GetIbcClientExecute(r ApiGetIbcClientRequest) (*ResponsesIbcClient, *http.Response, error)
- func (a *IbcAPIService) GetIbcClients(ctx context.Context) ApiGetIbcClientsRequest
- func (a *IbcAPIService) GetIbcClientsExecute(r ApiGetIbcClientsRequest) ([]ResponsesIbcClient, *http.Response, error)
- func (a *IbcAPIService) GetIbcConn(ctx context.Context, id string) ApiGetIbcConnRequest
- func (a *IbcAPIService) GetIbcConnExecute(r ApiGetIbcConnRequest) (*ResponsesIbcConnection, *http.Response, error)
- func (a *IbcAPIService) GetIbcConns(ctx context.Context) ApiGetIbcConnsRequest
- func (a *IbcAPIService) GetIbcConnsExecute(r ApiGetIbcConnsRequest) ([]ResponsesIbcConnection, *http.Response, error)
- func (a *IbcAPIService) GetIbcTransfers(ctx context.Context) ApiGetIbcTransfersRequest
- func (a *IbcAPIService) GetIbcTransfersExecute(r ApiGetIbcTransfersRequest) ([]ResponsesIbcTransfer, *http.Response, error)
- type MappedNullable
- type NamespaceAPIService
- func (a *NamespaceAPIService) GetBlob(ctx context.Context) ApiGetBlobRequest
- func (a *NamespaceAPIService) GetBlobExecute(r ApiGetBlobRequest) (*ResponsesBlob, *http.Response, error)
- func (a *NamespaceAPIService) GetBlobLogs(ctx context.Context, id string, version int32) ApiGetBlobLogsRequest
- func (a *NamespaceAPIService) GetBlobLogsExecute(r ApiGetBlobLogsRequest) ([]ResponsesBlobLog, *http.Response, error)
- func (a *NamespaceAPIService) GetBlobMetadata(ctx context.Context) ApiGetBlobMetadataRequest
- func (a *NamespaceAPIService) GetBlobMetadataExecute(r ApiGetBlobMetadataRequest) (*ResponsesBlobLog, *http.Response, error)
- func (a *NamespaceAPIService) GetBlobProof(ctx context.Context) ApiGetBlobProofRequest
- func (a *NamespaceAPIService) GetBlobProofExecute(r ApiGetBlobProofRequest) (*ResponsesBlobLog, *http.Response, error)
- func (a *NamespaceAPIService) GetBlobs(ctx context.Context) ApiGetBlobsRequest
- func (a *NamespaceAPIService) GetBlobsExecute(r ApiGetBlobsRequest) ([]ResponsesLightBlobLog, *http.Response, error)
- func (a *NamespaceAPIService) GetNamespace(ctx context.Context, id string) ApiGetNamespaceRequest
- func (a *NamespaceAPIService) GetNamespaceBase64(ctx context.Context, hash string) ApiGetNamespaceBase64Request
- func (a *NamespaceAPIService) GetNamespaceBase64Execute(r ApiGetNamespaceBase64Request) (*ResponsesNamespace, *http.Response, error)
- func (a *NamespaceAPIService) GetNamespaceBlobs(ctx context.Context, hash string, height int32) ApiGetNamespaceBlobsRequest
- func (a *NamespaceAPIService) GetNamespaceBlobsExecute(r ApiGetNamespaceBlobsRequest) ([]ResponsesBlob, *http.Response, error)
- func (a *NamespaceAPIService) GetNamespaceByVersionAndId(ctx context.Context, id string, version int32) ApiGetNamespaceByVersionAndIdRequest
- func (a *NamespaceAPIService) GetNamespaceByVersionAndIdExecute(r ApiGetNamespaceByVersionAndIdRequest) (*ResponsesNamespace, *http.Response, error)
- func (a *NamespaceAPIService) GetNamespaceExecute(r ApiGetNamespaceRequest) ([]ResponsesNamespace, *http.Response, error)
- func (a *NamespaceAPIService) GetNamespaceMessages(ctx context.Context, id string, version int32) ApiGetNamespaceMessagesRequest
- func (a *NamespaceAPIService) GetNamespaceMessagesExecute(r ApiGetNamespaceMessagesRequest) ([]ResponsesNamespaceMessage, *http.Response, error)
- func (a *NamespaceAPIService) GetNamespaceRollups(ctx context.Context, id string, version int32) ApiGetNamespaceRollupsRequest
- func (a *NamespaceAPIService) GetNamespaceRollupsExecute(r ApiGetNamespaceRollupsRequest) ([]ResponsesRollup, *http.Response, error)
- func (a *NamespaceAPIService) ListNamespace(ctx context.Context) ApiListNamespaceRequest
- func (a *NamespaceAPIService) ListNamespaceExecute(r ApiListNamespaceRequest) ([]ResponsesNamespace, *http.Response, error)
- type NullableBool
- type NullableFloat32
- type NullableFloat64
- type NullableGithubComCeleniumIoCelestiaIndexerInternalStorageTypesStatus
- func (v NullableGithubComCeleniumIoCelestiaIndexerInternalStorageTypesStatus) Get() *GithubComCeleniumIoCelestiaIndexerInternalStorageTypesStatus
- func (v NullableGithubComCeleniumIoCelestiaIndexerInternalStorageTypesStatus) IsSet() bool
- func (v NullableGithubComCeleniumIoCelestiaIndexerInternalStorageTypesStatus) MarshalJSON() ([]byte, error)
- func (v *NullableGithubComCeleniumIoCelestiaIndexerInternalStorageTypesStatus) Set(val *GithubComCeleniumIoCelestiaIndexerInternalStorageTypesStatus)
- func (v *NullableGithubComCeleniumIoCelestiaIndexerInternalStorageTypesStatus) UnmarshalJSON(src []byte) error
- func (v *NullableGithubComCeleniumIoCelestiaIndexerInternalStorageTypesStatus) Unset()
- type NullableHandlerError
- func (v NullableHandlerError) Get() *HandlerError
- func (v NullableHandlerError) IsSet() bool
- func (v NullableHandlerError) MarshalJSON() ([]byte, error)
- func (v *NullableHandlerError) Set(val *HandlerError)
- func (v *NullableHandlerError) UnmarshalJSON(src []byte) error
- func (v *NullableHandlerError) Unset()
- type NullableHandlerPostBlobRequest
- func (v NullableHandlerPostBlobRequest) Get() *HandlerPostBlobRequest
- func (v NullableHandlerPostBlobRequest) IsSet() bool
- func (v NullableHandlerPostBlobRequest) MarshalJSON() ([]byte, error)
- func (v *NullableHandlerPostBlobRequest) Set(val *HandlerPostBlobRequest)
- func (v *NullableHandlerPostBlobRequest) UnmarshalJSON(src []byte) error
- func (v *NullableHandlerPostBlobRequest) Unset()
- type NullableInt
- type NullableInt32
- type NullableInt64
- type NullableResponsesAddress
- func (v NullableResponsesAddress) Get() *ResponsesAddress
- func (v NullableResponsesAddress) IsSet() bool
- func (v NullableResponsesAddress) MarshalJSON() ([]byte, error)
- func (v *NullableResponsesAddress) Set(val *ResponsesAddress)
- func (v *NullableResponsesAddress) UnmarshalJSON(src []byte) error
- func (v *NullableResponsesAddress) Unset()
- type NullableResponsesBalance
- func (v NullableResponsesBalance) Get() *ResponsesBalance
- func (v NullableResponsesBalance) IsSet() bool
- func (v NullableResponsesBalance) MarshalJSON() ([]byte, error)
- func (v *NullableResponsesBalance) Set(val *ResponsesBalance)
- func (v *NullableResponsesBalance) UnmarshalJSON(src []byte) error
- func (v *NullableResponsesBalance) Unset()
- type NullableResponsesBlob
- func (v NullableResponsesBlob) Get() *ResponsesBlob
- func (v NullableResponsesBlob) IsSet() bool
- func (v NullableResponsesBlob) MarshalJSON() ([]byte, error)
- func (v *NullableResponsesBlob) Set(val *ResponsesBlob)
- func (v *NullableResponsesBlob) UnmarshalJSON(src []byte) error
- func (v *NullableResponsesBlob) Unset()
- type NullableResponsesBlobLog
- func (v NullableResponsesBlobLog) Get() *ResponsesBlobLog
- func (v NullableResponsesBlobLog) IsSet() bool
- func (v NullableResponsesBlobLog) MarshalJSON() ([]byte, error)
- func (v *NullableResponsesBlobLog) Set(val *ResponsesBlobLog)
- func (v *NullableResponsesBlobLog) UnmarshalJSON(src []byte) error
- func (v *NullableResponsesBlobLog) Unset()
- type NullableResponsesBlock
- func (v NullableResponsesBlock) Get() *ResponsesBlock
- func (v NullableResponsesBlock) IsSet() bool
- func (v NullableResponsesBlock) MarshalJSON() ([]byte, error)
- func (v *NullableResponsesBlock) Set(val *ResponsesBlock)
- func (v *NullableResponsesBlock) UnmarshalJSON(src []byte) error
- func (v *NullableResponsesBlock) Unset()
- type NullableResponsesBlockStats
- func (v NullableResponsesBlockStats) Get() *ResponsesBlockStats
- func (v NullableResponsesBlockStats) IsSet() bool
- func (v NullableResponsesBlockStats) MarshalJSON() ([]byte, error)
- func (v *NullableResponsesBlockStats) Set(val *ResponsesBlockStats)
- func (v *NullableResponsesBlockStats) UnmarshalJSON(src []byte) error
- func (v *NullableResponsesBlockStats) Unset()
- type NullableResponsesCelestial
- func (v NullableResponsesCelestial) Get() *ResponsesCelestial
- func (v NullableResponsesCelestial) IsSet() bool
- func (v NullableResponsesCelestial) MarshalJSON() ([]byte, error)
- func (v *NullableResponsesCelestial) Set(val *ResponsesCelestial)
- func (v *NullableResponsesCelestial) UnmarshalJSON(src []byte) error
- func (v *NullableResponsesCelestial) Unset()
- type NullableResponsesChange24hBlockStats
- func (v NullableResponsesChange24hBlockStats) Get() *ResponsesChange24hBlockStats
- func (v NullableResponsesChange24hBlockStats) IsSet() bool
- func (v NullableResponsesChange24hBlockStats) MarshalJSON() ([]byte, error)
- func (v *NullableResponsesChange24hBlockStats) Set(val *ResponsesChange24hBlockStats)
- func (v *NullableResponsesChange24hBlockStats) UnmarshalJSON(src []byte) error
- func (v *NullableResponsesChange24hBlockStats) Unset()
- type NullableResponsesConstants
- func (v NullableResponsesConstants) Get() *ResponsesConstants
- func (v NullableResponsesConstants) IsSet() bool
- func (v NullableResponsesConstants) MarshalJSON() ([]byte, error)
- func (v *NullableResponsesConstants) Set(val *ResponsesConstants)
- func (v *NullableResponsesConstants) UnmarshalJSON(src []byte) error
- func (v *NullableResponsesConstants) Unset()
- type NullableResponsesCountItem
- func (v NullableResponsesCountItem) Get() *ResponsesCountItem
- func (v NullableResponsesCountItem) IsSet() bool
- func (v NullableResponsesCountItem) MarshalJSON() ([]byte, error)
- func (v *NullableResponsesCountItem) Set(val *ResponsesCountItem)
- func (v *NullableResponsesCountItem) UnmarshalJSON(src []byte) error
- func (v *NullableResponsesCountItem) Unset()
- type NullableResponsesDelegation
- func (v NullableResponsesDelegation) Get() *ResponsesDelegation
- func (v NullableResponsesDelegation) IsSet() bool
- func (v NullableResponsesDelegation) MarshalJSON() ([]byte, error)
- func (v *NullableResponsesDelegation) Set(val *ResponsesDelegation)
- func (v *NullableResponsesDelegation) UnmarshalJSON(src []byte) error
- func (v *NullableResponsesDelegation) Unset()
- type NullableResponsesDenomMetadata
- func (v NullableResponsesDenomMetadata) Get() *ResponsesDenomMetadata
- func (v NullableResponsesDenomMetadata) IsSet() bool
- func (v NullableResponsesDenomMetadata) MarshalJSON() ([]byte, error)
- func (v *NullableResponsesDenomMetadata) Set(val *ResponsesDenomMetadata)
- func (v *NullableResponsesDenomMetadata) UnmarshalJSON(src []byte) error
- func (v *NullableResponsesDenomMetadata) Unset()
- type NullableResponsesDistributionItem
- func (v NullableResponsesDistributionItem) Get() *ResponsesDistributionItem
- func (v NullableResponsesDistributionItem) IsSet() bool
- func (v NullableResponsesDistributionItem) MarshalJSON() ([]byte, error)
- func (v *NullableResponsesDistributionItem) Set(val *ResponsesDistributionItem)
- func (v *NullableResponsesDistributionItem) UnmarshalJSON(src []byte) error
- func (v *NullableResponsesDistributionItem) Unset()
- type NullableResponsesEnums
- func (v NullableResponsesEnums) Get() *ResponsesEnums
- func (v NullableResponsesEnums) IsSet() bool
- func (v NullableResponsesEnums) MarshalJSON() ([]byte, error)
- func (v *NullableResponsesEnums) Set(val *ResponsesEnums)
- func (v *NullableResponsesEnums) UnmarshalJSON(src []byte) error
- func (v *NullableResponsesEnums) Unset()
- type NullableResponsesEvent
- func (v NullableResponsesEvent) Get() *ResponsesEvent
- func (v NullableResponsesEvent) IsSet() bool
- func (v NullableResponsesEvent) MarshalJSON() ([]byte, error)
- func (v *NullableResponsesEvent) Set(val *ResponsesEvent)
- func (v *NullableResponsesEvent) UnmarshalJSON(src []byte) error
- func (v *NullableResponsesEvent) Unset()
- type NullableResponsesGasPrice
- func (v NullableResponsesGasPrice) Get() *ResponsesGasPrice
- func (v NullableResponsesGasPrice) IsSet() bool
- func (v NullableResponsesGasPrice) MarshalJSON() ([]byte, error)
- func (v *NullableResponsesGasPrice) Set(val *ResponsesGasPrice)
- func (v *NullableResponsesGasPrice) UnmarshalJSON(src []byte) error
- func (v *NullableResponsesGasPrice) Unset()
- type NullableResponsesGrant
- func (v NullableResponsesGrant) Get() *ResponsesGrant
- func (v NullableResponsesGrant) IsSet() bool
- func (v NullableResponsesGrant) MarshalJSON() ([]byte, error)
- func (v *NullableResponsesGrant) Set(val *ResponsesGrant)
- func (v *NullableResponsesGrant) UnmarshalJSON(src []byte) error
- func (v *NullableResponsesGrant) Unset()
- type NullableResponsesHistogramItem
- func (v NullableResponsesHistogramItem) Get() *ResponsesHistogramItem
- func (v NullableResponsesHistogramItem) IsSet() bool
- func (v NullableResponsesHistogramItem) MarshalJSON() ([]byte, error)
- func (v *NullableResponsesHistogramItem) Set(val *ResponsesHistogramItem)
- func (v *NullableResponsesHistogramItem) UnmarshalJSON(src []byte) error
- func (v *NullableResponsesHistogramItem) Unset()
- type NullableResponsesHyperlaneCounterparty
- func (v NullableResponsesHyperlaneCounterparty) Get() *ResponsesHyperlaneCounterparty
- func (v NullableResponsesHyperlaneCounterparty) IsSet() bool
- func (v NullableResponsesHyperlaneCounterparty) MarshalJSON() ([]byte, error)
- func (v *NullableResponsesHyperlaneCounterparty) Set(val *ResponsesHyperlaneCounterparty)
- func (v *NullableResponsesHyperlaneCounterparty) UnmarshalJSON(src []byte) error
- func (v *NullableResponsesHyperlaneCounterparty) Unset()
- type NullableResponsesHyperlaneMailbox
- func (v NullableResponsesHyperlaneMailbox) Get() *ResponsesHyperlaneMailbox
- func (v NullableResponsesHyperlaneMailbox) IsSet() bool
- func (v NullableResponsesHyperlaneMailbox) MarshalJSON() ([]byte, error)
- func (v *NullableResponsesHyperlaneMailbox) Set(val *ResponsesHyperlaneMailbox)
- func (v *NullableResponsesHyperlaneMailbox) UnmarshalJSON(src []byte) error
- func (v *NullableResponsesHyperlaneMailbox) Unset()
- type NullableResponsesHyperlaneToken
- func (v NullableResponsesHyperlaneToken) Get() *ResponsesHyperlaneToken
- func (v NullableResponsesHyperlaneToken) IsSet() bool
- func (v NullableResponsesHyperlaneToken) MarshalJSON() ([]byte, error)
- func (v *NullableResponsesHyperlaneToken) Set(val *ResponsesHyperlaneToken)
- func (v *NullableResponsesHyperlaneToken) UnmarshalJSON(src []byte) error
- func (v *NullableResponsesHyperlaneToken) Unset()
- type NullableResponsesHyperlaneTransfer
- func (v NullableResponsesHyperlaneTransfer) Get() *ResponsesHyperlaneTransfer
- func (v NullableResponsesHyperlaneTransfer) IsSet() bool
- func (v NullableResponsesHyperlaneTransfer) MarshalJSON() ([]byte, error)
- func (v *NullableResponsesHyperlaneTransfer) Set(val *ResponsesHyperlaneTransfer)
- func (v *NullableResponsesHyperlaneTransfer) UnmarshalJSON(src []byte) error
- func (v *NullableResponsesHyperlaneTransfer) Unset()
- type NullableResponsesIbcChainStats
- func (v NullableResponsesIbcChainStats) Get() *ResponsesIbcChainStats
- func (v NullableResponsesIbcChainStats) IsSet() bool
- func (v NullableResponsesIbcChainStats) MarshalJSON() ([]byte, error)
- func (v *NullableResponsesIbcChainStats) Set(val *ResponsesIbcChainStats)
- func (v *NullableResponsesIbcChainStats) UnmarshalJSON(src []byte) error
- func (v *NullableResponsesIbcChainStats) Unset()
- type NullableResponsesIbcChannel
- func (v NullableResponsesIbcChannel) Get() *ResponsesIbcChannel
- func (v NullableResponsesIbcChannel) IsSet() bool
- func (v NullableResponsesIbcChannel) MarshalJSON() ([]byte, error)
- func (v *NullableResponsesIbcChannel) Set(val *ResponsesIbcChannel)
- func (v *NullableResponsesIbcChannel) UnmarshalJSON(src []byte) error
- func (v *NullableResponsesIbcChannel) Unset()
- type NullableResponsesIbcClient
- func (v NullableResponsesIbcClient) Get() *ResponsesIbcClient
- func (v NullableResponsesIbcClient) IsSet() bool
- func (v NullableResponsesIbcClient) MarshalJSON() ([]byte, error)
- func (v *NullableResponsesIbcClient) Set(val *ResponsesIbcClient)
- func (v *NullableResponsesIbcClient) UnmarshalJSON(src []byte) error
- func (v *NullableResponsesIbcClient) Unset()
- type NullableResponsesIbcConnection
- func (v NullableResponsesIbcConnection) Get() *ResponsesIbcConnection
- func (v NullableResponsesIbcConnection) IsSet() bool
- func (v NullableResponsesIbcConnection) MarshalJSON() ([]byte, error)
- func (v *NullableResponsesIbcConnection) Set(val *ResponsesIbcConnection)
- func (v *NullableResponsesIbcConnection) UnmarshalJSON(src []byte) error
- func (v *NullableResponsesIbcConnection) Unset()
- type NullableResponsesIbcTransfer
- func (v NullableResponsesIbcTransfer) Get() *ResponsesIbcTransfer
- func (v NullableResponsesIbcTransfer) IsSet() bool
- func (v NullableResponsesIbcTransfer) MarshalJSON() ([]byte, error)
- func (v *NullableResponsesIbcTransfer) Set(val *ResponsesIbcTransfer)
- func (v *NullableResponsesIbcTransfer) UnmarshalJSON(src []byte) error
- func (v *NullableResponsesIbcTransfer) Unset()
- type NullableResponsesJail
- func (v NullableResponsesJail) Get() *ResponsesJail
- func (v NullableResponsesJail) IsSet() bool
- func (v NullableResponsesJail) MarshalJSON() ([]byte, error)
- func (v *NullableResponsesJail) Set(val *ResponsesJail)
- func (v *NullableResponsesJail) UnmarshalJSON(src []byte) error
- func (v *NullableResponsesJail) Unset()
- type NullableResponsesLightBlobLog
- func (v NullableResponsesLightBlobLog) Get() *ResponsesLightBlobLog
- func (v NullableResponsesLightBlobLog) IsSet() bool
- func (v NullableResponsesLightBlobLog) MarshalJSON() ([]byte, error)
- func (v *NullableResponsesLightBlobLog) Set(val *ResponsesLightBlobLog)
- func (v *NullableResponsesLightBlobLog) UnmarshalJSON(src []byte) error
- func (v *NullableResponsesLightBlobLog) Unset()
- type NullableResponsesMessage
- func (v NullableResponsesMessage) Get() *ResponsesMessage
- func (v NullableResponsesMessage) IsSet() bool
- func (v NullableResponsesMessage) MarshalJSON() ([]byte, error)
- func (v *NullableResponsesMessage) Set(val *ResponsesMessage)
- func (v *NullableResponsesMessage) UnmarshalJSON(src []byte) error
- func (v *NullableResponsesMessage) Unset()
- type NullableResponsesMessageForAddress
- func (v NullableResponsesMessageForAddress) Get() *ResponsesMessageForAddress
- func (v NullableResponsesMessageForAddress) IsSet() bool
- func (v NullableResponsesMessageForAddress) MarshalJSON() ([]byte, error)
- func (v *NullableResponsesMessageForAddress) Set(val *ResponsesMessageForAddress)
- func (v *NullableResponsesMessageForAddress) UnmarshalJSON(src []byte) error
- func (v *NullableResponsesMessageForAddress) Unset()
- type NullableResponsesNamespace
- func (v NullableResponsesNamespace) Get() *ResponsesNamespace
- func (v NullableResponsesNamespace) IsSet() bool
- func (v NullableResponsesNamespace) MarshalJSON() ([]byte, error)
- func (v *NullableResponsesNamespace) Set(val *ResponsesNamespace)
- func (v *NullableResponsesNamespace) UnmarshalJSON(src []byte) error
- func (v *NullableResponsesNamespace) Unset()
- type NullableResponsesNamespaceKind
- func (v NullableResponsesNamespaceKind) Get() *ResponsesNamespaceKind
- func (v NullableResponsesNamespaceKind) IsSet() bool
- func (v NullableResponsesNamespaceKind) MarshalJSON() ([]byte, error)
- func (v *NullableResponsesNamespaceKind) Set(val *ResponsesNamespaceKind)
- func (v *NullableResponsesNamespaceKind) UnmarshalJSON(src []byte) error
- func (v *NullableResponsesNamespaceKind) Unset()
- type NullableResponsesNamespaceMessage
- func (v NullableResponsesNamespaceMessage) Get() *ResponsesNamespaceMessage
- func (v NullableResponsesNamespaceMessage) IsSet() bool
- func (v NullableResponsesNamespaceMessage) MarshalJSON() ([]byte, error)
- func (v *NullableResponsesNamespaceMessage) Set(val *ResponsesNamespaceMessage)
- func (v *NullableResponsesNamespaceMessage) UnmarshalJSON(src []byte) error
- func (v *NullableResponsesNamespaceMessage) Unset()
- type NullableResponsesNamespaceUsage
- func (v NullableResponsesNamespaceUsage) Get() *ResponsesNamespaceUsage
- func (v NullableResponsesNamespaceUsage) IsSet() bool
- func (v NullableResponsesNamespaceUsage) MarshalJSON() ([]byte, error)
- func (v *NullableResponsesNamespaceUsage) Set(val *ResponsesNamespaceUsage)
- func (v *NullableResponsesNamespaceUsage) UnmarshalJSON(src []byte) error
- func (v *NullableResponsesNamespaceUsage) Unset()
- type NullableResponsesODS
- func (v NullableResponsesODS) Get() *ResponsesODS
- func (v NullableResponsesODS) IsSet() bool
- func (v NullableResponsesODS) MarshalJSON() ([]byte, error)
- func (v *NullableResponsesODS) Set(val *ResponsesODS)
- func (v *NullableResponsesODS) UnmarshalJSON(src []byte) error
- func (v *NullableResponsesODS) Unset()
- type NullableResponsesODSItem
- func (v NullableResponsesODSItem) Get() *ResponsesODSItem
- func (v NullableResponsesODSItem) IsSet() bool
- func (v NullableResponsesODSItem) MarshalJSON() ([]byte, error)
- func (v *NullableResponsesODSItem) Set(val *ResponsesODSItem)
- func (v *NullableResponsesODSItem) UnmarshalJSON(src []byte) error
- func (v *NullableResponsesODSItem) Unset()
- type NullableResponsesProposal
- func (v NullableResponsesProposal) Get() *ResponsesProposal
- func (v NullableResponsesProposal) IsSet() bool
- func (v NullableResponsesProposal) MarshalJSON() ([]byte, error)
- func (v *NullableResponsesProposal) Set(val *ResponsesProposal)
- func (v *NullableResponsesProposal) UnmarshalJSON(src []byte) error
- func (v *NullableResponsesProposal) Unset()
- type NullableResponsesRedelegation
- func (v NullableResponsesRedelegation) Get() *ResponsesRedelegation
- func (v NullableResponsesRedelegation) IsSet() bool
- func (v NullableResponsesRedelegation) MarshalJSON() ([]byte, error)
- func (v *NullableResponsesRedelegation) Set(val *ResponsesRedelegation)
- func (v *NullableResponsesRedelegation) UnmarshalJSON(src []byte) error
- func (v *NullableResponsesRedelegation) Unset()
- type NullableResponsesRollup
- func (v NullableResponsesRollup) Get() *ResponsesRollup
- func (v NullableResponsesRollup) IsSet() bool
- func (v NullableResponsesRollup) MarshalJSON() ([]byte, error)
- func (v *NullableResponsesRollup) Set(val *ResponsesRollup)
- func (v *NullableResponsesRollup) UnmarshalJSON(src []byte) error
- func (v *NullableResponsesRollup) Unset()
- type NullableResponsesRollupAllSeriesItem
- func (v NullableResponsesRollupAllSeriesItem) Get() *ResponsesRollupAllSeriesItem
- func (v NullableResponsesRollupAllSeriesItem) IsSet() bool
- func (v NullableResponsesRollupAllSeriesItem) MarshalJSON() ([]byte, error)
- func (v *NullableResponsesRollupAllSeriesItem) Set(val *ResponsesRollupAllSeriesItem)
- func (v *NullableResponsesRollupAllSeriesItem) UnmarshalJSON(src []byte) error
- func (v *NullableResponsesRollupAllSeriesItem) Unset()
- type NullableResponsesRollupAllSeriesResponse
- func (v NullableResponsesRollupAllSeriesResponse) Get() *ResponsesRollupAllSeriesResponse
- func (v NullableResponsesRollupAllSeriesResponse) IsSet() bool
- func (v NullableResponsesRollupAllSeriesResponse) MarshalJSON() ([]byte, error)
- func (v *NullableResponsesRollupAllSeriesResponse) Set(val *ResponsesRollupAllSeriesResponse)
- func (v *NullableResponsesRollupAllSeriesResponse) UnmarshalJSON(src []byte) error
- func (v *NullableResponsesRollupAllSeriesResponse) Unset()
- type NullableResponsesRollupGroupedStats
- func (v NullableResponsesRollupGroupedStats) Get() *ResponsesRollupGroupedStats
- func (v NullableResponsesRollupGroupedStats) IsSet() bool
- func (v NullableResponsesRollupGroupedStats) MarshalJSON() ([]byte, error)
- func (v *NullableResponsesRollupGroupedStats) Set(val *ResponsesRollupGroupedStats)
- func (v *NullableResponsesRollupGroupedStats) UnmarshalJSON(src []byte) error
- func (v *NullableResponsesRollupGroupedStats) Unset()
- type NullableResponsesRollupStats24h
- func (v NullableResponsesRollupStats24h) Get() *ResponsesRollupStats24h
- func (v NullableResponsesRollupStats24h) IsSet() bool
- func (v NullableResponsesRollupStats24h) MarshalJSON() ([]byte, error)
- func (v *NullableResponsesRollupStats24h) Set(val *ResponsesRollupStats24h)
- func (v *NullableResponsesRollupStats24h) UnmarshalJSON(src []byte) error
- func (v *NullableResponsesRollupStats24h) Unset()
- type NullableResponsesRollupWithDayStats
- func (v NullableResponsesRollupWithDayStats) Get() *ResponsesRollupWithDayStats
- func (v NullableResponsesRollupWithDayStats) IsSet() bool
- func (v NullableResponsesRollupWithDayStats) MarshalJSON() ([]byte, error)
- func (v *NullableResponsesRollupWithDayStats) Set(val *ResponsesRollupWithDayStats)
- func (v *NullableResponsesRollupWithDayStats) UnmarshalJSON(src []byte) error
- func (v *NullableResponsesRollupWithDayStats) Unset()
- type NullableResponsesRollupWithStats
- func (v NullableResponsesRollupWithStats) Get() *ResponsesRollupWithStats
- func (v NullableResponsesRollupWithStats) IsSet() bool
- func (v NullableResponsesRollupWithStats) MarshalJSON() ([]byte, error)
- func (v *NullableResponsesRollupWithStats) Set(val *ResponsesRollupWithStats)
- func (v *NullableResponsesRollupWithStats) UnmarshalJSON(src []byte) error
- func (v *NullableResponsesRollupWithStats) Unset()
- type NullableResponsesSearchItem
- func (v NullableResponsesSearchItem) Get() *ResponsesSearchItem
- func (v NullableResponsesSearchItem) IsSet() bool
- func (v NullableResponsesSearchItem) MarshalJSON() ([]byte, error)
- func (v *NullableResponsesSearchItem) Set(val *ResponsesSearchItem)
- func (v *NullableResponsesSearchItem) UnmarshalJSON(src []byte) error
- func (v *NullableResponsesSearchItem) Unset()
- type NullableResponsesSeriesItem
- func (v NullableResponsesSeriesItem) Get() *ResponsesSeriesItem
- func (v NullableResponsesSeriesItem) IsSet() bool
- func (v NullableResponsesSeriesItem) MarshalJSON() ([]byte, error)
- func (v *NullableResponsesSeriesItem) Set(val *ResponsesSeriesItem)
- func (v *NullableResponsesSeriesItem) UnmarshalJSON(src []byte) error
- func (v *NullableResponsesSeriesItem) Unset()
- type NullableResponsesShortAddress
- func (v NullableResponsesShortAddress) Get() *ResponsesShortAddress
- func (v NullableResponsesShortAddress) IsSet() bool
- func (v NullableResponsesShortAddress) MarshalJSON() ([]byte, error)
- func (v *NullableResponsesShortAddress) Set(val *ResponsesShortAddress)
- func (v *NullableResponsesShortAddress) UnmarshalJSON(src []byte) error
- func (v *NullableResponsesShortAddress) Unset()
- type NullableResponsesShortIbcClient
- func (v NullableResponsesShortIbcClient) Get() *ResponsesShortIbcClient
- func (v NullableResponsesShortIbcClient) IsSet() bool
- func (v NullableResponsesShortIbcClient) MarshalJSON() ([]byte, error)
- func (v *NullableResponsesShortIbcClient) Set(val *ResponsesShortIbcClient)
- func (v *NullableResponsesShortIbcClient) UnmarshalJSON(src []byte) error
- func (v *NullableResponsesShortIbcClient) Unset()
- type NullableResponsesShortRollup
- func (v NullableResponsesShortRollup) Get() *ResponsesShortRollup
- func (v NullableResponsesShortRollup) IsSet() bool
- func (v NullableResponsesShortRollup) MarshalJSON() ([]byte, error)
- func (v *NullableResponsesShortRollup) Set(val *ResponsesShortRollup)
- func (v *NullableResponsesShortRollup) UnmarshalJSON(src []byte) error
- func (v *NullableResponsesShortRollup) Unset()
- type NullableResponsesShortValidator
- func (v NullableResponsesShortValidator) Get() *ResponsesShortValidator
- func (v NullableResponsesShortValidator) IsSet() bool
- func (v NullableResponsesShortValidator) MarshalJSON() ([]byte, error)
- func (v *NullableResponsesShortValidator) Set(val *ResponsesShortValidator)
- func (v *NullableResponsesShortValidator) UnmarshalJSON(src []byte) error
- func (v *NullableResponsesShortValidator) Unset()
- type NullableResponsesSignedBlocks
- func (v NullableResponsesSignedBlocks) Get() *ResponsesSignedBlocks
- func (v NullableResponsesSignedBlocks) IsSet() bool
- func (v NullableResponsesSignedBlocks) MarshalJSON() ([]byte, error)
- func (v *NullableResponsesSignedBlocks) Set(val *ResponsesSignedBlocks)
- func (v *NullableResponsesSignedBlocks) UnmarshalJSON(src []byte) error
- func (v *NullableResponsesSignedBlocks) Unset()
- type NullableResponsesSizeGroup
- func (v NullableResponsesSizeGroup) Get() *ResponsesSizeGroup
- func (v NullableResponsesSizeGroup) IsSet() bool
- func (v NullableResponsesSizeGroup) MarshalJSON() ([]byte, error)
- func (v *NullableResponsesSizeGroup) Set(val *ResponsesSizeGroup)
- func (v *NullableResponsesSizeGroup) UnmarshalJSON(src []byte) error
- func (v *NullableResponsesSizeGroup) Unset()
- type NullableResponsesState
- func (v NullableResponsesState) Get() *ResponsesState
- func (v NullableResponsesState) IsSet() bool
- func (v NullableResponsesState) MarshalJSON() ([]byte, error)
- func (v *NullableResponsesState) Set(val *ResponsesState)
- func (v *NullableResponsesState) UnmarshalJSON(src []byte) error
- func (v *NullableResponsesState) Unset()
- type NullableResponsesTPS
- func (v NullableResponsesTPS) Get() *ResponsesTPS
- func (v NullableResponsesTPS) IsSet() bool
- func (v NullableResponsesTPS) MarshalJSON() ([]byte, error)
- func (v *NullableResponsesTPS) Set(val *ResponsesTPS)
- func (v *NullableResponsesTPS) UnmarshalJSON(src []byte) error
- func (v *NullableResponsesTPS) Unset()
- type NullableResponsesTimeValueItem
- func (v NullableResponsesTimeValueItem) Get() *ResponsesTimeValueItem
- func (v NullableResponsesTimeValueItem) IsSet() bool
- func (v NullableResponsesTimeValueItem) MarshalJSON() ([]byte, error)
- func (v *NullableResponsesTimeValueItem) Set(val *ResponsesTimeValueItem)
- func (v *NullableResponsesTimeValueItem) UnmarshalJSON(src []byte) error
- func (v *NullableResponsesTimeValueItem) Unset()
- type NullableResponsesTx
- func (v NullableResponsesTx) Get() *ResponsesTx
- func (v NullableResponsesTx) IsSet() bool
- func (v NullableResponsesTx) MarshalJSON() ([]byte, error)
- func (v *NullableResponsesTx) Set(val *ResponsesTx)
- func (v *NullableResponsesTx) UnmarshalJSON(src []byte) error
- func (v *NullableResponsesTx) Unset()
- type NullableResponsesTxForAddress
- func (v NullableResponsesTxForAddress) Get() *ResponsesTxForAddress
- func (v NullableResponsesTxForAddress) IsSet() bool
- func (v NullableResponsesTxForAddress) MarshalJSON() ([]byte, error)
- func (v *NullableResponsesTxForAddress) Set(val *ResponsesTxForAddress)
- func (v *NullableResponsesTxForAddress) UnmarshalJSON(src []byte) error
- func (v *NullableResponsesTxForAddress) Unset()
- type NullableResponsesUndelegation
- func (v NullableResponsesUndelegation) Get() *ResponsesUndelegation
- func (v NullableResponsesUndelegation) IsSet() bool
- func (v NullableResponsesUndelegation) MarshalJSON() ([]byte, error)
- func (v *NullableResponsesUndelegation) Set(val *ResponsesUndelegation)
- func (v *NullableResponsesUndelegation) UnmarshalJSON(src []byte) error
- func (v *NullableResponsesUndelegation) Unset()
- type NullableResponsesValidator
- func (v NullableResponsesValidator) Get() *ResponsesValidator
- func (v NullableResponsesValidator) IsSet() bool
- func (v NullableResponsesValidator) MarshalJSON() ([]byte, error)
- func (v *NullableResponsesValidator) Set(val *ResponsesValidator)
- func (v *NullableResponsesValidator) UnmarshalJSON(src []byte) error
- func (v *NullableResponsesValidator) Unset()
- type NullableResponsesValidatorCount
- func (v NullableResponsesValidatorCount) Get() *ResponsesValidatorCount
- func (v NullableResponsesValidatorCount) IsSet() bool
- func (v NullableResponsesValidatorCount) MarshalJSON() ([]byte, error)
- func (v *NullableResponsesValidatorCount) Set(val *ResponsesValidatorCount)
- func (v *NullableResponsesValidatorCount) UnmarshalJSON(src []byte) error
- func (v *NullableResponsesValidatorCount) Unset()
- type NullableResponsesValidatorUptime
- func (v NullableResponsesValidatorUptime) Get() *ResponsesValidatorUptime
- func (v NullableResponsesValidatorUptime) IsSet() bool
- func (v NullableResponsesValidatorUptime) MarshalJSON() ([]byte, error)
- func (v *NullableResponsesValidatorUptime) Set(val *ResponsesValidatorUptime)
- func (v *NullableResponsesValidatorUptime) UnmarshalJSON(src []byte) error
- func (v *NullableResponsesValidatorUptime) Unset()
- type NullableResponsesVesting
- func (v NullableResponsesVesting) Get() *ResponsesVesting
- func (v NullableResponsesVesting) IsSet() bool
- func (v NullableResponsesVesting) MarshalJSON() ([]byte, error)
- func (v *NullableResponsesVesting) Set(val *ResponsesVesting)
- func (v *NullableResponsesVesting) UnmarshalJSON(src []byte) error
- func (v *NullableResponsesVesting) Unset()
- type NullableResponsesVestingPeriod
- func (v NullableResponsesVestingPeriod) Get() *ResponsesVestingPeriod
- func (v NullableResponsesVestingPeriod) IsSet() bool
- func (v NullableResponsesVestingPeriod) MarshalJSON() ([]byte, error)
- func (v *NullableResponsesVestingPeriod) Set(val *ResponsesVestingPeriod)
- func (v *NullableResponsesVestingPeriod) UnmarshalJSON(src []byte) error
- func (v *NullableResponsesVestingPeriod) Unset()
- type NullableResponsesVote
- func (v NullableResponsesVote) Get() *ResponsesVote
- func (v NullableResponsesVote) IsSet() bool
- func (v NullableResponsesVote) MarshalJSON() ([]byte, error)
- func (v *NullableResponsesVote) Set(val *ResponsesVote)
- func (v *NullableResponsesVote) UnmarshalJSON(src []byte) error
- func (v *NullableResponsesVote) Unset()
- type NullableString
- type NullableTime
- type NullableTypesEventType
- func (v NullableTypesEventType) Get() *TypesEventType
- func (v NullableTypesEventType) IsSet() bool
- func (v NullableTypesEventType) MarshalJSON() ([]byte, error)
- func (v *NullableTypesEventType) Set(val *TypesEventType)
- func (v *NullableTypesEventType) UnmarshalJSON(src []byte) error
- func (v *NullableTypesEventType) Unset()
- type NullableTypesMsgAddressType
- func (v NullableTypesMsgAddressType) Get() *TypesMsgAddressType
- func (v NullableTypesMsgAddressType) IsSet() bool
- func (v NullableTypesMsgAddressType) MarshalJSON() ([]byte, error)
- func (v *NullableTypesMsgAddressType) Set(val *TypesMsgAddressType)
- func (v *NullableTypesMsgAddressType) UnmarshalJSON(src []byte) error
- func (v *NullableTypesMsgAddressType) Unset()
- type NullableTypesMsgType
- func (v NullableTypesMsgType) Get() *TypesMsgType
- func (v NullableTypesMsgType) IsSet() bool
- func (v NullableTypesMsgType) MarshalJSON() ([]byte, error)
- func (v *NullableTypesMsgType) Set(val *TypesMsgType)
- func (v *NullableTypesMsgType) UnmarshalJSON(src []byte) error
- func (v *NullableTypesMsgType) Unset()
- type ProposalAPIService
- func (a *ProposalAPIService) GetProposal(ctx context.Context, id int32) ApiGetProposalRequest
- func (a *ProposalAPIService) GetProposalExecute(r ApiGetProposalRequest) (*ResponsesProposal, *http.Response, error)
- func (a *ProposalAPIService) ListProposal(ctx context.Context) ApiListProposalRequest
- func (a *ProposalAPIService) ListProposalExecute(r ApiListProposalRequest) ([]ResponsesProposal, *http.Response, error)
- func (a *ProposalAPIService) ProposalVotes(ctx context.Context, option string, voter string) ApiProposalVotesRequest
- func (a *ProposalAPIService) ProposalVotesExecute(r ApiProposalVotesRequest) ([]ResponsesVote, *http.Response, error)
- type ResponsesAddress
- func (o *ResponsesAddress) GetBalance() ResponsesBalance
- func (o *ResponsesAddress) GetBalanceOk() (*ResponsesBalance, bool)
- func (o *ResponsesAddress) GetCelestials() ResponsesCelestial
- func (o *ResponsesAddress) GetCelestialsOk() (*ResponsesCelestial, bool)
- func (o *ResponsesAddress) GetFirstHeight() int32
- func (o *ResponsesAddress) GetFirstHeightOk() (*int32, bool)
- func (o *ResponsesAddress) GetHash() string
- func (o *ResponsesAddress) GetHashOk() (*string, bool)
- func (o *ResponsesAddress) GetId() int32
- func (o *ResponsesAddress) GetIdOk() (*int32, bool)
- func (o *ResponsesAddress) GetLastHeight() int32
- func (o *ResponsesAddress) GetLastHeightOk() (*int32, bool)
- func (o *ResponsesAddress) GetName() string
- func (o *ResponsesAddress) GetNameOk() (*string, bool)
- func (o *ResponsesAddress) HasBalance() bool
- func (o *ResponsesAddress) HasCelestials() bool
- func (o *ResponsesAddress) HasFirstHeight() bool
- func (o *ResponsesAddress) HasHash() bool
- func (o *ResponsesAddress) HasId() bool
- func (o *ResponsesAddress) HasLastHeight() bool
- func (o *ResponsesAddress) HasName() bool
- func (o ResponsesAddress) MarshalJSON() ([]byte, error)
- func (o *ResponsesAddress) SetBalance(v ResponsesBalance)
- func (o *ResponsesAddress) SetCelestials(v ResponsesCelestial)
- func (o *ResponsesAddress) SetFirstHeight(v int32)
- func (o *ResponsesAddress) SetHash(v string)
- func (o *ResponsesAddress) SetId(v int32)
- func (o *ResponsesAddress) SetLastHeight(v int32)
- func (o *ResponsesAddress) SetName(v string)
- func (o ResponsesAddress) ToMap() (map[string]interface{}, error)
- type ResponsesBalance
- func (o *ResponsesBalance) GetCurrency() string
- func (o *ResponsesBalance) GetCurrencyOk() (*string, bool)
- func (o *ResponsesBalance) GetDelegated() string
- func (o *ResponsesBalance) GetDelegatedOk() (*string, bool)
- func (o *ResponsesBalance) GetSpendable() string
- func (o *ResponsesBalance) GetSpendableOk() (*string, bool)
- func (o *ResponsesBalance) GetUnbonding() string
- func (o *ResponsesBalance) GetUnbondingOk() (*string, bool)
- func (o *ResponsesBalance) HasCurrency() bool
- func (o *ResponsesBalance) HasDelegated() bool
- func (o *ResponsesBalance) HasSpendable() bool
- func (o *ResponsesBalance) HasUnbonding() bool
- func (o ResponsesBalance) MarshalJSON() ([]byte, error)
- func (o *ResponsesBalance) SetCurrency(v string)
- func (o *ResponsesBalance) SetDelegated(v string)
- func (o *ResponsesBalance) SetSpendable(v string)
- func (o *ResponsesBalance) SetUnbonding(v string)
- func (o ResponsesBalance) ToMap() (map[string]interface{}, error)
- type ResponsesBlob
- func (o *ResponsesBlob) GetCommitment() string
- func (o *ResponsesBlob) GetCommitmentOk() (*string, bool)
- func (o *ResponsesBlob) GetContentType() string
- func (o *ResponsesBlob) GetContentTypeOk() (*string, bool)
- func (o *ResponsesBlob) GetData() string
- func (o *ResponsesBlob) GetDataOk() (*string, bool)
- func (o *ResponsesBlob) GetNamespace() string
- func (o *ResponsesBlob) GetNamespaceOk() (*string, bool)
- func (o *ResponsesBlob) GetShareVersion() int32
- func (o *ResponsesBlob) GetShareVersionOk() (*int32, bool)
- func (o *ResponsesBlob) HasCommitment() bool
- func (o *ResponsesBlob) HasContentType() bool
- func (o *ResponsesBlob) HasData() bool
- func (o *ResponsesBlob) HasNamespace() bool
- func (o *ResponsesBlob) HasShareVersion() bool
- func (o ResponsesBlob) MarshalJSON() ([]byte, error)
- func (o *ResponsesBlob) SetCommitment(v string)
- func (o *ResponsesBlob) SetContentType(v string)
- func (o *ResponsesBlob) SetData(v string)
- func (o *ResponsesBlob) SetNamespace(v string)
- func (o *ResponsesBlob) SetShareVersion(v int32)
- func (o ResponsesBlob) ToMap() (map[string]interface{}, error)
- type ResponsesBlobLog
- func (o *ResponsesBlobLog) GetCommitment() string
- func (o *ResponsesBlobLog) GetCommitmentOk() (*string, bool)
- func (o *ResponsesBlobLog) GetContentType() string
- func (o *ResponsesBlobLog) GetContentTypeOk() (*string, bool)
- func (o *ResponsesBlobLog) GetHeight() int32
- func (o *ResponsesBlobLog) GetHeightOk() (*int32, bool)
- func (o *ResponsesBlobLog) GetId() int32
- func (o *ResponsesBlobLog) GetIdOk() (*int32, bool)
- func (o *ResponsesBlobLog) GetNamespace() ResponsesNamespace
- func (o *ResponsesBlobLog) GetNamespaceOk() (*ResponsesNamespace, bool)
- func (o *ResponsesBlobLog) GetRollup() ResponsesShortRollup
- func (o *ResponsesBlobLog) GetRollupOk() (*ResponsesShortRollup, bool)
- func (o *ResponsesBlobLog) GetSigner() ResponsesShortAddress
- func (o *ResponsesBlobLog) GetSignerOk() (*ResponsesShortAddress, bool)
- func (o *ResponsesBlobLog) GetSize() int32
- func (o *ResponsesBlobLog) GetSizeOk() (*int32, bool)
- func (o *ResponsesBlobLog) GetTime() time.Time
- func (o *ResponsesBlobLog) GetTimeOk() (*time.Time, bool)
- func (o *ResponsesBlobLog) GetTx() ResponsesTx
- func (o *ResponsesBlobLog) GetTxOk() (*ResponsesTx, bool)
- func (o *ResponsesBlobLog) HasCommitment() bool
- func (o *ResponsesBlobLog) HasContentType() bool
- func (o *ResponsesBlobLog) HasHeight() bool
- func (o *ResponsesBlobLog) HasId() bool
- func (o *ResponsesBlobLog) HasNamespace() bool
- func (o *ResponsesBlobLog) HasRollup() bool
- func (o *ResponsesBlobLog) HasSigner() bool
- func (o *ResponsesBlobLog) HasSize() bool
- func (o *ResponsesBlobLog) HasTime() bool
- func (o *ResponsesBlobLog) HasTx() bool
- func (o ResponsesBlobLog) MarshalJSON() ([]byte, error)
- func (o *ResponsesBlobLog) SetCommitment(v string)
- func (o *ResponsesBlobLog) SetContentType(v string)
- func (o *ResponsesBlobLog) SetHeight(v int32)
- func (o *ResponsesBlobLog) SetId(v int32)
- func (o *ResponsesBlobLog) SetNamespace(v ResponsesNamespace)
- func (o *ResponsesBlobLog) SetRollup(v ResponsesShortRollup)
- func (o *ResponsesBlobLog) SetSigner(v ResponsesShortAddress)
- func (o *ResponsesBlobLog) SetSize(v int32)
- func (o *ResponsesBlobLog) SetTime(v time.Time)
- func (o *ResponsesBlobLog) SetTx(v ResponsesTx)
- func (o ResponsesBlobLog) ToMap() (map[string]interface{}, error)
- type ResponsesBlock
- func (o *ResponsesBlock) GetAppHash() string
- func (o *ResponsesBlock) GetAppHashOk() (*string, bool)
- func (o *ResponsesBlock) GetConsensusHash() string
- func (o *ResponsesBlock) GetConsensusHashOk() (*string, bool)
- func (o *ResponsesBlock) GetDataHash() string
- func (o *ResponsesBlock) GetDataHashOk() (*string, bool)
- func (o *ResponsesBlock) GetEvidenceHash() string
- func (o *ResponsesBlock) GetEvidenceHashOk() (*string, bool)
- func (o *ResponsesBlock) GetHash() string
- func (o *ResponsesBlock) GetHashOk() (*string, bool)
- func (o *ResponsesBlock) GetHeight() int32
- func (o *ResponsesBlock) GetHeightOk() (*int32, bool)
- func (o *ResponsesBlock) GetId() int32
- func (o *ResponsesBlock) GetIdOk() (*int32, bool)
- func (o *ResponsesBlock) GetLastCommitHash() string
- func (o *ResponsesBlock) GetLastCommitHashOk() (*string, bool)
- func (o *ResponsesBlock) GetLastResultsHash() string
- func (o *ResponsesBlock) GetLastResultsHashOk() (*string, bool)
- func (o *ResponsesBlock) GetMessageTypes() []string
- func (o *ResponsesBlock) GetMessageTypesOk() ([]string, bool)
- func (o *ResponsesBlock) GetNextValidatorsHash() string
- func (o *ResponsesBlock) GetNextValidatorsHashOk() (*string, bool)
- func (o *ResponsesBlock) GetParentHash() string
- func (o *ResponsesBlock) GetParentHashOk() (*string, bool)
- func (o *ResponsesBlock) GetProposer() ResponsesShortValidator
- func (o *ResponsesBlock) GetProposerOk() (*ResponsesShortValidator, bool)
- func (o *ResponsesBlock) GetStats() ResponsesBlockStats
- func (o *ResponsesBlock) GetStatsOk() (*ResponsesBlockStats, bool)
- func (o *ResponsesBlock) GetTime() string
- func (o *ResponsesBlock) GetTimeOk() (*string, bool)
- func (o *ResponsesBlock) GetValidatorsHash() string
- func (o *ResponsesBlock) GetValidatorsHashOk() (*string, bool)
- func (o *ResponsesBlock) GetVersionApp() string
- func (o *ResponsesBlock) GetVersionAppOk() (*string, bool)
- func (o *ResponsesBlock) GetVersionBlock() string
- func (o *ResponsesBlock) GetVersionBlockOk() (*string, bool)
- func (o *ResponsesBlock) HasAppHash() bool
- func (o *ResponsesBlock) HasConsensusHash() bool
- func (o *ResponsesBlock) HasDataHash() bool
- func (o *ResponsesBlock) HasEvidenceHash() bool
- func (o *ResponsesBlock) HasHash() bool
- func (o *ResponsesBlock) HasHeight() bool
- func (o *ResponsesBlock) HasId() bool
- func (o *ResponsesBlock) HasLastCommitHash() bool
- func (o *ResponsesBlock) HasLastResultsHash() bool
- func (o *ResponsesBlock) HasMessageTypes() bool
- func (o *ResponsesBlock) HasNextValidatorsHash() bool
- func (o *ResponsesBlock) HasParentHash() bool
- func (o *ResponsesBlock) HasProposer() bool
- func (o *ResponsesBlock) HasStats() bool
- func (o *ResponsesBlock) HasTime() bool
- func (o *ResponsesBlock) HasValidatorsHash() bool
- func (o *ResponsesBlock) HasVersionApp() bool
- func (o *ResponsesBlock) HasVersionBlock() bool
- func (o ResponsesBlock) MarshalJSON() ([]byte, error)
- func (o *ResponsesBlock) SetAppHash(v string)
- func (o *ResponsesBlock) SetConsensusHash(v string)
- func (o *ResponsesBlock) SetDataHash(v string)
- func (o *ResponsesBlock) SetEvidenceHash(v string)
- func (o *ResponsesBlock) SetHash(v string)
- func (o *ResponsesBlock) SetHeight(v int32)
- func (o *ResponsesBlock) SetId(v int32)
- func (o *ResponsesBlock) SetLastCommitHash(v string)
- func (o *ResponsesBlock) SetLastResultsHash(v string)
- func (o *ResponsesBlock) SetMessageTypes(v []string)
- func (o *ResponsesBlock) SetNextValidatorsHash(v string)
- func (o *ResponsesBlock) SetParentHash(v string)
- func (o *ResponsesBlock) SetProposer(v ResponsesShortValidator)
- func (o *ResponsesBlock) SetStats(v ResponsesBlockStats)
- func (o *ResponsesBlock) SetTime(v string)
- func (o *ResponsesBlock) SetValidatorsHash(v string)
- func (o *ResponsesBlock) SetVersionApp(v string)
- func (o *ResponsesBlock) SetVersionBlock(v string)
- func (o ResponsesBlock) ToMap() (map[string]interface{}, error)
- type ResponsesBlockStats
- func (o *ResponsesBlockStats) GetBlobsCount() int32
- func (o *ResponsesBlockStats) GetBlobsCountOk() (*int32, bool)
- func (o *ResponsesBlockStats) GetBlobsSize() int32
- func (o *ResponsesBlockStats) GetBlobsSizeOk() (*int32, bool)
- func (o *ResponsesBlockStats) GetBlockTime() int32
- func (o *ResponsesBlockStats) GetBlockTimeOk() (*int32, bool)
- func (o *ResponsesBlockStats) GetBytesInBlock() int32
- func (o *ResponsesBlockStats) GetBytesInBlockOk() (*int32, bool)
- func (o *ResponsesBlockStats) GetCommissions() string
- func (o *ResponsesBlockStats) GetCommissionsOk() (*string, bool)
- func (o *ResponsesBlockStats) GetEventsCount() int32
- func (o *ResponsesBlockStats) GetEventsCountOk() (*int32, bool)
- func (o *ResponsesBlockStats) GetFee() string
- func (o *ResponsesBlockStats) GetFeeOk() (*string, bool)
- func (o *ResponsesBlockStats) GetFillRate() string
- func (o *ResponsesBlockStats) GetFillRateOk() (*string, bool)
- func (o *ResponsesBlockStats) GetGasLimit() int32
- func (o *ResponsesBlockStats) GetGasLimitOk() (*int32, bool)
- func (o *ResponsesBlockStats) GetGasUsed() int32
- func (o *ResponsesBlockStats) GetGasUsedOk() (*int32, bool)
- func (o *ResponsesBlockStats) GetInflationRate() string
- func (o *ResponsesBlockStats) GetInflationRateOk() (*string, bool)
- func (o *ResponsesBlockStats) GetRewards() string
- func (o *ResponsesBlockStats) GetRewardsOk() (*string, bool)
- func (o *ResponsesBlockStats) GetSquareSize() int32
- func (o *ResponsesBlockStats) GetSquareSizeOk() (*int32, bool)
- func (o *ResponsesBlockStats) GetSupplyChange() string
- func (o *ResponsesBlockStats) GetSupplyChangeOk() (*string, bool)
- func (o *ResponsesBlockStats) GetTxCount() int32
- func (o *ResponsesBlockStats) GetTxCountOk() (*int32, bool)
- func (o *ResponsesBlockStats) HasBlobsCount() bool
- func (o *ResponsesBlockStats) HasBlobsSize() bool
- func (o *ResponsesBlockStats) HasBlockTime() bool
- func (o *ResponsesBlockStats) HasBytesInBlock() bool
- func (o *ResponsesBlockStats) HasCommissions() bool
- func (o *ResponsesBlockStats) HasEventsCount() bool
- func (o *ResponsesBlockStats) HasFee() bool
- func (o *ResponsesBlockStats) HasFillRate() bool
- func (o *ResponsesBlockStats) HasGasLimit() bool
- func (o *ResponsesBlockStats) HasGasUsed() bool
- func (o *ResponsesBlockStats) HasInflationRate() bool
- func (o *ResponsesBlockStats) HasRewards() bool
- func (o *ResponsesBlockStats) HasSquareSize() bool
- func (o *ResponsesBlockStats) HasSupplyChange() bool
- func (o *ResponsesBlockStats) HasTxCount() bool
- func (o ResponsesBlockStats) MarshalJSON() ([]byte, error)
- func (o *ResponsesBlockStats) SetBlobsCount(v int32)
- func (o *ResponsesBlockStats) SetBlobsSize(v int32)
- func (o *ResponsesBlockStats) SetBlockTime(v int32)
- func (o *ResponsesBlockStats) SetBytesInBlock(v int32)
- func (o *ResponsesBlockStats) SetCommissions(v string)
- func (o *ResponsesBlockStats) SetEventsCount(v int32)
- func (o *ResponsesBlockStats) SetFee(v string)
- func (o *ResponsesBlockStats) SetFillRate(v string)
- func (o *ResponsesBlockStats) SetGasLimit(v int32)
- func (o *ResponsesBlockStats) SetGasUsed(v int32)
- func (o *ResponsesBlockStats) SetInflationRate(v string)
- func (o *ResponsesBlockStats) SetRewards(v string)
- func (o *ResponsesBlockStats) SetSquareSize(v int32)
- func (o *ResponsesBlockStats) SetSupplyChange(v string)
- func (o *ResponsesBlockStats) SetTxCount(v int32)
- func (o ResponsesBlockStats) ToMap() (map[string]interface{}, error)
- type ResponsesCelestial
- func (o *ResponsesCelestial) GetImageUrl() string
- func (o *ResponsesCelestial) GetImageUrlOk() (*string, bool)
- func (o *ResponsesCelestial) GetName() string
- func (o *ResponsesCelestial) GetNameOk() (*string, bool)
- func (o *ResponsesCelestial) GetPrimary() bool
- func (o *ResponsesCelestial) GetPrimaryOk() (*bool, bool)
- func (o *ResponsesCelestial) GetStatus() string
- func (o *ResponsesCelestial) GetStatusOk() (*string, bool)
- func (o *ResponsesCelestial) HasImageUrl() bool
- func (o *ResponsesCelestial) HasName() bool
- func (o *ResponsesCelestial) HasPrimary() bool
- func (o *ResponsesCelestial) HasStatus() bool
- func (o ResponsesCelestial) MarshalJSON() ([]byte, error)
- func (o *ResponsesCelestial) SetImageUrl(v string)
- func (o *ResponsesCelestial) SetName(v string)
- func (o *ResponsesCelestial) SetPrimary(v bool)
- func (o *ResponsesCelestial) SetStatus(v string)
- func (o ResponsesCelestial) ToMap() (map[string]interface{}, error)
- type ResponsesChange24hBlockStats
- func (o *ResponsesChange24hBlockStats) GetBlobsSize24h() float32
- func (o *ResponsesChange24hBlockStats) GetBlobsSize24hOk() (*float32, bool)
- func (o *ResponsesChange24hBlockStats) GetBytesInBlock24h() float32
- func (o *ResponsesChange24hBlockStats) GetBytesInBlock24hOk() (*float32, bool)
- func (o *ResponsesChange24hBlockStats) GetFee24h() float32
- func (o *ResponsesChange24hBlockStats) GetFee24hOk() (*float32, bool)
- func (o *ResponsesChange24hBlockStats) GetTxCount24h() float32
- func (o *ResponsesChange24hBlockStats) GetTxCount24hOk() (*float32, bool)
- func (o *ResponsesChange24hBlockStats) HasBlobsSize24h() bool
- func (o *ResponsesChange24hBlockStats) HasBytesInBlock24h() bool
- func (o *ResponsesChange24hBlockStats) HasFee24h() bool
- func (o *ResponsesChange24hBlockStats) HasTxCount24h() bool
- func (o ResponsesChange24hBlockStats) MarshalJSON() ([]byte, error)
- func (o *ResponsesChange24hBlockStats) SetBlobsSize24h(v float32)
- func (o *ResponsesChange24hBlockStats) SetBytesInBlock24h(v float32)
- func (o *ResponsesChange24hBlockStats) SetFee24h(v float32)
- func (o *ResponsesChange24hBlockStats) SetTxCount24h(v float32)
- func (o ResponsesChange24hBlockStats) ToMap() (map[string]interface{}, error)
- type ResponsesConstants
- func (o *ResponsesConstants) GetDenomMetadata() []ResponsesDenomMetadata
- func (o *ResponsesConstants) GetDenomMetadataOk() ([]ResponsesDenomMetadata, bool)
- func (o *ResponsesConstants) GetModule() map[string]map[string]string
- func (o *ResponsesConstants) GetModuleOk() (*map[string]map[string]string, bool)
- func (o *ResponsesConstants) HasDenomMetadata() bool
- func (o *ResponsesConstants) HasModule() bool
- func (o ResponsesConstants) MarshalJSON() ([]byte, error)
- func (o *ResponsesConstants) SetDenomMetadata(v []ResponsesDenomMetadata)
- func (o *ResponsesConstants) SetModule(v map[string]map[string]string)
- func (o ResponsesConstants) ToMap() (map[string]interface{}, error)
- type ResponsesCountItem
- func (o *ResponsesCountItem) GetName() string
- func (o *ResponsesCountItem) GetNameOk() (*string, bool)
- func (o *ResponsesCountItem) GetValue() string
- func (o *ResponsesCountItem) GetValueOk() (*string, bool)
- func (o *ResponsesCountItem) HasName() bool
- func (o *ResponsesCountItem) HasValue() bool
- func (o ResponsesCountItem) MarshalJSON() ([]byte, error)
- func (o *ResponsesCountItem) SetName(v string)
- func (o *ResponsesCountItem) SetValue(v string)
- func (o ResponsesCountItem) ToMap() (map[string]interface{}, error)
- type ResponsesDelegation
- func (o *ResponsesDelegation) GetAmount() string
- func (o *ResponsesDelegation) GetAmountOk() (*string, bool)
- func (o *ResponsesDelegation) GetDelegator() ResponsesShortAddress
- func (o *ResponsesDelegation) GetDelegatorOk() (*ResponsesShortAddress, bool)
- func (o *ResponsesDelegation) GetValidator() ResponsesShortValidator
- func (o *ResponsesDelegation) GetValidatorOk() (*ResponsesShortValidator, bool)
- func (o *ResponsesDelegation) HasAmount() bool
- func (o *ResponsesDelegation) HasDelegator() bool
- func (o *ResponsesDelegation) HasValidator() bool
- func (o ResponsesDelegation) MarshalJSON() ([]byte, error)
- func (o *ResponsesDelegation) SetAmount(v string)
- func (o *ResponsesDelegation) SetDelegator(v ResponsesShortAddress)
- func (o *ResponsesDelegation) SetValidator(v ResponsesShortValidator)
- func (o ResponsesDelegation) ToMap() (map[string]interface{}, error)
- type ResponsesDenomMetadata
- func (o *ResponsesDenomMetadata) GetBase() string
- func (o *ResponsesDenomMetadata) GetBaseOk() (*string, bool)
- func (o *ResponsesDenomMetadata) GetDescription() string
- func (o *ResponsesDenomMetadata) GetDescriptionOk() (*string, bool)
- func (o *ResponsesDenomMetadata) GetDisplay() string
- func (o *ResponsesDenomMetadata) GetDisplayOk() (*string, bool)
- func (o *ResponsesDenomMetadata) GetName() string
- func (o *ResponsesDenomMetadata) GetNameOk() (*string, bool)
- func (o *ResponsesDenomMetadata) GetSymbol() string
- func (o *ResponsesDenomMetadata) GetSymbolOk() (*string, bool)
- func (o *ResponsesDenomMetadata) GetUnits() []int32
- func (o *ResponsesDenomMetadata) GetUnitsOk() ([]int32, bool)
- func (o *ResponsesDenomMetadata) GetUri() string
- func (o *ResponsesDenomMetadata) GetUriOk() (*string, bool)
- func (o *ResponsesDenomMetadata) HasBase() bool
- func (o *ResponsesDenomMetadata) HasDescription() bool
- func (o *ResponsesDenomMetadata) HasDisplay() bool
- func (o *ResponsesDenomMetadata) HasName() bool
- func (o *ResponsesDenomMetadata) HasSymbol() bool
- func (o *ResponsesDenomMetadata) HasUnits() bool
- func (o *ResponsesDenomMetadata) HasUri() bool
- func (o ResponsesDenomMetadata) MarshalJSON() ([]byte, error)
- func (o *ResponsesDenomMetadata) SetBase(v string)
- func (o *ResponsesDenomMetadata) SetDescription(v string)
- func (o *ResponsesDenomMetadata) SetDisplay(v string)
- func (o *ResponsesDenomMetadata) SetName(v string)
- func (o *ResponsesDenomMetadata) SetSymbol(v string)
- func (o *ResponsesDenomMetadata) SetUnits(v []int32)
- func (o *ResponsesDenomMetadata) SetUri(v string)
- func (o ResponsesDenomMetadata) ToMap() (map[string]interface{}, error)
- type ResponsesDistributionItem
- func (o *ResponsesDistributionItem) GetName() string
- func (o *ResponsesDistributionItem) GetNameOk() (*string, bool)
- func (o *ResponsesDistributionItem) GetValue() string
- func (o *ResponsesDistributionItem) GetValueOk() (*string, bool)
- func (o *ResponsesDistributionItem) HasName() bool
- func (o *ResponsesDistributionItem) HasValue() bool
- func (o ResponsesDistributionItem) MarshalJSON() ([]byte, error)
- func (o *ResponsesDistributionItem) SetName(v string)
- func (o *ResponsesDistributionItem) SetValue(v string)
- func (o ResponsesDistributionItem) ToMap() (map[string]interface{}, error)
- type ResponsesEnums
- func (o *ResponsesEnums) GetCategories() []string
- func (o *ResponsesEnums) GetCategoriesOk() ([]string, bool)
- func (o *ResponsesEnums) GetCelestialsStatuses() []string
- func (o *ResponsesEnums) GetCelestialsStatusesOk() ([]string, bool)
- func (o *ResponsesEnums) GetEventType() []string
- func (o *ResponsesEnums) GetEventTypeOk() ([]string, bool)
- func (o *ResponsesEnums) GetHyperlaneTokenType() []string
- func (o *ResponsesEnums) GetHyperlaneTokenTypeOk() ([]string, bool)
- func (o *ResponsesEnums) GetHyperlaneTransferType() []string
- func (o *ResponsesEnums) GetHyperlaneTransferTypeOk() ([]string, bool)
- func (o *ResponsesEnums) GetIbcChannelStatus() []string
- func (o *ResponsesEnums) GetIbcChannelStatusOk() ([]string, bool)
- func (o *ResponsesEnums) GetMessageType() []string
- func (o *ResponsesEnums) GetMessageTypeOk() ([]string, bool)
- func (o *ResponsesEnums) GetProposalStatus() []string
- func (o *ResponsesEnums) GetProposalStatusOk() ([]string, bool)
- func (o *ResponsesEnums) GetProposalType() []string
- func (o *ResponsesEnums) GetProposalTypeOk() ([]string, bool)
- func (o *ResponsesEnums) GetRollupType() []string
- func (o *ResponsesEnums) GetRollupTypeOk() ([]string, bool)
- func (o *ResponsesEnums) GetStatus() []string
- func (o *ResponsesEnums) GetStatusOk() ([]string, bool)
- func (o *ResponsesEnums) GetTags() []string
- func (o *ResponsesEnums) GetTagsOk() ([]string, bool)
- func (o *ResponsesEnums) GetVoteOption() []string
- func (o *ResponsesEnums) GetVoteOptionOk() ([]string, bool)
- func (o *ResponsesEnums) GetVoteType() []string
- func (o *ResponsesEnums) GetVoteTypeOk() ([]string, bool)
- func (o *ResponsesEnums) HasCategories() bool
- func (o *ResponsesEnums) HasCelestialsStatuses() bool
- func (o *ResponsesEnums) HasEventType() bool
- func (o *ResponsesEnums) HasHyperlaneTokenType() bool
- func (o *ResponsesEnums) HasHyperlaneTransferType() bool
- func (o *ResponsesEnums) HasIbcChannelStatus() bool
- func (o *ResponsesEnums) HasMessageType() bool
- func (o *ResponsesEnums) HasProposalStatus() bool
- func (o *ResponsesEnums) HasProposalType() bool
- func (o *ResponsesEnums) HasRollupType() bool
- func (o *ResponsesEnums) HasStatus() bool
- func (o *ResponsesEnums) HasTags() bool
- func (o *ResponsesEnums) HasVoteOption() bool
- func (o *ResponsesEnums) HasVoteType() bool
- func (o ResponsesEnums) MarshalJSON() ([]byte, error)
- func (o *ResponsesEnums) SetCategories(v []string)
- func (o *ResponsesEnums) SetCelestialsStatuses(v []string)
- func (o *ResponsesEnums) SetEventType(v []string)
- func (o *ResponsesEnums) SetHyperlaneTokenType(v []string)
- func (o *ResponsesEnums) SetHyperlaneTransferType(v []string)
- func (o *ResponsesEnums) SetIbcChannelStatus(v []string)
- func (o *ResponsesEnums) SetMessageType(v []string)
- func (o *ResponsesEnums) SetProposalStatus(v []string)
- func (o *ResponsesEnums) SetProposalType(v []string)
- func (o *ResponsesEnums) SetRollupType(v []string)
- func (o *ResponsesEnums) SetStatus(v []string)
- func (o *ResponsesEnums) SetTags(v []string)
- func (o *ResponsesEnums) SetVoteOption(v []string)
- func (o *ResponsesEnums) SetVoteType(v []string)
- func (o ResponsesEnums) ToMap() (map[string]interface{}, error)
- type ResponsesEvent
- func (o *ResponsesEvent) GetData() map[string]map[string]interface{}
- func (o *ResponsesEvent) GetDataOk() (map[string]map[string]interface{}, bool)
- func (o *ResponsesEvent) GetHeight() int64
- func (o *ResponsesEvent) GetHeightOk() (*int64, bool)
- func (o *ResponsesEvent) GetId() int64
- func (o *ResponsesEvent) GetIdOk() (*int64, bool)
- func (o *ResponsesEvent) GetPosition() int64
- func (o *ResponsesEvent) GetPositionOk() (*int64, bool)
- func (o *ResponsesEvent) GetTime() time.Time
- func (o *ResponsesEvent) GetTimeOk() (*time.Time, bool)
- func (o *ResponsesEvent) GetTxId() int64
- func (o *ResponsesEvent) GetTxIdOk() (*int64, bool)
- func (o *ResponsesEvent) GetType() TypesEventType
- func (o *ResponsesEvent) GetTypeOk() (*TypesEventType, bool)
- func (o *ResponsesEvent) HasData() bool
- func (o *ResponsesEvent) HasHeight() bool
- func (o *ResponsesEvent) HasId() bool
- func (o *ResponsesEvent) HasPosition() bool
- func (o *ResponsesEvent) HasTime() bool
- func (o *ResponsesEvent) HasTxId() bool
- func (o *ResponsesEvent) HasType() bool
- func (o ResponsesEvent) MarshalJSON() ([]byte, error)
- func (o *ResponsesEvent) SetData(v map[string]map[string]interface{})
- func (o *ResponsesEvent) SetHeight(v int64)
- func (o *ResponsesEvent) SetId(v int64)
- func (o *ResponsesEvent) SetPosition(v int64)
- func (o *ResponsesEvent) SetTime(v time.Time)
- func (o *ResponsesEvent) SetTxId(v int64)
- func (o *ResponsesEvent) SetType(v TypesEventType)
- func (o ResponsesEvent) ToMap() (map[string]interface{}, error)
- type ResponsesGasPrice
- func (o *ResponsesGasPrice) GetFast() string
- func (o *ResponsesGasPrice) GetFastOk() (*string, bool)
- func (o *ResponsesGasPrice) GetMedian() string
- func (o *ResponsesGasPrice) GetMedianOk() (*string, bool)
- func (o *ResponsesGasPrice) GetSlow() string
- func (o *ResponsesGasPrice) GetSlowOk() (*string, bool)
- func (o *ResponsesGasPrice) HasFast() bool
- func (o *ResponsesGasPrice) HasMedian() bool
- func (o *ResponsesGasPrice) HasSlow() bool
- func (o ResponsesGasPrice) MarshalJSON() ([]byte, error)
- func (o *ResponsesGasPrice) SetFast(v string)
- func (o *ResponsesGasPrice) SetMedian(v string)
- func (o *ResponsesGasPrice) SetSlow(v string)
- func (o ResponsesGasPrice) ToMap() (map[string]interface{}, error)
- type ResponsesGrant
- func (o *ResponsesGrant) GetAuthorization() string
- func (o *ResponsesGrant) GetAuthorizationOk() (*string, bool)
- func (o *ResponsesGrant) GetExpiration() string
- func (o *ResponsesGrant) GetExpirationOk() (*string, bool)
- func (o *ResponsesGrant) GetGrantee() ResponsesShortAddress
- func (o *ResponsesGrant) GetGranteeOk() (*ResponsesShortAddress, bool)
- func (o *ResponsesGrant) GetGranter() ResponsesShortAddress
- func (o *ResponsesGrant) GetGranterOk() (*ResponsesShortAddress, bool)
- func (o *ResponsesGrant) GetHeight() int32
- func (o *ResponsesGrant) GetHeightOk() (*int32, bool)
- func (o *ResponsesGrant) GetParams() map[string]map[string]interface{}
- func (o *ResponsesGrant) GetParamsOk() (map[string]map[string]interface{}, bool)
- func (o *ResponsesGrant) GetRevokeHeight() int32
- func (o *ResponsesGrant) GetRevokeHeightOk() (*int32, bool)
- func (o *ResponsesGrant) GetRevoked() bool
- func (o *ResponsesGrant) GetRevokedOk() (*bool, bool)
- func (o *ResponsesGrant) GetTime() string
- func (o *ResponsesGrant) GetTimeOk() (*string, bool)
- func (o *ResponsesGrant) HasAuthorization() bool
- func (o *ResponsesGrant) HasExpiration() bool
- func (o *ResponsesGrant) HasGrantee() bool
- func (o *ResponsesGrant) HasGranter() bool
- func (o *ResponsesGrant) HasHeight() bool
- func (o *ResponsesGrant) HasParams() bool
- func (o *ResponsesGrant) HasRevokeHeight() bool
- func (o *ResponsesGrant) HasRevoked() bool
- func (o *ResponsesGrant) HasTime() bool
- func (o ResponsesGrant) MarshalJSON() ([]byte, error)
- func (o *ResponsesGrant) SetAuthorization(v string)
- func (o *ResponsesGrant) SetExpiration(v string)
- func (o *ResponsesGrant) SetGrantee(v ResponsesShortAddress)
- func (o *ResponsesGrant) SetGranter(v ResponsesShortAddress)
- func (o *ResponsesGrant) SetHeight(v int32)
- func (o *ResponsesGrant) SetParams(v map[string]map[string]interface{})
- func (o *ResponsesGrant) SetRevokeHeight(v int32)
- func (o *ResponsesGrant) SetRevoked(v bool)
- func (o *ResponsesGrant) SetTime(v string)
- func (o ResponsesGrant) ToMap() (map[string]interface{}, error)
- type ResponsesHistogramItem
- func (o *ResponsesHistogramItem) GetTime() time.Time
- func (o *ResponsesHistogramItem) GetTimeOk() (*time.Time, bool)
- func (o *ResponsesHistogramItem) GetValue() string
- func (o *ResponsesHistogramItem) GetValueOk() (*string, bool)
- func (o *ResponsesHistogramItem) HasTime() bool
- func (o *ResponsesHistogramItem) HasValue() bool
- func (o ResponsesHistogramItem) MarshalJSON() ([]byte, error)
- func (o *ResponsesHistogramItem) SetTime(v time.Time)
- func (o *ResponsesHistogramItem) SetValue(v string)
- func (o ResponsesHistogramItem) ToMap() (map[string]interface{}, error)
- type ResponsesHyperlaneCounterparty
- func (o *ResponsesHyperlaneCounterparty) GetDomain() int64
- func (o *ResponsesHyperlaneCounterparty) GetDomainOk() (*int64, bool)
- func (o *ResponsesHyperlaneCounterparty) GetHash() string
- func (o *ResponsesHyperlaneCounterparty) GetHashOk() (*string, bool)
- func (o *ResponsesHyperlaneCounterparty) HasDomain() bool
- func (o *ResponsesHyperlaneCounterparty) HasHash() bool
- func (o ResponsesHyperlaneCounterparty) MarshalJSON() ([]byte, error)
- func (o *ResponsesHyperlaneCounterparty) SetDomain(v int64)
- func (o *ResponsesHyperlaneCounterparty) SetHash(v string)
- func (o ResponsesHyperlaneCounterparty) ToMap() (map[string]interface{}, error)
- type ResponsesHyperlaneMailbox
- func (o *ResponsesHyperlaneMailbox) GetDefaultHook() *os.File
- func (o *ResponsesHyperlaneMailbox) GetDefaultHookOk() (**os.File, bool)
- func (o *ResponsesHyperlaneMailbox) GetDefaultIsm() *os.File
- func (o *ResponsesHyperlaneMailbox) GetDefaultIsmOk() (**os.File, bool)
- func (o *ResponsesHyperlaneMailbox) GetDomain() int64
- func (o *ResponsesHyperlaneMailbox) GetDomainOk() (*int64, bool)
- func (o *ResponsesHyperlaneMailbox) GetHeight() int64
- func (o *ResponsesHyperlaneMailbox) GetHeightOk() (*int64, bool)
- func (o *ResponsesHyperlaneMailbox) GetHyperlaneId() int64
- func (o *ResponsesHyperlaneMailbox) GetHyperlaneIdOk() (*int64, bool)
- func (o *ResponsesHyperlaneMailbox) GetId() int64
- func (o *ResponsesHyperlaneMailbox) GetIdOk() (*int64, bool)
- func (o *ResponsesHyperlaneMailbox) GetMailbox() *os.File
- func (o *ResponsesHyperlaneMailbox) GetMailboxOk() (**os.File, bool)
- func (o *ResponsesHyperlaneMailbox) GetOwner() ResponsesShortAddress
- func (o *ResponsesHyperlaneMailbox) GetOwnerOk() (*ResponsesShortAddress, bool)
- func (o *ResponsesHyperlaneMailbox) GetReceivedMessages() int64
- func (o *ResponsesHyperlaneMailbox) GetReceivedMessagesOk() (*int64, bool)
- func (o *ResponsesHyperlaneMailbox) GetRequiredHook() *os.File
- func (o *ResponsesHyperlaneMailbox) GetRequiredHookOk() (**os.File, bool)
- func (o *ResponsesHyperlaneMailbox) GetSentMessages() int64
- func (o *ResponsesHyperlaneMailbox) GetSentMessagesOk() (*int64, bool)
- func (o *ResponsesHyperlaneMailbox) GetTime() time.Time
- func (o *ResponsesHyperlaneMailbox) GetTimeOk() (*time.Time, bool)
- func (o *ResponsesHyperlaneMailbox) GetTxHash() *os.File
- func (o *ResponsesHyperlaneMailbox) GetTxHashOk() (**os.File, bool)
- func (o *ResponsesHyperlaneMailbox) HasDefaultHook() bool
- func (o *ResponsesHyperlaneMailbox) HasDefaultIsm() bool
- func (o *ResponsesHyperlaneMailbox) HasDomain() bool
- func (o *ResponsesHyperlaneMailbox) HasHeight() bool
- func (o *ResponsesHyperlaneMailbox) HasHyperlaneId() bool
- func (o *ResponsesHyperlaneMailbox) HasId() bool
- func (o *ResponsesHyperlaneMailbox) HasMailbox() bool
- func (o *ResponsesHyperlaneMailbox) HasOwner() bool
- func (o *ResponsesHyperlaneMailbox) HasReceivedMessages() bool
- func (o *ResponsesHyperlaneMailbox) HasRequiredHook() bool
- func (o *ResponsesHyperlaneMailbox) HasSentMessages() bool
- func (o *ResponsesHyperlaneMailbox) HasTime() bool
- func (o *ResponsesHyperlaneMailbox) HasTxHash() bool
- func (o ResponsesHyperlaneMailbox) MarshalJSON() ([]byte, error)
- func (o *ResponsesHyperlaneMailbox) SetDefaultHook(v *os.File)
- func (o *ResponsesHyperlaneMailbox) SetDefaultIsm(v *os.File)
- func (o *ResponsesHyperlaneMailbox) SetDomain(v int64)
- func (o *ResponsesHyperlaneMailbox) SetHeight(v int64)
- func (o *ResponsesHyperlaneMailbox) SetHyperlaneId(v int64)
- func (o *ResponsesHyperlaneMailbox) SetId(v int64)
- func (o *ResponsesHyperlaneMailbox) SetMailbox(v *os.File)
- func (o *ResponsesHyperlaneMailbox) SetOwner(v ResponsesShortAddress)
- func (o *ResponsesHyperlaneMailbox) SetReceivedMessages(v int64)
- func (o *ResponsesHyperlaneMailbox) SetRequiredHook(v *os.File)
- func (o *ResponsesHyperlaneMailbox) SetSentMessages(v int64)
- func (o *ResponsesHyperlaneMailbox) SetTime(v time.Time)
- func (o *ResponsesHyperlaneMailbox) SetTxHash(v *os.File)
- func (o ResponsesHyperlaneMailbox) ToMap() (map[string]interface{}, error)
- type ResponsesHyperlaneToken
- func (o *ResponsesHyperlaneToken) GetDenom() string
- func (o *ResponsesHyperlaneToken) GetDenomOk() (*string, bool)
- func (o *ResponsesHyperlaneToken) GetHeight() int64
- func (o *ResponsesHyperlaneToken) GetHeightOk() (*int64, bool)
- func (o *ResponsesHyperlaneToken) GetId() int64
- func (o *ResponsesHyperlaneToken) GetIdOk() (*int64, bool)
- func (o *ResponsesHyperlaneToken) GetMailbox() *os.File
- func (o *ResponsesHyperlaneToken) GetMailboxOk() (**os.File, bool)
- func (o *ResponsesHyperlaneToken) GetOwner() ResponsesShortAddress
- func (o *ResponsesHyperlaneToken) GetOwnerOk() (*ResponsesShortAddress, bool)
- func (o *ResponsesHyperlaneToken) GetReceived() string
- func (o *ResponsesHyperlaneToken) GetReceivedOk() (*string, bool)
- func (o *ResponsesHyperlaneToken) GetReceivedTransfers() int64
- func (o *ResponsesHyperlaneToken) GetReceivedTransfersOk() (*int64, bool)
- func (o *ResponsesHyperlaneToken) GetSent() string
- func (o *ResponsesHyperlaneToken) GetSentOk() (*string, bool)
- func (o *ResponsesHyperlaneToken) GetSentTransfers() int64
- func (o *ResponsesHyperlaneToken) GetSentTransfersOk() (*int64, bool)
- func (o *ResponsesHyperlaneToken) GetTime() time.Time
- func (o *ResponsesHyperlaneToken) GetTimeOk() (*time.Time, bool)
- func (o *ResponsesHyperlaneToken) GetTokenId() *os.File
- func (o *ResponsesHyperlaneToken) GetTokenIdOk() (**os.File, bool)
- func (o *ResponsesHyperlaneToken) GetTxHash() *os.File
- func (o *ResponsesHyperlaneToken) GetTxHashOk() (**os.File, bool)
- func (o *ResponsesHyperlaneToken) GetType() string
- func (o *ResponsesHyperlaneToken) GetTypeOk() (*string, bool)
- func (o *ResponsesHyperlaneToken) HasDenom() bool
- func (o *ResponsesHyperlaneToken) HasHeight() bool
- func (o *ResponsesHyperlaneToken) HasId() bool
- func (o *ResponsesHyperlaneToken) HasMailbox() bool
- func (o *ResponsesHyperlaneToken) HasOwner() bool
- func (o *ResponsesHyperlaneToken) HasReceived() bool
- func (o *ResponsesHyperlaneToken) HasReceivedTransfers() bool
- func (o *ResponsesHyperlaneToken) HasSent() bool
- func (o *ResponsesHyperlaneToken) HasSentTransfers() bool
- func (o *ResponsesHyperlaneToken) HasTime() bool
- func (o *ResponsesHyperlaneToken) HasTokenId() bool
- func (o *ResponsesHyperlaneToken) HasTxHash() bool
- func (o *ResponsesHyperlaneToken) HasType() bool
- func (o ResponsesHyperlaneToken) MarshalJSON() ([]byte, error)
- func (o *ResponsesHyperlaneToken) SetDenom(v string)
- func (o *ResponsesHyperlaneToken) SetHeight(v int64)
- func (o *ResponsesHyperlaneToken) SetId(v int64)
- func (o *ResponsesHyperlaneToken) SetMailbox(v *os.File)
- func (o *ResponsesHyperlaneToken) SetOwner(v ResponsesShortAddress)
- func (o *ResponsesHyperlaneToken) SetReceived(v string)
- func (o *ResponsesHyperlaneToken) SetReceivedTransfers(v int64)
- func (o *ResponsesHyperlaneToken) SetSent(v string)
- func (o *ResponsesHyperlaneToken) SetSentTransfers(v int64)
- func (o *ResponsesHyperlaneToken) SetTime(v time.Time)
- func (o *ResponsesHyperlaneToken) SetTokenId(v *os.File)
- func (o *ResponsesHyperlaneToken) SetTxHash(v *os.File)
- func (o *ResponsesHyperlaneToken) SetType(v string)
- func (o ResponsesHyperlaneToken) ToMap() (map[string]interface{}, error)
- type ResponsesHyperlaneTransfer
- func (o *ResponsesHyperlaneTransfer) GetAddress() ResponsesShortAddress
- func (o *ResponsesHyperlaneTransfer) GetAddressOk() (*ResponsesShortAddress, bool)
- func (o *ResponsesHyperlaneTransfer) GetBody() string
- func (o *ResponsesHyperlaneTransfer) GetBodyOk() (*string, bool)
- func (o *ResponsesHyperlaneTransfer) GetCounterparty() ResponsesHyperlaneCounterparty
- func (o *ResponsesHyperlaneTransfer) GetCounterpartyOk() (*ResponsesHyperlaneCounterparty, bool)
- func (o *ResponsesHyperlaneTransfer) GetDenom() string
- func (o *ResponsesHyperlaneTransfer) GetDenomOk() (*string, bool)
- func (o *ResponsesHyperlaneTransfer) GetHeight() int64
- func (o *ResponsesHyperlaneTransfer) GetHeightOk() (*int64, bool)
- func (o *ResponsesHyperlaneTransfer) GetId() int64
- func (o *ResponsesHyperlaneTransfer) GetIdOk() (*int64, bool)
- func (o *ResponsesHyperlaneTransfer) GetMailbox() *os.File
- func (o *ResponsesHyperlaneTransfer) GetMailboxOk() (**os.File, bool)
- func (o *ResponsesHyperlaneTransfer) GetMetadata() string
- func (o *ResponsesHyperlaneTransfer) GetMetadataOk() (*string, bool)
- func (o *ResponsesHyperlaneTransfer) GetNonce() int64
- func (o *ResponsesHyperlaneTransfer) GetNonceOk() (*int64, bool)
- func (o *ResponsesHyperlaneTransfer) GetReceived() string
- func (o *ResponsesHyperlaneTransfer) GetReceivedOk() (*string, bool)
- func (o *ResponsesHyperlaneTransfer) GetRelayer() ResponsesShortAddress
- func (o *ResponsesHyperlaneTransfer) GetRelayerOk() (*ResponsesShortAddress, bool)
- func (o *ResponsesHyperlaneTransfer) GetTime() time.Time
- func (o *ResponsesHyperlaneTransfer) GetTimeOk() (*time.Time, bool)
- func (o *ResponsesHyperlaneTransfer) GetTokenId() *os.File
- func (o *ResponsesHyperlaneTransfer) GetTokenIdOk() (**os.File, bool)
- func (o *ResponsesHyperlaneTransfer) GetTxHash() *os.File
- func (o *ResponsesHyperlaneTransfer) GetTxHashOk() (**os.File, bool)
- func (o *ResponsesHyperlaneTransfer) GetType() string
- func (o *ResponsesHyperlaneTransfer) GetTypeOk() (*string, bool)
- func (o *ResponsesHyperlaneTransfer) GetVersion() int64
- func (o *ResponsesHyperlaneTransfer) GetVersionOk() (*int64, bool)
- func (o *ResponsesHyperlaneTransfer) HasAddress() bool
- func (o *ResponsesHyperlaneTransfer) HasBody() bool
- func (o *ResponsesHyperlaneTransfer) HasCounterparty() bool
- func (o *ResponsesHyperlaneTransfer) HasDenom() bool
- func (o *ResponsesHyperlaneTransfer) HasHeight() bool
- func (o *ResponsesHyperlaneTransfer) HasId() bool
- func (o *ResponsesHyperlaneTransfer) HasMailbox() bool
- func (o *ResponsesHyperlaneTransfer) HasMetadata() bool
- func (o *ResponsesHyperlaneTransfer) HasNonce() bool
- func (o *ResponsesHyperlaneTransfer) HasReceived() bool
- func (o *ResponsesHyperlaneTransfer) HasRelayer() bool
- func (o *ResponsesHyperlaneTransfer) HasTime() bool
- func (o *ResponsesHyperlaneTransfer) HasTokenId() bool
- func (o *ResponsesHyperlaneTransfer) HasTxHash() bool
- func (o *ResponsesHyperlaneTransfer) HasType() bool
- func (o *ResponsesHyperlaneTransfer) HasVersion() bool
- func (o ResponsesHyperlaneTransfer) MarshalJSON() ([]byte, error)
- func (o *ResponsesHyperlaneTransfer) SetAddress(v ResponsesShortAddress)
- func (o *ResponsesHyperlaneTransfer) SetBody(v string)
- func (o *ResponsesHyperlaneTransfer) SetCounterparty(v ResponsesHyperlaneCounterparty)
- func (o *ResponsesHyperlaneTransfer) SetDenom(v string)
- func (o *ResponsesHyperlaneTransfer) SetHeight(v int64)
- func (o *ResponsesHyperlaneTransfer) SetId(v int64)
- func (o *ResponsesHyperlaneTransfer) SetMailbox(v *os.File)
- func (o *ResponsesHyperlaneTransfer) SetMetadata(v string)
- func (o *ResponsesHyperlaneTransfer) SetNonce(v int64)
- func (o *ResponsesHyperlaneTransfer) SetReceived(v string)
- func (o *ResponsesHyperlaneTransfer) SetRelayer(v ResponsesShortAddress)
- func (o *ResponsesHyperlaneTransfer) SetTime(v time.Time)
- func (o *ResponsesHyperlaneTransfer) SetTokenId(v *os.File)
- func (o *ResponsesHyperlaneTransfer) SetTxHash(v *os.File)
- func (o *ResponsesHyperlaneTransfer) SetType(v string)
- func (o *ResponsesHyperlaneTransfer) SetVersion(v int64)
- func (o ResponsesHyperlaneTransfer) ToMap() (map[string]interface{}, error)
- type ResponsesIbcChainStats
- func (o *ResponsesIbcChainStats) GetChain() string
- func (o *ResponsesIbcChainStats) GetChainOk() (*string, bool)
- func (o *ResponsesIbcChainStats) GetFlow() string
- func (o *ResponsesIbcChainStats) GetFlowOk() (*string, bool)
- func (o *ResponsesIbcChainStats) GetReceived() string
- func (o *ResponsesIbcChainStats) GetReceivedOk() (*string, bool)
- func (o *ResponsesIbcChainStats) GetSent() string
- func (o *ResponsesIbcChainStats) GetSentOk() (*string, bool)
- func (o *ResponsesIbcChainStats) HasChain() bool
- func (o *ResponsesIbcChainStats) HasFlow() bool
- func (o *ResponsesIbcChainStats) HasReceived() bool
- func (o *ResponsesIbcChainStats) HasSent() bool
- func (o ResponsesIbcChainStats) MarshalJSON() ([]byte, error)
- func (o *ResponsesIbcChainStats) SetChain(v string)
- func (o *ResponsesIbcChainStats) SetFlow(v string)
- func (o *ResponsesIbcChainStats) SetReceived(v string)
- func (o *ResponsesIbcChainStats) SetSent(v string)
- func (o ResponsesIbcChainStats) ToMap() (map[string]interface{}, error)
- type ResponsesIbcChannel
- func (o *ResponsesIbcChannel) GetClient() ResponsesShortIbcClient
- func (o *ResponsesIbcChannel) GetClientOk() (*ResponsesShortIbcClient, bool)
- func (o *ResponsesIbcChannel) GetConfirmationHeight() int32
- func (o *ResponsesIbcChannel) GetConfirmationHeightOk() (*int32, bool)
- func (o *ResponsesIbcChannel) GetConfirmationTxHash() *os.File
- func (o *ResponsesIbcChannel) GetConfirmationTxHashOk() (**os.File, bool)
- func (o *ResponsesIbcChannel) GetConfirmedAt() time.Time
- func (o *ResponsesIbcChannel) GetConfirmedAtOk() (*time.Time, bool)
- func (o *ResponsesIbcChannel) GetConnectionId() string
- func (o *ResponsesIbcChannel) GetConnectionIdOk() (*string, bool)
- func (o *ResponsesIbcChannel) GetCounterpartyChannelId() string
- func (o *ResponsesIbcChannel) GetCounterpartyChannelIdOk() (*string, bool)
- func (o *ResponsesIbcChannel) GetCounterpartyPortId() string
- func (o *ResponsesIbcChannel) GetCounterpartyPortIdOk() (*string, bool)
- func (o *ResponsesIbcChannel) GetCreatedAt() time.Time
- func (o *ResponsesIbcChannel) GetCreatedAtOk() (*time.Time, bool)
- func (o *ResponsesIbcChannel) GetCreatedTxHash() *os.File
- func (o *ResponsesIbcChannel) GetCreatedTxHashOk() (**os.File, bool)
- func (o *ResponsesIbcChannel) GetCreator() ResponsesShortAddress
- func (o *ResponsesIbcChannel) GetCreatorOk() (*ResponsesShortAddress, bool)
- func (o *ResponsesIbcChannel) GetHeight() int32
- func (o *ResponsesIbcChannel) GetHeightOk() (*int32, bool)
- func (o *ResponsesIbcChannel) GetId() string
- func (o *ResponsesIbcChannel) GetIdOk() (*string, bool)
- func (o *ResponsesIbcChannel) GetOrdering() bool
- func (o *ResponsesIbcChannel) GetOrderingOk() (*bool, bool)
- func (o *ResponsesIbcChannel) GetPortId() string
- func (o *ResponsesIbcChannel) GetPortIdOk() (*string, bool)
- func (o *ResponsesIbcChannel) GetStatus() string
- func (o *ResponsesIbcChannel) GetStatusOk() (*string, bool)
- func (o *ResponsesIbcChannel) GetVersion() string
- func (o *ResponsesIbcChannel) GetVersionOk() (*string, bool)
- func (o *ResponsesIbcChannel) HasClient() bool
- func (o *ResponsesIbcChannel) HasConfirmationHeight() bool
- func (o *ResponsesIbcChannel) HasConfirmationTxHash() bool
- func (o *ResponsesIbcChannel) HasConfirmedAt() bool
- func (o *ResponsesIbcChannel) HasConnectionId() bool
- func (o *ResponsesIbcChannel) HasCounterpartyChannelId() bool
- func (o *ResponsesIbcChannel) HasCounterpartyPortId() bool
- func (o *ResponsesIbcChannel) HasCreatedAt() bool
- func (o *ResponsesIbcChannel) HasCreatedTxHash() bool
- func (o *ResponsesIbcChannel) HasCreator() bool
- func (o *ResponsesIbcChannel) HasHeight() bool
- func (o *ResponsesIbcChannel) HasId() bool
- func (o *ResponsesIbcChannel) HasOrdering() bool
- func (o *ResponsesIbcChannel) HasPortId() bool
- func (o *ResponsesIbcChannel) HasStatus() bool
- func (o *ResponsesIbcChannel) HasVersion() bool
- func (o ResponsesIbcChannel) MarshalJSON() ([]byte, error)
- func (o *ResponsesIbcChannel) SetClient(v ResponsesShortIbcClient)
- func (o *ResponsesIbcChannel) SetConfirmationHeight(v int32)
- func (o *ResponsesIbcChannel) SetConfirmationTxHash(v *os.File)
- func (o *ResponsesIbcChannel) SetConfirmedAt(v time.Time)
- func (o *ResponsesIbcChannel) SetConnectionId(v string)
- func (o *ResponsesIbcChannel) SetCounterpartyChannelId(v string)
- func (o *ResponsesIbcChannel) SetCounterpartyPortId(v string)
- func (o *ResponsesIbcChannel) SetCreatedAt(v time.Time)
- func (o *ResponsesIbcChannel) SetCreatedTxHash(v *os.File)
- func (o *ResponsesIbcChannel) SetCreator(v ResponsesShortAddress)
- func (o *ResponsesIbcChannel) SetHeight(v int32)
- func (o *ResponsesIbcChannel) SetId(v string)
- func (o *ResponsesIbcChannel) SetOrdering(v bool)
- func (o *ResponsesIbcChannel) SetPortId(v string)
- func (o *ResponsesIbcChannel) SetStatus(v string)
- func (o *ResponsesIbcChannel) SetVersion(v string)
- func (o ResponsesIbcChannel) ToMap() (map[string]interface{}, error)
- type ResponsesIbcClient
- func (o *ResponsesIbcClient) GetChainId() *os.File
- func (o *ResponsesIbcClient) GetChainIdOk() (**os.File, bool)
- func (o *ResponsesIbcClient) GetConnectionCount() int32
- func (o *ResponsesIbcClient) GetConnectionCountOk() (*int32, bool)
- func (o *ResponsesIbcClient) GetCreatedAt() time.Time
- func (o *ResponsesIbcClient) GetCreatedAtOk() (*time.Time, bool)
- func (o *ResponsesIbcClient) GetCreator() ResponsesShortAddress
- func (o *ResponsesIbcClient) GetCreatorOk() (*ResponsesShortAddress, bool)
- func (o *ResponsesIbcClient) GetFrozenRevisionHeight() int32
- func (o *ResponsesIbcClient) GetFrozenRevisionHeightOk() (*int32, bool)
- func (o *ResponsesIbcClient) GetFrozenRevisionNumber() int32
- func (o *ResponsesIbcClient) GetFrozenRevisionNumberOk() (*int32, bool)
- func (o *ResponsesIbcClient) GetHeight() int32
- func (o *ResponsesIbcClient) GetHeightOk() (*int32, bool)
- func (o *ResponsesIbcClient) GetId() string
- func (o *ResponsesIbcClient) GetIdOk() (*string, bool)
- func (o *ResponsesIbcClient) GetLatestRevisionHeight() int32
- func (o *ResponsesIbcClient) GetLatestRevisionHeightOk() (*int32, bool)
- func (o *ResponsesIbcClient) GetLatestRevisionNumber() int32
- func (o *ResponsesIbcClient) GetLatestRevisionNumberOk() (*int32, bool)
- func (o *ResponsesIbcClient) GetMaxClockDrift() int32
- func (o *ResponsesIbcClient) GetMaxClockDriftOk() (*int32, bool)
- func (o *ResponsesIbcClient) GetTrustLevelDenominator() int32
- func (o *ResponsesIbcClient) GetTrustLevelDenominatorOk() (*int32, bool)
- func (o *ResponsesIbcClient) GetTrustLevelNumerator() int32
- func (o *ResponsesIbcClient) GetTrustLevelNumeratorOk() (*int32, bool)
- func (o *ResponsesIbcClient) GetTrustingPeriod() int32
- func (o *ResponsesIbcClient) GetTrustingPeriodOk() (*int32, bool)
- func (o *ResponsesIbcClient) GetTxHash() *os.File
- func (o *ResponsesIbcClient) GetTxHashOk() (**os.File, bool)
- func (o *ResponsesIbcClient) GetType() string
- func (o *ResponsesIbcClient) GetTypeOk() (*string, bool)
- func (o *ResponsesIbcClient) GetUnbondingPeriod() int32
- func (o *ResponsesIbcClient) GetUnbondingPeriodOk() (*int32, bool)
- func (o *ResponsesIbcClient) GetUpdatedAt() time.Time
- func (o *ResponsesIbcClient) GetUpdatedAtOk() (*time.Time, bool)
- func (o *ResponsesIbcClient) HasChainId() bool
- func (o *ResponsesIbcClient) HasConnectionCount() bool
- func (o *ResponsesIbcClient) HasCreatedAt() bool
- func (o *ResponsesIbcClient) HasCreator() bool
- func (o *ResponsesIbcClient) HasFrozenRevisionHeight() bool
- func (o *ResponsesIbcClient) HasFrozenRevisionNumber() bool
- func (o *ResponsesIbcClient) HasHeight() bool
- func (o *ResponsesIbcClient) HasId() bool
- func (o *ResponsesIbcClient) HasLatestRevisionHeight() bool
- func (o *ResponsesIbcClient) HasLatestRevisionNumber() bool
- func (o *ResponsesIbcClient) HasMaxClockDrift() bool
- func (o *ResponsesIbcClient) HasTrustLevelDenominator() bool
- func (o *ResponsesIbcClient) HasTrustLevelNumerator() bool
- func (o *ResponsesIbcClient) HasTrustingPeriod() bool
- func (o *ResponsesIbcClient) HasTxHash() bool
- func (o *ResponsesIbcClient) HasType() bool
- func (o *ResponsesIbcClient) HasUnbondingPeriod() bool
- func (o *ResponsesIbcClient) HasUpdatedAt() bool
- func (o ResponsesIbcClient) MarshalJSON() ([]byte, error)
- func (o *ResponsesIbcClient) SetChainId(v *os.File)
- func (o *ResponsesIbcClient) SetConnectionCount(v int32)
- func (o *ResponsesIbcClient) SetCreatedAt(v time.Time)
- func (o *ResponsesIbcClient) SetCreator(v ResponsesShortAddress)
- func (o *ResponsesIbcClient) SetFrozenRevisionHeight(v int32)
- func (o *ResponsesIbcClient) SetFrozenRevisionNumber(v int32)
- func (o *ResponsesIbcClient) SetHeight(v int32)
- func (o *ResponsesIbcClient) SetId(v string)
- func (o *ResponsesIbcClient) SetLatestRevisionHeight(v int32)
- func (o *ResponsesIbcClient) SetLatestRevisionNumber(v int32)
- func (o *ResponsesIbcClient) SetMaxClockDrift(v int32)
- func (o *ResponsesIbcClient) SetTrustLevelDenominator(v int32)
- func (o *ResponsesIbcClient) SetTrustLevelNumerator(v int32)
- func (o *ResponsesIbcClient) SetTrustingPeriod(v int32)
- func (o *ResponsesIbcClient) SetTxHash(v *os.File)
- func (o *ResponsesIbcClient) SetType(v string)
- func (o *ResponsesIbcClient) SetUnbondingPeriod(v int32)
- func (o *ResponsesIbcClient) SetUpdatedAt(v time.Time)
- func (o ResponsesIbcClient) ToMap() (map[string]interface{}, error)
- type ResponsesIbcConnection
- func (o *ResponsesIbcConnection) GetChannelsCount() int32
- func (o *ResponsesIbcConnection) GetChannelsCountOk() (*int32, bool)
- func (o *ResponsesIbcConnection) GetClient() ResponsesShortIbcClient
- func (o *ResponsesIbcConnection) GetClientOk() (*ResponsesShortIbcClient, bool)
- func (o *ResponsesIbcConnection) GetConnectedAt() time.Time
- func (o *ResponsesIbcConnection) GetConnectedAtOk() (*time.Time, bool)
- func (o *ResponsesIbcConnection) GetConnectedHeight() int32
- func (o *ResponsesIbcConnection) GetConnectedHeightOk() (*int32, bool)
- func (o *ResponsesIbcConnection) GetConnectedTxHash() *os.File
- func (o *ResponsesIbcConnection) GetConnectedTxHashOk() (**os.File, bool)
- func (o *ResponsesIbcConnection) GetCounterpartyClientId() string
- func (o *ResponsesIbcConnection) GetCounterpartyClientIdOk() (*string, bool)
- func (o *ResponsesIbcConnection) GetCounterpartyConnectionId() string
- func (o *ResponsesIbcConnection) GetCounterpartyConnectionIdOk() (*string, bool)
- func (o *ResponsesIbcConnection) GetCreatedAt() time.Time
- func (o *ResponsesIbcConnection) GetCreatedAtOk() (*time.Time, bool)
- func (o *ResponsesIbcConnection) GetCreatedTxHash() *os.File
- func (o *ResponsesIbcConnection) GetCreatedTxHashOk() (**os.File, bool)
- func (o *ResponsesIbcConnection) GetHeight() int32
- func (o *ResponsesIbcConnection) GetHeightOk() (*int32, bool)
- func (o *ResponsesIbcConnection) GetId() string
- func (o *ResponsesIbcConnection) GetIdOk() (*string, bool)
- func (o *ResponsesIbcConnection) HasChannelsCount() bool
- func (o *ResponsesIbcConnection) HasClient() bool
- func (o *ResponsesIbcConnection) HasConnectedAt() bool
- func (o *ResponsesIbcConnection) HasConnectedHeight() bool
- func (o *ResponsesIbcConnection) HasConnectedTxHash() bool
- func (o *ResponsesIbcConnection) HasCounterpartyClientId() bool
- func (o *ResponsesIbcConnection) HasCounterpartyConnectionId() bool
- func (o *ResponsesIbcConnection) HasCreatedAt() bool
- func (o *ResponsesIbcConnection) HasCreatedTxHash() bool
- func (o *ResponsesIbcConnection) HasHeight() bool
- func (o *ResponsesIbcConnection) HasId() bool
- func (o ResponsesIbcConnection) MarshalJSON() ([]byte, error)
- func (o *ResponsesIbcConnection) SetChannelsCount(v int32)
- func (o *ResponsesIbcConnection) SetClient(v ResponsesShortIbcClient)
- func (o *ResponsesIbcConnection) SetConnectedAt(v time.Time)
- func (o *ResponsesIbcConnection) SetConnectedHeight(v int32)
- func (o *ResponsesIbcConnection) SetConnectedTxHash(v *os.File)
- func (o *ResponsesIbcConnection) SetCounterpartyClientId(v string)
- func (o *ResponsesIbcConnection) SetCounterpartyConnectionId(v string)
- func (o *ResponsesIbcConnection) SetCreatedAt(v time.Time)
- func (o *ResponsesIbcConnection) SetCreatedTxHash(v *os.File)
- func (o *ResponsesIbcConnection) SetHeight(v int32)
- func (o *ResponsesIbcConnection) SetId(v string)
- func (o ResponsesIbcConnection) ToMap() (map[string]interface{}, error)
- type ResponsesIbcTransfer
- func (o *ResponsesIbcTransfer) GetAmount() string
- func (o *ResponsesIbcTransfer) GetAmountOk() (*string, bool)
- func (o *ResponsesIbcTransfer) GetChainId() *os.File
- func (o *ResponsesIbcTransfer) GetChainIdOk() (**os.File, bool)
- func (o *ResponsesIbcTransfer) GetChannelId() string
- func (o *ResponsesIbcTransfer) GetChannelIdOk() (*string, bool)
- func (o *ResponsesIbcTransfer) GetConnectionId() string
- func (o *ResponsesIbcTransfer) GetConnectionIdOk() (*string, bool)
- func (o *ResponsesIbcTransfer) GetDenom() string
- func (o *ResponsesIbcTransfer) GetDenomOk() (*string, bool)
- func (o *ResponsesIbcTransfer) GetHeight() int32
- func (o *ResponsesIbcTransfer) GetHeightOk() (*int32, bool)
- func (o *ResponsesIbcTransfer) GetId() int32
- func (o *ResponsesIbcTransfer) GetIdOk() (*int32, bool)
- func (o *ResponsesIbcTransfer) GetMemo() string
- func (o *ResponsesIbcTransfer) GetMemoOk() (*string, bool)
- func (o *ResponsesIbcTransfer) GetPort() string
- func (o *ResponsesIbcTransfer) GetPortOk() (*string, bool)
- func (o *ResponsesIbcTransfer) GetReceiver() ResponsesShortAddress
- func (o *ResponsesIbcTransfer) GetReceiverOk() (*ResponsesShortAddress, bool)
- func (o *ResponsesIbcTransfer) GetSender() ResponsesShortAddress
- func (o *ResponsesIbcTransfer) GetSenderOk() (*ResponsesShortAddress, bool)
- func (o *ResponsesIbcTransfer) GetSequence() int32
- func (o *ResponsesIbcTransfer) GetSequenceOk() (*int32, bool)
- func (o *ResponsesIbcTransfer) GetTime() time.Time
- func (o *ResponsesIbcTransfer) GetTimeOk() (*time.Time, bool)
- func (o *ResponsesIbcTransfer) GetTimeout() time.Time
- func (o *ResponsesIbcTransfer) GetTimeoutHeight() int32
- func (o *ResponsesIbcTransfer) GetTimeoutHeightOk() (*int32, bool)
- func (o *ResponsesIbcTransfer) GetTimeoutOk() (*time.Time, bool)
- func (o *ResponsesIbcTransfer) GetTxHash() *os.File
- func (o *ResponsesIbcTransfer) GetTxHashOk() (**os.File, bool)
- func (o *ResponsesIbcTransfer) HasAmount() bool
- func (o *ResponsesIbcTransfer) HasChainId() bool
- func (o *ResponsesIbcTransfer) HasChannelId() bool
- func (o *ResponsesIbcTransfer) HasConnectionId() bool
- func (o *ResponsesIbcTransfer) HasDenom() bool
- func (o *ResponsesIbcTransfer) HasHeight() bool
- func (o *ResponsesIbcTransfer) HasId() bool
- func (o *ResponsesIbcTransfer) HasMemo() bool
- func (o *ResponsesIbcTransfer) HasPort() bool
- func (o *ResponsesIbcTransfer) HasReceiver() bool
- func (o *ResponsesIbcTransfer) HasSender() bool
- func (o *ResponsesIbcTransfer) HasSequence() bool
- func (o *ResponsesIbcTransfer) HasTime() bool
- func (o *ResponsesIbcTransfer) HasTimeout() bool
- func (o *ResponsesIbcTransfer) HasTimeoutHeight() bool
- func (o *ResponsesIbcTransfer) HasTxHash() bool
- func (o ResponsesIbcTransfer) MarshalJSON() ([]byte, error)
- func (o *ResponsesIbcTransfer) SetAmount(v string)
- func (o *ResponsesIbcTransfer) SetChainId(v *os.File)
- func (o *ResponsesIbcTransfer) SetChannelId(v string)
- func (o *ResponsesIbcTransfer) SetConnectionId(v string)
- func (o *ResponsesIbcTransfer) SetDenom(v string)
- func (o *ResponsesIbcTransfer) SetHeight(v int32)
- func (o *ResponsesIbcTransfer) SetId(v int32)
- func (o *ResponsesIbcTransfer) SetMemo(v string)
- func (o *ResponsesIbcTransfer) SetPort(v string)
- func (o *ResponsesIbcTransfer) SetReceiver(v ResponsesShortAddress)
- func (o *ResponsesIbcTransfer) SetSender(v ResponsesShortAddress)
- func (o *ResponsesIbcTransfer) SetSequence(v int32)
- func (o *ResponsesIbcTransfer) SetTime(v time.Time)
- func (o *ResponsesIbcTransfer) SetTimeout(v time.Time)
- func (o *ResponsesIbcTransfer) SetTimeoutHeight(v int32)
- func (o *ResponsesIbcTransfer) SetTxHash(v *os.File)
- func (o ResponsesIbcTransfer) ToMap() (map[string]interface{}, error)
- type ResponsesJail
- func (o *ResponsesJail) GetBurned() string
- func (o *ResponsesJail) GetBurnedOk() (*string, bool)
- func (o *ResponsesJail) GetHeight() int32
- func (o *ResponsesJail) GetHeightOk() (*int32, bool)
- func (o *ResponsesJail) GetReason() string
- func (o *ResponsesJail) GetReasonOk() (*string, bool)
- func (o *ResponsesJail) GetTime() string
- func (o *ResponsesJail) GetTimeOk() (*string, bool)
- func (o *ResponsesJail) GetValidator() ResponsesShortValidator
- func (o *ResponsesJail) GetValidatorOk() (*ResponsesShortValidator, bool)
- func (o *ResponsesJail) HasBurned() bool
- func (o *ResponsesJail) HasHeight() bool
- func (o *ResponsesJail) HasReason() bool
- func (o *ResponsesJail) HasTime() bool
- func (o *ResponsesJail) HasValidator() bool
- func (o ResponsesJail) MarshalJSON() ([]byte, error)
- func (o *ResponsesJail) SetBurned(v string)
- func (o *ResponsesJail) SetHeight(v int32)
- func (o *ResponsesJail) SetReason(v string)
- func (o *ResponsesJail) SetTime(v string)
- func (o *ResponsesJail) SetValidator(v ResponsesShortValidator)
- func (o ResponsesJail) ToMap() (map[string]interface{}, error)
- type ResponsesLightBlobLog
- func (o *ResponsesLightBlobLog) GetCommitment() string
- func (o *ResponsesLightBlobLog) GetCommitmentOk() (*string, bool)
- func (o *ResponsesLightBlobLog) GetContentType() string
- func (o *ResponsesLightBlobLog) GetContentTypeOk() (*string, bool)
- func (o *ResponsesLightBlobLog) GetHeight() int32
- func (o *ResponsesLightBlobLog) GetHeightOk() (*int32, bool)
- func (o *ResponsesLightBlobLog) GetId() int32
- func (o *ResponsesLightBlobLog) GetIdOk() (*int32, bool)
- func (o *ResponsesLightBlobLog) GetNamespace() string
- func (o *ResponsesLightBlobLog) GetNamespaceOk() (*string, bool)
- func (o *ResponsesLightBlobLog) GetSigner() ResponsesShortAddress
- func (o *ResponsesLightBlobLog) GetSignerOk() (*ResponsesShortAddress, bool)
- func (o *ResponsesLightBlobLog) GetSize() int32
- func (o *ResponsesLightBlobLog) GetSizeOk() (*int32, bool)
- func (o *ResponsesLightBlobLog) GetTime() time.Time
- func (o *ResponsesLightBlobLog) GetTimeOk() (*time.Time, bool)
- func (o *ResponsesLightBlobLog) GetTxHash() *os.File
- func (o *ResponsesLightBlobLog) GetTxHashOk() (**os.File, bool)
- func (o *ResponsesLightBlobLog) HasCommitment() bool
- func (o *ResponsesLightBlobLog) HasContentType() bool
- func (o *ResponsesLightBlobLog) HasHeight() bool
- func (o *ResponsesLightBlobLog) HasId() bool
- func (o *ResponsesLightBlobLog) HasNamespace() bool
- func (o *ResponsesLightBlobLog) HasSigner() bool
- func (o *ResponsesLightBlobLog) HasSize() bool
- func (o *ResponsesLightBlobLog) HasTime() bool
- func (o *ResponsesLightBlobLog) HasTxHash() bool
- func (o ResponsesLightBlobLog) MarshalJSON() ([]byte, error)
- func (o *ResponsesLightBlobLog) SetCommitment(v string)
- func (o *ResponsesLightBlobLog) SetContentType(v string)
- func (o *ResponsesLightBlobLog) SetHeight(v int32)
- func (o *ResponsesLightBlobLog) SetId(v int32)
- func (o *ResponsesLightBlobLog) SetNamespace(v string)
- func (o *ResponsesLightBlobLog) SetSigner(v ResponsesShortAddress)
- func (o *ResponsesLightBlobLog) SetSize(v int32)
- func (o *ResponsesLightBlobLog) SetTime(v time.Time)
- func (o *ResponsesLightBlobLog) SetTxHash(v *os.File)
- func (o ResponsesLightBlobLog) ToMap() (map[string]interface{}, error)
- type ResponsesMessage
- func (o *ResponsesMessage) GetData() map[string]map[string]interface{}
- func (o *ResponsesMessage) GetDataOk() (map[string]map[string]interface{}, bool)
- func (o *ResponsesMessage) GetHeight() int64
- func (o *ResponsesMessage) GetHeightOk() (*int64, bool)
- func (o *ResponsesMessage) GetId() int64
- func (o *ResponsesMessage) GetIdOk() (*int64, bool)
- func (o *ResponsesMessage) GetPosition() int64
- func (o *ResponsesMessage) GetPositionOk() (*int64, bool)
- func (o *ResponsesMessage) GetSize() int32
- func (o *ResponsesMessage) GetSizeOk() (*int32, bool)
- func (o *ResponsesMessage) GetTime() time.Time
- func (o *ResponsesMessage) GetTimeOk() (*time.Time, bool)
- func (o *ResponsesMessage) GetTx() ResponsesTx
- func (o *ResponsesMessage) GetTxId() int64
- func (o *ResponsesMessage) GetTxIdOk() (*int64, bool)
- func (o *ResponsesMessage) GetTxOk() (*ResponsesTx, bool)
- func (o *ResponsesMessage) GetType() TypesMsgType
- func (o *ResponsesMessage) GetTypeOk() (*TypesMsgType, bool)
- func (o *ResponsesMessage) HasData() bool
- func (o *ResponsesMessage) HasHeight() bool
- func (o *ResponsesMessage) HasId() bool
- func (o *ResponsesMessage) HasPosition() bool
- func (o *ResponsesMessage) HasSize() bool
- func (o *ResponsesMessage) HasTime() bool
- func (o *ResponsesMessage) HasTx() bool
- func (o *ResponsesMessage) HasTxId() bool
- func (o *ResponsesMessage) HasType() bool
- func (o ResponsesMessage) MarshalJSON() ([]byte, error)
- func (o *ResponsesMessage) SetData(v map[string]map[string]interface{})
- func (o *ResponsesMessage) SetHeight(v int64)
- func (o *ResponsesMessage) SetId(v int64)
- func (o *ResponsesMessage) SetPosition(v int64)
- func (o *ResponsesMessage) SetSize(v int32)
- func (o *ResponsesMessage) SetTime(v time.Time)
- func (o *ResponsesMessage) SetTx(v ResponsesTx)
- func (o *ResponsesMessage) SetTxId(v int64)
- func (o *ResponsesMessage) SetType(v TypesMsgType)
- func (o ResponsesMessage) ToMap() (map[string]interface{}, error)
- type ResponsesMessageForAddress
- func (o *ResponsesMessageForAddress) GetData() map[string]map[string]interface{}
- func (o *ResponsesMessageForAddress) GetDataOk() (map[string]map[string]interface{}, bool)
- func (o *ResponsesMessageForAddress) GetHeight() int64
- func (o *ResponsesMessageForAddress) GetHeightOk() (*int64, bool)
- func (o *ResponsesMessageForAddress) GetId() int64
- func (o *ResponsesMessageForAddress) GetIdOk() (*int64, bool)
- func (o *ResponsesMessageForAddress) GetInvocationType() TypesMsgAddressType
- func (o *ResponsesMessageForAddress) GetInvocationTypeOk() (*TypesMsgAddressType, bool)
- func (o *ResponsesMessageForAddress) GetPosition() int64
- func (o *ResponsesMessageForAddress) GetPositionOk() (*int64, bool)
- func (o *ResponsesMessageForAddress) GetSize() int32
- func (o *ResponsesMessageForAddress) GetSizeOk() (*int32, bool)
- func (o *ResponsesMessageForAddress) GetTime() time.Time
- func (o *ResponsesMessageForAddress) GetTimeOk() (*time.Time, bool)
- func (o *ResponsesMessageForAddress) GetTx() ResponsesTxForAddress
- func (o *ResponsesMessageForAddress) GetTxId() int64
- func (o *ResponsesMessageForAddress) GetTxIdOk() (*int64, bool)
- func (o *ResponsesMessageForAddress) GetTxOk() (*ResponsesTxForAddress, bool)
- func (o *ResponsesMessageForAddress) GetType() TypesMsgType
- func (o *ResponsesMessageForAddress) GetTypeOk() (*TypesMsgType, bool)
- func (o *ResponsesMessageForAddress) HasData() bool
- func (o *ResponsesMessageForAddress) HasHeight() bool
- func (o *ResponsesMessageForAddress) HasId() bool
- func (o *ResponsesMessageForAddress) HasInvocationType() bool
- func (o *ResponsesMessageForAddress) HasPosition() bool
- func (o *ResponsesMessageForAddress) HasSize() bool
- func (o *ResponsesMessageForAddress) HasTime() bool
- func (o *ResponsesMessageForAddress) HasTx() bool
- func (o *ResponsesMessageForAddress) HasTxId() bool
- func (o *ResponsesMessageForAddress) HasType() bool
- func (o ResponsesMessageForAddress) MarshalJSON() ([]byte, error)
- func (o *ResponsesMessageForAddress) SetData(v map[string]map[string]interface{})
- func (o *ResponsesMessageForAddress) SetHeight(v int64)
- func (o *ResponsesMessageForAddress) SetId(v int64)
- func (o *ResponsesMessageForAddress) SetInvocationType(v TypesMsgAddressType)
- func (o *ResponsesMessageForAddress) SetPosition(v int64)
- func (o *ResponsesMessageForAddress) SetSize(v int32)
- func (o *ResponsesMessageForAddress) SetTime(v time.Time)
- func (o *ResponsesMessageForAddress) SetTx(v ResponsesTxForAddress)
- func (o *ResponsesMessageForAddress) SetTxId(v int64)
- func (o *ResponsesMessageForAddress) SetType(v TypesMsgType)
- func (o ResponsesMessageForAddress) ToMap() (map[string]interface{}, error)
- type ResponsesNamespace
- func (o *ResponsesNamespace) GetBlobsCount() int32
- func (o *ResponsesNamespace) GetBlobsCountOk() (*int32, bool)
- func (o *ResponsesNamespace) GetHash() string
- func (o *ResponsesNamespace) GetHashOk() (*string, bool)
- func (o *ResponsesNamespace) GetId() int32
- func (o *ResponsesNamespace) GetIdOk() (*int32, bool)
- func (o *ResponsesNamespace) GetLastHeight() int64
- func (o *ResponsesNamespace) GetLastHeightOk() (*int64, bool)
- func (o *ResponsesNamespace) GetLastMessageTime() time.Time
- func (o *ResponsesNamespace) GetLastMessageTimeOk() (*time.Time, bool)
- func (o *ResponsesNamespace) GetName() string
- func (o *ResponsesNamespace) GetNameOk() (*string, bool)
- func (o *ResponsesNamespace) GetNamespaceId() *os.File
- func (o *ResponsesNamespace) GetNamespaceIdOk() (**os.File, bool)
- func (o *ResponsesNamespace) GetPfbCount() int32
- func (o *ResponsesNamespace) GetPfbCountOk() (*int32, bool)
- func (o *ResponsesNamespace) GetReserved() bool
- func (o *ResponsesNamespace) GetReservedOk() (*bool, bool)
- func (o *ResponsesNamespace) GetSize() int32
- func (o *ResponsesNamespace) GetSizeOk() (*int32, bool)
- func (o *ResponsesNamespace) GetVersion() int32
- func (o *ResponsesNamespace) GetVersionOk() (*int32, bool)
- func (o *ResponsesNamespace) HasBlobsCount() bool
- func (o *ResponsesNamespace) HasHash() bool
- func (o *ResponsesNamespace) HasId() bool
- func (o *ResponsesNamespace) HasLastHeight() bool
- func (o *ResponsesNamespace) HasLastMessageTime() bool
- func (o *ResponsesNamespace) HasName() bool
- func (o *ResponsesNamespace) HasNamespaceId() bool
- func (o *ResponsesNamespace) HasPfbCount() bool
- func (o *ResponsesNamespace) HasReserved() bool
- func (o *ResponsesNamespace) HasSize() bool
- func (o *ResponsesNamespace) HasVersion() bool
- func (o ResponsesNamespace) MarshalJSON() ([]byte, error)
- func (o *ResponsesNamespace) SetBlobsCount(v int32)
- func (o *ResponsesNamespace) SetHash(v string)
- func (o *ResponsesNamespace) SetId(v int32)
- func (o *ResponsesNamespace) SetLastHeight(v int64)
- func (o *ResponsesNamespace) SetLastMessageTime(v time.Time)
- func (o *ResponsesNamespace) SetName(v string)
- func (o *ResponsesNamespace) SetNamespaceId(v *os.File)
- func (o *ResponsesNamespace) SetPfbCount(v int32)
- func (o *ResponsesNamespace) SetReserved(v bool)
- func (o *ResponsesNamespace) SetSize(v int32)
- func (o *ResponsesNamespace) SetVersion(v int32)
- func (o ResponsesNamespace) ToMap() (map[string]interface{}, error)
- type ResponsesNamespaceKind
- type ResponsesNamespaceMessage
- func (o *ResponsesNamespaceMessage) GetData() map[string]map[string]interface{}
- func (o *ResponsesNamespaceMessage) GetDataOk() (map[string]map[string]interface{}, bool)
- func (o *ResponsesNamespaceMessage) GetHeight() int64
- func (o *ResponsesNamespaceMessage) GetHeightOk() (*int64, bool)
- func (o *ResponsesNamespaceMessage) GetId() int64
- func (o *ResponsesNamespaceMessage) GetIdOk() (*int64, bool)
- func (o *ResponsesNamespaceMessage) GetNamespace() ResponsesNamespace
- func (o *ResponsesNamespaceMessage) GetNamespaceOk() (*ResponsesNamespace, bool)
- func (o *ResponsesNamespaceMessage) GetPosition() int64
- func (o *ResponsesNamespaceMessage) GetPositionOk() (*int64, bool)
- func (o *ResponsesNamespaceMessage) GetTime() time.Time
- func (o *ResponsesNamespaceMessage) GetTimeOk() (*time.Time, bool)
- func (o *ResponsesNamespaceMessage) GetTx() ResponsesTx
- func (o *ResponsesNamespaceMessage) GetTxOk() (*ResponsesTx, bool)
- func (o *ResponsesNamespaceMessage) GetType() string
- func (o *ResponsesNamespaceMessage) GetTypeOk() (*string, bool)
- func (o *ResponsesNamespaceMessage) HasData() bool
- func (o *ResponsesNamespaceMessage) HasHeight() bool
- func (o *ResponsesNamespaceMessage) HasId() bool
- func (o *ResponsesNamespaceMessage) HasNamespace() bool
- func (o *ResponsesNamespaceMessage) HasPosition() bool
- func (o *ResponsesNamespaceMessage) HasTime() bool
- func (o *ResponsesNamespaceMessage) HasTx() bool
- func (o *ResponsesNamespaceMessage) HasType() bool
- func (o ResponsesNamespaceMessage) MarshalJSON() ([]byte, error)
- func (o *ResponsesNamespaceMessage) SetData(v map[string]map[string]interface{})
- func (o *ResponsesNamespaceMessage) SetHeight(v int64)
- func (o *ResponsesNamespaceMessage) SetId(v int64)
- func (o *ResponsesNamespaceMessage) SetNamespace(v ResponsesNamespace)
- func (o *ResponsesNamespaceMessage) SetPosition(v int64)
- func (o *ResponsesNamespaceMessage) SetTime(v time.Time)
- func (o *ResponsesNamespaceMessage) SetTx(v ResponsesTx)
- func (o *ResponsesNamespaceMessage) SetType(v string)
- func (o ResponsesNamespaceMessage) ToMap() (map[string]interface{}, error)
- type ResponsesNamespaceUsage
- func (o *ResponsesNamespaceUsage) GetName() string
- func (o *ResponsesNamespaceUsage) GetNameOk() (*string, bool)
- func (o *ResponsesNamespaceUsage) GetNamespaceId() *os.File
- func (o *ResponsesNamespaceUsage) GetNamespaceIdOk() (**os.File, bool)
- func (o *ResponsesNamespaceUsage) GetSize() float32
- func (o *ResponsesNamespaceUsage) GetSizeOk() (*float32, bool)
- func (o *ResponsesNamespaceUsage) GetVersion() int32
- func (o *ResponsesNamespaceUsage) GetVersionOk() (*int32, bool)
- func (o *ResponsesNamespaceUsage) HasName() bool
- func (o *ResponsesNamespaceUsage) HasNamespaceId() bool
- func (o *ResponsesNamespaceUsage) HasSize() bool
- func (o *ResponsesNamespaceUsage) HasVersion() bool
- func (o ResponsesNamespaceUsage) MarshalJSON() ([]byte, error)
- func (o *ResponsesNamespaceUsage) SetName(v string)
- func (o *ResponsesNamespaceUsage) SetNamespaceId(v *os.File)
- func (o *ResponsesNamespaceUsage) SetSize(v float32)
- func (o *ResponsesNamespaceUsage) SetVersion(v int32)
- func (o ResponsesNamespaceUsage) ToMap() (map[string]interface{}, error)
- type ResponsesODS
- func (o *ResponsesODS) GetItems() []ResponsesODSItem
- func (o *ResponsesODS) GetItemsOk() ([]ResponsesODSItem, bool)
- func (o *ResponsesODS) GetWidth() int32
- func (o *ResponsesODS) GetWidthOk() (*int32, bool)
- func (o *ResponsesODS) HasItems() bool
- func (o *ResponsesODS) HasWidth() bool
- func (o ResponsesODS) MarshalJSON() ([]byte, error)
- func (o *ResponsesODS) SetItems(v []ResponsesODSItem)
- func (o *ResponsesODS) SetWidth(v int32)
- func (o ResponsesODS) ToMap() (map[string]interface{}, error)
- type ResponsesODSItem
- func (o *ResponsesODSItem) GetFrom() []int32
- func (o *ResponsesODSItem) GetFromOk() ([]int32, bool)
- func (o *ResponsesODSItem) GetNamespace() string
- func (o *ResponsesODSItem) GetNamespaceOk() (*string, bool)
- func (o *ResponsesODSItem) GetTo() []int32
- func (o *ResponsesODSItem) GetToOk() ([]int32, bool)
- func (o *ResponsesODSItem) GetType() ResponsesNamespaceKind
- func (o *ResponsesODSItem) GetTypeOk() (*ResponsesNamespaceKind, bool)
- func (o *ResponsesODSItem) HasFrom() bool
- func (o *ResponsesODSItem) HasNamespace() bool
- func (o *ResponsesODSItem) HasTo() bool
- func (o *ResponsesODSItem) HasType() bool
- func (o ResponsesODSItem) MarshalJSON() ([]byte, error)
- func (o *ResponsesODSItem) SetFrom(v []int32)
- func (o *ResponsesODSItem) SetNamespace(v string)
- func (o *ResponsesODSItem) SetTo(v []int32)
- func (o *ResponsesODSItem) SetType(v ResponsesNamespaceKind)
- func (o ResponsesODSItem) ToMap() (map[string]interface{}, error)
- type ResponsesProposal
- func (o *ResponsesProposal) GetAbstain() int32
- func (o *ResponsesProposal) GetAbstainAddrs() int32
- func (o *ResponsesProposal) GetAbstainAddrsOk() (*int32, bool)
- func (o *ResponsesProposal) GetAbstainOk() (*int32, bool)
- func (o *ResponsesProposal) GetAbstainVals() int32
- func (o *ResponsesProposal) GetAbstainValsOk() (*int32, bool)
- func (o *ResponsesProposal) GetAbstainVotingPower() string
- func (o *ResponsesProposal) GetAbstainVotingPowerOk() (*string, bool)
- func (o *ResponsesProposal) GetActivationTime() time.Time
- func (o *ResponsesProposal) GetActivationTimeOk() (*time.Time, bool)
- func (o *ResponsesProposal) GetCreatedAt() time.Time
- func (o *ResponsesProposal) GetCreatedAtOk() (*time.Time, bool)
- func (o *ResponsesProposal) GetDeposit() string
- func (o *ResponsesProposal) GetDepositOk() (*string, bool)
- func (o *ResponsesProposal) GetDepositTime() time.Time
- func (o *ResponsesProposal) GetDepositTimeOk() (*time.Time, bool)
- func (o *ResponsesProposal) GetDescription() string
- func (o *ResponsesProposal) GetDescriptionOk() (*string, bool)
- func (o *ResponsesProposal) GetEndTime() time.Time
- func (o *ResponsesProposal) GetEndTimeOk() (*time.Time, bool)
- func (o *ResponsesProposal) GetHeight() int64
- func (o *ResponsesProposal) GetHeightOk() (*int64, bool)
- func (o *ResponsesProposal) GetId() int64
- func (o *ResponsesProposal) GetIdOk() (*int64, bool)
- func (o *ResponsesProposal) GetMetadata() string
- func (o *ResponsesProposal) GetMetadataOk() (*string, bool)
- func (o *ResponsesProposal) GetMinDeposit() string
- func (o *ResponsesProposal) GetMinDepositOk() (*string, bool)
- func (o *ResponsesProposal) GetNo() int32
- func (o *ResponsesProposal) GetNoAddrs() int32
- func (o *ResponsesProposal) GetNoAddrsOk() (*int32, bool)
- func (o *ResponsesProposal) GetNoOk() (*int32, bool)
- func (o *ResponsesProposal) GetNoVals() int32
- func (o *ResponsesProposal) GetNoValsOk() (*int32, bool)
- func (o *ResponsesProposal) GetNoVotingPower() string
- func (o *ResponsesProposal) GetNoVotingPowerOk() (*string, bool)
- func (o *ResponsesProposal) GetNoWithVeto() int32
- func (o *ResponsesProposal) GetNoWithVetoAddrs() int32
- func (o *ResponsesProposal) GetNoWithVetoAddrsOk() (*int32, bool)
- func (o *ResponsesProposal) GetNoWithVetoOk() (*int32, bool)
- func (o *ResponsesProposal) GetNoWithVetoVals() int32
- func (o *ResponsesProposal) GetNoWithVetoValsOk() (*int32, bool)
- func (o *ResponsesProposal) GetNoWithVetoVotingPower() string
- func (o *ResponsesProposal) GetNoWithVetoVotingPowerOk() (*string, bool)
- func (o *ResponsesProposal) GetProposer() ResponsesShortAddress
- func (o *ResponsesProposal) GetProposerOk() (*ResponsesShortAddress, bool)
- func (o *ResponsesProposal) GetQuorum() string
- func (o *ResponsesProposal) GetQuorumOk() (*string, bool)
- func (o *ResponsesProposal) GetStatus() string
- func (o *ResponsesProposal) GetStatusOk() (*string, bool)
- func (o *ResponsesProposal) GetThreshold() string
- func (o *ResponsesProposal) GetThresholdOk() (*string, bool)
- func (o *ResponsesProposal) GetTitle() string
- func (o *ResponsesProposal) GetTitleOk() (*string, bool)
- func (o *ResponsesProposal) GetTotalVotingPower() string
- func (o *ResponsesProposal) GetTotalVotingPowerOk() (*string, bool)
- func (o *ResponsesProposal) GetType() string
- func (o *ResponsesProposal) GetTypeOk() (*string, bool)
- func (o *ResponsesProposal) GetVetoQuorum() string
- func (o *ResponsesProposal) GetVetoQuorumOk() (*string, bool)
- func (o *ResponsesProposal) GetVotesCount() int32
- func (o *ResponsesProposal) GetVotesCountOk() (*int32, bool)
- func (o *ResponsesProposal) GetVotingPower() string
- func (o *ResponsesProposal) GetVotingPowerOk() (*string, bool)
- func (o *ResponsesProposal) GetYes() int32
- func (o *ResponsesProposal) GetYesAddrs() int32
- func (o *ResponsesProposal) GetYesAddrsOk() (*int32, bool)
- func (o *ResponsesProposal) GetYesOk() (*int32, bool)
- func (o *ResponsesProposal) GetYesVals() int32
- func (o *ResponsesProposal) GetYesValsOk() (*int32, bool)
- func (o *ResponsesProposal) GetYesVotingPower() string
- func (o *ResponsesProposal) GetYesVotingPowerOk() (*string, bool)
- func (o *ResponsesProposal) HasAbstain() bool
- func (o *ResponsesProposal) HasAbstainAddrs() bool
- func (o *ResponsesProposal) HasAbstainVals() bool
- func (o *ResponsesProposal) HasAbstainVotingPower() bool
- func (o *ResponsesProposal) HasActivationTime() bool
- func (o *ResponsesProposal) HasCreatedAt() bool
- func (o *ResponsesProposal) HasDeposit() bool
- func (o *ResponsesProposal) HasDepositTime() bool
- func (o *ResponsesProposal) HasDescription() bool
- func (o *ResponsesProposal) HasEndTime() bool
- func (o *ResponsesProposal) HasHeight() bool
- func (o *ResponsesProposal) HasId() bool
- func (o *ResponsesProposal) HasMetadata() bool
- func (o *ResponsesProposal) HasMinDeposit() bool
- func (o *ResponsesProposal) HasNo() bool
- func (o *ResponsesProposal) HasNoAddrs() bool
- func (o *ResponsesProposal) HasNoVals() bool
- func (o *ResponsesProposal) HasNoVotingPower() bool
- func (o *ResponsesProposal) HasNoWithVeto() bool
- func (o *ResponsesProposal) HasNoWithVetoAddrs() bool
- func (o *ResponsesProposal) HasNoWithVetoVals() bool
- func (o *ResponsesProposal) HasNoWithVetoVotingPower() bool
- func (o *ResponsesProposal) HasProposer() bool
- func (o *ResponsesProposal) HasQuorum() bool
- func (o *ResponsesProposal) HasStatus() bool
- func (o *ResponsesProposal) HasThreshold() bool
- func (o *ResponsesProposal) HasTitle() bool
- func (o *ResponsesProposal) HasTotalVotingPower() bool
- func (o *ResponsesProposal) HasType() bool
- func (o *ResponsesProposal) HasVetoQuorum() bool
- func (o *ResponsesProposal) HasVotesCount() bool
- func (o *ResponsesProposal) HasVotingPower() bool
- func (o *ResponsesProposal) HasYes() bool
- func (o *ResponsesProposal) HasYesAddrs() bool
- func (o *ResponsesProposal) HasYesVals() bool
- func (o *ResponsesProposal) HasYesVotingPower() bool
- func (o ResponsesProposal) MarshalJSON() ([]byte, error)
- func (o *ResponsesProposal) SetAbstain(v int32)
- func (o *ResponsesProposal) SetAbstainAddrs(v int32)
- func (o *ResponsesProposal) SetAbstainVals(v int32)
- func (o *ResponsesProposal) SetAbstainVotingPower(v string)
- func (o *ResponsesProposal) SetActivationTime(v time.Time)
- func (o *ResponsesProposal) SetCreatedAt(v time.Time)
- func (o *ResponsesProposal) SetDeposit(v string)
- func (o *ResponsesProposal) SetDepositTime(v time.Time)
- func (o *ResponsesProposal) SetDescription(v string)
- func (o *ResponsesProposal) SetEndTime(v time.Time)
- func (o *ResponsesProposal) SetHeight(v int64)
- func (o *ResponsesProposal) SetId(v int64)
- func (o *ResponsesProposal) SetMetadata(v string)
- func (o *ResponsesProposal) SetMinDeposit(v string)
- func (o *ResponsesProposal) SetNo(v int32)
- func (o *ResponsesProposal) SetNoAddrs(v int32)
- func (o *ResponsesProposal) SetNoVals(v int32)
- func (o *ResponsesProposal) SetNoVotingPower(v string)
- func (o *ResponsesProposal) SetNoWithVeto(v int32)
- func (o *ResponsesProposal) SetNoWithVetoAddrs(v int32)
- func (o *ResponsesProposal) SetNoWithVetoVals(v int32)
- func (o *ResponsesProposal) SetNoWithVetoVotingPower(v string)
- func (o *ResponsesProposal) SetProposer(v ResponsesShortAddress)
- func (o *ResponsesProposal) SetQuorum(v string)
- func (o *ResponsesProposal) SetStatus(v string)
- func (o *ResponsesProposal) SetThreshold(v string)
- func (o *ResponsesProposal) SetTitle(v string)
- func (o *ResponsesProposal) SetTotalVotingPower(v string)
- func (o *ResponsesProposal) SetType(v string)
- func (o *ResponsesProposal) SetVetoQuorum(v string)
- func (o *ResponsesProposal) SetVotesCount(v int32)
- func (o *ResponsesProposal) SetVotingPower(v string)
- func (o *ResponsesProposal) SetYes(v int32)
- func (o *ResponsesProposal) SetYesAddrs(v int32)
- func (o *ResponsesProposal) SetYesVals(v int32)
- func (o *ResponsesProposal) SetYesVotingPower(v string)
- func (o ResponsesProposal) ToMap() (map[string]interface{}, error)
- type ResponsesRedelegation
- func (o *ResponsesRedelegation) GetAmount() string
- func (o *ResponsesRedelegation) GetAmountOk() (*string, bool)
- func (o *ResponsesRedelegation) GetCompletionTime() string
- func (o *ResponsesRedelegation) GetCompletionTimeOk() (*string, bool)
- func (o *ResponsesRedelegation) GetDelegator() ResponsesShortAddress
- func (o *ResponsesRedelegation) GetDelegatorOk() (*ResponsesShortAddress, bool)
- func (o *ResponsesRedelegation) GetDestination() ResponsesShortValidator
- func (o *ResponsesRedelegation) GetDestinationOk() (*ResponsesShortValidator, bool)
- func (o *ResponsesRedelegation) GetHeight() int32
- func (o *ResponsesRedelegation) GetHeightOk() (*int32, bool)
- func (o *ResponsesRedelegation) GetSource() ResponsesShortValidator
- func (o *ResponsesRedelegation) GetSourceOk() (*ResponsesShortValidator, bool)
- func (o *ResponsesRedelegation) GetTime() string
- func (o *ResponsesRedelegation) GetTimeOk() (*string, bool)
- func (o *ResponsesRedelegation) HasAmount() bool
- func (o *ResponsesRedelegation) HasCompletionTime() bool
- func (o *ResponsesRedelegation) HasDelegator() bool
- func (o *ResponsesRedelegation) HasDestination() bool
- func (o *ResponsesRedelegation) HasHeight() bool
- func (o *ResponsesRedelegation) HasSource() bool
- func (o *ResponsesRedelegation) HasTime() bool
- func (o ResponsesRedelegation) MarshalJSON() ([]byte, error)
- func (o *ResponsesRedelegation) SetAmount(v string)
- func (o *ResponsesRedelegation) SetCompletionTime(v string)
- func (o *ResponsesRedelegation) SetDelegator(v ResponsesShortAddress)
- func (o *ResponsesRedelegation) SetDestination(v ResponsesShortValidator)
- func (o *ResponsesRedelegation) SetHeight(v int32)
- func (o *ResponsesRedelegation) SetSource(v ResponsesShortValidator)
- func (o *ResponsesRedelegation) SetTime(v string)
- func (o ResponsesRedelegation) ToMap() (map[string]interface{}, error)
- type ResponsesRollup
- func (o *ResponsesRollup) GetBridge() string
- func (o *ResponsesRollup) GetBridgeOk() (*string, bool)
- func (o *ResponsesRollup) GetCategory() string
- func (o *ResponsesRollup) GetCategoryOk() (*string, bool)
- func (o *ResponsesRollup) GetColor() string
- func (o *ResponsesRollup) GetColorOk() (*string, bool)
- func (o *ResponsesRollup) GetCompression() string
- func (o *ResponsesRollup) GetCompressionOk() (*string, bool)
- func (o *ResponsesRollup) GetDefiLama() string
- func (o *ResponsesRollup) GetDefiLamaOk() (*string, bool)
- func (o *ResponsesRollup) GetDescription() string
- func (o *ResponsesRollup) GetDescriptionOk() (*string, bool)
- func (o *ResponsesRollup) GetExplorer() string
- func (o *ResponsesRollup) GetExplorerOk() (*string, bool)
- func (o *ResponsesRollup) GetGithub() string
- func (o *ResponsesRollup) GetGithubOk() (*string, bool)
- func (o *ResponsesRollup) GetId() int32
- func (o *ResponsesRollup) GetIdOk() (*int32, bool)
- func (o *ResponsesRollup) GetL2Beat() string
- func (o *ResponsesRollup) GetL2BeatOk() (*string, bool)
- func (o *ResponsesRollup) GetLinks() []string
- func (o *ResponsesRollup) GetLinksOk() ([]string, bool)
- func (o *ResponsesRollup) GetLogo() string
- func (o *ResponsesRollup) GetLogoOk() (*string, bool)
- func (o *ResponsesRollup) GetName() string
- func (o *ResponsesRollup) GetNameOk() (*string, bool)
- func (o *ResponsesRollup) GetProvider() string
- func (o *ResponsesRollup) GetProviderOk() (*string, bool)
- func (o *ResponsesRollup) GetSettledOn() string
- func (o *ResponsesRollup) GetSettledOnOk() (*string, bool)
- func (o *ResponsesRollup) GetSlug() string
- func (o *ResponsesRollup) GetSlugOk() (*string, bool)
- func (o *ResponsesRollup) GetStack() string
- func (o *ResponsesRollup) GetStackOk() (*string, bool)
- func (o *ResponsesRollup) GetTags() []string
- func (o *ResponsesRollup) GetTagsOk() ([]string, bool)
- func (o *ResponsesRollup) GetTwitter() string
- func (o *ResponsesRollup) GetTwitterOk() (*string, bool)
- func (o *ResponsesRollup) GetType() string
- func (o *ResponsesRollup) GetTypeOk() (*string, bool)
- func (o *ResponsesRollup) GetVm() string
- func (o *ResponsesRollup) GetVmOk() (*string, bool)
- func (o *ResponsesRollup) GetWebsite() string
- func (o *ResponsesRollup) GetWebsiteOk() (*string, bool)
- func (o *ResponsesRollup) HasBridge() bool
- func (o *ResponsesRollup) HasCategory() bool
- func (o *ResponsesRollup) HasColor() bool
- func (o *ResponsesRollup) HasCompression() bool
- func (o *ResponsesRollup) HasDefiLama() bool
- func (o *ResponsesRollup) HasDescription() bool
- func (o *ResponsesRollup) HasExplorer() bool
- func (o *ResponsesRollup) HasGithub() bool
- func (o *ResponsesRollup) HasId() bool
- func (o *ResponsesRollup) HasL2Beat() bool
- func (o *ResponsesRollup) HasLinks() bool
- func (o *ResponsesRollup) HasLogo() bool
- func (o *ResponsesRollup) HasName() bool
- func (o *ResponsesRollup) HasProvider() bool
- func (o *ResponsesRollup) HasSettledOn() bool
- func (o *ResponsesRollup) HasSlug() bool
- func (o *ResponsesRollup) HasStack() bool
- func (o *ResponsesRollup) HasTags() bool
- func (o *ResponsesRollup) HasTwitter() bool
- func (o *ResponsesRollup) HasType() bool
- func (o *ResponsesRollup) HasVm() bool
- func (o *ResponsesRollup) HasWebsite() bool
- func (o ResponsesRollup) MarshalJSON() ([]byte, error)
- func (o *ResponsesRollup) SetBridge(v string)
- func (o *ResponsesRollup) SetCategory(v string)
- func (o *ResponsesRollup) SetColor(v string)
- func (o *ResponsesRollup) SetCompression(v string)
- func (o *ResponsesRollup) SetDefiLama(v string)
- func (o *ResponsesRollup) SetDescription(v string)
- func (o *ResponsesRollup) SetExplorer(v string)
- func (o *ResponsesRollup) SetGithub(v string)
- func (o *ResponsesRollup) SetId(v int32)
- func (o *ResponsesRollup) SetL2Beat(v string)
- func (o *ResponsesRollup) SetLinks(v []string)
- func (o *ResponsesRollup) SetLogo(v string)
- func (o *ResponsesRollup) SetName(v string)
- func (o *ResponsesRollup) SetProvider(v string)
- func (o *ResponsesRollup) SetSettledOn(v string)
- func (o *ResponsesRollup) SetSlug(v string)
- func (o *ResponsesRollup) SetStack(v string)
- func (o *ResponsesRollup) SetTags(v []string)
- func (o *ResponsesRollup) SetTwitter(v string)
- func (o *ResponsesRollup) SetType(v string)
- func (o *ResponsesRollup) SetVm(v string)
- func (o *ResponsesRollup) SetWebsite(v string)
- func (o ResponsesRollup) ToMap() (map[string]interface{}, error)
- type ResponsesRollupAllSeriesItem
- func (o *ResponsesRollupAllSeriesItem) GetBlobsCount() int32
- func (o *ResponsesRollupAllSeriesItem) GetBlobsCountOk() (*int32, bool)
- func (o *ResponsesRollupAllSeriesItem) GetFee() string
- func (o *ResponsesRollupAllSeriesItem) GetFeeOk() (*string, bool)
- func (o *ResponsesRollupAllSeriesItem) GetLogo() string
- func (o *ResponsesRollupAllSeriesItem) GetLogoOk() (*string, bool)
- func (o *ResponsesRollupAllSeriesItem) GetName() string
- func (o *ResponsesRollupAllSeriesItem) GetNameOk() (*string, bool)
- func (o *ResponsesRollupAllSeriesItem) GetSize() int32
- func (o *ResponsesRollupAllSeriesItem) GetSizeOk() (*int32, bool)
- func (o *ResponsesRollupAllSeriesItem) HasBlobsCount() bool
- func (o *ResponsesRollupAllSeriesItem) HasFee() bool
- func (o *ResponsesRollupAllSeriesItem) HasLogo() bool
- func (o *ResponsesRollupAllSeriesItem) HasName() bool
- func (o *ResponsesRollupAllSeriesItem) HasSize() bool
- func (o ResponsesRollupAllSeriesItem) MarshalJSON() ([]byte, error)
- func (o *ResponsesRollupAllSeriesItem) SetBlobsCount(v int32)
- func (o *ResponsesRollupAllSeriesItem) SetFee(v string)
- func (o *ResponsesRollupAllSeriesItem) SetLogo(v string)
- func (o *ResponsesRollupAllSeriesItem) SetName(v string)
- func (o *ResponsesRollupAllSeriesItem) SetSize(v int32)
- func (o ResponsesRollupAllSeriesItem) ToMap() (map[string]interface{}, error)
- type ResponsesRollupAllSeriesResponse
- func (o *ResponsesRollupAllSeriesResponse) GetItems() []ResponsesRollupAllSeriesItem
- func (o *ResponsesRollupAllSeriesResponse) GetItemsOk() ([]ResponsesRollupAllSeriesItem, bool)
- func (o *ResponsesRollupAllSeriesResponse) GetTime() time.Time
- func (o *ResponsesRollupAllSeriesResponse) GetTimeOk() (*time.Time, bool)
- func (o *ResponsesRollupAllSeriesResponse) HasItems() bool
- func (o *ResponsesRollupAllSeriesResponse) HasTime() bool
- func (o ResponsesRollupAllSeriesResponse) MarshalJSON() ([]byte, error)
- func (o *ResponsesRollupAllSeriesResponse) SetItems(v []ResponsesRollupAllSeriesItem)
- func (o *ResponsesRollupAllSeriesResponse) SetTime(v time.Time)
- func (o ResponsesRollupAllSeriesResponse) ToMap() (map[string]interface{}, error)
- type ResponsesRollupGroupedStats
- func (o *ResponsesRollupGroupedStats) GetBlobsCount() int32
- func (o *ResponsesRollupGroupedStats) GetBlobsCountOk() (*int32, bool)
- func (o *ResponsesRollupGroupedStats) GetFee() string
- func (o *ResponsesRollupGroupedStats) GetFeeOk() (*string, bool)
- func (o *ResponsesRollupGroupedStats) GetGroup() string
- func (o *ResponsesRollupGroupedStats) GetGroupOk() (*string, bool)
- func (o *ResponsesRollupGroupedStats) GetSize() int32
- func (o *ResponsesRollupGroupedStats) GetSizeOk() (*int32, bool)
- func (o *ResponsesRollupGroupedStats) HasBlobsCount() bool
- func (o *ResponsesRollupGroupedStats) HasFee() bool
- func (o *ResponsesRollupGroupedStats) HasGroup() bool
- func (o *ResponsesRollupGroupedStats) HasSize() bool
- func (o ResponsesRollupGroupedStats) MarshalJSON() ([]byte, error)
- func (o *ResponsesRollupGroupedStats) SetBlobsCount(v int32)
- func (o *ResponsesRollupGroupedStats) SetFee(v string)
- func (o *ResponsesRollupGroupedStats) SetGroup(v string)
- func (o *ResponsesRollupGroupedStats) SetSize(v int32)
- func (o ResponsesRollupGroupedStats) ToMap() (map[string]interface{}, error)
- type ResponsesRollupStats24h
- func (o *ResponsesRollupStats24h) GetBlobsCount() int32
- func (o *ResponsesRollupStats24h) GetBlobsCountOk() (*int32, bool)
- func (o *ResponsesRollupStats24h) GetFee() int32
- func (o *ResponsesRollupStats24h) GetFeeOk() (*int32, bool)
- func (o *ResponsesRollupStats24h) GetId() int32
- func (o *ResponsesRollupStats24h) GetIdOk() (*int32, bool)
- func (o *ResponsesRollupStats24h) GetLogo() string
- func (o *ResponsesRollupStats24h) GetLogoOk() (*string, bool)
- func (o *ResponsesRollupStats24h) GetName() string
- func (o *ResponsesRollupStats24h) GetNameOk() (*string, bool)
- func (o *ResponsesRollupStats24h) GetSize() int32
- func (o *ResponsesRollupStats24h) GetSizeOk() (*int32, bool)
- func (o *ResponsesRollupStats24h) HasBlobsCount() bool
- func (o *ResponsesRollupStats24h) HasFee() bool
- func (o *ResponsesRollupStats24h) HasId() bool
- func (o *ResponsesRollupStats24h) HasLogo() bool
- func (o *ResponsesRollupStats24h) HasName() bool
- func (o *ResponsesRollupStats24h) HasSize() bool
- func (o ResponsesRollupStats24h) MarshalJSON() ([]byte, error)
- func (o *ResponsesRollupStats24h) SetBlobsCount(v int32)
- func (o *ResponsesRollupStats24h) SetFee(v int32)
- func (o *ResponsesRollupStats24h) SetId(v int32)
- func (o *ResponsesRollupStats24h) SetLogo(v string)
- func (o *ResponsesRollupStats24h) SetName(v string)
- func (o *ResponsesRollupStats24h) SetSize(v int32)
- func (o ResponsesRollupStats24h) ToMap() (map[string]interface{}, error)
- type ResponsesRollupWithDayStats
- func (o *ResponsesRollupWithDayStats) GetAvgSize() int32
- func (o *ResponsesRollupWithDayStats) GetAvgSizeOk() (*int32, bool)
- func (o *ResponsesRollupWithDayStats) GetBlobsCount() int32
- func (o *ResponsesRollupWithDayStats) GetBlobsCountOk() (*int32, bool)
- func (o *ResponsesRollupWithDayStats) GetBlobsPerPfb() float32
- func (o *ResponsesRollupWithDayStats) GetBlobsPerPfbOk() (*float32, bool)
- func (o *ResponsesRollupWithDayStats) GetBridge() string
- func (o *ResponsesRollupWithDayStats) GetBridgeOk() (*string, bool)
- func (o *ResponsesRollupWithDayStats) GetCategory() string
- func (o *ResponsesRollupWithDayStats) GetCategoryOk() (*string, bool)
- func (o *ResponsesRollupWithDayStats) GetColor() string
- func (o *ResponsesRollupWithDayStats) GetColorOk() (*string, bool)
- func (o *ResponsesRollupWithDayStats) GetCompression() string
- func (o *ResponsesRollupWithDayStats) GetCompressionOk() (*string, bool)
- func (o *ResponsesRollupWithDayStats) GetDefiLama() string
- func (o *ResponsesRollupWithDayStats) GetDefiLamaOk() (*string, bool)
- func (o *ResponsesRollupWithDayStats) GetDescription() string
- func (o *ResponsesRollupWithDayStats) GetDescriptionOk() (*string, bool)
- func (o *ResponsesRollupWithDayStats) GetExplorer() string
- func (o *ResponsesRollupWithDayStats) GetExplorerOk() (*string, bool)
- func (o *ResponsesRollupWithDayStats) GetFeePerPfb() string
- func (o *ResponsesRollupWithDayStats) GetFeePerPfbOk() (*string, bool)
- func (o *ResponsesRollupWithDayStats) GetGithub() string
- func (o *ResponsesRollupWithDayStats) GetGithubOk() (*string, bool)
- func (o *ResponsesRollupWithDayStats) GetId() int32
- func (o *ResponsesRollupWithDayStats) GetIdOk() (*int32, bool)
- func (o *ResponsesRollupWithDayStats) GetL2Beat() string
- func (o *ResponsesRollupWithDayStats) GetL2BeatOk() (*string, bool)
- func (o *ResponsesRollupWithDayStats) GetLogo() string
- func (o *ResponsesRollupWithDayStats) GetLogoOk() (*string, bool)
- func (o *ResponsesRollupWithDayStats) GetMbPrice() string
- func (o *ResponsesRollupWithDayStats) GetMbPriceOk() (*string, bool)
- func (o *ResponsesRollupWithDayStats) GetName() string
- func (o *ResponsesRollupWithDayStats) GetNameOk() (*string, bool)
- func (o *ResponsesRollupWithDayStats) GetNamespaceCount() int32
- func (o *ResponsesRollupWithDayStats) GetNamespaceCountOk() (*int32, bool)
- func (o *ResponsesRollupWithDayStats) GetPfbCount() int32
- func (o *ResponsesRollupWithDayStats) GetPfbCountOk() (*int32, bool)
- func (o *ResponsesRollupWithDayStats) GetProvider() string
- func (o *ResponsesRollupWithDayStats) GetProviderOk() (*string, bool)
- func (o *ResponsesRollupWithDayStats) GetSettledOn() string
- func (o *ResponsesRollupWithDayStats) GetSettledOnOk() (*string, bool)
- func (o *ResponsesRollupWithDayStats) GetSlug() string
- func (o *ResponsesRollupWithDayStats) GetSlugOk() (*string, bool)
- func (o *ResponsesRollupWithDayStats) GetStack() string
- func (o *ResponsesRollupWithDayStats) GetStackOk() (*string, bool)
- func (o *ResponsesRollupWithDayStats) GetThroughput() int32
- func (o *ResponsesRollupWithDayStats) GetThroughputOk() (*int32, bool)
- func (o *ResponsesRollupWithDayStats) GetTotalFee() string
- func (o *ResponsesRollupWithDayStats) GetTotalFeeOk() (*string, bool)
- func (o *ResponsesRollupWithDayStats) GetTotalSize() int32
- func (o *ResponsesRollupWithDayStats) GetTotalSizeOk() (*int32, bool)
- func (o *ResponsesRollupWithDayStats) GetTwitter() string
- func (o *ResponsesRollupWithDayStats) GetTwitterOk() (*string, bool)
- func (o *ResponsesRollupWithDayStats) GetType() string
- func (o *ResponsesRollupWithDayStats) GetTypeOk() (*string, bool)
- func (o *ResponsesRollupWithDayStats) GetVm() string
- func (o *ResponsesRollupWithDayStats) GetVmOk() (*string, bool)
- func (o *ResponsesRollupWithDayStats) GetWebsite() string
- func (o *ResponsesRollupWithDayStats) GetWebsiteOk() (*string, bool)
- func (o *ResponsesRollupWithDayStats) HasAvgSize() bool
- func (o *ResponsesRollupWithDayStats) HasBlobsCount() bool
- func (o *ResponsesRollupWithDayStats) HasBlobsPerPfb() bool
- func (o *ResponsesRollupWithDayStats) HasBridge() bool
- func (o *ResponsesRollupWithDayStats) HasCategory() bool
- func (o *ResponsesRollupWithDayStats) HasColor() bool
- func (o *ResponsesRollupWithDayStats) HasCompression() bool
- func (o *ResponsesRollupWithDayStats) HasDefiLama() bool
- func (o *ResponsesRollupWithDayStats) HasDescription() bool
- func (o *ResponsesRollupWithDayStats) HasExplorer() bool
- func (o *ResponsesRollupWithDayStats) HasFeePerPfb() bool
- func (o *ResponsesRollupWithDayStats) HasGithub() bool
- func (o *ResponsesRollupWithDayStats) HasId() bool
- func (o *ResponsesRollupWithDayStats) HasL2Beat() bool
- func (o *ResponsesRollupWithDayStats) HasLogo() bool
- func (o *ResponsesRollupWithDayStats) HasMbPrice() bool
- func (o *ResponsesRollupWithDayStats) HasName() bool
- func (o *ResponsesRollupWithDayStats) HasNamespaceCount() bool
- func (o *ResponsesRollupWithDayStats) HasPfbCount() bool
- func (o *ResponsesRollupWithDayStats) HasProvider() bool
- func (o *ResponsesRollupWithDayStats) HasSettledOn() bool
- func (o *ResponsesRollupWithDayStats) HasSlug() bool
- func (o *ResponsesRollupWithDayStats) HasStack() bool
- func (o *ResponsesRollupWithDayStats) HasThroughput() bool
- func (o *ResponsesRollupWithDayStats) HasTotalFee() bool
- func (o *ResponsesRollupWithDayStats) HasTotalSize() bool
- func (o *ResponsesRollupWithDayStats) HasTwitter() bool
- func (o *ResponsesRollupWithDayStats) HasType() bool
- func (o *ResponsesRollupWithDayStats) HasVm() bool
- func (o *ResponsesRollupWithDayStats) HasWebsite() bool
- func (o ResponsesRollupWithDayStats) MarshalJSON() ([]byte, error)
- func (o *ResponsesRollupWithDayStats) SetAvgSize(v int32)
- func (o *ResponsesRollupWithDayStats) SetBlobsCount(v int32)
- func (o *ResponsesRollupWithDayStats) SetBlobsPerPfb(v float32)
- func (o *ResponsesRollupWithDayStats) SetBridge(v string)
- func (o *ResponsesRollupWithDayStats) SetCategory(v string)
- func (o *ResponsesRollupWithDayStats) SetColor(v string)
- func (o *ResponsesRollupWithDayStats) SetCompression(v string)
- func (o *ResponsesRollupWithDayStats) SetDefiLama(v string)
- func (o *ResponsesRollupWithDayStats) SetDescription(v string)
- func (o *ResponsesRollupWithDayStats) SetExplorer(v string)
- func (o *ResponsesRollupWithDayStats) SetFeePerPfb(v string)
- func (o *ResponsesRollupWithDayStats) SetGithub(v string)
- func (o *ResponsesRollupWithDayStats) SetId(v int32)
- func (o *ResponsesRollupWithDayStats) SetL2Beat(v string)
- func (o *ResponsesRollupWithDayStats) SetLogo(v string)
- func (o *ResponsesRollupWithDayStats) SetMbPrice(v string)
- func (o *ResponsesRollupWithDayStats) SetName(v string)
- func (o *ResponsesRollupWithDayStats) SetNamespaceCount(v int32)
- func (o *ResponsesRollupWithDayStats) SetPfbCount(v int32)
- func (o *ResponsesRollupWithDayStats) SetProvider(v string)
- func (o *ResponsesRollupWithDayStats) SetSettledOn(v string)
- func (o *ResponsesRollupWithDayStats) SetSlug(v string)
- func (o *ResponsesRollupWithDayStats) SetStack(v string)
- func (o *ResponsesRollupWithDayStats) SetThroughput(v int32)
- func (o *ResponsesRollupWithDayStats) SetTotalFee(v string)
- func (o *ResponsesRollupWithDayStats) SetTotalSize(v int32)
- func (o *ResponsesRollupWithDayStats) SetTwitter(v string)
- func (o *ResponsesRollupWithDayStats) SetType(v string)
- func (o *ResponsesRollupWithDayStats) SetVm(v string)
- func (o *ResponsesRollupWithDayStats) SetWebsite(v string)
- func (o ResponsesRollupWithDayStats) ToMap() (map[string]interface{}, error)
- type ResponsesRollupWithStats
- func (o *ResponsesRollupWithStats) GetBlobsCount() int32
- func (o *ResponsesRollupWithStats) GetBlobsCountOk() (*int32, bool)
- func (o *ResponsesRollupWithStats) GetBlobsCountPct() float32
- func (o *ResponsesRollupWithStats) GetBlobsCountPctOk() (*float32, bool)
- func (o *ResponsesRollupWithStats) GetBridge() string
- func (o *ResponsesRollupWithStats) GetBridgeOk() (*string, bool)
- func (o *ResponsesRollupWithStats) GetCategory() string
- func (o *ResponsesRollupWithStats) GetCategoryOk() (*string, bool)
- func (o *ResponsesRollupWithStats) GetColor() string
- func (o *ResponsesRollupWithStats) GetColorOk() (*string, bool)
- func (o *ResponsesRollupWithStats) GetCompression() string
- func (o *ResponsesRollupWithStats) GetCompressionOk() (*string, bool)
- func (o *ResponsesRollupWithStats) GetDaPct() float32
- func (o *ResponsesRollupWithStats) GetDaPctOk() (*float32, bool)
- func (o *ResponsesRollupWithStats) GetDefiLama() string
- func (o *ResponsesRollupWithStats) GetDefiLamaOk() (*string, bool)
- func (o *ResponsesRollupWithStats) GetDescription() string
- func (o *ResponsesRollupWithStats) GetDescriptionOk() (*string, bool)
- func (o *ResponsesRollupWithStats) GetExplorer() string
- func (o *ResponsesRollupWithStats) GetExplorerOk() (*string, bool)
- func (o *ResponsesRollupWithStats) GetFee() string
- func (o *ResponsesRollupWithStats) GetFeeOk() (*string, bool)
- func (o *ResponsesRollupWithStats) GetFeePct() float32
- func (o *ResponsesRollupWithStats) GetFeePctOk() (*float32, bool)
- func (o *ResponsesRollupWithStats) GetFirstMessageTime() time.Time
- func (o *ResponsesRollupWithStats) GetFirstMessageTimeOk() (*time.Time, bool)
- func (o *ResponsesRollupWithStats) GetGithub() string
- func (o *ResponsesRollupWithStats) GetGithubOk() (*string, bool)
- func (o *ResponsesRollupWithStats) GetId() int32
- func (o *ResponsesRollupWithStats) GetIdOk() (*int32, bool)
- func (o *ResponsesRollupWithStats) GetIsActive() bool
- func (o *ResponsesRollupWithStats) GetIsActiveOk() (*bool, bool)
- func (o *ResponsesRollupWithStats) GetL2Beat() string
- func (o *ResponsesRollupWithStats) GetL2BeatOk() (*string, bool)
- func (o *ResponsesRollupWithStats) GetLastMessageTime() time.Time
- func (o *ResponsesRollupWithStats) GetLastMessageTimeOk() (*time.Time, bool)
- func (o *ResponsesRollupWithStats) GetLinks() []string
- func (o *ResponsesRollupWithStats) GetLinksOk() ([]string, bool)
- func (o *ResponsesRollupWithStats) GetLogo() string
- func (o *ResponsesRollupWithStats) GetLogoOk() (*string, bool)
- func (o *ResponsesRollupWithStats) GetName() string
- func (o *ResponsesRollupWithStats) GetNameOk() (*string, bool)
- func (o *ResponsesRollupWithStats) GetProvider() string
- func (o *ResponsesRollupWithStats) GetProviderOk() (*string, bool)
- func (o *ResponsesRollupWithStats) GetSettledOn() string
- func (o *ResponsesRollupWithStats) GetSettledOnOk() (*string, bool)
- func (o *ResponsesRollupWithStats) GetSize() int32
- func (o *ResponsesRollupWithStats) GetSizeOk() (*int32, bool)
- func (o *ResponsesRollupWithStats) GetSizePct() float32
- func (o *ResponsesRollupWithStats) GetSizePctOk() (*float32, bool)
- func (o *ResponsesRollupWithStats) GetSlug() string
- func (o *ResponsesRollupWithStats) GetSlugOk() (*string, bool)
- func (o *ResponsesRollupWithStats) GetStack() string
- func (o *ResponsesRollupWithStats) GetStackOk() (*string, bool)
- func (o *ResponsesRollupWithStats) GetTags() []string
- func (o *ResponsesRollupWithStats) GetTagsOk() ([]string, bool)
- func (o *ResponsesRollupWithStats) GetTwitter() string
- func (o *ResponsesRollupWithStats) GetTwitterOk() (*string, bool)
- func (o *ResponsesRollupWithStats) GetType() string
- func (o *ResponsesRollupWithStats) GetTypeOk() (*string, bool)
- func (o *ResponsesRollupWithStats) GetVm() string
- func (o *ResponsesRollupWithStats) GetVmOk() (*string, bool)
- func (o *ResponsesRollupWithStats) GetWebsite() string
- func (o *ResponsesRollupWithStats) GetWebsiteOk() (*string, bool)
- func (o *ResponsesRollupWithStats) HasBlobsCount() bool
- func (o *ResponsesRollupWithStats) HasBlobsCountPct() bool
- func (o *ResponsesRollupWithStats) HasBridge() bool
- func (o *ResponsesRollupWithStats) HasCategory() bool
- func (o *ResponsesRollupWithStats) HasColor() bool
- func (o *ResponsesRollupWithStats) HasCompression() bool
- func (o *ResponsesRollupWithStats) HasDaPct() bool
- func (o *ResponsesRollupWithStats) HasDefiLama() bool
- func (o *ResponsesRollupWithStats) HasDescription() bool
- func (o *ResponsesRollupWithStats) HasExplorer() bool
- func (o *ResponsesRollupWithStats) HasFee() bool
- func (o *ResponsesRollupWithStats) HasFeePct() bool
- func (o *ResponsesRollupWithStats) HasFirstMessageTime() bool
- func (o *ResponsesRollupWithStats) HasGithub() bool
- func (o *ResponsesRollupWithStats) HasId() bool
- func (o *ResponsesRollupWithStats) HasIsActive() bool
- func (o *ResponsesRollupWithStats) HasL2Beat() bool
- func (o *ResponsesRollupWithStats) HasLastMessageTime() bool
- func (o *ResponsesRollupWithStats) HasLinks() bool
- func (o *ResponsesRollupWithStats) HasLogo() bool
- func (o *ResponsesRollupWithStats) HasName() bool
- func (o *ResponsesRollupWithStats) HasProvider() bool
- func (o *ResponsesRollupWithStats) HasSettledOn() bool
- func (o *ResponsesRollupWithStats) HasSize() bool
- func (o *ResponsesRollupWithStats) HasSizePct() bool
- func (o *ResponsesRollupWithStats) HasSlug() bool
- func (o *ResponsesRollupWithStats) HasStack() bool
- func (o *ResponsesRollupWithStats) HasTags() bool
- func (o *ResponsesRollupWithStats) HasTwitter() bool
- func (o *ResponsesRollupWithStats) HasType() bool
- func (o *ResponsesRollupWithStats) HasVm() bool
- func (o *ResponsesRollupWithStats) HasWebsite() bool
- func (o ResponsesRollupWithStats) MarshalJSON() ([]byte, error)
- func (o *ResponsesRollupWithStats) SetBlobsCount(v int32)
- func (o *ResponsesRollupWithStats) SetBlobsCountPct(v float32)
- func (o *ResponsesRollupWithStats) SetBridge(v string)
- func (o *ResponsesRollupWithStats) SetCategory(v string)
- func (o *ResponsesRollupWithStats) SetColor(v string)
- func (o *ResponsesRollupWithStats) SetCompression(v string)
- func (o *ResponsesRollupWithStats) SetDaPct(v float32)
- func (o *ResponsesRollupWithStats) SetDefiLama(v string)
- func (o *ResponsesRollupWithStats) SetDescription(v string)
- func (o *ResponsesRollupWithStats) SetExplorer(v string)
- func (o *ResponsesRollupWithStats) SetFee(v string)
- func (o *ResponsesRollupWithStats) SetFeePct(v float32)
- func (o *ResponsesRollupWithStats) SetFirstMessageTime(v time.Time)
- func (o *ResponsesRollupWithStats) SetGithub(v string)
- func (o *ResponsesRollupWithStats) SetId(v int32)
- func (o *ResponsesRollupWithStats) SetIsActive(v bool)
- func (o *ResponsesRollupWithStats) SetL2Beat(v string)
- func (o *ResponsesRollupWithStats) SetLastMessageTime(v time.Time)
- func (o *ResponsesRollupWithStats) SetLinks(v []string)
- func (o *ResponsesRollupWithStats) SetLogo(v string)
- func (o *ResponsesRollupWithStats) SetName(v string)
- func (o *ResponsesRollupWithStats) SetProvider(v string)
- func (o *ResponsesRollupWithStats) SetSettledOn(v string)
- func (o *ResponsesRollupWithStats) SetSize(v int32)
- func (o *ResponsesRollupWithStats) SetSizePct(v float32)
- func (o *ResponsesRollupWithStats) SetSlug(v string)
- func (o *ResponsesRollupWithStats) SetStack(v string)
- func (o *ResponsesRollupWithStats) SetTags(v []string)
- func (o *ResponsesRollupWithStats) SetTwitter(v string)
- func (o *ResponsesRollupWithStats) SetType(v string)
- func (o *ResponsesRollupWithStats) SetVm(v string)
- func (o *ResponsesRollupWithStats) SetWebsite(v string)
- func (o ResponsesRollupWithStats) ToMap() (map[string]interface{}, error)
- type ResponsesSearchItem
- func (o *ResponsesSearchItem) GetResult() map[string]interface{}
- func (o *ResponsesSearchItem) GetResultOk() (map[string]interface{}, bool)
- func (o *ResponsesSearchItem) GetType() string
- func (o *ResponsesSearchItem) GetTypeOk() (*string, bool)
- func (o *ResponsesSearchItem) HasResult() bool
- func (o *ResponsesSearchItem) HasType() bool
- func (o ResponsesSearchItem) MarshalJSON() ([]byte, error)
- func (o *ResponsesSearchItem) SetResult(v map[string]interface{})
- func (o *ResponsesSearchItem) SetType(v string)
- func (o ResponsesSearchItem) ToMap() (map[string]interface{}, error)
- type ResponsesSeriesItem
- func (o *ResponsesSeriesItem) GetMax() string
- func (o *ResponsesSeriesItem) GetMaxOk() (*string, bool)
- func (o *ResponsesSeriesItem) GetMin() string
- func (o *ResponsesSeriesItem) GetMinOk() (*string, bool)
- func (o *ResponsesSeriesItem) GetTime() time.Time
- func (o *ResponsesSeriesItem) GetTimeOk() (*time.Time, bool)
- func (o *ResponsesSeriesItem) GetValue() string
- func (o *ResponsesSeriesItem) GetValueOk() (*string, bool)
- func (o *ResponsesSeriesItem) HasMax() bool
- func (o *ResponsesSeriesItem) HasMin() bool
- func (o *ResponsesSeriesItem) HasTime() bool
- func (o *ResponsesSeriesItem) HasValue() bool
- func (o ResponsesSeriesItem) MarshalJSON() ([]byte, error)
- func (o *ResponsesSeriesItem) SetMax(v string)
- func (o *ResponsesSeriesItem) SetMin(v string)
- func (o *ResponsesSeriesItem) SetTime(v time.Time)
- func (o *ResponsesSeriesItem) SetValue(v string)
- func (o ResponsesSeriesItem) ToMap() (map[string]interface{}, error)
- type ResponsesShortAddress
- func (o *ResponsesShortAddress) GetCelestials() ResponsesCelestial
- func (o *ResponsesShortAddress) GetCelestialsOk() (*ResponsesCelestial, bool)
- func (o *ResponsesShortAddress) GetHash() string
- func (o *ResponsesShortAddress) GetHashOk() (*string, bool)
- func (o *ResponsesShortAddress) HasCelestials() bool
- func (o *ResponsesShortAddress) HasHash() bool
- func (o ResponsesShortAddress) MarshalJSON() ([]byte, error)
- func (o *ResponsesShortAddress) SetCelestials(v ResponsesCelestial)
- func (o *ResponsesShortAddress) SetHash(v string)
- func (o ResponsesShortAddress) ToMap() (map[string]interface{}, error)
- type ResponsesShortIbcClient
- func (o *ResponsesShortIbcClient) GetChainId() *os.File
- func (o *ResponsesShortIbcClient) GetChainIdOk() (**os.File, bool)
- func (o *ResponsesShortIbcClient) GetId() string
- func (o *ResponsesShortIbcClient) GetIdOk() (*string, bool)
- func (o *ResponsesShortIbcClient) GetType() string
- func (o *ResponsesShortIbcClient) GetTypeOk() (*string, bool)
- func (o *ResponsesShortIbcClient) HasChainId() bool
- func (o *ResponsesShortIbcClient) HasId() bool
- func (o *ResponsesShortIbcClient) HasType() bool
- func (o ResponsesShortIbcClient) MarshalJSON() ([]byte, error)
- func (o *ResponsesShortIbcClient) SetChainId(v *os.File)
- func (o *ResponsesShortIbcClient) SetId(v string)
- func (o *ResponsesShortIbcClient) SetType(v string)
- func (o ResponsesShortIbcClient) ToMap() (map[string]interface{}, error)
- type ResponsesShortRollup
- func (o *ResponsesShortRollup) GetId() int32
- func (o *ResponsesShortRollup) GetIdOk() (*int32, bool)
- func (o *ResponsesShortRollup) GetLogo() string
- func (o *ResponsesShortRollup) GetLogoOk() (*string, bool)
- func (o *ResponsesShortRollup) GetName() string
- func (o *ResponsesShortRollup) GetNameOk() (*string, bool)
- func (o *ResponsesShortRollup) GetSlug() string
- func (o *ResponsesShortRollup) GetSlugOk() (*string, bool)
- func (o *ResponsesShortRollup) HasId() bool
- func (o *ResponsesShortRollup) HasLogo() bool
- func (o *ResponsesShortRollup) HasName() bool
- func (o *ResponsesShortRollup) HasSlug() bool
- func (o ResponsesShortRollup) MarshalJSON() ([]byte, error)
- func (o *ResponsesShortRollup) SetId(v int32)
- func (o *ResponsesShortRollup) SetLogo(v string)
- func (o *ResponsesShortRollup) SetName(v string)
- func (o *ResponsesShortRollup) SetSlug(v string)
- func (o ResponsesShortRollup) ToMap() (map[string]interface{}, error)
- type ResponsesShortValidator
- func (o *ResponsesShortValidator) GetConsAddress() string
- func (o *ResponsesShortValidator) GetConsAddressOk() (*string, bool)
- func (o *ResponsesShortValidator) GetId() int32
- func (o *ResponsesShortValidator) GetIdOk() (*int32, bool)
- func (o *ResponsesShortValidator) GetMoniker() string
- func (o *ResponsesShortValidator) GetMonikerOk() (*string, bool)
- func (o *ResponsesShortValidator) HasConsAddress() bool
- func (o *ResponsesShortValidator) HasId() bool
- func (o *ResponsesShortValidator) HasMoniker() bool
- func (o ResponsesShortValidator) MarshalJSON() ([]byte, error)
- func (o *ResponsesShortValidator) SetConsAddress(v string)
- func (o *ResponsesShortValidator) SetId(v int32)
- func (o *ResponsesShortValidator) SetMoniker(v string)
- func (o ResponsesShortValidator) ToMap() (map[string]interface{}, error)
- type ResponsesSignedBlocks
- func (o *ResponsesSignedBlocks) GetHeight() int32
- func (o *ResponsesSignedBlocks) GetHeightOk() (*int32, bool)
- func (o *ResponsesSignedBlocks) GetSigned() bool
- func (o *ResponsesSignedBlocks) GetSignedOk() (*bool, bool)
- func (o *ResponsesSignedBlocks) HasHeight() bool
- func (o *ResponsesSignedBlocks) HasSigned() bool
- func (o ResponsesSignedBlocks) MarshalJSON() ([]byte, error)
- func (o *ResponsesSignedBlocks) SetHeight(v int32)
- func (o *ResponsesSignedBlocks) SetSigned(v bool)
- func (o ResponsesSignedBlocks) ToMap() (map[string]interface{}, error)
- type ResponsesSizeGroup
- func (o *ResponsesSizeGroup) GetAvgSize() int32
- func (o *ResponsesSizeGroup) GetAvgSizeOk() (*int32, bool)
- func (o *ResponsesSizeGroup) GetCount() int32
- func (o *ResponsesSizeGroup) GetCountOk() (*int32, bool)
- func (o *ResponsesSizeGroup) GetName() string
- func (o *ResponsesSizeGroup) GetNameOk() (*string, bool)
- func (o *ResponsesSizeGroup) GetSize() int32
- func (o *ResponsesSizeGroup) GetSizeOk() (*int32, bool)
- func (o *ResponsesSizeGroup) HasAvgSize() bool
- func (o *ResponsesSizeGroup) HasCount() bool
- func (o *ResponsesSizeGroup) HasName() bool
- func (o *ResponsesSizeGroup) HasSize() bool
- func (o ResponsesSizeGroup) MarshalJSON() ([]byte, error)
- func (o *ResponsesSizeGroup) SetAvgSize(v int32)
- func (o *ResponsesSizeGroup) SetCount(v int32)
- func (o *ResponsesSizeGroup) SetName(v string)
- func (o *ResponsesSizeGroup) SetSize(v int32)
- func (o ResponsesSizeGroup) ToMap() (map[string]interface{}, error)
- type ResponsesState
- func (o *ResponsesState) GetChainId() string
- func (o *ResponsesState) GetChainIdOk() (*string, bool)
- func (o *ResponsesState) GetHash() string
- func (o *ResponsesState) GetHashOk() (*string, bool)
- func (o *ResponsesState) GetId() int64
- func (o *ResponsesState) GetIdOk() (*int64, bool)
- func (o *ResponsesState) GetLastHeight() int64
- func (o *ResponsesState) GetLastHeightOk() (*int64, bool)
- func (o *ResponsesState) GetLastTime() time.Time
- func (o *ResponsesState) GetLastTimeOk() (*time.Time, bool)
- func (o *ResponsesState) GetName() string
- func (o *ResponsesState) GetNameOk() (*string, bool)
- func (o *ResponsesState) GetSynced() bool
- func (o *ResponsesState) GetSyncedOk() (*bool, bool)
- func (o *ResponsesState) GetTotalAccounts() int64
- func (o *ResponsesState) GetTotalAccountsOk() (*int64, bool)
- func (o *ResponsesState) GetTotalBlobsSize() int64
- func (o *ResponsesState) GetTotalBlobsSizeOk() (*int64, bool)
- func (o *ResponsesState) GetTotalFee() string
- func (o *ResponsesState) GetTotalFeeOk() (*string, bool)
- func (o *ResponsesState) GetTotalIbcClients() int32
- func (o *ResponsesState) GetTotalIbcClientsOk() (*int32, bool)
- func (o *ResponsesState) GetTotalNamespaces() int32
- func (o *ResponsesState) GetTotalNamespacesOk() (*int32, bool)
- func (o *ResponsesState) GetTotalProposals() int64
- func (o *ResponsesState) GetTotalProposalsOk() (*int64, bool)
- func (o *ResponsesState) GetTotalStake() string
- func (o *ResponsesState) GetTotalStakeOk() (*string, bool)
- func (o *ResponsesState) GetTotalSupply() string
- func (o *ResponsesState) GetTotalSupplyOk() (*string, bool)
- func (o *ResponsesState) GetTotalTx() int64
- func (o *ResponsesState) GetTotalTxOk() (*int64, bool)
- func (o *ResponsesState) GetTotalValidators() int64
- func (o *ResponsesState) GetTotalValidatorsOk() (*int64, bool)
- func (o *ResponsesState) GetTotalVotingPower() string
- func (o *ResponsesState) GetTotalVotingPowerOk() (*string, bool)
- func (o *ResponsesState) HasChainId() bool
- func (o *ResponsesState) HasHash() bool
- func (o *ResponsesState) HasId() bool
- func (o *ResponsesState) HasLastHeight() bool
- func (o *ResponsesState) HasLastTime() bool
- func (o *ResponsesState) HasName() bool
- func (o *ResponsesState) HasSynced() bool
- func (o *ResponsesState) HasTotalAccounts() bool
- func (o *ResponsesState) HasTotalBlobsSize() bool
- func (o *ResponsesState) HasTotalFee() bool
- func (o *ResponsesState) HasTotalIbcClients() bool
- func (o *ResponsesState) HasTotalNamespaces() bool
- func (o *ResponsesState) HasTotalProposals() bool
- func (o *ResponsesState) HasTotalStake() bool
- func (o *ResponsesState) HasTotalSupply() bool
- func (o *ResponsesState) HasTotalTx() bool
- func (o *ResponsesState) HasTotalValidators() bool
- func (o *ResponsesState) HasTotalVotingPower() bool
- func (o ResponsesState) MarshalJSON() ([]byte, error)
- func (o *ResponsesState) SetChainId(v string)
- func (o *ResponsesState) SetHash(v string)
- func (o *ResponsesState) SetId(v int64)
- func (o *ResponsesState) SetLastHeight(v int64)
- func (o *ResponsesState) SetLastTime(v time.Time)
- func (o *ResponsesState) SetName(v string)
- func (o *ResponsesState) SetSynced(v bool)
- func (o *ResponsesState) SetTotalAccounts(v int64)
- func (o *ResponsesState) SetTotalBlobsSize(v int64)
- func (o *ResponsesState) SetTotalFee(v string)
- func (o *ResponsesState) SetTotalIbcClients(v int32)
- func (o *ResponsesState) SetTotalNamespaces(v int32)
- func (o *ResponsesState) SetTotalProposals(v int64)
- func (o *ResponsesState) SetTotalStake(v string)
- func (o *ResponsesState) SetTotalSupply(v string)
- func (o *ResponsesState) SetTotalTx(v int64)
- func (o *ResponsesState) SetTotalValidators(v int64)
- func (o *ResponsesState) SetTotalVotingPower(v string)
- func (o ResponsesState) ToMap() (map[string]interface{}, error)
- type ResponsesTPS
- func (o *ResponsesTPS) GetChangeLastHourPct() float32
- func (o *ResponsesTPS) GetChangeLastHourPctOk() (*float32, bool)
- func (o *ResponsesTPS) GetCurrent() float32
- func (o *ResponsesTPS) GetCurrentOk() (*float32, bool)
- func (o *ResponsesTPS) GetHigh() float32
- func (o *ResponsesTPS) GetHighOk() (*float32, bool)
- func (o *ResponsesTPS) GetLow() float32
- func (o *ResponsesTPS) GetLowOk() (*float32, bool)
- func (o *ResponsesTPS) HasChangeLastHourPct() bool
- func (o *ResponsesTPS) HasCurrent() bool
- func (o *ResponsesTPS) HasHigh() bool
- func (o *ResponsesTPS) HasLow() bool
- func (o ResponsesTPS) MarshalJSON() ([]byte, error)
- func (o *ResponsesTPS) SetChangeLastHourPct(v float32)
- func (o *ResponsesTPS) SetCurrent(v float32)
- func (o *ResponsesTPS) SetHigh(v float32)
- func (o *ResponsesTPS) SetLow(v float32)
- func (o ResponsesTPS) ToMap() (map[string]interface{}, error)
- type ResponsesTimeValueItem
- func (o *ResponsesTimeValueItem) GetTime() time.Time
- func (o *ResponsesTimeValueItem) GetTimeOk() (*time.Time, bool)
- func (o *ResponsesTimeValueItem) GetValue() string
- func (o *ResponsesTimeValueItem) GetValueOk() (*string, bool)
- func (o *ResponsesTimeValueItem) HasTime() bool
- func (o *ResponsesTimeValueItem) HasValue() bool
- func (o ResponsesTimeValueItem) MarshalJSON() ([]byte, error)
- func (o *ResponsesTimeValueItem) SetTime(v time.Time)
- func (o *ResponsesTimeValueItem) SetValue(v string)
- func (o ResponsesTimeValueItem) ToMap() (map[string]interface{}, error)
- type ResponsesTx
- func (o *ResponsesTx) GetCodespace() string
- func (o *ResponsesTx) GetCodespaceOk() (*string, bool)
- func (o *ResponsesTx) GetError() string
- func (o *ResponsesTx) GetErrorOk() (*string, bool)
- func (o *ResponsesTx) GetEventsCount() int64
- func (o *ResponsesTx) GetEventsCountOk() (*int64, bool)
- func (o *ResponsesTx) GetFee() string
- func (o *ResponsesTx) GetFeeOk() (*string, bool)
- func (o *ResponsesTx) GetGasUsed() int64
- func (o *ResponsesTx) GetGasUsedOk() (*int64, bool)
- func (o *ResponsesTx) GetGasWanted() int64
- func (o *ResponsesTx) GetGasWantedOk() (*int64, bool)
- func (o *ResponsesTx) GetHash() *os.File
- func (o *ResponsesTx) GetHashOk() (**os.File, bool)
- func (o *ResponsesTx) GetHeight() int64
- func (o *ResponsesTx) GetHeightOk() (*int64, bool)
- func (o *ResponsesTx) GetId() int64
- func (o *ResponsesTx) GetIdOk() (*int64, bool)
- func (o *ResponsesTx) GetMemo() string
- func (o *ResponsesTx) GetMemoOk() (*string, bool)
- func (o *ResponsesTx) GetMessageTypes() []TypesMsgType
- func (o *ResponsesTx) GetMessageTypesOk() ([]TypesMsgType, bool)
- func (o *ResponsesTx) GetMessages() []ResponsesMessage
- func (o *ResponsesTx) GetMessagesCount() int64
- func (o *ResponsesTx) GetMessagesCountOk() (*int64, bool)
- func (o *ResponsesTx) GetMessagesOk() ([]ResponsesMessage, bool)
- func (o *ResponsesTx) GetPosition() int64
- func (o *ResponsesTx) GetPositionOk() (*int64, bool)
- func (o *ResponsesTx) GetSigners() []ResponsesShortAddress
- func (o *ResponsesTx) GetSignersOk() ([]ResponsesShortAddress, bool)
- func (o *ResponsesTx) GetStatus() GithubComCeleniumIoCelestiaIndexerInternalStorageTypesStatus
- func (o *ResponsesTx) GetStatusOk() (*GithubComCeleniumIoCelestiaIndexerInternalStorageTypesStatus, bool)
- func (o *ResponsesTx) GetTime() time.Time
- func (o *ResponsesTx) GetTimeOk() (*time.Time, bool)
- func (o *ResponsesTx) GetTimeoutHeight() int64
- func (o *ResponsesTx) GetTimeoutHeightOk() (*int64, bool)
- func (o *ResponsesTx) HasCodespace() bool
- func (o *ResponsesTx) HasError() bool
- func (o *ResponsesTx) HasEventsCount() bool
- func (o *ResponsesTx) HasFee() bool
- func (o *ResponsesTx) HasGasUsed() bool
- func (o *ResponsesTx) HasGasWanted() bool
- func (o *ResponsesTx) HasHash() bool
- func (o *ResponsesTx) HasHeight() bool
- func (o *ResponsesTx) HasId() bool
- func (o *ResponsesTx) HasMemo() bool
- func (o *ResponsesTx) HasMessageTypes() bool
- func (o *ResponsesTx) HasMessages() bool
- func (o *ResponsesTx) HasMessagesCount() bool
- func (o *ResponsesTx) HasPosition() bool
- func (o *ResponsesTx) HasSigners() bool
- func (o *ResponsesTx) HasStatus() bool
- func (o *ResponsesTx) HasTime() bool
- func (o *ResponsesTx) HasTimeoutHeight() bool
- func (o ResponsesTx) MarshalJSON() ([]byte, error)
- func (o *ResponsesTx) SetCodespace(v string)
- func (o *ResponsesTx) SetError(v string)
- func (o *ResponsesTx) SetEventsCount(v int64)
- func (o *ResponsesTx) SetFee(v string)
- func (o *ResponsesTx) SetGasUsed(v int64)
- func (o *ResponsesTx) SetGasWanted(v int64)
- func (o *ResponsesTx) SetHash(v *os.File)
- func (o *ResponsesTx) SetHeight(v int64)
- func (o *ResponsesTx) SetId(v int64)
- func (o *ResponsesTx) SetMemo(v string)
- func (o *ResponsesTx) SetMessageTypes(v []TypesMsgType)
- func (o *ResponsesTx) SetMessages(v []ResponsesMessage)
- func (o *ResponsesTx) SetMessagesCount(v int64)
- func (o *ResponsesTx) SetPosition(v int64)
- func (o *ResponsesTx) SetSigners(v []ResponsesShortAddress)
- func (o *ResponsesTx) SetStatus(v GithubComCeleniumIoCelestiaIndexerInternalStorageTypesStatus)
- func (o *ResponsesTx) SetTime(v time.Time)
- func (o *ResponsesTx) SetTimeoutHeight(v int64)
- func (o ResponsesTx) ToMap() (map[string]interface{}, error)
- type ResponsesTxForAddress
- func (o *ResponsesTxForAddress) GetFee() string
- func (o *ResponsesTxForAddress) GetFeeOk() (*string, bool)
- func (o *ResponsesTxForAddress) GetHash() *os.File
- func (o *ResponsesTxForAddress) GetHashOk() (**os.File, bool)
- func (o *ResponsesTxForAddress) GetMessageTypes() []TypesMsgType
- func (o *ResponsesTxForAddress) GetMessageTypesOk() ([]TypesMsgType, bool)
- func (o *ResponsesTxForAddress) GetMessagesCount() int64
- func (o *ResponsesTxForAddress) GetMessagesCountOk() (*int64, bool)
- func (o *ResponsesTxForAddress) GetStatus() GithubComCeleniumIoCelestiaIndexerInternalStorageTypesStatus
- func (o *ResponsesTxForAddress) GetStatusOk() (*GithubComCeleniumIoCelestiaIndexerInternalStorageTypesStatus, bool)
- func (o *ResponsesTxForAddress) HasFee() bool
- func (o *ResponsesTxForAddress) HasHash() bool
- func (o *ResponsesTxForAddress) HasMessageTypes() bool
- func (o *ResponsesTxForAddress) HasMessagesCount() bool
- func (o *ResponsesTxForAddress) HasStatus() bool
- func (o ResponsesTxForAddress) MarshalJSON() ([]byte, error)
- func (o *ResponsesTxForAddress) SetFee(v string)
- func (o *ResponsesTxForAddress) SetHash(v *os.File)
- func (o *ResponsesTxForAddress) SetMessageTypes(v []TypesMsgType)
- func (o *ResponsesTxForAddress) SetMessagesCount(v int64)
- func (o *ResponsesTxForAddress) SetStatus(v GithubComCeleniumIoCelestiaIndexerInternalStorageTypesStatus)
- func (o ResponsesTxForAddress) ToMap() (map[string]interface{}, error)
- type ResponsesUndelegation
- func (o *ResponsesUndelegation) GetAmount() string
- func (o *ResponsesUndelegation) GetAmountOk() (*string, bool)
- func (o *ResponsesUndelegation) GetCompletionTime() string
- func (o *ResponsesUndelegation) GetCompletionTimeOk() (*string, bool)
- func (o *ResponsesUndelegation) GetDelegator() ResponsesShortAddress
- func (o *ResponsesUndelegation) GetDelegatorOk() (*ResponsesShortAddress, bool)
- func (o *ResponsesUndelegation) GetHeight() int32
- func (o *ResponsesUndelegation) GetHeightOk() (*int32, bool)
- func (o *ResponsesUndelegation) GetTime() string
- func (o *ResponsesUndelegation) GetTimeOk() (*string, bool)
- func (o *ResponsesUndelegation) GetValidator() ResponsesShortValidator
- func (o *ResponsesUndelegation) GetValidatorOk() (*ResponsesShortValidator, bool)
- func (o *ResponsesUndelegation) HasAmount() bool
- func (o *ResponsesUndelegation) HasCompletionTime() bool
- func (o *ResponsesUndelegation) HasDelegator() bool
- func (o *ResponsesUndelegation) HasHeight() bool
- func (o *ResponsesUndelegation) HasTime() bool
- func (o *ResponsesUndelegation) HasValidator() bool
- func (o ResponsesUndelegation) MarshalJSON() ([]byte, error)
- func (o *ResponsesUndelegation) SetAmount(v string)
- func (o *ResponsesUndelegation) SetCompletionTime(v string)
- func (o *ResponsesUndelegation) SetDelegator(v ResponsesShortAddress)
- func (o *ResponsesUndelegation) SetHeight(v int32)
- func (o *ResponsesUndelegation) SetTime(v string)
- func (o *ResponsesUndelegation) SetValidator(v ResponsesShortValidator)
- func (o ResponsesUndelegation) ToMap() (map[string]interface{}, error)
- type ResponsesValidator
- func (o *ResponsesValidator) GetAddress() ResponsesShortAddress
- func (o *ResponsesValidator) GetAddressOk() (*ResponsesShortAddress, bool)
- func (o *ResponsesValidator) GetCommissions() string
- func (o *ResponsesValidator) GetCommissionsOk() (*string, bool)
- func (o *ResponsesValidator) GetConsAddress() string
- func (o *ResponsesValidator) GetConsAddressOk() (*string, bool)
- func (o *ResponsesValidator) GetContacts() string
- func (o *ResponsesValidator) GetContactsOk() (*string, bool)
- func (o *ResponsesValidator) GetDelegator() ResponsesShortAddress
- func (o *ResponsesValidator) GetDelegatorOk() (*ResponsesShortAddress, bool)
- func (o *ResponsesValidator) GetDetails() string
- func (o *ResponsesValidator) GetDetailsOk() (*string, bool)
- func (o *ResponsesValidator) GetId() int32
- func (o *ResponsesValidator) GetIdOk() (*int32, bool)
- func (o *ResponsesValidator) GetIdentity() string
- func (o *ResponsesValidator) GetIdentityOk() (*string, bool)
- func (o *ResponsesValidator) GetJailed() bool
- func (o *ResponsesValidator) GetJailedOk() (*bool, bool)
- func (o *ResponsesValidator) GetMaxChangeRate() string
- func (o *ResponsesValidator) GetMaxChangeRateOk() (*string, bool)
- func (o *ResponsesValidator) GetMaxRate() string
- func (o *ResponsesValidator) GetMaxRateOk() (*string, bool)
- func (o *ResponsesValidator) GetMinSelfDelegation() string
- func (o *ResponsesValidator) GetMinSelfDelegationOk() (*string, bool)
- func (o *ResponsesValidator) GetMoniker() string
- func (o *ResponsesValidator) GetMonikerOk() (*string, bool)
- func (o *ResponsesValidator) GetRate() string
- func (o *ResponsesValidator) GetRateOk() (*string, bool)
- func (o *ResponsesValidator) GetRewards() string
- func (o *ResponsesValidator) GetRewardsOk() (*string, bool)
- func (o *ResponsesValidator) GetStake() string
- func (o *ResponsesValidator) GetStakeOk() (*string, bool)
- func (o *ResponsesValidator) GetVotingPower() string
- func (o *ResponsesValidator) GetVotingPowerOk() (*string, bool)
- func (o *ResponsesValidator) GetWebsite() string
- func (o *ResponsesValidator) GetWebsiteOk() (*string, bool)
- func (o *ResponsesValidator) HasAddress() bool
- func (o *ResponsesValidator) HasCommissions() bool
- func (o *ResponsesValidator) HasConsAddress() bool
- func (o *ResponsesValidator) HasContacts() bool
- func (o *ResponsesValidator) HasDelegator() bool
- func (o *ResponsesValidator) HasDetails() bool
- func (o *ResponsesValidator) HasId() bool
- func (o *ResponsesValidator) HasIdentity() bool
- func (o *ResponsesValidator) HasJailed() bool
- func (o *ResponsesValidator) HasMaxChangeRate() bool
- func (o *ResponsesValidator) HasMaxRate() bool
- func (o *ResponsesValidator) HasMinSelfDelegation() bool
- func (o *ResponsesValidator) HasMoniker() bool
- func (o *ResponsesValidator) HasRate() bool
- func (o *ResponsesValidator) HasRewards() bool
- func (o *ResponsesValidator) HasStake() bool
- func (o *ResponsesValidator) HasVotingPower() bool
- func (o *ResponsesValidator) HasWebsite() bool
- func (o ResponsesValidator) MarshalJSON() ([]byte, error)
- func (o *ResponsesValidator) SetAddress(v ResponsesShortAddress)
- func (o *ResponsesValidator) SetCommissions(v string)
- func (o *ResponsesValidator) SetConsAddress(v string)
- func (o *ResponsesValidator) SetContacts(v string)
- func (o *ResponsesValidator) SetDelegator(v ResponsesShortAddress)
- func (o *ResponsesValidator) SetDetails(v string)
- func (o *ResponsesValidator) SetId(v int32)
- func (o *ResponsesValidator) SetIdentity(v string)
- func (o *ResponsesValidator) SetJailed(v bool)
- func (o *ResponsesValidator) SetMaxChangeRate(v string)
- func (o *ResponsesValidator) SetMaxRate(v string)
- func (o *ResponsesValidator) SetMinSelfDelegation(v string)
- func (o *ResponsesValidator) SetMoniker(v string)
- func (o *ResponsesValidator) SetRate(v string)
- func (o *ResponsesValidator) SetRewards(v string)
- func (o *ResponsesValidator) SetStake(v string)
- func (o *ResponsesValidator) SetVotingPower(v string)
- func (o *ResponsesValidator) SetWebsite(v string)
- func (o ResponsesValidator) ToMap() (map[string]interface{}, error)
- type ResponsesValidatorCount
- func (o *ResponsesValidatorCount) GetActive() int32
- func (o *ResponsesValidatorCount) GetActiveOk() (*int32, bool)
- func (o *ResponsesValidatorCount) GetInactive() int32
- func (o *ResponsesValidatorCount) GetInactiveOk() (*int32, bool)
- func (o *ResponsesValidatorCount) GetJailed() int32
- func (o *ResponsesValidatorCount) GetJailedOk() (*int32, bool)
- func (o *ResponsesValidatorCount) GetTotal() int32
- func (o *ResponsesValidatorCount) GetTotalOk() (*int32, bool)
- func (o *ResponsesValidatorCount) HasActive() bool
- func (o *ResponsesValidatorCount) HasInactive() bool
- func (o *ResponsesValidatorCount) HasJailed() bool
- func (o *ResponsesValidatorCount) HasTotal() bool
- func (o ResponsesValidatorCount) MarshalJSON() ([]byte, error)
- func (o *ResponsesValidatorCount) SetActive(v int32)
- func (o *ResponsesValidatorCount) SetInactive(v int32)
- func (o *ResponsesValidatorCount) SetJailed(v int32)
- func (o *ResponsesValidatorCount) SetTotal(v int32)
- func (o ResponsesValidatorCount) ToMap() (map[string]interface{}, error)
- type ResponsesValidatorUptime
- func (o *ResponsesValidatorUptime) GetBlocks() []ResponsesSignedBlocks
- func (o *ResponsesValidatorUptime) GetBlocksOk() ([]ResponsesSignedBlocks, bool)
- func (o *ResponsesValidatorUptime) GetUptime() string
- func (o *ResponsesValidatorUptime) GetUptimeOk() (*string, bool)
- func (o *ResponsesValidatorUptime) HasBlocks() bool
- func (o *ResponsesValidatorUptime) HasUptime() bool
- func (o ResponsesValidatorUptime) MarshalJSON() ([]byte, error)
- func (o *ResponsesValidatorUptime) SetBlocks(v []ResponsesSignedBlocks)
- func (o *ResponsesValidatorUptime) SetUptime(v string)
- func (o ResponsesValidatorUptime) ToMap() (map[string]interface{}, error)
- type ResponsesVesting
- func (o *ResponsesVesting) GetAmount() string
- func (o *ResponsesVesting) GetAmountOk() (*string, bool)
- func (o *ResponsesVesting) GetEndTime() time.Time
- func (o *ResponsesVesting) GetEndTimeOk() (*time.Time, bool)
- func (o *ResponsesVesting) GetHash() *os.File
- func (o *ResponsesVesting) GetHashOk() (**os.File, bool)
- func (o *ResponsesVesting) GetHeight() int32
- func (o *ResponsesVesting) GetHeightOk() (*int32, bool)
- func (o *ResponsesVesting) GetId() int32
- func (o *ResponsesVesting) GetIdOk() (*int32, bool)
- func (o *ResponsesVesting) GetStartTime() time.Time
- func (o *ResponsesVesting) GetStartTimeOk() (*time.Time, bool)
- func (o *ResponsesVesting) GetTime() time.Time
- func (o *ResponsesVesting) GetTimeOk() (*time.Time, bool)
- func (o *ResponsesVesting) GetType() string
- func (o *ResponsesVesting) GetTypeOk() (*string, bool)
- func (o *ResponsesVesting) HasAmount() bool
- func (o *ResponsesVesting) HasEndTime() bool
- func (o *ResponsesVesting) HasHash() bool
- func (o *ResponsesVesting) HasHeight() bool
- func (o *ResponsesVesting) HasId() bool
- func (o *ResponsesVesting) HasStartTime() bool
- func (o *ResponsesVesting) HasTime() bool
- func (o *ResponsesVesting) HasType() bool
- func (o ResponsesVesting) MarshalJSON() ([]byte, error)
- func (o *ResponsesVesting) SetAmount(v string)
- func (o *ResponsesVesting) SetEndTime(v time.Time)
- func (o *ResponsesVesting) SetHash(v *os.File)
- func (o *ResponsesVesting) SetHeight(v int32)
- func (o *ResponsesVesting) SetId(v int32)
- func (o *ResponsesVesting) SetStartTime(v time.Time)
- func (o *ResponsesVesting) SetTime(v time.Time)
- func (o *ResponsesVesting) SetType(v string)
- func (o ResponsesVesting) ToMap() (map[string]interface{}, error)
- type ResponsesVestingPeriod
- func (o *ResponsesVestingPeriod) GetAmount() string
- func (o *ResponsesVestingPeriod) GetAmountOk() (*string, bool)
- func (o *ResponsesVestingPeriod) GetTime() time.Time
- func (o *ResponsesVestingPeriod) GetTimeOk() (*time.Time, bool)
- func (o *ResponsesVestingPeriod) HasAmount() bool
- func (o *ResponsesVestingPeriod) HasTime() bool
- func (o ResponsesVestingPeriod) MarshalJSON() ([]byte, error)
- func (o *ResponsesVestingPeriod) SetAmount(v string)
- func (o *ResponsesVestingPeriod) SetTime(v time.Time)
- func (o ResponsesVestingPeriod) ToMap() (map[string]interface{}, error)
- type ResponsesVote
- func (o *ResponsesVote) GetDepositTime() time.Time
- func (o *ResponsesVote) GetDepositTimeOk() (*time.Time, bool)
- func (o *ResponsesVote) GetHeight() int64
- func (o *ResponsesVote) GetHeightOk() (*int64, bool)
- func (o *ResponsesVote) GetId() int64
- func (o *ResponsesVote) GetIdOk() (*int64, bool)
- func (o *ResponsesVote) GetProposalId() int64
- func (o *ResponsesVote) GetProposalIdOk() (*int64, bool)
- func (o *ResponsesVote) GetStatus() string
- func (o *ResponsesVote) GetStatusOk() (*string, bool)
- func (o *ResponsesVote) GetValidator() ResponsesShortValidator
- func (o *ResponsesVote) GetValidatorOk() (*ResponsesShortValidator, bool)
- func (o *ResponsesVote) GetVoter() ResponsesShortAddress
- func (o *ResponsesVote) GetVoterId() int64
- func (o *ResponsesVote) GetVoterIdOk() (*int64, bool)
- func (o *ResponsesVote) GetVoterOk() (*ResponsesShortAddress, bool)
- func (o *ResponsesVote) GetWeight() int64
- func (o *ResponsesVote) GetWeightOk() (*int64, bool)
- func (o *ResponsesVote) HasDepositTime() bool
- func (o *ResponsesVote) HasHeight() bool
- func (o *ResponsesVote) HasId() bool
- func (o *ResponsesVote) HasProposalId() bool
- func (o *ResponsesVote) HasStatus() bool
- func (o *ResponsesVote) HasValidator() bool
- func (o *ResponsesVote) HasVoter() bool
- func (o *ResponsesVote) HasVoterId() bool
- func (o *ResponsesVote) HasWeight() bool
- func (o ResponsesVote) MarshalJSON() ([]byte, error)
- func (o *ResponsesVote) SetDepositTime(v time.Time)
- func (o *ResponsesVote) SetHeight(v int64)
- func (o *ResponsesVote) SetId(v int64)
- func (o *ResponsesVote) SetProposalId(v int64)
- func (o *ResponsesVote) SetStatus(v string)
- func (o *ResponsesVote) SetValidator(v ResponsesShortValidator)
- func (o *ResponsesVote) SetVoter(v ResponsesShortAddress)
- func (o *ResponsesVote) SetVoterId(v int64)
- func (o *ResponsesVote) SetWeight(v int64)
- func (o ResponsesVote) ToMap() (map[string]interface{}, error)
- type RollupAPIService
- func (a *RollupAPIService) GetRollup(ctx context.Context, id int32) ApiGetRollupRequest
- func (a *RollupAPIService) GetRollupAllSeries(ctx context.Context, timeframe string) ApiGetRollupAllSeriesRequest
- func (a *RollupAPIService) GetRollupAllSeriesExecute(r ApiGetRollupAllSeriesRequest) ([]ResponsesRollupAllSeriesResponse, *http.Response, error)
- func (a *RollupAPIService) GetRollupBlobs(ctx context.Context, id int32) ApiGetRollupBlobsRequest
- func (a *RollupAPIService) GetRollupBlobsExecute(r ApiGetRollupBlobsRequest) ([]ResponsesBlobLog, *http.Response, error)
- func (a *RollupAPIService) GetRollupBySlug(ctx context.Context, slug string) ApiGetRollupBySlugRequest
- func (a *RollupAPIService) GetRollupBySlugExecute(r ApiGetRollupBySlugRequest) (*ResponsesRollup, *http.Response, error)
- func (a *RollupAPIService) GetRollupDistribution(ctx context.Context, id int32, name string, timeframe string) ApiGetRollupDistributionRequest
- func (a *RollupAPIService) GetRollupDistributionExecute(r ApiGetRollupDistributionRequest) ([]ResponsesDistributionItem, *http.Response, error)
- func (a *RollupAPIService) GetRollupExecute(r ApiGetRollupRequest) (*ResponsesRollup, *http.Response, error)
- func (a *RollupAPIService) GetRollupNamespaces(ctx context.Context, id int32) ApiGetRollupNamespacesRequest
- func (a *RollupAPIService) GetRollupNamespacesExecute(r ApiGetRollupNamespacesRequest) ([]ResponsesNamespace, *http.Response, error)
- func (a *RollupAPIService) GetRollupStats(ctx context.Context, id int32, name string, timeframe string) ApiGetRollupStatsRequest
- func (a *RollupAPIService) GetRollupStatsExecute(r ApiGetRollupStatsRequest) ([]ResponsesHistogramItem, *http.Response, error)
- func (a *RollupAPIService) GetRollupsCount(ctx context.Context) ApiGetRollupsCountRequest
- func (a *RollupAPIService) GetRollupsCountExecute(r ApiGetRollupsCountRequest) (int32, *http.Response, error)
- func (a *RollupAPIService) ListRollup(ctx context.Context) ApiListRollupRequest
- func (a *RollupAPIService) ListRollup24h(ctx context.Context) ApiListRollup24hRequest
- func (a *RollupAPIService) ListRollup24hExecute(r ApiListRollup24hRequest) ([]ResponsesRollupWithDayStats, *http.Response, error)
- func (a *RollupAPIService) ListRollupExecute(r ApiListRollupRequest) ([]ResponsesRollupWithStats, *http.Response, error)
- func (a *RollupAPIService) RollupExport(ctx context.Context, id int32) ApiRollupExportRequest
- func (a *RollupAPIService) RollupExportExecute(r ApiRollupExportRequest) (*http.Response, error)
- func (a *RollupAPIService) RollupGroupedStatistics(ctx context.Context) ApiRollupGroupedStatisticsRequest
- func (a *RollupAPIService) RollupGroupedStatisticsExecute(r ApiRollupGroupedStatisticsRequest) ([]ResponsesRollupGroupedStats, *http.Response, error)
- type SearchAPIService
- type ServerConfiguration
- type ServerConfigurations
- type ServerVariable
- type StatsAPIService
- func (a *StatsAPIService) Stats24hChanges(ctx context.Context) ApiStats24hChangesRequest
- func (a *StatsAPIService) Stats24hChangesExecute(r ApiStats24hChangesRequest) ([]ResponsesChange24hBlockStats, *http.Response, error)
- func (a *StatsAPIService) StatsIbcChains(ctx context.Context) ApiStatsIbcChainsRequest
- func (a *StatsAPIService) StatsIbcChainsExecute(r ApiStatsIbcChainsRequest) ([]ResponsesIbcChainStats, *http.Response, error)
- func (a *StatsAPIService) StatsIbcSeries(ctx context.Context, id string, timeframe string, name string) ApiStatsIbcSeriesRequest
- func (a *StatsAPIService) StatsIbcSeriesExecute(r ApiStatsIbcSeriesRequest) ([]ResponsesHistogramItem, *http.Response, error)
- func (a *StatsAPIService) StatsMessagesCount24h(ctx context.Context) ApiStatsMessagesCount24hRequest
- func (a *StatsAPIService) StatsMessagesCount24hExecute(r ApiStatsMessagesCount24hRequest) ([]ResponsesCountItem, *http.Response, error)
- func (a *StatsAPIService) StatsNamespaceUsage(ctx context.Context) ApiStatsNamespaceUsageRequest
- func (a *StatsAPIService) StatsNamespaceUsageExecute(r ApiStatsNamespaceUsageRequest) ([]ResponsesNamespaceUsage, *http.Response, error)
- func (a *StatsAPIService) StatsNsSeries(ctx context.Context, id string, timeframe string, name string) ApiStatsNsSeriesRequest
- func (a *StatsAPIService) StatsNsSeriesExecute(r ApiStatsNsSeriesRequest) ([]ResponsesSeriesItem, *http.Response, error)
- func (a *StatsAPIService) StatsRollup24h(ctx context.Context) ApiStatsRollup24hRequest
- func (a *StatsAPIService) StatsRollup24hExecute(r ApiStatsRollup24hRequest) ([]ResponsesRollupStats24h, *http.Response, error)
- func (a *StatsAPIService) StatsSeries(ctx context.Context, timeframe string, name string) ApiStatsSeriesRequest
- func (a *StatsAPIService) StatsSeriesCumulative(ctx context.Context, timeframe string, name string) ApiStatsSeriesCumulativeRequest
- func (a *StatsAPIService) StatsSeriesCumulativeExecute(r ApiStatsSeriesCumulativeRequest) ([]ResponsesSeriesItem, *http.Response, error)
- func (a *StatsAPIService) StatsSeriesExecute(r ApiStatsSeriesRequest) ([]ResponsesSeriesItem, *http.Response, error)
- func (a *StatsAPIService) StatsSizeGroups(ctx context.Context) ApiStatsSizeGroupsRequest
- func (a *StatsAPIService) StatsSizeGroupsExecute(r ApiStatsSizeGroupsRequest) ([]ResponsesSizeGroup, *http.Response, error)
- func (a *StatsAPIService) StatsSquareSize(ctx context.Context) ApiStatsSquareSizeRequest
- func (a *StatsAPIService) StatsSquareSizeExecute(r ApiStatsSquareSizeRequest) ([]map[string][]ResponsesTimeValueItem, *http.Response, error)
- func (a *StatsAPIService) StatsStakingSeries(ctx context.Context, id string, timeframe string, name string) ApiStatsStakingSeriesRequest
- func (a *StatsAPIService) StatsStakingSeriesExecute(r ApiStatsStakingSeriesRequest) ([]ResponsesSeriesItem, *http.Response, error)
- func (a *StatsAPIService) StatsSummary(ctx context.Context, table string, function string) ApiStatsSummaryRequest
- func (a *StatsAPIService) StatsSummaryExecute(r ApiStatsSummaryRequest) (string, *http.Response, error)
- type TransactionsAPIService
- func (a *TransactionsAPIService) GetTransaction(ctx context.Context, hash string) ApiGetTransactionRequest
- func (a *TransactionsAPIService) GetTransactionEvents(ctx context.Context, hash string) ApiGetTransactionEventsRequest
- func (a *TransactionsAPIService) GetTransactionEventsExecute(r ApiGetTransactionEventsRequest) ([]ResponsesEvent, *http.Response, error)
- func (a *TransactionsAPIService) GetTransactionExecute(r ApiGetTransactionRequest) (*ResponsesTx, *http.Response, error)
- func (a *TransactionsAPIService) GetTransactionMessages(ctx context.Context, hash string) ApiGetTransactionMessagesRequest
- func (a *TransactionsAPIService) GetTransactionMessagesExecute(r ApiGetTransactionMessagesRequest) ([]ResponsesMessage, *http.Response, error)
- func (a *TransactionsAPIService) GetTransactionsCount(ctx context.Context) ApiGetTransactionsCountRequest
- func (a *TransactionsAPIService) GetTransactionsCountExecute(r ApiGetTransactionsCountRequest) (int32, *http.Response, error)
- func (a *TransactionsAPIService) ListGenesisTransactions(ctx context.Context) ApiListGenesisTransactionsRequest
- func (a *TransactionsAPIService) ListGenesisTransactionsExecute(r ApiListGenesisTransactionsRequest) ([]ResponsesTx, *http.Response, error)
- func (a *TransactionsAPIService) ListTransactionBlobs(ctx context.Context, hash string) ApiListTransactionBlobsRequest
- func (a *TransactionsAPIService) ListTransactionBlobsExecute(r ApiListTransactionBlobsRequest) ([]ResponsesBlobLog, *http.Response, error)
- func (a *TransactionsAPIService) ListTransactions(ctx context.Context) ApiListTransactionsRequest
- func (a *TransactionsAPIService) ListTransactionsExecute(r ApiListTransactionsRequest) ([]ResponsesTx, *http.Response, error)
- func (a *TransactionsAPIService) TransactionBlobsCount(ctx context.Context, hash string) ApiTransactionBlobsCountRequest
- func (a *TransactionsAPIService) TransactionBlobsCountExecute(r ApiTransactionBlobsCountRequest) (int32, *http.Response, error)
- type TypesEventType
- type TypesMsgAddressType
- type TypesMsgType
- type ValidatorAPIService
- func (a *ValidatorAPIService) GetValidator(ctx context.Context, id int32) ApiGetValidatorRequest
- func (a *ValidatorAPIService) GetValidatorBlocks(ctx context.Context, id int32) ApiGetValidatorBlocksRequest
- func (a *ValidatorAPIService) GetValidatorBlocksExecute(r ApiGetValidatorBlocksRequest) (*ResponsesBlock, *http.Response, error)
- func (a *ValidatorAPIService) GetValidatorExecute(r ApiGetValidatorRequest) (*ResponsesValidator, *http.Response, error)
- func (a *ValidatorAPIService) GetValidatorUptime(ctx context.Context, id int32) ApiGetValidatorUptimeRequest
- func (a *ValidatorAPIService) GetValidatorUptimeExecute(r ApiGetValidatorUptimeRequest) (*ResponsesValidatorUptime, *http.Response, error)
- func (a *ValidatorAPIService) ListValidator(ctx context.Context) ApiListValidatorRequest
- func (a *ValidatorAPIService) ListValidatorExecute(r ApiListValidatorRequest) ([]ResponsesValidator, *http.Response, error)
- func (a *ValidatorAPIService) ValidatorCount(ctx context.Context) ApiValidatorCountRequest
- func (a *ValidatorAPIService) ValidatorCountExecute(r ApiValidatorCountRequest) (*ResponsesValidatorCount, *http.Response, error)
- func (a *ValidatorAPIService) ValidatorDelegators(ctx context.Context, id int32) ApiValidatorDelegatorsRequest
- func (a *ValidatorAPIService) ValidatorDelegatorsExecute(r ApiValidatorDelegatorsRequest) ([]ResponsesDelegation, *http.Response, error)
- func (a *ValidatorAPIService) ValidatorJails(ctx context.Context, id int32) ApiValidatorJailsRequest
- func (a *ValidatorAPIService) ValidatorJailsExecute(r ApiValidatorJailsRequest) ([]ResponsesJail, *http.Response, error)
- func (a *ValidatorAPIService) ValidatorVotes(ctx context.Context, id int32) ApiValidatorVotesRequest
- func (a *ValidatorAPIService) ValidatorVotesExecute(r ApiValidatorVotesRequest) ([]ResponsesVote, *http.Response, error)
- type VestingAPIService
Constants ¶
This section is empty.
Variables ¶
var ( JsonCheck = regexp.MustCompile(`(?i:(?:application|text)/(?:[^;]+\+)?json)`) XmlCheck = regexp.MustCompile(`(?i:(?:application|text)/(?:[^;]+\+)?xml)`) )
var ( // 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 AllowedGithubComCeleniumIoCelestiaIndexerInternalStorageTypesStatusEnumValues = []GithubComCeleniumIoCelestiaIndexerInternalStorageTypesStatus{
"success",
"failed",
}
All allowed values of GithubComCeleniumIoCelestiaIndexerInternalStorageTypesStatus enum
var AllowedResponsesNamespaceKindEnumValues = []ResponsesNamespaceKind{
"pay_for_blob",
"tail_padding",
"tx",
"parity_shares",
"primary_reserved_padding",
"namespace",
}
All allowed values of ResponsesNamespaceKind enum
var AllowedTypesEventTypeEnumValues = []TypesEventType{
"unknown",
"coin_received",
"coinbase",
"coin_spent",
"burn",
"mint",
"message",
"proposer_reward",
"rewards",
"commission",
"liveness",
"transfer",
"celestia.blob.v1.EventPayForBlobs",
"redelegate",
"AttestationRequest",
"withdraw_rewards",
"withdraw_commission",
"set_withdraw_address",
"create_validator",
"delegate",
"edit_validator",
"unbond",
"tx",
"complete_redelegation",
"complete_unbonding",
"use_feegrant",
"revoke_feegrant",
"set_feegrant",
"update_feegrant",
"slash",
"proposal_vote",
"proposal_deposit",
"submit_proposal",
"cosmos.authz.v1beta1.EventGrant",
"send_packet",
"ibc_transfer",
"fungible_token_packet",
"acknowledge_packet",
"create_client",
"update_client",
"connection_open_try",
"connection_open_init",
"connection_open_confirm",
"connection_open_ack",
"channel_open_try",
"channel_open_init",
"channel_open_confirm",
"channel_open_ack",
"recv_packet",
"write_acknowledgement",
"timeout",
"timeout_packet",
"cosmos.authz.v1beta1.EventRevoke",
"cosmos.authz.v1.EventRevoke",
"cancel_unbonding_delegation",
"active_proposal",
"inactive_proposal",
"ics27_packet",
"channel_close_confirm",
"update_client_proposal",
"hyperlane.core.v1.EventDispatch",
"hyperlane.core.v1.EventProcess",
"hyperlane.core.v1.EventCreateMailbox",
"hyperlane.core.v1.EventSetMailbox",
"hyperlane.warp.v1.EventCreateSyntheticToken",
"hyperlane.warp.v1.EventCreateCollateralToken",
"hyperlane.warp.v1.EventSetToken",
"hyperlane.warp.v1.EventEnrollRemoteRouter",
"hyperlane.warp.v1.EventUnrollRemoteRouter",
"hyperlane.warp.v1.EventSendRemoteTransfer",
"hyperlane.warp.v1.EventReceiveRemoteTransfer",
"hyperlane.core.post_dispatch.v1.EventCreateMerkleTreeHook",
"hyperlane.core.post_dispatch.v1.EventInsertedIntoTree",
"hyperlane.core.post_dispatch.v1.EventGasPayment",
"hyperlane.core.post_dispatch.v1.EventCreateNoopHook",
"hyperlane.core.post_dispatch.v1.EventCreateIgp",
"hyperlane.core.post_dispatch.v1.EventSetIgp",
"hyperlane.core.post_dispatch.v1.EventSetDestinationGasConfig",
"hyperlane.core.post_dispatch.v1.EventClaimIgp",
}
All allowed values of TypesEventType enum
var AllowedTypesMsgAddressTypeEnumValues = []TypesMsgAddressType{
"validator",
"delegator",
"depositor",
"validatorSrc",
"validatorDst",
"fromAddress",
"toAddress",
"input",
"output",
"grantee",
"granter",
"signer",
"withdraw",
"voter",
"proposer",
"authority",
"sender",
"receiver",
"submitter",
"admin",
"newAdmin",
"groupPolicyAddress",
"executor",
"groupMember",
"owner",
"relayer",
"payee",
}
All allowed values of TypesMsgAddressType enum
var AllowedTypesMsgTypeEnumValues = []TypesMsgType{}/* 101 elements not displayed */
All allowed values of TypesMsgType 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 { AddressAPI *AddressAPIService BlockAPI *BlockAPIService GasAPI *GasAPIService GeneralAPI *GeneralAPIService HyperlaneAPI *HyperlaneAPIService IbcAPI *IbcAPIService NamespaceAPI *NamespaceAPIService ProposalAPI *ProposalAPIService RollupAPI *RollupAPIService SearchAPI *SearchAPIService StatsAPI *StatsAPIService TransactionsAPI *TransactionsAPIService ValidatorAPI *ValidatorAPIService VestingAPI *VestingAPIService // contains filtered or unexported fields }
APIClient manages communication with the Celenium API API v1.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 ¶
APIKey provides API key based authentication to a request passed via context using ContextAPIKey
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 AddressAPIService ¶
type AddressAPIService service
AddressAPIService AddressAPI service
func (*AddressAPIService) AddressBlobs ¶
func (a *AddressAPIService) AddressBlobs(ctx context.Context, hash string) ApiAddressBlobsRequest
AddressBlobs Get blobs pushed by address
Get blobs pushed by address
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param hash Hash @return ApiAddressBlobsRequest
func (*AddressAPIService) AddressBlobsExecute ¶
func (a *AddressAPIService) AddressBlobsExecute(r ApiAddressBlobsRequest) ([]ResponsesBlobLog, *http.Response, error)
Execute executes the request
@return []ResponsesBlobLog
func (*AddressAPIService) AddressCelestials ¶ added in v1.10.18
func (a *AddressAPIService) AddressCelestials(ctx context.Context, hash string) ApiAddressCelestialsRequest
AddressCelestials Get list of celestial id for address
Get list of celestial id for address
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param hash Hash @return ApiAddressCelestialsRequest
func (*AddressAPIService) AddressCelestialsExecute ¶ added in v1.10.18
func (a *AddressAPIService) AddressCelestialsExecute(r ApiAddressCelestialsRequest) ([]ResponsesCelestial, *http.Response, error)
Execute executes the request
@return []ResponsesCelestial
func (*AddressAPIService) AddressDelegations ¶
func (a *AddressAPIService) AddressDelegations(ctx context.Context, hash string) ApiAddressDelegationsRequest
AddressDelegations Get delegations made by address
Get delegations made by address
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param hash Hash @return ApiAddressDelegationsRequest
func (*AddressAPIService) AddressDelegationsExecute ¶
func (a *AddressAPIService) AddressDelegationsExecute(r ApiAddressDelegationsRequest) ([]ResponsesDelegation, *http.Response, error)
Execute executes the request
@return []ResponsesDelegation
func (*AddressAPIService) AddressGrantee ¶
func (a *AddressAPIService) AddressGrantee(ctx context.Context, hash string) ApiAddressGranteeRequest
AddressGrantee Get grants where address is grantee
Get grants where address is grantee
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param hash Hash @return ApiAddressGranteeRequest
func (*AddressAPIService) AddressGranteeExecute ¶
func (a *AddressAPIService) AddressGranteeExecute(r ApiAddressGranteeRequest) ([]ResponsesGrant, *http.Response, error)
Execute executes the request
@return []ResponsesGrant
func (*AddressAPIService) AddressGrants ¶
func (a *AddressAPIService) AddressGrants(ctx context.Context, hash string) ApiAddressGrantsRequest
AddressGrants Get grants made by address
Get grants made by address
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param hash Hash @return ApiAddressGrantsRequest
func (*AddressAPIService) AddressGrantsExecute ¶
func (a *AddressAPIService) AddressGrantsExecute(r ApiAddressGrantsRequest) ([]ResponsesGrant, *http.Response, error)
Execute executes the request
@return []ResponsesGrant
func (*AddressAPIService) AddressMessages ¶
func (a *AddressAPIService) AddressMessages(ctx context.Context, hash string) ApiAddressMessagesRequest
AddressMessages Get address messages
Get address messages
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param hash Hash @return ApiAddressMessagesRequest
func (*AddressAPIService) AddressMessagesExecute ¶
func (a *AddressAPIService) AddressMessagesExecute(r ApiAddressMessagesRequest) ([]ResponsesMessageForAddress, *http.Response, error)
Execute executes the request
@return []ResponsesMessageForAddress
func (*AddressAPIService) AddressRedelegations ¶
func (a *AddressAPIService) AddressRedelegations(ctx context.Context, hash string) ApiAddressRedelegationsRequest
AddressRedelegations Get redelegations made by address
Get redelegations made by address
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param hash Hash @return ApiAddressRedelegationsRequest
func (*AddressAPIService) AddressRedelegationsExecute ¶
func (a *AddressAPIService) AddressRedelegationsExecute(r ApiAddressRedelegationsRequest) ([]ResponsesRedelegation, *http.Response, error)
Execute executes the request
@return []ResponsesRedelegation
func (*AddressAPIService) AddressStats ¶
func (a *AddressAPIService) AddressStats(ctx context.Context, hash string, name string, timeframe string) ApiAddressStatsRequest
AddressStats Get address stats
Get address stats
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param hash Hash @param name Series name @param timeframe Timeframe @return ApiAddressStatsRequest
func (*AddressAPIService) AddressStatsExecute ¶
func (a *AddressAPIService) AddressStatsExecute(r ApiAddressStatsRequest) ([]ResponsesHistogramItem, *http.Response, error)
Execute executes the request
@return []ResponsesHistogramItem
func (*AddressAPIService) AddressTransactions ¶
func (a *AddressAPIService) AddressTransactions(ctx context.Context, hash string) ApiAddressTransactionsRequest
AddressTransactions Get address transactions
Get address transactions
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param hash Hash @return ApiAddressTransactionsRequest
func (*AddressAPIService) AddressTransactionsExecute ¶
func (a *AddressAPIService) AddressTransactionsExecute(r ApiAddressTransactionsRequest) ([]ResponsesTx, *http.Response, error)
Execute executes the request
@return []ResponsesTx
func (*AddressAPIService) AddressUndelegations ¶
func (a *AddressAPIService) AddressUndelegations(ctx context.Context, hash string) ApiAddressUndelegationsRequest
AddressUndelegations Get undelegations made by address
Get undelegations made by address
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param hash Hash @return ApiAddressUndelegationsRequest
func (*AddressAPIService) AddressUndelegationsExecute ¶
func (a *AddressAPIService) AddressUndelegationsExecute(r ApiAddressUndelegationsRequest) ([]ResponsesUndelegation, *http.Response, error)
Execute executes the request
@return []ResponsesUndelegation
func (*AddressAPIService) AddressVesting ¶
func (a *AddressAPIService) AddressVesting(ctx context.Context, hash string) ApiAddressVestingRequest
AddressVesting Get vesting for address
Get vesting for address
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param hash Hash @return ApiAddressVestingRequest
func (*AddressAPIService) AddressVestingExecute ¶
func (a *AddressAPIService) AddressVestingExecute(r ApiAddressVestingRequest) ([]ResponsesVesting, *http.Response, error)
Execute executes the request
@return []ResponsesVesting
func (*AddressAPIService) AddressVotes ¶ added in v1.13.0
func (a *AddressAPIService) AddressVotes(ctx context.Context, hash string) ApiAddressVotesRequest
AddressVotes Get list of votes for address
Get list of votes for address
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param hash Hash @return ApiAddressVotesRequest
func (*AddressAPIService) AddressVotesExecute ¶ added in v1.13.0
func (a *AddressAPIService) AddressVotesExecute(r ApiAddressVotesRequest) ([]ResponsesVote, *http.Response, error)
Execute executes the request
@return []ResponsesVote
func (*AddressAPIService) GetAddress ¶
func (a *AddressAPIService) GetAddress(ctx context.Context, hash string) ApiGetAddressRequest
GetAddress Get address info
Get address info
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param hash Hash @return ApiGetAddressRequest
func (*AddressAPIService) GetAddressCount ¶
func (a *AddressAPIService) GetAddressCount(ctx context.Context) ApiGetAddressCountRequest
GetAddressCount Get count of addresses in network
Get count of addresses in network
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return ApiGetAddressCountRequest
func (*AddressAPIService) GetAddressCountExecute ¶
func (a *AddressAPIService) GetAddressCountExecute(r ApiGetAddressCountRequest) (int32, *http.Response, error)
Execute executes the request
@return int32
func (*AddressAPIService) GetAddressExecute ¶
func (a *AddressAPIService) GetAddressExecute(r ApiGetAddressRequest) (*ResponsesAddress, *http.Response, error)
Execute executes the request
@return ResponsesAddress
func (*AddressAPIService) ListAddress ¶
func (a *AddressAPIService) ListAddress(ctx context.Context) ApiListAddressRequest
ListAddress List address info
List address info
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return ApiListAddressRequest
func (*AddressAPIService) ListAddressExecute ¶
func (a *AddressAPIService) ListAddressExecute(r ApiListAddressRequest) ([]ResponsesAddress, *http.Response, error)
Execute executes the request
@return []ResponsesAddress
type ApiAddressBlobsRequest ¶
type ApiAddressBlobsRequest struct { ApiService *AddressAPIService // contains filtered or unexported fields }
func (ApiAddressBlobsRequest) Execute ¶
func (r ApiAddressBlobsRequest) Execute() ([]ResponsesBlobLog, *http.Response, error)
func (ApiAddressBlobsRequest) Joins ¶
func (r ApiAddressBlobsRequest) Joins(joins bool) ApiAddressBlobsRequest
Flag indicating whether entities of transaction and namespace should be attached or not. Default: true
func (ApiAddressBlobsRequest) Limit ¶
func (r ApiAddressBlobsRequest) Limit(limit int32) ApiAddressBlobsRequest
Count of requested entities
func (ApiAddressBlobsRequest) Offset ¶
func (r ApiAddressBlobsRequest) Offset(offset int32) ApiAddressBlobsRequest
Offset
func (ApiAddressBlobsRequest) Sort ¶
func (r ApiAddressBlobsRequest) Sort(sort string) ApiAddressBlobsRequest
Sort order. Default: desc
func (ApiAddressBlobsRequest) SortBy ¶
func (r ApiAddressBlobsRequest) SortBy(sortBy string) ApiAddressBlobsRequest
Sort field. If it's empty internal id is used
type ApiAddressCelestialsRequest ¶ added in v1.10.18
type ApiAddressCelestialsRequest struct { ApiService *AddressAPIService // contains filtered or unexported fields }
func (ApiAddressCelestialsRequest) Execute ¶ added in v1.10.18
func (r ApiAddressCelestialsRequest) Execute() ([]ResponsesCelestial, *http.Response, error)
func (ApiAddressCelestialsRequest) Limit ¶ added in v1.10.18
func (r ApiAddressCelestialsRequest) Limit(limit int32) ApiAddressCelestialsRequest
Count of requested entities
func (ApiAddressCelestialsRequest) Offset ¶ added in v1.10.18
func (r ApiAddressCelestialsRequest) Offset(offset int32) ApiAddressCelestialsRequest
Offset
type ApiAddressDelegationsRequest ¶
type ApiAddressDelegationsRequest struct { ApiService *AddressAPIService // contains filtered or unexported fields }
func (ApiAddressDelegationsRequest) Execute ¶
func (r ApiAddressDelegationsRequest) Execute() ([]ResponsesDelegation, *http.Response, error)
func (ApiAddressDelegationsRequest) Limit ¶
func (r ApiAddressDelegationsRequest) Limit(limit int32) ApiAddressDelegationsRequest
Count of requested entities
func (ApiAddressDelegationsRequest) Offset ¶
func (r ApiAddressDelegationsRequest) Offset(offset int32) ApiAddressDelegationsRequest
Offset
func (ApiAddressDelegationsRequest) ShowZero ¶
func (r ApiAddressDelegationsRequest) ShowZero(showZero bool) ApiAddressDelegationsRequest
Show zero delegations
type ApiAddressGranteeRequest ¶
type ApiAddressGranteeRequest struct { ApiService *AddressAPIService // contains filtered or unexported fields }
func (ApiAddressGranteeRequest) Execute ¶
func (r ApiAddressGranteeRequest) Execute() ([]ResponsesGrant, *http.Response, error)
func (ApiAddressGranteeRequest) Limit ¶
func (r ApiAddressGranteeRequest) Limit(limit int32) ApiAddressGranteeRequest
Count of requested entities
func (ApiAddressGranteeRequest) Offset ¶
func (r ApiAddressGranteeRequest) Offset(offset int32) ApiAddressGranteeRequest
Offset
type ApiAddressGrantsRequest ¶
type ApiAddressGrantsRequest struct { ApiService *AddressAPIService // contains filtered or unexported fields }
func (ApiAddressGrantsRequest) Execute ¶
func (r ApiAddressGrantsRequest) Execute() ([]ResponsesGrant, *http.Response, error)
func (ApiAddressGrantsRequest) Limit ¶
func (r ApiAddressGrantsRequest) Limit(limit int32) ApiAddressGrantsRequest
Count of requested entities
func (ApiAddressGrantsRequest) Offset ¶
func (r ApiAddressGrantsRequest) Offset(offset int32) ApiAddressGrantsRequest
Offset
type ApiAddressMessagesRequest ¶
type ApiAddressMessagesRequest struct { ApiService *AddressAPIService // contains filtered or unexported fields }
func (ApiAddressMessagesRequest) Execute ¶
func (r ApiAddressMessagesRequest) Execute() ([]ResponsesMessageForAddress, *http.Response, error)
func (ApiAddressMessagesRequest) Limit ¶
func (r ApiAddressMessagesRequest) Limit(limit int32) ApiAddressMessagesRequest
Count of requested entities
func (ApiAddressMessagesRequest) MsgType ¶
func (r ApiAddressMessagesRequest) MsgType(msgType string) ApiAddressMessagesRequest
Comma-separated message types list
func (ApiAddressMessagesRequest) Offset ¶
func (r ApiAddressMessagesRequest) Offset(offset int32) ApiAddressMessagesRequest
Offset
func (ApiAddressMessagesRequest) Sort ¶
func (r ApiAddressMessagesRequest) Sort(sort string) ApiAddressMessagesRequest
Sort order
type ApiAddressRedelegationsRequest ¶
type ApiAddressRedelegationsRequest struct { ApiService *AddressAPIService // contains filtered or unexported fields }
func (ApiAddressRedelegationsRequest) Execute ¶
func (r ApiAddressRedelegationsRequest) Execute() ([]ResponsesRedelegation, *http.Response, error)
func (ApiAddressRedelegationsRequest) Limit ¶
func (r ApiAddressRedelegationsRequest) Limit(limit int32) ApiAddressRedelegationsRequest
Count of requested entities
func (ApiAddressRedelegationsRequest) Offset ¶
func (r ApiAddressRedelegationsRequest) Offset(offset int32) ApiAddressRedelegationsRequest
Offset
type ApiAddressStatsRequest ¶
type ApiAddressStatsRequest struct { ApiService *AddressAPIService // contains filtered or unexported fields }
func (ApiAddressStatsRequest) Execute ¶
func (r ApiAddressStatsRequest) Execute() ([]ResponsesHistogramItem, *http.Response, error)
func (ApiAddressStatsRequest) From ¶
func (r ApiAddressStatsRequest) From(from int32) ApiAddressStatsRequest
Time from in unix timestamp
func (ApiAddressStatsRequest) To ¶
func (r ApiAddressStatsRequest) To(to int32) ApiAddressStatsRequest
Time to in unix timestamp
type ApiAddressTransactionsRequest ¶
type ApiAddressTransactionsRequest struct { ApiService *AddressAPIService // contains filtered or unexported fields }
func (ApiAddressTransactionsRequest) Execute ¶
func (r ApiAddressTransactionsRequest) Execute() ([]ResponsesTx, *http.Response, error)
func (ApiAddressTransactionsRequest) From ¶
func (r ApiAddressTransactionsRequest) From(from int32) ApiAddressTransactionsRequest
Time from in unix timestamp
func (ApiAddressTransactionsRequest) Height ¶
func (r ApiAddressTransactionsRequest) Height(height int32) ApiAddressTransactionsRequest
Block number
func (ApiAddressTransactionsRequest) Limit ¶
func (r ApiAddressTransactionsRequest) Limit(limit int32) ApiAddressTransactionsRequest
Count of requested entities
func (ApiAddressTransactionsRequest) MsgType ¶
func (r ApiAddressTransactionsRequest) MsgType(msgType string) ApiAddressTransactionsRequest
Comma-separated message types list
func (ApiAddressTransactionsRequest) Offset ¶
func (r ApiAddressTransactionsRequest) Offset(offset int32) ApiAddressTransactionsRequest
Offset
func (ApiAddressTransactionsRequest) Sort ¶
func (r ApiAddressTransactionsRequest) Sort(sort string) ApiAddressTransactionsRequest
Sort order
func (ApiAddressTransactionsRequest) Status ¶
func (r ApiAddressTransactionsRequest) Status(status string) ApiAddressTransactionsRequest
Comma-separated status list
func (ApiAddressTransactionsRequest) To ¶
func (r ApiAddressTransactionsRequest) To(to int32) ApiAddressTransactionsRequest
Time to in unix timestamp
type ApiAddressUndelegationsRequest ¶
type ApiAddressUndelegationsRequest struct { ApiService *AddressAPIService // contains filtered or unexported fields }
func (ApiAddressUndelegationsRequest) Execute ¶
func (r ApiAddressUndelegationsRequest) Execute() ([]ResponsesUndelegation, *http.Response, error)
func (ApiAddressUndelegationsRequest) Limit ¶
func (r ApiAddressUndelegationsRequest) Limit(limit int32) ApiAddressUndelegationsRequest
Count of requested entities
func (ApiAddressUndelegationsRequest) Offset ¶
func (r ApiAddressUndelegationsRequest) Offset(offset int32) ApiAddressUndelegationsRequest
Offset
type ApiAddressVestingRequest ¶
type ApiAddressVestingRequest struct { ApiService *AddressAPIService // contains filtered or unexported fields }
func (ApiAddressVestingRequest) Execute ¶
func (r ApiAddressVestingRequest) Execute() ([]ResponsesVesting, *http.Response, error)
func (ApiAddressVestingRequest) Limit ¶
func (r ApiAddressVestingRequest) Limit(limit int32) ApiAddressVestingRequest
Count of requested entities
func (ApiAddressVestingRequest) Offset ¶
func (r ApiAddressVestingRequest) Offset(offset int32) ApiAddressVestingRequest
Offset
func (ApiAddressVestingRequest) ShowEnded ¶
func (r ApiAddressVestingRequest) ShowEnded(showEnded bool) ApiAddressVestingRequest
Show finished vestings delegations
type ApiAddressVotesRequest ¶ added in v1.13.0
type ApiAddressVotesRequest struct { ApiService *AddressAPIService // contains filtered or unexported fields }
func (ApiAddressVotesRequest) Execute ¶ added in v1.13.0
func (r ApiAddressVotesRequest) Execute() ([]ResponsesVote, *http.Response, error)
func (ApiAddressVotesRequest) Limit ¶ added in v1.13.0
func (r ApiAddressVotesRequest) Limit(limit int32) ApiAddressVotesRequest
Count of requested entities
func (ApiAddressVotesRequest) Offset ¶ added in v1.13.0
func (r ApiAddressVotesRequest) Offset(offset int32) ApiAddressVotesRequest
Offset
type ApiBlockBlobsCountRequest ¶
type ApiBlockBlobsCountRequest struct { ApiService *BlockAPIService // contains filtered or unexported fields }
type ApiGasEstimateForPfbRequest ¶
type ApiGasEstimateForPfbRequest struct { ApiService *GasAPIService // contains filtered or unexported fields }
func (ApiGasEstimateForPfbRequest) Execute ¶
func (r ApiGasEstimateForPfbRequest) Execute() (int32, *http.Response, error)
func (ApiGasEstimateForPfbRequest) Sizes ¶
func (r ApiGasEstimateForPfbRequest) Sizes(sizes string) ApiGasEstimateForPfbRequest
Comma-separated array of blob sizes
type ApiGasPricePriorityRequest ¶ added in v1.11.1
type ApiGasPricePriorityRequest struct { ApiService *GasAPIService // contains filtered or unexported fields }
type ApiGasPriceRequest ¶
type ApiGasPriceRequest struct { ApiService *GasAPIService // contains filtered or unexported fields }
func (ApiGasPriceRequest) Execute ¶
func (r ApiGasPriceRequest) Execute() (*ResponsesGasPrice, *http.Response, error)
type ApiGetAddressCountRequest ¶
type ApiGetAddressCountRequest struct { ApiService *AddressAPIService // contains filtered or unexported fields }
type ApiGetAddressRequest ¶
type ApiGetAddressRequest struct { ApiService *AddressAPIService // contains filtered or unexported fields }
func (ApiGetAddressRequest) Execute ¶
func (r ApiGetAddressRequest) Execute() (*ResponsesAddress, *http.Response, error)
type ApiGetBlobLogsRequest ¶
type ApiGetBlobLogsRequest struct { ApiService *NamespaceAPIService // contains filtered or unexported fields }
func (ApiGetBlobLogsRequest) Commitment ¶
func (r ApiGetBlobLogsRequest) Commitment(commitment string) ApiGetBlobLogsRequest
Commitment value in URLbase64 format
func (ApiGetBlobLogsRequest) Cursor ¶
func (r ApiGetBlobLogsRequest) Cursor(cursor int32) ApiGetBlobLogsRequest
Last entity id which is used for cursor pagination
func (ApiGetBlobLogsRequest) Execute ¶
func (r ApiGetBlobLogsRequest) Execute() ([]ResponsesBlobLog, *http.Response, error)
func (ApiGetBlobLogsRequest) From ¶
func (r ApiGetBlobLogsRequest) From(from int32) ApiGetBlobLogsRequest
Time from in unix timestamp
func (ApiGetBlobLogsRequest) Joins ¶
func (r ApiGetBlobLogsRequest) Joins(joins bool) ApiGetBlobLogsRequest
Flag indicating whether entities of rollup, transaction and signer should be attached or not. Default: true
func (ApiGetBlobLogsRequest) Limit ¶
func (r ApiGetBlobLogsRequest) Limit(limit int32) ApiGetBlobLogsRequest
Count of requested entities
func (ApiGetBlobLogsRequest) Offset ¶
func (r ApiGetBlobLogsRequest) Offset(offset int32) ApiGetBlobLogsRequest
Offset
func (ApiGetBlobLogsRequest) Signers ¶
func (r ApiGetBlobLogsRequest) Signers(signers string) ApiGetBlobLogsRequest
Comma-separated celestia addresses
func (ApiGetBlobLogsRequest) Sort ¶
func (r ApiGetBlobLogsRequest) Sort(sort string) ApiGetBlobLogsRequest
Sort order. Default: desc
func (ApiGetBlobLogsRequest) SortBy ¶
func (r ApiGetBlobLogsRequest) SortBy(sortBy string) ApiGetBlobLogsRequest
Sort field. If it's empty internal id is used
func (ApiGetBlobLogsRequest) To ¶
func (r ApiGetBlobLogsRequest) To(to int32) ApiGetBlobLogsRequest
Time to in unix timestamp
type ApiGetBlobMetadataRequest ¶
type ApiGetBlobMetadataRequest struct { ApiService *NamespaceAPIService // contains filtered or unexported fields }
func (ApiGetBlobMetadataRequest) Execute ¶
func (r ApiGetBlobMetadataRequest) Execute() (*ResponsesBlobLog, *http.Response, error)
func (ApiGetBlobMetadataRequest) Request ¶ added in v1.10.4
func (r ApiGetBlobMetadataRequest) Request(request HandlerPostBlobRequest) ApiGetBlobMetadataRequest
Request body containing height, commitment and namespace hash
type ApiGetBlobProofRequest ¶ added in v1.10.17
type ApiGetBlobProofRequest struct { ApiService *NamespaceAPIService // contains filtered or unexported fields }
func (ApiGetBlobProofRequest) Execute ¶ added in v1.10.17
func (r ApiGetBlobProofRequest) Execute() (*ResponsesBlobLog, *http.Response, error)
func (ApiGetBlobProofRequest) Request ¶ added in v1.10.17
func (r ApiGetBlobProofRequest) Request(request HandlerPostBlobRequest) ApiGetBlobProofRequest
Request body containing height, commitment and namespace hash
type ApiGetBlobRequest ¶
type ApiGetBlobRequest struct { ApiService *NamespaceAPIService // contains filtered or unexported fields }
func (ApiGetBlobRequest) Execute ¶
func (r ApiGetBlobRequest) Execute() (*ResponsesBlob, *http.Response, error)
func (ApiGetBlobRequest) Request ¶ added in v1.10.4
func (r ApiGetBlobRequest) Request(request HandlerPostBlobRequest) ApiGetBlobRequest
Request body containing height, commitment and namespace hash
type ApiGetBlobsRequest ¶
type ApiGetBlobsRequest struct { ApiService *NamespaceAPIService // contains filtered or unexported fields }
func (ApiGetBlobsRequest) Commitment ¶
func (r ApiGetBlobsRequest) Commitment(commitment string) ApiGetBlobsRequest
Commitment value in URLbase64 format
func (ApiGetBlobsRequest) Cursor ¶
func (r ApiGetBlobsRequest) Cursor(cursor int32) ApiGetBlobsRequest
Last entity id which is used for cursor pagination
func (ApiGetBlobsRequest) Execute ¶
func (r ApiGetBlobsRequest) Execute() ([]ResponsesLightBlobLog, *http.Response, error)
func (ApiGetBlobsRequest) From ¶
func (r ApiGetBlobsRequest) From(from int32) ApiGetBlobsRequest
Time from in unix timestamp
func (ApiGetBlobsRequest) Limit ¶
func (r ApiGetBlobsRequest) Limit(limit int32) ApiGetBlobsRequest
Count of requested entities
func (ApiGetBlobsRequest) Namespaces ¶
func (r ApiGetBlobsRequest) Namespaces(namespaces string) ApiGetBlobsRequest
Comma-separated celestia namespaces
func (ApiGetBlobsRequest) Offset ¶
func (r ApiGetBlobsRequest) Offset(offset int32) ApiGetBlobsRequest
Offset
func (ApiGetBlobsRequest) Signers ¶
func (r ApiGetBlobsRequest) Signers(signers string) ApiGetBlobsRequest
Comma-separated celestia addresses
func (ApiGetBlobsRequest) Sort ¶
func (r ApiGetBlobsRequest) Sort(sort string) ApiGetBlobsRequest
Sort order. Default: desc
func (ApiGetBlobsRequest) SortBy ¶
func (r ApiGetBlobsRequest) SortBy(sortBy string) ApiGetBlobsRequest
Sort field. If it's empty internal id is used
func (ApiGetBlobsRequest) To ¶
func (r ApiGetBlobsRequest) To(to int32) ApiGetBlobsRequest
Time to in unix timestamp
type ApiGetBlockBlobsRequest ¶
type ApiGetBlockBlobsRequest struct { ApiService *BlockAPIService // contains filtered or unexported fields }
func (ApiGetBlockBlobsRequest) Execute ¶
func (r ApiGetBlockBlobsRequest) Execute() ([]ResponsesBlobLog, *http.Response, error)
func (ApiGetBlockBlobsRequest) Limit ¶
func (r ApiGetBlockBlobsRequest) Limit(limit int32) ApiGetBlockBlobsRequest
Count of requested entities
func (ApiGetBlockBlobsRequest) Offset ¶
func (r ApiGetBlockBlobsRequest) Offset(offset int32) ApiGetBlockBlobsRequest
Offset
func (ApiGetBlockBlobsRequest) Sort ¶
func (r ApiGetBlockBlobsRequest) Sort(sort string) ApiGetBlockBlobsRequest
Sort order. Default: desc
func (ApiGetBlockBlobsRequest) SortBy ¶
func (r ApiGetBlockBlobsRequest) SortBy(sortBy string) ApiGetBlockBlobsRequest
Sort field. If it's empty internal id is used
type ApiGetBlockCountRequest ¶
type ApiGetBlockCountRequest struct { ApiService *BlockAPIService // contains filtered or unexported fields }
type ApiGetBlockEventsRequest ¶
type ApiGetBlockEventsRequest struct { ApiService *BlockAPIService // contains filtered or unexported fields }
func (ApiGetBlockEventsRequest) Execute ¶
func (r ApiGetBlockEventsRequest) Execute() ([]ResponsesEvent, *http.Response, error)
func (ApiGetBlockEventsRequest) Limit ¶
func (r ApiGetBlockEventsRequest) Limit(limit int32) ApiGetBlockEventsRequest
Count of requested entities
func (ApiGetBlockEventsRequest) Offset ¶
func (r ApiGetBlockEventsRequest) Offset(offset int32) ApiGetBlockEventsRequest
Offset
type ApiGetBlockMessagesRequest ¶
type ApiGetBlockMessagesRequest struct { ApiService *BlockAPIService // contains filtered or unexported fields }
func (ApiGetBlockMessagesRequest) ExcludedMsgType ¶
func (r ApiGetBlockMessagesRequest) ExcludedMsgType(excludedMsgType string) ApiGetBlockMessagesRequest
Comma-separated message types which should be excluded from list
func (ApiGetBlockMessagesRequest) Execute ¶
func (r ApiGetBlockMessagesRequest) Execute() ([]ResponsesMessage, *http.Response, error)
func (ApiGetBlockMessagesRequest) Limit ¶
func (r ApiGetBlockMessagesRequest) Limit(limit int32) ApiGetBlockMessagesRequest
Count of requested entities
func (ApiGetBlockMessagesRequest) MsgType ¶
func (r ApiGetBlockMessagesRequest) MsgType(msgType string) ApiGetBlockMessagesRequest
Comma-separated message types list
func (ApiGetBlockMessagesRequest) Offset ¶
func (r ApiGetBlockMessagesRequest) Offset(offset int32) ApiGetBlockMessagesRequest
Offset
type ApiGetBlockRequest ¶
type ApiGetBlockRequest struct { ApiService *BlockAPIService // contains filtered or unexported fields }
func (ApiGetBlockRequest) Execute ¶
func (r ApiGetBlockRequest) Execute() (*ResponsesBlock, *http.Response, error)
func (ApiGetBlockRequest) Stats ¶
func (r ApiGetBlockRequest) Stats(stats bool) ApiGetBlockRequest
Need join stats for block
type ApiGetBlockStatsRequest ¶
type ApiGetBlockStatsRequest struct { ApiService *BlockAPIService // contains filtered or unexported fields }
func (ApiGetBlockStatsRequest) Execute ¶
func (r ApiGetBlockStatsRequest) Execute() (*ResponsesBlockStats, *http.Response, error)
type ApiGetConstantsRequest ¶
type ApiGetConstantsRequest struct { ApiService *GeneralAPIService // contains filtered or unexported fields }
func (ApiGetConstantsRequest) Execute ¶
func (r ApiGetConstantsRequest) Execute() (*ResponsesConstants, *http.Response, error)
type ApiGetEnumsRequest ¶
type ApiGetEnumsRequest struct { ApiService *GeneralAPIService // contains filtered or unexported fields }
func (ApiGetEnumsRequest) Execute ¶
func (r ApiGetEnumsRequest) Execute() (*ResponsesEnums, *http.Response, error)
type ApiGetHyperlaneMailboxRequest ¶ added in v1.15.1
type ApiGetHyperlaneMailboxRequest struct { ApiService *HyperlaneAPIService // contains filtered or unexported fields }
func (ApiGetHyperlaneMailboxRequest) Execute ¶ added in v1.15.1
func (r ApiGetHyperlaneMailboxRequest) Execute() (*ResponsesHyperlaneMailbox, *http.Response, error)
type ApiGetHyperlaneTokenRequest ¶ added in v1.15.1
type ApiGetHyperlaneTokenRequest struct { ApiService *HyperlaneAPIService // contains filtered or unexported fields }
func (ApiGetHyperlaneTokenRequest) Execute ¶ added in v1.15.1
func (r ApiGetHyperlaneTokenRequest) Execute() (*ResponsesHyperlaneToken, *http.Response, error)
type ApiGetIbcChannelRequest ¶ added in v1.14.0
type ApiGetIbcChannelRequest struct { ApiService *IbcAPIService // contains filtered or unexported fields }
func (ApiGetIbcChannelRequest) Execute ¶ added in v1.14.0
func (r ApiGetIbcChannelRequest) Execute() (*ResponsesIbcChannel, *http.Response, error)
type ApiGetIbcChannelsRequest ¶ added in v1.14.0
type ApiGetIbcChannelsRequest struct { ApiService *IbcAPIService // contains filtered or unexported fields }
func (ApiGetIbcChannelsRequest) ClientId ¶ added in v1.14.0
func (r ApiGetIbcChannelsRequest) ClientId(clientId string) ApiGetIbcChannelsRequest
Client id
func (ApiGetIbcChannelsRequest) ConnectionId ¶ added in v1.14.0
func (r ApiGetIbcChannelsRequest) ConnectionId(connectionId string) ApiGetIbcChannelsRequest
Connection id
func (ApiGetIbcChannelsRequest) Execute ¶ added in v1.14.0
func (r ApiGetIbcChannelsRequest) Execute() ([]ResponsesIbcChannel, *http.Response, error)
func (ApiGetIbcChannelsRequest) Limit ¶ added in v1.14.0
func (r ApiGetIbcChannelsRequest) Limit(limit int32) ApiGetIbcChannelsRequest
Count of requested entities
func (ApiGetIbcChannelsRequest) Offset ¶ added in v1.14.0
func (r ApiGetIbcChannelsRequest) Offset(offset int32) ApiGetIbcChannelsRequest
Offset
func (ApiGetIbcChannelsRequest) Sort ¶ added in v1.14.0
func (r ApiGetIbcChannelsRequest) Sort(sort string) ApiGetIbcChannelsRequest
Sort order. Default: desc
func (ApiGetIbcChannelsRequest) Status ¶ added in v1.14.0
func (r ApiGetIbcChannelsRequest) Status(status string) ApiGetIbcChannelsRequest
Channel status
type ApiGetIbcClientRequest ¶ added in v1.14.0
type ApiGetIbcClientRequest struct { ApiService *IbcAPIService // contains filtered or unexported fields }
func (ApiGetIbcClientRequest) Execute ¶ added in v1.14.0
func (r ApiGetIbcClientRequest) Execute() (*ResponsesIbcClient, *http.Response, error)
type ApiGetIbcClientsRequest ¶ added in v1.14.0
type ApiGetIbcClientsRequest struct { ApiService *IbcAPIService // contains filtered or unexported fields }
func (ApiGetIbcClientsRequest) ChainId ¶ added in v1.15.22
func (r ApiGetIbcClientsRequest) ChainId(chainId string) ApiGetIbcClientsRequest
Chain id
func (ApiGetIbcClientsRequest) Creator ¶ added in v1.15.22
func (r ApiGetIbcClientsRequest) Creator(creator string) ApiGetIbcClientsRequest
Creator address
func (ApiGetIbcClientsRequest) Execute ¶ added in v1.14.0
func (r ApiGetIbcClientsRequest) Execute() ([]ResponsesIbcClient, *http.Response, error)
func (ApiGetIbcClientsRequest) Limit ¶ added in v1.14.0
func (r ApiGetIbcClientsRequest) Limit(limit int32) ApiGetIbcClientsRequest
Count of requested entities
func (ApiGetIbcClientsRequest) Offset ¶ added in v1.14.0
func (r ApiGetIbcClientsRequest) Offset(offset int32) ApiGetIbcClientsRequest
Offset
func (ApiGetIbcClientsRequest) Sort ¶ added in v1.14.0
func (r ApiGetIbcClientsRequest) Sort(sort string) ApiGetIbcClientsRequest
Sort order. Default: desc
type ApiGetIbcConnRequest ¶ added in v1.14.0
type ApiGetIbcConnRequest struct { ApiService *IbcAPIService // contains filtered or unexported fields }
func (ApiGetIbcConnRequest) Execute ¶ added in v1.14.0
func (r ApiGetIbcConnRequest) Execute() (*ResponsesIbcConnection, *http.Response, error)
type ApiGetIbcConnsRequest ¶ added in v1.14.0
type ApiGetIbcConnsRequest struct { ApiService *IbcAPIService // contains filtered or unexported fields }
func (ApiGetIbcConnsRequest) ClientId ¶ added in v1.14.0
func (r ApiGetIbcConnsRequest) ClientId(clientId string) ApiGetIbcConnsRequest
Client id
func (ApiGetIbcConnsRequest) Execute ¶ added in v1.14.0
func (r ApiGetIbcConnsRequest) Execute() ([]ResponsesIbcConnection, *http.Response, error)
func (ApiGetIbcConnsRequest) Limit ¶ added in v1.14.0
func (r ApiGetIbcConnsRequest) Limit(limit int32) ApiGetIbcConnsRequest
Count of requested entities
func (ApiGetIbcConnsRequest) Offset ¶ added in v1.14.0
func (r ApiGetIbcConnsRequest) Offset(offset int32) ApiGetIbcConnsRequest
Offset
func (ApiGetIbcConnsRequest) Sort ¶ added in v1.14.0
func (r ApiGetIbcConnsRequest) Sort(sort string) ApiGetIbcConnsRequest
Sort order. Default: desc
type ApiGetIbcTransfersRequest ¶ added in v1.14.0
type ApiGetIbcTransfersRequest struct { ApiService *IbcAPIService // contains filtered or unexported fields }
func (ApiGetIbcTransfersRequest) Address ¶ added in v1.15.22
func (r ApiGetIbcTransfersRequest) Address(address string) ApiGetIbcTransfersRequest
Address: receiver or sender
func (ApiGetIbcTransfersRequest) ChainId ¶ added in v1.15.22
func (r ApiGetIbcTransfersRequest) ChainId(chainId string) ApiGetIbcTransfersRequest
Chain id
func (ApiGetIbcTransfersRequest) ChannelId ¶ added in v1.15.22
func (r ApiGetIbcTransfersRequest) ChannelId(channelId string) ApiGetIbcTransfersRequest
Channel id
func (ApiGetIbcTransfersRequest) Execute ¶ added in v1.14.0
func (r ApiGetIbcTransfersRequest) Execute() ([]ResponsesIbcTransfer, *http.Response, error)
func (ApiGetIbcTransfersRequest) Limit ¶ added in v1.14.0
func (r ApiGetIbcTransfersRequest) Limit(limit int32) ApiGetIbcTransfersRequest
Count of requested entities
func (ApiGetIbcTransfersRequest) Offset ¶ added in v1.14.0
func (r ApiGetIbcTransfersRequest) Offset(offset int32) ApiGetIbcTransfersRequest
Offset
func (ApiGetIbcTransfersRequest) Receiver ¶ added in v1.15.22
func (r ApiGetIbcTransfersRequest) Receiver(receiver string) ApiGetIbcTransfersRequest
Receiver address
func (ApiGetIbcTransfersRequest) Sender ¶ added in v1.15.22
func (r ApiGetIbcTransfersRequest) Sender(sender string) ApiGetIbcTransfersRequest
Sender address
func (ApiGetIbcTransfersRequest) Sort ¶ added in v1.14.0
func (r ApiGetIbcTransfersRequest) Sort(sort string) ApiGetIbcTransfersRequest
Sort order. Default: desc
type ApiGetNamespaceBase64Request ¶
type ApiGetNamespaceBase64Request struct { ApiService *NamespaceAPIService // contains filtered or unexported fields }
func (ApiGetNamespaceBase64Request) Execute ¶
func (r ApiGetNamespaceBase64Request) Execute() (*ResponsesNamespace, *http.Response, error)
type ApiGetNamespaceBlobsRequest ¶
type ApiGetNamespaceBlobsRequest struct { ApiService *NamespaceAPIService // contains filtered or unexported fields }
func (ApiGetNamespaceBlobsRequest) Execute ¶
func (r ApiGetNamespaceBlobsRequest) Execute() ([]ResponsesBlob, *http.Response, error)
type ApiGetNamespaceByVersionAndIdRequest ¶
type ApiGetNamespaceByVersionAndIdRequest struct { ApiService *NamespaceAPIService // contains filtered or unexported fields }
func (ApiGetNamespaceByVersionAndIdRequest) Execute ¶
func (r ApiGetNamespaceByVersionAndIdRequest) Execute() (*ResponsesNamespace, *http.Response, error)
type ApiGetNamespaceMessagesRequest ¶
type ApiGetNamespaceMessagesRequest struct { ApiService *NamespaceAPIService // contains filtered or unexported fields }
func (ApiGetNamespaceMessagesRequest) Execute ¶
func (r ApiGetNamespaceMessagesRequest) Execute() ([]ResponsesNamespaceMessage, *http.Response, error)
func (ApiGetNamespaceMessagesRequest) Limit ¶
func (r ApiGetNamespaceMessagesRequest) Limit(limit int32) ApiGetNamespaceMessagesRequest
Count of requested entities
func (ApiGetNamespaceMessagesRequest) Offset ¶
func (r ApiGetNamespaceMessagesRequest) Offset(offset int32) ApiGetNamespaceMessagesRequest
Offset
type ApiGetNamespaceRequest ¶
type ApiGetNamespaceRequest struct { ApiService *NamespaceAPIService // contains filtered or unexported fields }
func (ApiGetNamespaceRequest) Execute ¶
func (r ApiGetNamespaceRequest) Execute() ([]ResponsesNamespace, *http.Response, error)
type ApiGetNamespaceRollupsRequest ¶
type ApiGetNamespaceRollupsRequest struct { ApiService *NamespaceAPIService // contains filtered or unexported fields }
func (ApiGetNamespaceRollupsRequest) Execute ¶
func (r ApiGetNamespaceRollupsRequest) Execute() ([]ResponsesRollup, *http.Response, error)
func (ApiGetNamespaceRollupsRequest) Limit ¶
func (r ApiGetNamespaceRollupsRequest) Limit(limit int32) ApiGetNamespaceRollupsRequest
Count of requested entities
func (ApiGetNamespaceRollupsRequest) Offset ¶
func (r ApiGetNamespaceRollupsRequest) Offset(offset int32) ApiGetNamespaceRollupsRequest
Offset
type ApiGetProposalRequest ¶ added in v1.13.0
type ApiGetProposalRequest struct { ApiService *ProposalAPIService // contains filtered or unexported fields }
func (ApiGetProposalRequest) Execute ¶ added in v1.13.0
func (r ApiGetProposalRequest) Execute() (*ResponsesProposal, *http.Response, error)
type ApiGetRollupAllSeriesRequest ¶
type ApiGetRollupAllSeriesRequest struct { ApiService *RollupAPIService // contains filtered or unexported fields }
func (ApiGetRollupAllSeriesRequest) Execute ¶
func (r ApiGetRollupAllSeriesRequest) Execute() ([]ResponsesRollupAllSeriesResponse, *http.Response, error)
type ApiGetRollupBlobsRequest ¶
type ApiGetRollupBlobsRequest struct { ApiService *RollupAPIService // contains filtered or unexported fields }
func (ApiGetRollupBlobsRequest) Execute ¶
func (r ApiGetRollupBlobsRequest) Execute() ([]ResponsesBlobLog, *http.Response, error)
func (ApiGetRollupBlobsRequest) Joins ¶
func (r ApiGetRollupBlobsRequest) Joins(joins bool) ApiGetRollupBlobsRequest
Flag indicating whether entities of transaction and signer should be attached or not. Default: true
func (ApiGetRollupBlobsRequest) Limit ¶
func (r ApiGetRollupBlobsRequest) Limit(limit int32) ApiGetRollupBlobsRequest
Count of requested entities
func (ApiGetRollupBlobsRequest) Offset ¶
func (r ApiGetRollupBlobsRequest) Offset(offset int32) ApiGetRollupBlobsRequest
Offset
func (ApiGetRollupBlobsRequest) Sort ¶
func (r ApiGetRollupBlobsRequest) Sort(sort string) ApiGetRollupBlobsRequest
Sort order. Default: desc
func (ApiGetRollupBlobsRequest) SortBy ¶
func (r ApiGetRollupBlobsRequest) SortBy(sortBy string) ApiGetRollupBlobsRequest
Sort field. If it's empty internal id is used
type ApiGetRollupBySlugRequest ¶
type ApiGetRollupBySlugRequest struct { ApiService *RollupAPIService // contains filtered or unexported fields }
func (ApiGetRollupBySlugRequest) Execute ¶
func (r ApiGetRollupBySlugRequest) Execute() (*ResponsesRollup, *http.Response, error)
type ApiGetRollupDistributionRequest ¶
type ApiGetRollupDistributionRequest struct { ApiService *RollupAPIService // contains filtered or unexported fields }
func (ApiGetRollupDistributionRequest) Execute ¶
func (r ApiGetRollupDistributionRequest) Execute() ([]ResponsesDistributionItem, *http.Response, error)
type ApiGetRollupNamespacesRequest ¶
type ApiGetRollupNamespacesRequest struct { ApiService *RollupAPIService // contains filtered or unexported fields }
func (ApiGetRollupNamespacesRequest) Execute ¶
func (r ApiGetRollupNamespacesRequest) Execute() ([]ResponsesNamespace, *http.Response, error)
func (ApiGetRollupNamespacesRequest) Limit ¶
func (r ApiGetRollupNamespacesRequest) Limit(limit int32) ApiGetRollupNamespacesRequest
Count of requested entities
func (ApiGetRollupNamespacesRequest) Offset ¶
func (r ApiGetRollupNamespacesRequest) Offset(offset int32) ApiGetRollupNamespacesRequest
Offset
type ApiGetRollupRequest ¶
type ApiGetRollupRequest struct { ApiService *RollupAPIService // contains filtered or unexported fields }
func (ApiGetRollupRequest) Execute ¶
func (r ApiGetRollupRequest) Execute() (*ResponsesRollup, *http.Response, error)
type ApiGetRollupStatsRequest ¶
type ApiGetRollupStatsRequest struct { ApiService *RollupAPIService // contains filtered or unexported fields }
func (ApiGetRollupStatsRequest) Execute ¶
func (r ApiGetRollupStatsRequest) Execute() ([]ResponsesHistogramItem, *http.Response, error)
func (ApiGetRollupStatsRequest) From ¶
func (r ApiGetRollupStatsRequest) From(from int32) ApiGetRollupStatsRequest
Time from in unix timestamp
func (ApiGetRollupStatsRequest) To ¶
func (r ApiGetRollupStatsRequest) To(to int32) ApiGetRollupStatsRequest
Time to in unix timestamp
type ApiGetRollupsCountRequest ¶
type ApiGetRollupsCountRequest struct { ApiService *RollupAPIService // contains filtered or unexported fields }
type ApiGetTransactionEventsRequest ¶
type ApiGetTransactionEventsRequest struct { ApiService *TransactionsAPIService // contains filtered or unexported fields }
func (ApiGetTransactionEventsRequest) Execute ¶
func (r ApiGetTransactionEventsRequest) Execute() ([]ResponsesEvent, *http.Response, error)
func (ApiGetTransactionEventsRequest) Limit ¶
func (r ApiGetTransactionEventsRequest) Limit(limit int32) ApiGetTransactionEventsRequest
Count of requested entities
func (ApiGetTransactionEventsRequest) Offset ¶
func (r ApiGetTransactionEventsRequest) Offset(offset int32) ApiGetTransactionEventsRequest
Offset
type ApiGetTransactionMessagesRequest ¶
type ApiGetTransactionMessagesRequest struct { ApiService *TransactionsAPIService // contains filtered or unexported fields }
func (ApiGetTransactionMessagesRequest) Execute ¶
func (r ApiGetTransactionMessagesRequest) Execute() ([]ResponsesMessage, *http.Response, error)
func (ApiGetTransactionMessagesRequest) Limit ¶
func (r ApiGetTransactionMessagesRequest) Limit(limit int32) ApiGetTransactionMessagesRequest
Count of requested entities
func (ApiGetTransactionMessagesRequest) Offset ¶
func (r ApiGetTransactionMessagesRequest) Offset(offset int32) ApiGetTransactionMessagesRequest
Offset
type ApiGetTransactionRequest ¶
type ApiGetTransactionRequest struct { ApiService *TransactionsAPIService // contains filtered or unexported fields }
func (ApiGetTransactionRequest) Execute ¶
func (r ApiGetTransactionRequest) Execute() (*ResponsesTx, *http.Response, error)
type ApiGetTransactionsCountRequest ¶
type ApiGetTransactionsCountRequest struct { ApiService *TransactionsAPIService // contains filtered or unexported fields }
type ApiGetValidatorBlocksRequest ¶
type ApiGetValidatorBlocksRequest struct { ApiService *ValidatorAPIService // contains filtered or unexported fields }
func (ApiGetValidatorBlocksRequest) Execute ¶
func (r ApiGetValidatorBlocksRequest) Execute() (*ResponsesBlock, *http.Response, error)
func (ApiGetValidatorBlocksRequest) Limit ¶
func (r ApiGetValidatorBlocksRequest) Limit(limit int32) ApiGetValidatorBlocksRequest
Count of requested entities
func (ApiGetValidatorBlocksRequest) Offset ¶
func (r ApiGetValidatorBlocksRequest) Offset(offset int32) ApiGetValidatorBlocksRequest
Offset
type ApiGetValidatorRequest ¶
type ApiGetValidatorRequest struct { ApiService *ValidatorAPIService // contains filtered or unexported fields }
func (ApiGetValidatorRequest) Execute ¶
func (r ApiGetValidatorRequest) Execute() (*ResponsesValidator, *http.Response, error)
type ApiGetValidatorUptimeRequest ¶
type ApiGetValidatorUptimeRequest struct { ApiService *ValidatorAPIService // contains filtered or unexported fields }
func (ApiGetValidatorUptimeRequest) Execute ¶
func (r ApiGetValidatorUptimeRequest) Execute() (*ResponsesValidatorUptime, *http.Response, error)
func (ApiGetValidatorUptimeRequest) Limit ¶
func (r ApiGetValidatorUptimeRequest) Limit(limit int32) ApiGetValidatorUptimeRequest
Count of requested blocks
type ApiGetVestingPeriodsRequest ¶
type ApiGetVestingPeriodsRequest struct { ApiService *VestingAPIService // contains filtered or unexported fields }
func (ApiGetVestingPeriodsRequest) Execute ¶
func (r ApiGetVestingPeriodsRequest) Execute() (*ResponsesVestingPeriod, *http.Response, error)
func (ApiGetVestingPeriodsRequest) Limit ¶
func (r ApiGetVestingPeriodsRequest) Limit(limit int32) ApiGetVestingPeriodsRequest
Count of requested entities
func (ApiGetVestingPeriodsRequest) Offset ¶
func (r ApiGetVestingPeriodsRequest) Offset(offset int32) ApiGetVestingPeriodsRequest
Offset
type ApiHeadRequest ¶
type ApiHeadRequest struct { ApiService *GeneralAPIService // contains filtered or unexported fields }
func (ApiHeadRequest) Execute ¶
func (r ApiHeadRequest) Execute() (*ResponsesState, *http.Response, error)
type ApiListAddressRequest ¶
type ApiListAddressRequest struct { ApiService *AddressAPIService // contains filtered or unexported fields }
func (ApiListAddressRequest) Execute ¶
func (r ApiListAddressRequest) Execute() ([]ResponsesAddress, *http.Response, error)
func (ApiListAddressRequest) Limit ¶
func (r ApiListAddressRequest) Limit(limit int32) ApiListAddressRequest
Count of requested entities
func (ApiListAddressRequest) Offset ¶
func (r ApiListAddressRequest) Offset(offset int32) ApiListAddressRequest
Offset
func (ApiListAddressRequest) Sort ¶
func (r ApiListAddressRequest) Sort(sort string) ApiListAddressRequest
Sort order
func (ApiListAddressRequest) SortBy ¶
func (r ApiListAddressRequest) SortBy(sortBy string) ApiListAddressRequest
Sort field
type ApiListBlockRequest ¶
type ApiListBlockRequest struct { ApiService *BlockAPIService // contains filtered or unexported fields }
func (ApiListBlockRequest) Execute ¶
func (r ApiListBlockRequest) Execute() ([]ResponsesBlock, *http.Response, error)
func (ApiListBlockRequest) Limit ¶
func (r ApiListBlockRequest) Limit(limit int32) ApiListBlockRequest
Count of requested entities
func (ApiListBlockRequest) Offset ¶
func (r ApiListBlockRequest) Offset(offset int32) ApiListBlockRequest
Offset
func (ApiListBlockRequest) Sort ¶
func (r ApiListBlockRequest) Sort(sort string) ApiListBlockRequest
Sort order
func (ApiListBlockRequest) Stats ¶
func (r ApiListBlockRequest) Stats(stats bool) ApiListBlockRequest
Need join stats for block
type ApiListGenesisTransactionsRequest ¶
type ApiListGenesisTransactionsRequest struct { ApiService *TransactionsAPIService // contains filtered or unexported fields }
func (ApiListGenesisTransactionsRequest) Execute ¶
func (r ApiListGenesisTransactionsRequest) Execute() ([]ResponsesTx, *http.Response, error)
func (ApiListGenesisTransactionsRequest) Limit ¶
func (r ApiListGenesisTransactionsRequest) Limit(limit int32) ApiListGenesisTransactionsRequest
Count of requested entities
func (ApiListGenesisTransactionsRequest) Offset ¶
func (r ApiListGenesisTransactionsRequest) Offset(offset int32) ApiListGenesisTransactionsRequest
Offset
func (ApiListGenesisTransactionsRequest) Sort ¶
func (r ApiListGenesisTransactionsRequest) Sort(sort string) ApiListGenesisTransactionsRequest
Sort order
type ApiListHyperlaneMailboxRequest ¶ added in v1.15.1
type ApiListHyperlaneMailboxRequest struct { ApiService *HyperlaneAPIService // contains filtered or unexported fields }
func (ApiListHyperlaneMailboxRequest) Execute ¶ added in v1.15.1
func (r ApiListHyperlaneMailboxRequest) Execute() ([]ResponsesHyperlaneMailbox, *http.Response, error)
func (ApiListHyperlaneMailboxRequest) Limit ¶ added in v1.15.1
func (r ApiListHyperlaneMailboxRequest) Limit(limit int32) ApiListHyperlaneMailboxRequest
Count of requested entities
func (ApiListHyperlaneMailboxRequest) Offset ¶ added in v1.15.1
func (r ApiListHyperlaneMailboxRequest) Offset(offset int32) ApiListHyperlaneMailboxRequest
Offset
type ApiListHyperlaneTokensRequest ¶ added in v1.15.1
type ApiListHyperlaneTokensRequest struct { ApiService *HyperlaneAPIService // contains filtered or unexported fields }
func (ApiListHyperlaneTokensRequest) Execute ¶ added in v1.15.1
func (r ApiListHyperlaneTokensRequest) Execute() ([]ResponsesHyperlaneToken, *http.Response, error)
func (ApiListHyperlaneTokensRequest) Limit ¶ added in v1.15.1
func (r ApiListHyperlaneTokensRequest) Limit(limit int32) ApiListHyperlaneTokensRequest
Count of requested entities
func (ApiListHyperlaneTokensRequest) Mailbox ¶ added in v1.15.1
func (r ApiListHyperlaneTokensRequest) Mailbox(mailbox string) ApiListHyperlaneTokensRequest
Mailbox hexademical identity
func (ApiListHyperlaneTokensRequest) Offset ¶ added in v1.15.1
func (r ApiListHyperlaneTokensRequest) Offset(offset int32) ApiListHyperlaneTokensRequest
Offset
func (ApiListHyperlaneTokensRequest) Owner ¶ added in v1.15.1
func (r ApiListHyperlaneTokensRequest) Owner(owner string) ApiListHyperlaneTokensRequest
Owner celestia address
func (ApiListHyperlaneTokensRequest) Sort ¶ added in v1.15.1
func (r ApiListHyperlaneTokensRequest) Sort(sort string) ApiListHyperlaneTokensRequest
Sort order. Default: desc
func (ApiListHyperlaneTokensRequest) Type_ ¶ added in v1.15.1
func (r ApiListHyperlaneTokensRequest) Type_(type_ string) ApiListHyperlaneTokensRequest
Comma-separated string of tokens type
type ApiListHyperlaneTransfersRequest ¶ added in v1.15.1
type ApiListHyperlaneTransfersRequest struct { ApiService *HyperlaneAPIService // contains filtered or unexported fields }
func (ApiListHyperlaneTransfersRequest) Address ¶ added in v1.15.1
func (r ApiListHyperlaneTransfersRequest) Address(address string) ApiListHyperlaneTransfersRequest
Celestia address
func (ApiListHyperlaneTransfersRequest) Domain ¶ added in v1.15.1
func (r ApiListHyperlaneTransfersRequest) Domain(domain int32) ApiListHyperlaneTransfersRequest
Domain of counterparty chain
func (ApiListHyperlaneTransfersRequest) Execute ¶ added in v1.15.1
func (r ApiListHyperlaneTransfersRequest) Execute() ([]ResponsesHyperlaneTransfer, *http.Response, error)
func (ApiListHyperlaneTransfersRequest) Limit ¶ added in v1.15.1
func (r ApiListHyperlaneTransfersRequest) Limit(limit int32) ApiListHyperlaneTransfersRequest
Count of requested entities
func (ApiListHyperlaneTransfersRequest) Mailbox ¶ added in v1.15.1
func (r ApiListHyperlaneTransfersRequest) Mailbox(mailbox string) ApiListHyperlaneTransfersRequest
Mailbox hexademical identity
func (ApiListHyperlaneTransfersRequest) Offset ¶ added in v1.15.1
func (r ApiListHyperlaneTransfersRequest) Offset(offset int32) ApiListHyperlaneTransfersRequest
Offset
func (ApiListHyperlaneTransfersRequest) Relayer ¶ added in v1.15.1
func (r ApiListHyperlaneTransfersRequest) Relayer(relayer string) ApiListHyperlaneTransfersRequest
Celestia address of relayer
func (ApiListHyperlaneTransfersRequest) Sort ¶ added in v1.15.1
func (r ApiListHyperlaneTransfersRequest) Sort(sort string) ApiListHyperlaneTransfersRequest
Sort order. Default: desc
func (ApiListHyperlaneTransfersRequest) Token ¶ added in v1.15.1
func (r ApiListHyperlaneTransfersRequest) Token(token string) ApiListHyperlaneTransfersRequest
Token hexademical identity
func (ApiListHyperlaneTransfersRequest) Type_ ¶ added in v1.15.1
func (r ApiListHyperlaneTransfersRequest) Type_(type_ string) ApiListHyperlaneTransfersRequest
Comma-separated string of transfer type
type ApiListNamespaceRequest ¶
type ApiListNamespaceRequest struct { ApiService *NamespaceAPIService // contains filtered or unexported fields }
func (ApiListNamespaceRequest) Execute ¶
func (r ApiListNamespaceRequest) Execute() ([]ResponsesNamespace, *http.Response, error)
func (ApiListNamespaceRequest) Limit ¶
func (r ApiListNamespaceRequest) Limit(limit int32) ApiListNamespaceRequest
Count of requested entities
func (ApiListNamespaceRequest) Offset ¶
func (r ApiListNamespaceRequest) Offset(offset int32) ApiListNamespaceRequest
Offset
func (ApiListNamespaceRequest) Sort ¶
func (r ApiListNamespaceRequest) Sort(sort string) ApiListNamespaceRequest
Sort order. Default: desc
func (ApiListNamespaceRequest) SortBy ¶
func (r ApiListNamespaceRequest) SortBy(sortBy string) ApiListNamespaceRequest
Sort field. If it's empty internal id is used
type ApiListProposalRequest ¶ added in v1.12.1
type ApiListProposalRequest struct { ApiService *ProposalAPIService // contains filtered or unexported fields }
func (ApiListProposalRequest) Execute ¶ added in v1.12.1
func (r ApiListProposalRequest) Execute() ([]ResponsesProposal, *http.Response, error)
func (ApiListProposalRequest) Limit ¶ added in v1.12.1
func (r ApiListProposalRequest) Limit(limit int32) ApiListProposalRequest
Count of requested entities
func (ApiListProposalRequest) Offset ¶ added in v1.12.1
func (r ApiListProposalRequest) Offset(offset int32) ApiListProposalRequest
Offset
func (ApiListProposalRequest) Proposer ¶ added in v1.12.1
func (r ApiListProposalRequest) Proposer(proposer string) ApiListProposalRequest
Proposer celestia address
func (ApiListProposalRequest) Sort ¶ added in v1.12.1
func (r ApiListProposalRequest) Sort(sort string) ApiListProposalRequest
Sort order. Default: desc
func (ApiListProposalRequest) Status ¶ added in v1.12.1
func (r ApiListProposalRequest) Status(status string) ApiListProposalRequest
Comma-separated proposal status list
func (ApiListProposalRequest) Type_ ¶ added in v1.12.1
func (r ApiListProposalRequest) Type_(type_ string) ApiListProposalRequest
Comma-separated proposal type list
type ApiListRollup24hRequest ¶
type ApiListRollup24hRequest struct { ApiService *RollupAPIService // contains filtered or unexported fields }
func (ApiListRollup24hRequest) Category ¶ added in v1.10.5
func (r ApiListRollup24hRequest) Category(category string) ApiListRollup24hRequest
Comma-separated rollup category list
func (ApiListRollup24hRequest) Execute ¶
func (r ApiListRollup24hRequest) Execute() ([]ResponsesRollupWithDayStats, *http.Response, error)
func (ApiListRollup24hRequest) Limit ¶
func (r ApiListRollup24hRequest) Limit(limit int32) ApiListRollup24hRequest
Count of requested entities
func (ApiListRollup24hRequest) Offset ¶
func (r ApiListRollup24hRequest) Offset(offset int32) ApiListRollup24hRequest
Offset
func (ApiListRollup24hRequest) Provider ¶ added in v1.11.4
func (r ApiListRollup24hRequest) Provider(provider string) ApiListRollup24hRequest
Comma-separated rollup provider list
func (ApiListRollup24hRequest) Sort ¶
func (r ApiListRollup24hRequest) Sort(sort string) ApiListRollup24hRequest
Sort order. Default: desc
func (ApiListRollup24hRequest) SortBy ¶
func (r ApiListRollup24hRequest) SortBy(sortBy string) ApiListRollup24hRequest
Sort field. Default: mb_price
func (ApiListRollup24hRequest) Stack ¶ added in v1.11.4
func (r ApiListRollup24hRequest) Stack(stack string) ApiListRollup24hRequest
Comma-separated rollup stack list
func (ApiListRollup24hRequest) Tags ¶ added in v1.10.18
func (r ApiListRollup24hRequest) Tags(tags string) ApiListRollup24hRequest
Comma-separated rollup tags list
type ApiListRollupRequest ¶
type ApiListRollupRequest struct { ApiService *RollupAPIService // contains filtered or unexported fields }
func (ApiListRollupRequest) Category ¶ added in v1.10.5
func (r ApiListRollupRequest) Category(category string) ApiListRollupRequest
Comma-separated rollup category list
func (ApiListRollupRequest) Execute ¶
func (r ApiListRollupRequest) Execute() ([]ResponsesRollupWithStats, *http.Response, error)
func (ApiListRollupRequest) IsActive ¶ added in v1.13.0
func (r ApiListRollupRequest) IsActive(isActive bool) ApiListRollupRequest
If true, shows rollups with activity over the last month
func (ApiListRollupRequest) Limit ¶
func (r ApiListRollupRequest) Limit(limit int32) ApiListRollupRequest
Count of requested entities
func (ApiListRollupRequest) Offset ¶
func (r ApiListRollupRequest) Offset(offset int32) ApiListRollupRequest
Offset
func (ApiListRollupRequest) Provider ¶ added in v1.11.4
func (r ApiListRollupRequest) Provider(provider string) ApiListRollupRequest
Comma-separated rollup provider list
func (ApiListRollupRequest) Sort ¶
func (r ApiListRollupRequest) Sort(sort string) ApiListRollupRequest
Sort order. Default: desc
func (ApiListRollupRequest) SortBy ¶
func (r ApiListRollupRequest) SortBy(sortBy string) ApiListRollupRequest
Sort field. Default: size
func (ApiListRollupRequest) Stack ¶ added in v1.11.4
func (r ApiListRollupRequest) Stack(stack string) ApiListRollupRequest
Comma-separated rollup stack list
func (ApiListRollupRequest) Tags ¶ added in v1.10.18
func (r ApiListRollupRequest) Tags(tags string) ApiListRollupRequest
Comma-separated rollup tags list
type ApiListTransactionBlobsRequest ¶
type ApiListTransactionBlobsRequest struct { ApiService *TransactionsAPIService // contains filtered or unexported fields }
func (ApiListTransactionBlobsRequest) Execute ¶
func (r ApiListTransactionBlobsRequest) Execute() ([]ResponsesBlobLog, *http.Response, error)
func (ApiListTransactionBlobsRequest) Limit ¶
func (r ApiListTransactionBlobsRequest) Limit(limit int32) ApiListTransactionBlobsRequest
Count of requested entities
func (ApiListTransactionBlobsRequest) Offset ¶
func (r ApiListTransactionBlobsRequest) Offset(offset int32) ApiListTransactionBlobsRequest
Offset
func (ApiListTransactionBlobsRequest) Sort ¶
func (r ApiListTransactionBlobsRequest) Sort(sort string) ApiListTransactionBlobsRequest
Sort order. Default: desc
func (ApiListTransactionBlobsRequest) SortBy ¶
func (r ApiListTransactionBlobsRequest) SortBy(sortBy string) ApiListTransactionBlobsRequest
Sort field. If it's empty internal id is used
type ApiListTransactionsRequest ¶
type ApiListTransactionsRequest struct { ApiService *TransactionsAPIService // contains filtered or unexported fields }
func (ApiListTransactionsRequest) ExcludedMsgType ¶
func (r ApiListTransactionsRequest) ExcludedMsgType(excludedMsgType string) ApiListTransactionsRequest
Comma-separated message types list which should be excluded
func (ApiListTransactionsRequest) Execute ¶
func (r ApiListTransactionsRequest) Execute() ([]ResponsesTx, *http.Response, error)
func (ApiListTransactionsRequest) From ¶
func (r ApiListTransactionsRequest) From(from int32) ApiListTransactionsRequest
Time from in unix timestamp
func (ApiListTransactionsRequest) Height ¶
func (r ApiListTransactionsRequest) Height(height int32) ApiListTransactionsRequest
Block number
func (ApiListTransactionsRequest) Limit ¶
func (r ApiListTransactionsRequest) Limit(limit int32) ApiListTransactionsRequest
Count of requested entities
func (ApiListTransactionsRequest) Messages ¶
func (r ApiListTransactionsRequest) Messages(messages bool) ApiListTransactionsRequest
If true join messages
func (ApiListTransactionsRequest) MsgType ¶
func (r ApiListTransactionsRequest) MsgType(msgType string) ApiListTransactionsRequest
Comma-separated message types list
func (ApiListTransactionsRequest) Offset ¶
func (r ApiListTransactionsRequest) Offset(offset int32) ApiListTransactionsRequest
Offset
func (ApiListTransactionsRequest) Sort ¶
func (r ApiListTransactionsRequest) Sort(sort string) ApiListTransactionsRequest
Sort order
func (ApiListTransactionsRequest) Status ¶
func (r ApiListTransactionsRequest) Status(status string) ApiListTransactionsRequest
Comma-separated status list
func (ApiListTransactionsRequest) To ¶
func (r ApiListTransactionsRequest) To(to int32) ApiListTransactionsRequest
Time to in unix timestamp
type ApiListValidatorRequest ¶
type ApiListValidatorRequest struct { ApiService *ValidatorAPIService // contains filtered or unexported fields }
func (ApiListValidatorRequest) Execute ¶
func (r ApiListValidatorRequest) Execute() ([]ResponsesValidator, *http.Response, error)
func (ApiListValidatorRequest) Jailed ¶
func (r ApiListValidatorRequest) Jailed(jailed bool) ApiListValidatorRequest
Return only jailed validators
func (ApiListValidatorRequest) Limit ¶
func (r ApiListValidatorRequest) Limit(limit int32) ApiListValidatorRequest
Count of requested entities
func (ApiListValidatorRequest) Offset ¶
func (r ApiListValidatorRequest) Offset(offset int32) ApiListValidatorRequest
Offset
type ApiProposalVotesRequest ¶ added in v1.13.0
type ApiProposalVotesRequest struct { ApiService *ProposalAPIService // contains filtered or unexported fields }
func (ApiProposalVotesRequest) Execute ¶ added in v1.13.0
func (r ApiProposalVotesRequest) Execute() ([]ResponsesVote, *http.Response, error)
func (ApiProposalVotesRequest) Limit ¶ added in v1.13.0
func (r ApiProposalVotesRequest) Limit(limit int32) ApiProposalVotesRequest
Count of requested entities
func (ApiProposalVotesRequest) Offset ¶ added in v1.13.0
func (r ApiProposalVotesRequest) Offset(offset int32) ApiProposalVotesRequest
Offset
type ApiRollupExportRequest ¶
type ApiRollupExportRequest struct { ApiService *RollupAPIService // contains filtered or unexported fields }
func (ApiRollupExportRequest) Execute ¶
func (r ApiRollupExportRequest) Execute() (*http.Response, error)
func (ApiRollupExportRequest) From ¶
func (r ApiRollupExportRequest) From(from int32) ApiRollupExportRequest
Time from in unix timestamp
func (ApiRollupExportRequest) To ¶
func (r ApiRollupExportRequest) To(to int32) ApiRollupExportRequest
Time to in unix timestamp
type ApiRollupGroupedStatisticsRequest ¶ added in v1.10.9
type ApiRollupGroupedStatisticsRequest struct { ApiService *RollupAPIService // contains filtered or unexported fields }
func (ApiRollupGroupedStatisticsRequest) Column ¶ added in v1.10.9
func (r ApiRollupGroupedStatisticsRequest) Column(column string) ApiRollupGroupedStatisticsRequest
Group column
func (ApiRollupGroupedStatisticsRequest) Execute ¶ added in v1.10.9
func (r ApiRollupGroupedStatisticsRequest) Execute() ([]ResponsesRollupGroupedStats, *http.Response, error)
func (ApiRollupGroupedStatisticsRequest) Func_ ¶ added in v1.10.9
func (r ApiRollupGroupedStatisticsRequest) Func_(func_ string) ApiRollupGroupedStatisticsRequest
Aggregate function
type ApiSearchRequest ¶
type ApiSearchRequest struct { ApiService *SearchAPIService // contains filtered or unexported fields }
func (ApiSearchRequest) Execute ¶
func (r ApiSearchRequest) Execute() ([]ResponsesSearchItem, *http.Response, error)
func (ApiSearchRequest) Query ¶
func (r ApiSearchRequest) Query(query string) ApiSearchRequest
Search string
type ApiStats24hChangesRequest ¶
type ApiStats24hChangesRequest struct { ApiService *StatsAPIService // contains filtered or unexported fields }
func (ApiStats24hChangesRequest) Execute ¶
func (r ApiStats24hChangesRequest) Execute() ([]ResponsesChange24hBlockStats, *http.Response, error)
type ApiStatsIbcChainsRequest ¶ added in v1.14.0
type ApiStatsIbcChainsRequest struct { ApiService *StatsAPIService // contains filtered or unexported fields }
func (ApiStatsIbcChainsRequest) Execute ¶ added in v1.14.0
func (r ApiStatsIbcChainsRequest) Execute() ([]ResponsesIbcChainStats, *http.Response, error)
func (ApiStatsIbcChainsRequest) Limit ¶ added in v1.14.0
func (r ApiStatsIbcChainsRequest) Limit(limit int32) ApiStatsIbcChainsRequest
Count of requested entities
func (ApiStatsIbcChainsRequest) Offset ¶ added in v1.14.0
func (r ApiStatsIbcChainsRequest) Offset(offset int32) ApiStatsIbcChainsRequest
Offset
type ApiStatsIbcSeriesRequest ¶ added in v1.14.0
type ApiStatsIbcSeriesRequest struct { ApiService *StatsAPIService // contains filtered or unexported fields }
func (ApiStatsIbcSeriesRequest) Execute ¶ added in v1.14.0
func (r ApiStatsIbcSeriesRequest) Execute() ([]ResponsesHistogramItem, *http.Response, error)
func (ApiStatsIbcSeriesRequest) From ¶ added in v1.14.0
func (r ApiStatsIbcSeriesRequest) From(from int32) ApiStatsIbcSeriesRequest
Time from in unix timestamp
func (ApiStatsIbcSeriesRequest) To ¶ added in v1.14.0
func (r ApiStatsIbcSeriesRequest) To(to int32) ApiStatsIbcSeriesRequest
Time to in unix timestamp
type ApiStatsMessagesCount24hRequest ¶
type ApiStatsMessagesCount24hRequest struct { ApiService *StatsAPIService // contains filtered or unexported fields }
func (ApiStatsMessagesCount24hRequest) Execute ¶
func (r ApiStatsMessagesCount24hRequest) Execute() ([]ResponsesCountItem, *http.Response, error)
type ApiStatsNamespaceUsageRequest ¶
type ApiStatsNamespaceUsageRequest struct { ApiService *StatsAPIService // contains filtered or unexported fields }
func (ApiStatsNamespaceUsageRequest) Execute ¶
func (r ApiStatsNamespaceUsageRequest) Execute() ([]ResponsesNamespaceUsage, *http.Response, error)
func (ApiStatsNamespaceUsageRequest) Top ¶
func (r ApiStatsNamespaceUsageRequest) Top(top int32) ApiStatsNamespaceUsageRequest
Count of entities
type ApiStatsNsSeriesRequest ¶
type ApiStatsNsSeriesRequest struct { ApiService *StatsAPIService // contains filtered or unexported fields }
func (ApiStatsNsSeriesRequest) Execute ¶
func (r ApiStatsNsSeriesRequest) Execute() ([]ResponsesSeriesItem, *http.Response, error)
func (ApiStatsNsSeriesRequest) From ¶
func (r ApiStatsNsSeriesRequest) From(from int32) ApiStatsNsSeriesRequest
Time from in unix timestamp
func (ApiStatsNsSeriesRequest) To ¶
func (r ApiStatsNsSeriesRequest) To(to int32) ApiStatsNsSeriesRequest
Time to in unix timestamp
type ApiStatsRollup24hRequest ¶
type ApiStatsRollup24hRequest struct { ApiService *StatsAPIService // contains filtered or unexported fields }
func (ApiStatsRollup24hRequest) Execute ¶
func (r ApiStatsRollup24hRequest) Execute() ([]ResponsesRollupStats24h, *http.Response, error)
type ApiStatsSeriesCumulativeRequest ¶
type ApiStatsSeriesCumulativeRequest struct { ApiService *StatsAPIService // contains filtered or unexported fields }
func (ApiStatsSeriesCumulativeRequest) Execute ¶
func (r ApiStatsSeriesCumulativeRequest) Execute() ([]ResponsesSeriesItem, *http.Response, error)
func (ApiStatsSeriesCumulativeRequest) From ¶
func (r ApiStatsSeriesCumulativeRequest) From(from int32) ApiStatsSeriesCumulativeRequest
Time from in unix timestamp
func (ApiStatsSeriesCumulativeRequest) To ¶
func (r ApiStatsSeriesCumulativeRequest) To(to int32) ApiStatsSeriesCumulativeRequest
Time to in unix timestamp
type ApiStatsSeriesRequest ¶
type ApiStatsSeriesRequest struct { ApiService *StatsAPIService // contains filtered or unexported fields }
func (ApiStatsSeriesRequest) Execute ¶
func (r ApiStatsSeriesRequest) Execute() ([]ResponsesSeriesItem, *http.Response, error)
func (ApiStatsSeriesRequest) From ¶
func (r ApiStatsSeriesRequest) From(from int32) ApiStatsSeriesRequest
Time from in unix timestamp
func (ApiStatsSeriesRequest) To ¶
func (r ApiStatsSeriesRequest) To(to int32) ApiStatsSeriesRequest
Time to in unix timestamp
type ApiStatsSizeGroupsRequest ¶ added in v1.11.4
type ApiStatsSizeGroupsRequest struct { ApiService *StatsAPIService // contains filtered or unexported fields }
func (ApiStatsSizeGroupsRequest) Execute ¶ added in v1.11.4
func (r ApiStatsSizeGroupsRequest) Execute() ([]ResponsesSizeGroup, *http.Response, error)
type ApiStatsSquareSizeRequest ¶
type ApiStatsSquareSizeRequest struct { ApiService *StatsAPIService // contains filtered or unexported fields }
func (ApiStatsSquareSizeRequest) Execute ¶
func (r ApiStatsSquareSizeRequest) Execute() ([]map[string][]ResponsesTimeValueItem, *http.Response, error)
func (ApiStatsSquareSizeRequest) From ¶
func (r ApiStatsSquareSizeRequest) From(from int32) ApiStatsSquareSizeRequest
Time from in unix timestamp
func (ApiStatsSquareSizeRequest) To ¶
func (r ApiStatsSquareSizeRequest) To(to int32) ApiStatsSquareSizeRequest
Time to in unix timestamp
type ApiStatsStakingSeriesRequest ¶
type ApiStatsStakingSeriesRequest struct { ApiService *StatsAPIService // contains filtered or unexported fields }
func (ApiStatsStakingSeriesRequest) Execute ¶
func (r ApiStatsStakingSeriesRequest) Execute() ([]ResponsesSeriesItem, *http.Response, error)
func (ApiStatsStakingSeriesRequest) From ¶
func (r ApiStatsStakingSeriesRequest) From(from int32) ApiStatsStakingSeriesRequest
Time from in unix timestamp
func (ApiStatsStakingSeriesRequest) To ¶
func (r ApiStatsStakingSeriesRequest) To(to int32) ApiStatsStakingSeriesRequest
Time to in unix timestamp
type ApiStatsSummaryRequest ¶
type ApiStatsSummaryRequest struct { ApiService *StatsAPIService // contains filtered or unexported fields }
func (ApiStatsSummaryRequest) Column ¶
func (r ApiStatsSummaryRequest) Column(column string) ApiStatsSummaryRequest
Column name which will be used for computation. Optional for count.
func (ApiStatsSummaryRequest) Execute ¶
func (r ApiStatsSummaryRequest) Execute() (string, *http.Response, error)
func (ApiStatsSummaryRequest) From ¶
func (r ApiStatsSummaryRequest) From(from int32) ApiStatsSummaryRequest
Time from in unix timestamp
func (ApiStatsSummaryRequest) To ¶
func (r ApiStatsSummaryRequest) To(to int32) ApiStatsSummaryRequest
Time to in unix timestamp
type ApiTransactionBlobsCountRequest ¶
type ApiTransactionBlobsCountRequest struct { ApiService *TransactionsAPIService // contains filtered or unexported fields }
type ApiValidatorCountRequest ¶
type ApiValidatorCountRequest struct { ApiService *ValidatorAPIService // contains filtered or unexported fields }
func (ApiValidatorCountRequest) Execute ¶
func (r ApiValidatorCountRequest) Execute() (*ResponsesValidatorCount, *http.Response, error)
type ApiValidatorDelegatorsRequest ¶
type ApiValidatorDelegatorsRequest struct { ApiService *ValidatorAPIService // contains filtered or unexported fields }
func (ApiValidatorDelegatorsRequest) Execute ¶
func (r ApiValidatorDelegatorsRequest) Execute() ([]ResponsesDelegation, *http.Response, error)
func (ApiValidatorDelegatorsRequest) Limit ¶
func (r ApiValidatorDelegatorsRequest) Limit(limit int32) ApiValidatorDelegatorsRequest
Count of requested entities
func (ApiValidatorDelegatorsRequest) Offset ¶
func (r ApiValidatorDelegatorsRequest) Offset(offset int32) ApiValidatorDelegatorsRequest
Offset
func (ApiValidatorDelegatorsRequest) ShowZero ¶
func (r ApiValidatorDelegatorsRequest) ShowZero(showZero bool) ApiValidatorDelegatorsRequest
Show zero delegations
type ApiValidatorJailsRequest ¶
type ApiValidatorJailsRequest struct { ApiService *ValidatorAPIService // contains filtered or unexported fields }
func (ApiValidatorJailsRequest) Execute ¶
func (r ApiValidatorJailsRequest) Execute() ([]ResponsesJail, *http.Response, error)
func (ApiValidatorJailsRequest) Limit ¶
func (r ApiValidatorJailsRequest) Limit(limit int32) ApiValidatorJailsRequest
Count of requested entities
func (ApiValidatorJailsRequest) Offset ¶
func (r ApiValidatorJailsRequest) Offset(offset int32) ApiValidatorJailsRequest
Offset
type ApiValidatorVotesRequest ¶ added in v1.13.0
type ApiValidatorVotesRequest struct { ApiService *ValidatorAPIService // contains filtered or unexported fields }
func (ApiValidatorVotesRequest) Execute ¶ added in v1.13.0
func (r ApiValidatorVotesRequest) Execute() ([]ResponsesVote, *http.Response, error)
func (ApiValidatorVotesRequest) Limit ¶ added in v1.13.0
func (r ApiValidatorVotesRequest) Limit(limit int32) ApiValidatorVotesRequest
Count of requested entities
func (ApiValidatorVotesRequest) Offset ¶ added in v1.13.0
func (r ApiValidatorVotesRequest) Offset(offset int32) ApiValidatorVotesRequest
Offset
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 BlockAPIService ¶
type BlockAPIService service
BlockAPIService BlockAPI service
func (*BlockAPIService) BlockBlobsCount ¶
func (a *BlockAPIService) BlockBlobsCount(ctx context.Context, height int32) ApiBlockBlobsCountRequest
BlockBlobsCount Count of blobs which was pushed by transaction
Count of blobs which was pushed by transaction
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param height Block height @return ApiBlockBlobsCountRequest
func (*BlockAPIService) BlockBlobsCountExecute ¶
func (a *BlockAPIService) BlockBlobsCountExecute(r ApiBlockBlobsCountRequest) (int32, *http.Response, error)
Execute executes the request
@return int32
func (*BlockAPIService) GetBlock ¶
func (a *BlockAPIService) GetBlock(ctx context.Context, height int32) ApiGetBlockRequest
GetBlock Get block info
Get block info
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param height Block height @return ApiGetBlockRequest
func (*BlockAPIService) GetBlockBlobs ¶
func (a *BlockAPIService) GetBlockBlobs(ctx context.Context, height int32) ApiGetBlockBlobsRequest
GetBlockBlobs List blobs which was pushed in the block
List blobs which was pushed in the block
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param height Block height @return ApiGetBlockBlobsRequest
func (*BlockAPIService) GetBlockBlobsExecute ¶
func (a *BlockAPIService) GetBlockBlobsExecute(r ApiGetBlockBlobsRequest) ([]ResponsesBlobLog, *http.Response, error)
Execute executes the request
@return []ResponsesBlobLog
func (*BlockAPIService) GetBlockCount ¶
func (a *BlockAPIService) GetBlockCount(ctx context.Context) ApiGetBlockCountRequest
GetBlockCount Get count of blocks in network
Get count of blocks in network
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return ApiGetBlockCountRequest
func (*BlockAPIService) GetBlockCountExecute ¶
func (a *BlockAPIService) GetBlockCountExecute(r ApiGetBlockCountRequest) (int32, *http.Response, error)
Execute executes the request
@return int32
func (*BlockAPIService) GetBlockEvents ¶
func (a *BlockAPIService) GetBlockEvents(ctx context.Context, height int32) ApiGetBlockEventsRequest
GetBlockEvents Get events from begin and end of block
Get events from begin and end of block
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param height Block height @return ApiGetBlockEventsRequest
func (*BlockAPIService) GetBlockEventsExecute ¶
func (a *BlockAPIService) GetBlockEventsExecute(r ApiGetBlockEventsRequest) ([]ResponsesEvent, *http.Response, error)
Execute executes the request
@return []ResponsesEvent
func (*BlockAPIService) GetBlockExecute ¶
func (a *BlockAPIService) GetBlockExecute(r ApiGetBlockRequest) (*ResponsesBlock, *http.Response, error)
Execute executes the request
@return ResponsesBlock
func (*BlockAPIService) GetBlockMessages ¶
func (a *BlockAPIService) GetBlockMessages(ctx context.Context, height int32) ApiGetBlockMessagesRequest
GetBlockMessages Get messages contained in the block
Get messages contained in the block
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param height Block height @return ApiGetBlockMessagesRequest
func (*BlockAPIService) GetBlockMessagesExecute ¶
func (a *BlockAPIService) GetBlockMessagesExecute(r ApiGetBlockMessagesRequest) ([]ResponsesMessage, *http.Response, error)
Execute executes the request
@return []ResponsesMessage
func (*BlockAPIService) GetBlockStats ¶
func (a *BlockAPIService) GetBlockStats(ctx context.Context, height int32) ApiGetBlockStatsRequest
GetBlockStats Get block stats by height
Get block stats by height
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param height Block height @return ApiGetBlockStatsRequest
func (*BlockAPIService) GetBlockStatsExecute ¶
func (a *BlockAPIService) GetBlockStatsExecute(r ApiGetBlockStatsRequest) (*ResponsesBlockStats, *http.Response, error)
Execute executes the request
@return ResponsesBlockStats
func (*BlockAPIService) ListBlock ¶
func (a *BlockAPIService) ListBlock(ctx context.Context) ApiListBlockRequest
ListBlock List blocks info
List blocks info
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return ApiListBlockRequest
func (*BlockAPIService) ListBlockExecute ¶
func (a *BlockAPIService) ListBlockExecute(r ApiListBlockRequest) ([]ResponsesBlock, *http.Response, error)
Execute executes the request
@return []ResponsesBlock
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 GasAPIService ¶
type GasAPIService service
GasAPIService GasAPI service
func (*GasAPIService) GasEstimateForPfb ¶
func (a *GasAPIService) GasEstimateForPfb(ctx context.Context) ApiGasEstimateForPfbRequest
GasEstimateForPfb Get estimated gas for pay for blob
Get estimated gas for pay for blob message with certain values of blob sizes
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return ApiGasEstimateForPfbRequest
func (*GasAPIService) GasEstimateForPfbExecute ¶
func (a *GasAPIService) GasEstimateForPfbExecute(r ApiGasEstimateForPfbRequest) (int32, *http.Response, error)
Execute executes the request
@return int32
func (*GasAPIService) GasPrice ¶
func (a *GasAPIService) GasPrice(ctx context.Context) ApiGasPriceRequest
GasPrice Get estimated gas price
Get estimated gas price based on historical data
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return ApiGasPriceRequest
func (*GasAPIService) GasPriceExecute ¶
func (a *GasAPIService) GasPriceExecute(r ApiGasPriceRequest) (*ResponsesGasPrice, *http.Response, error)
Execute executes the request
@return ResponsesGasPrice
func (*GasAPIService) GasPricePriority ¶ added in v1.11.1
func (a *GasAPIService) GasPricePriority(ctx context.Context, priority string) ApiGasPricePriorityRequest
GasPricePriority Get estimated gas price with priority filter
Get estimated gas price with priority filter based on historical data
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param priority Priority @return ApiGasPricePriorityRequest
func (*GasAPIService) GasPricePriorityExecute ¶ added in v1.11.1
func (a *GasAPIService) GasPricePriorityExecute(r ApiGasPricePriorityRequest) (string, *http.Response, error)
Execute executes the request
@return string
type GeneralAPIService ¶
type GeneralAPIService service
GeneralAPIService GeneralAPI service
func (*GeneralAPIService) GetConstants ¶
func (a *GeneralAPIService) GetConstants(ctx context.Context) ApiGetConstantsRequest
GetConstants Get network constants
Get network constants
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return ApiGetConstantsRequest
func (*GeneralAPIService) GetConstantsExecute ¶
func (a *GeneralAPIService) GetConstantsExecute(r ApiGetConstantsRequest) (*ResponsesConstants, *http.Response, error)
Execute executes the request
@return ResponsesConstants
func (*GeneralAPIService) GetEnums ¶
func (a *GeneralAPIService) GetEnums(ctx context.Context) ApiGetEnumsRequest
GetEnums Get celenium enumerators
Get celenium enumerators
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return ApiGetEnumsRequest
func (*GeneralAPIService) GetEnumsExecute ¶
func (a *GeneralAPIService) GetEnumsExecute(r ApiGetEnumsRequest) (*ResponsesEnums, *http.Response, error)
Execute executes the request
@return ResponsesEnums
func (*GeneralAPIService) Head ¶
func (a *GeneralAPIService) Head(ctx context.Context) ApiHeadRequest
Head Get current indexer head
Get current indexer head
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return ApiHeadRequest
func (*GeneralAPIService) HeadExecute ¶
func (a *GeneralAPIService) HeadExecute(r ApiHeadRequest) (*ResponsesState, *http.Response, error)
Execute executes the request
@return ResponsesState
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 GithubComCeleniumIoCelestiaIndexerInternalStorageTypesStatus ¶
type GithubComCeleniumIoCelestiaIndexerInternalStorageTypesStatus string
GithubComCeleniumIoCelestiaIndexerInternalStorageTypesStatus the model 'GithubComCeleniumIoCelestiaIndexerInternalStorageTypesStatus'
const ( StatusSuccess GithubComCeleniumIoCelestiaIndexerInternalStorageTypesStatus = "success" StatusFailed GithubComCeleniumIoCelestiaIndexerInternalStorageTypesStatus = "failed" )
List of github_com_celenium-io_celestia-indexer_internal_storage_types.Status
func NewGithubComCeleniumIoCelestiaIndexerInternalStorageTypesStatusFromValue ¶
func NewGithubComCeleniumIoCelestiaIndexerInternalStorageTypesStatusFromValue(v string) (*GithubComCeleniumIoCelestiaIndexerInternalStorageTypesStatus, error)
NewGithubComCeleniumIoCelestiaIndexerInternalStorageTypesStatusFromValue returns a pointer to a valid GithubComCeleniumIoCelestiaIndexerInternalStorageTypesStatus for the value passed as argument, or an error if the value passed is not allowed by the enum
func (GithubComCeleniumIoCelestiaIndexerInternalStorageTypesStatus) IsValid ¶
func (v GithubComCeleniumIoCelestiaIndexerInternalStorageTypesStatus) IsValid() bool
IsValid return true if the value is valid for the enum, false otherwise
func (GithubComCeleniumIoCelestiaIndexerInternalStorageTypesStatus) Ptr ¶
func (v GithubComCeleniumIoCelestiaIndexerInternalStorageTypesStatus) Ptr() *GithubComCeleniumIoCelestiaIndexerInternalStorageTypesStatus
Ptr returns reference to github_com_celenium-io_celestia-indexer_internal_storage_types.Status value
func (*GithubComCeleniumIoCelestiaIndexerInternalStorageTypesStatus) UnmarshalJSON ¶
func (v *GithubComCeleniumIoCelestiaIndexerInternalStorageTypesStatus) UnmarshalJSON(src []byte) error
type HandlerError ¶
type HandlerError struct {
Message *string `json:"message,omitempty"`
}
HandlerError struct for HandlerError
func NewHandlerError ¶
func NewHandlerError() *HandlerError
NewHandlerError instantiates a new HandlerError 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 NewHandlerErrorWithDefaults ¶
func NewHandlerErrorWithDefaults() *HandlerError
NewHandlerErrorWithDefaults instantiates a new HandlerError 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 (*HandlerError) GetMessage ¶
func (o *HandlerError) GetMessage() string
GetMessage returns the Message field value if set, zero value otherwise.
func (*HandlerError) GetMessageOk ¶
func (o *HandlerError) GetMessageOk() (*string, bool)
GetMessageOk returns a tuple with the Message field value if set, nil otherwise and a boolean to check if the value has been set.
func (*HandlerError) HasMessage ¶
func (o *HandlerError) HasMessage() bool
HasMessage returns a boolean if a field has been set.
func (HandlerError) MarshalJSON ¶
func (o HandlerError) MarshalJSON() ([]byte, error)
func (*HandlerError) SetMessage ¶
func (o *HandlerError) SetMessage(v string)
SetMessage gets a reference to the given string and assigns it to the Message field.
func (HandlerError) ToMap ¶
func (o HandlerError) ToMap() (map[string]interface{}, error)
type HandlerPostBlobRequest ¶ added in v1.10.4
type HandlerPostBlobRequest struct { Commitment string `json:"commitment"` Hash string `json:"hash"` Height int32 `json:"height"` }
HandlerPostBlobRequest struct for HandlerPostBlobRequest
func NewHandlerPostBlobRequest ¶ added in v1.10.4
func NewHandlerPostBlobRequest(commitment string, hash string, height int32) *HandlerPostBlobRequest
NewHandlerPostBlobRequest instantiates a new HandlerPostBlobRequest 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 NewHandlerPostBlobRequestWithDefaults ¶ added in v1.10.4
func NewHandlerPostBlobRequestWithDefaults() *HandlerPostBlobRequest
NewHandlerPostBlobRequestWithDefaults instantiates a new HandlerPostBlobRequest 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 (*HandlerPostBlobRequest) GetCommitment ¶ added in v1.10.4
func (o *HandlerPostBlobRequest) GetCommitment() string
GetCommitment returns the Commitment field value
func (*HandlerPostBlobRequest) GetCommitmentOk ¶ added in v1.10.4
func (o *HandlerPostBlobRequest) GetCommitmentOk() (*string, bool)
GetCommitmentOk returns a tuple with the Commitment field value and a boolean to check if the value has been set.
func (*HandlerPostBlobRequest) GetHash ¶ added in v1.10.4
func (o *HandlerPostBlobRequest) GetHash() string
GetHash returns the Hash field value
func (*HandlerPostBlobRequest) GetHashOk ¶ added in v1.10.4
func (o *HandlerPostBlobRequest) GetHashOk() (*string, bool)
GetHashOk returns a tuple with the Hash field value and a boolean to check if the value has been set.
func (*HandlerPostBlobRequest) GetHeight ¶ added in v1.10.4
func (o *HandlerPostBlobRequest) GetHeight() int32
GetHeight returns the Height field value
func (*HandlerPostBlobRequest) GetHeightOk ¶ added in v1.10.4
func (o *HandlerPostBlobRequest) GetHeightOk() (*int32, bool)
GetHeightOk returns a tuple with the Height field value and a boolean to check if the value has been set.
func (HandlerPostBlobRequest) MarshalJSON ¶ added in v1.10.4
func (o HandlerPostBlobRequest) MarshalJSON() ([]byte, error)
func (*HandlerPostBlobRequest) SetCommitment ¶ added in v1.10.4
func (o *HandlerPostBlobRequest) SetCommitment(v string)
SetCommitment sets field value
func (*HandlerPostBlobRequest) SetHash ¶ added in v1.10.4
func (o *HandlerPostBlobRequest) SetHash(v string)
SetHash sets field value
func (*HandlerPostBlobRequest) SetHeight ¶ added in v1.10.4
func (o *HandlerPostBlobRequest) SetHeight(v int32)
SetHeight sets field value
func (HandlerPostBlobRequest) ToMap ¶ added in v1.10.4
func (o HandlerPostBlobRequest) ToMap() (map[string]interface{}, error)
func (*HandlerPostBlobRequest) UnmarshalJSON ¶ added in v1.10.4
func (o *HandlerPostBlobRequest) UnmarshalJSON(data []byte) (err error)
type HyperlaneAPIService ¶ added in v1.15.1
type HyperlaneAPIService service
HyperlaneAPIService HyperlaneAPI service
func (*HyperlaneAPIService) GetHyperlaneMailbox ¶ added in v1.15.1
func (a *HyperlaneAPIService) GetHyperlaneMailbox(ctx context.Context, id string) ApiGetHyperlaneMailboxRequest
GetHyperlaneMailbox Get hyperlane mailbox info
Get hyperlane mailbox info
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param id Hyperlane mailbox id @return ApiGetHyperlaneMailboxRequest
func (*HyperlaneAPIService) GetHyperlaneMailboxExecute ¶ added in v1.15.1
func (a *HyperlaneAPIService) GetHyperlaneMailboxExecute(r ApiGetHyperlaneMailboxRequest) (*ResponsesHyperlaneMailbox, *http.Response, error)
Execute executes the request
@return ResponsesHyperlaneMailbox
func (*HyperlaneAPIService) GetHyperlaneToken ¶ added in v1.15.1
func (a *HyperlaneAPIService) GetHyperlaneToken(ctx context.Context, id string) ApiGetHyperlaneTokenRequest
GetHyperlaneToken Get hyperlane token info
Get hyperlane token info
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param id Hyperlane token id @return ApiGetHyperlaneTokenRequest
func (*HyperlaneAPIService) GetHyperlaneTokenExecute ¶ added in v1.15.1
func (a *HyperlaneAPIService) GetHyperlaneTokenExecute(r ApiGetHyperlaneTokenRequest) (*ResponsesHyperlaneToken, *http.Response, error)
Execute executes the request
@return ResponsesHyperlaneToken
func (*HyperlaneAPIService) ListHyperlaneMailbox ¶ added in v1.15.1
func (a *HyperlaneAPIService) ListHyperlaneMailbox(ctx context.Context) ApiListHyperlaneMailboxRequest
ListHyperlaneMailbox List hyperlane mailboxes info
List hyperlane mailboxes info
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return ApiListHyperlaneMailboxRequest
func (*HyperlaneAPIService) ListHyperlaneMailboxExecute ¶ added in v1.15.1
func (a *HyperlaneAPIService) ListHyperlaneMailboxExecute(r ApiListHyperlaneMailboxRequest) ([]ResponsesHyperlaneMailbox, *http.Response, error)
Execute executes the request
@return []ResponsesHyperlaneMailbox
func (*HyperlaneAPIService) ListHyperlaneTokens ¶ added in v1.15.1
func (a *HyperlaneAPIService) ListHyperlaneTokens(ctx context.Context) ApiListHyperlaneTokensRequest
ListHyperlaneTokens List hyperlane tokens info
List hyperlane tokens info
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return ApiListHyperlaneTokensRequest
func (*HyperlaneAPIService) ListHyperlaneTokensExecute ¶ added in v1.15.1
func (a *HyperlaneAPIService) ListHyperlaneTokensExecute(r ApiListHyperlaneTokensRequest) ([]ResponsesHyperlaneToken, *http.Response, error)
Execute executes the request
@return []ResponsesHyperlaneToken
func (*HyperlaneAPIService) ListHyperlaneTransfers ¶ added in v1.15.1
func (a *HyperlaneAPIService) ListHyperlaneTransfers(ctx context.Context) ApiListHyperlaneTransfersRequest
ListHyperlaneTransfers List hyperlane transfers info
List hyperlane transfers info
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return ApiListHyperlaneTransfersRequest
func (*HyperlaneAPIService) ListHyperlaneTransfersExecute ¶ added in v1.15.1
func (a *HyperlaneAPIService) ListHyperlaneTransfersExecute(r ApiListHyperlaneTransfersRequest) ([]ResponsesHyperlaneTransfer, *http.Response, error)
Execute executes the request
@return []ResponsesHyperlaneTransfer
type IbcAPIService ¶ added in v1.14.0
type IbcAPIService service
IbcAPIService IbcAPI service
func (*IbcAPIService) GetIbcChannel ¶ added in v1.14.0
func (a *IbcAPIService) GetIbcChannel(ctx context.Context, id string) ApiGetIbcChannelRequest
GetIbcChannel Get ibc channel info
Get ibc channel info
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param id IBC channel id @return ApiGetIbcChannelRequest
func (*IbcAPIService) GetIbcChannelExecute ¶ added in v1.14.0
func (a *IbcAPIService) GetIbcChannelExecute(r ApiGetIbcChannelRequest) (*ResponsesIbcChannel, *http.Response, error)
Execute executes the request
@return ResponsesIbcChannel
func (*IbcAPIService) GetIbcChannels ¶ added in v1.14.0
func (a *IbcAPIService) GetIbcChannels(ctx context.Context) ApiGetIbcChannelsRequest
GetIbcChannels Get ibc channels info
Get ibc channels info
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return ApiGetIbcChannelsRequest
func (*IbcAPIService) GetIbcChannelsExecute ¶ added in v1.14.0
func (a *IbcAPIService) GetIbcChannelsExecute(r ApiGetIbcChannelsRequest) ([]ResponsesIbcChannel, *http.Response, error)
Execute executes the request
@return []ResponsesIbcChannel
func (*IbcAPIService) GetIbcClient ¶ added in v1.14.0
func (a *IbcAPIService) GetIbcClient(ctx context.Context, id string) ApiGetIbcClientRequest
GetIbcClient Get ibc client info
Get ibc client info
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param id IBC client id @return ApiGetIbcClientRequest
func (*IbcAPIService) GetIbcClientExecute ¶ added in v1.14.0
func (a *IbcAPIService) GetIbcClientExecute(r ApiGetIbcClientRequest) (*ResponsesIbcClient, *http.Response, error)
Execute executes the request
@return ResponsesIbcClient
func (*IbcAPIService) GetIbcClients ¶ added in v1.14.0
func (a *IbcAPIService) GetIbcClients(ctx context.Context) ApiGetIbcClientsRequest
GetIbcClients Get ibc clients info
Get ibc clients info
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return ApiGetIbcClientsRequest
func (*IbcAPIService) GetIbcClientsExecute ¶ added in v1.14.0
func (a *IbcAPIService) GetIbcClientsExecute(r ApiGetIbcClientsRequest) ([]ResponsesIbcClient, *http.Response, error)
Execute executes the request
@return []ResponsesIbcClient
func (*IbcAPIService) GetIbcConn ¶ added in v1.14.0
func (a *IbcAPIService) GetIbcConn(ctx context.Context, id string) ApiGetIbcConnRequest
GetIbcConn Get ibc connection info
Get ibc client info
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param id IBC connection id @return ApiGetIbcConnRequest
func (*IbcAPIService) GetIbcConnExecute ¶ added in v1.14.0
func (a *IbcAPIService) GetIbcConnExecute(r ApiGetIbcConnRequest) (*ResponsesIbcConnection, *http.Response, error)
Execute executes the request
@return ResponsesIbcConnection
func (*IbcAPIService) GetIbcConns ¶ added in v1.14.0
func (a *IbcAPIService) GetIbcConns(ctx context.Context) ApiGetIbcConnsRequest
GetIbcConns Get ibc connections info
Get ibc connections info
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return ApiGetIbcConnsRequest
func (*IbcAPIService) GetIbcConnsExecute ¶ added in v1.14.0
func (a *IbcAPIService) GetIbcConnsExecute(r ApiGetIbcConnsRequest) ([]ResponsesIbcConnection, *http.Response, error)
Execute executes the request
@return []ResponsesIbcConnection
func (*IbcAPIService) GetIbcTransfers ¶ added in v1.14.0
func (a *IbcAPIService) GetIbcTransfers(ctx context.Context) ApiGetIbcTransfersRequest
GetIbcTransfers Get ibc transfers info
Get ibc transfers info
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return ApiGetIbcTransfersRequest
func (*IbcAPIService) GetIbcTransfersExecute ¶ added in v1.14.0
func (a *IbcAPIService) GetIbcTransfersExecute(r ApiGetIbcTransfersRequest) ([]ResponsesIbcTransfer, *http.Response, error)
Execute executes the request
@return []ResponsesIbcTransfer
type MappedNullable ¶
type NamespaceAPIService ¶
type NamespaceAPIService service
NamespaceAPIService NamespaceAPI service
func (*NamespaceAPIService) GetBlob ¶
func (a *NamespaceAPIService) GetBlob(ctx context.Context) ApiGetBlobRequest
GetBlob Get namespace blob by commitment on height
Returns blob. To authorize your requests you have to select the required tariff on our site. Then you receive api key to authorize. Api key should be passed via request header `apikey`.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return ApiGetBlobRequest
func (*NamespaceAPIService) GetBlobExecute ¶
func (a *NamespaceAPIService) GetBlobExecute(r ApiGetBlobRequest) (*ResponsesBlob, *http.Response, error)
Execute executes the request
@return ResponsesBlob
func (*NamespaceAPIService) GetBlobLogs ¶
func (a *NamespaceAPIService) GetBlobLogs(ctx context.Context, id string, version int32) ApiGetBlobLogsRequest
GetBlobLogs Get blob changes for namespace
Returns blob changes for namespace
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param id Namespace id in hexadecimal @param version Version of namespace @return ApiGetBlobLogsRequest
func (*NamespaceAPIService) GetBlobLogsExecute ¶
func (a *NamespaceAPIService) GetBlobLogsExecute(r ApiGetBlobLogsRequest) ([]ResponsesBlobLog, *http.Response, error)
Execute executes the request
@return []ResponsesBlobLog
func (*NamespaceAPIService) GetBlobMetadata ¶
func (a *NamespaceAPIService) GetBlobMetadata(ctx context.Context) ApiGetBlobMetadataRequest
GetBlobMetadata Get blob metadata by commitment on height
Returns blob metadata To authorize your requests you have to select the required tariff on our site. Then you receive api key to authorize. Api key should be passed via request header `apikey`.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return ApiGetBlobMetadataRequest
func (*NamespaceAPIService) GetBlobMetadataExecute ¶
func (a *NamespaceAPIService) GetBlobMetadataExecute(r ApiGetBlobMetadataRequest) (*ResponsesBlobLog, *http.Response, error)
Execute executes the request
@return ResponsesBlobLog
func (*NamespaceAPIService) GetBlobProof ¶ added in v1.10.17
func (a *NamespaceAPIService) GetBlobProof(ctx context.Context) ApiGetBlobProofRequest
GetBlobProof Get blob inclusion proofs
Returns blob inclusion proofs
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return ApiGetBlobProofRequest
func (*NamespaceAPIService) GetBlobProofExecute ¶ added in v1.10.17
func (a *NamespaceAPIService) GetBlobProofExecute(r ApiGetBlobProofRequest) (*ResponsesBlobLog, *http.Response, error)
Execute executes the request
@return ResponsesBlobLog
func (*NamespaceAPIService) GetBlobs ¶
func (a *NamespaceAPIService) GetBlobs(ctx context.Context) ApiGetBlobsRequest
GetBlobs List all blobs with filters
Returns blobs
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return ApiGetBlobsRequest
func (*NamespaceAPIService) GetBlobsExecute ¶
func (a *NamespaceAPIService) GetBlobsExecute(r ApiGetBlobsRequest) ([]ResponsesLightBlobLog, *http.Response, error)
Execute executes the request
@return []ResponsesLightBlobLog
func (*NamespaceAPIService) GetNamespace ¶
func (a *NamespaceAPIService) GetNamespace(ctx context.Context, id string) ApiGetNamespaceRequest
GetNamespace Get namespace info
Returns array of namespace versions
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param id Namespace id in hexadecimal @return ApiGetNamespaceRequest
func (*NamespaceAPIService) GetNamespaceBase64 ¶
func (a *NamespaceAPIService) GetNamespaceBase64(ctx context.Context, hash string) ApiGetNamespaceBase64Request
GetNamespaceBase64 Get namespace info by base64
Returns namespace by base64 encoded identity
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param hash Base64-encoded namespace id and version @return ApiGetNamespaceBase64Request
func (*NamespaceAPIService) GetNamespaceBase64Execute ¶
func (a *NamespaceAPIService) GetNamespaceBase64Execute(r ApiGetNamespaceBase64Request) (*ResponsesNamespace, *http.Response, error)
Execute executes the request
@return ResponsesNamespace
func (*NamespaceAPIService) GetNamespaceBlobs ¶
func (a *NamespaceAPIService) GetNamespaceBlobs(ctx context.Context, hash string, height int32) ApiGetNamespaceBlobsRequest
GetNamespaceBlobs Get namespace blobs on height
Returns blobs
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param hash Base64-encoded namespace id and version @param height Block heigth @return ApiGetNamespaceBlobsRequest
func (*NamespaceAPIService) GetNamespaceBlobsExecute ¶
func (a *NamespaceAPIService) GetNamespaceBlobsExecute(r ApiGetNamespaceBlobsRequest) ([]ResponsesBlob, *http.Response, error)
Execute executes the request
@return []ResponsesBlob
func (*NamespaceAPIService) GetNamespaceByVersionAndId ¶
func (a *NamespaceAPIService) GetNamespaceByVersionAndId(ctx context.Context, id string, version int32) ApiGetNamespaceByVersionAndIdRequest
GetNamespaceByVersionAndId Get namespace info by id and version
Returns namespace by version byte and namespace id
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param id Namespace id in hexadecimal @param version Version of namespace @return ApiGetNamespaceByVersionAndIdRequest
func (*NamespaceAPIService) GetNamespaceByVersionAndIdExecute ¶
func (a *NamespaceAPIService) GetNamespaceByVersionAndIdExecute(r ApiGetNamespaceByVersionAndIdRequest) (*ResponsesNamespace, *http.Response, error)
Execute executes the request
@return ResponsesNamespace
func (*NamespaceAPIService) GetNamespaceExecute ¶
func (a *NamespaceAPIService) GetNamespaceExecute(r ApiGetNamespaceRequest) ([]ResponsesNamespace, *http.Response, error)
Execute executes the request
@return []ResponsesNamespace
func (*NamespaceAPIService) GetNamespaceMessages ¶
func (a *NamespaceAPIService) GetNamespaceMessages(ctx context.Context, id string, version int32) ApiGetNamespaceMessagesRequest
GetNamespaceMessages Get namespace messages by id and version
Returns namespace messages by version byte and namespace id
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param id Namespace id in hexadecimal @param version Version of namespace @return ApiGetNamespaceMessagesRequest
func (*NamespaceAPIService) GetNamespaceMessagesExecute ¶
func (a *NamespaceAPIService) GetNamespaceMessagesExecute(r ApiGetNamespaceMessagesRequest) ([]ResponsesNamespaceMessage, *http.Response, error)
Execute executes the request
@return []ResponsesNamespaceMessage
func (*NamespaceAPIService) GetNamespaceRollups ¶
func (a *NamespaceAPIService) GetNamespaceRollups(ctx context.Context, id string, version int32) ApiGetNamespaceRollupsRequest
GetNamespaceRollups List rollups using the namespace
List rollups using the namespace
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param id Namespace id in hexadecimal @param version Version of namespace @return ApiGetNamespaceRollupsRequest
func (*NamespaceAPIService) GetNamespaceRollupsExecute ¶
func (a *NamespaceAPIService) GetNamespaceRollupsExecute(r ApiGetNamespaceRollupsRequest) ([]ResponsesRollup, *http.Response, error)
Execute executes the request
@return []ResponsesRollup
func (*NamespaceAPIService) ListNamespace ¶
func (a *NamespaceAPIService) ListNamespace(ctx context.Context) ApiListNamespaceRequest
ListNamespace List namespace info
List namespace info
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return ApiListNamespaceRequest
func (*NamespaceAPIService) ListNamespaceExecute ¶
func (a *NamespaceAPIService) ListNamespaceExecute(r ApiListNamespaceRequest) ([]ResponsesNamespace, *http.Response, error)
Execute executes the request
@return []ResponsesNamespace
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 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 NullableGithubComCeleniumIoCelestiaIndexerInternalStorageTypesStatus ¶
type NullableGithubComCeleniumIoCelestiaIndexerInternalStorageTypesStatus struct {
// contains filtered or unexported fields
}
func NewNullableGithubComCeleniumIoCelestiaIndexerInternalStorageTypesStatus ¶
func NewNullableGithubComCeleniumIoCelestiaIndexerInternalStorageTypesStatus(val *GithubComCeleniumIoCelestiaIndexerInternalStorageTypesStatus) *NullableGithubComCeleniumIoCelestiaIndexerInternalStorageTypesStatus
func (NullableGithubComCeleniumIoCelestiaIndexerInternalStorageTypesStatus) IsSet ¶
func (v NullableGithubComCeleniumIoCelestiaIndexerInternalStorageTypesStatus) IsSet() bool
func (NullableGithubComCeleniumIoCelestiaIndexerInternalStorageTypesStatus) MarshalJSON ¶
func (v NullableGithubComCeleniumIoCelestiaIndexerInternalStorageTypesStatus) MarshalJSON() ([]byte, error)
func (*NullableGithubComCeleniumIoCelestiaIndexerInternalStorageTypesStatus) UnmarshalJSON ¶
func (v *NullableGithubComCeleniumIoCelestiaIndexerInternalStorageTypesStatus) UnmarshalJSON(src []byte) error
func (*NullableGithubComCeleniumIoCelestiaIndexerInternalStorageTypesStatus) Unset ¶
func (v *NullableGithubComCeleniumIoCelestiaIndexerInternalStorageTypesStatus) Unset()
type NullableHandlerError ¶
type NullableHandlerError struct {
// contains filtered or unexported fields
}
func NewNullableHandlerError ¶
func NewNullableHandlerError(val *HandlerError) *NullableHandlerError
func (NullableHandlerError) Get ¶
func (v NullableHandlerError) Get() *HandlerError
func (NullableHandlerError) IsSet ¶
func (v NullableHandlerError) IsSet() bool
func (NullableHandlerError) MarshalJSON ¶
func (v NullableHandlerError) MarshalJSON() ([]byte, error)
func (*NullableHandlerError) Set ¶
func (v *NullableHandlerError) Set(val *HandlerError)
func (*NullableHandlerError) UnmarshalJSON ¶
func (v *NullableHandlerError) UnmarshalJSON(src []byte) error
func (*NullableHandlerError) Unset ¶
func (v *NullableHandlerError) Unset()
type NullableHandlerPostBlobRequest ¶ added in v1.10.4
type NullableHandlerPostBlobRequest struct {
// contains filtered or unexported fields
}
func NewNullableHandlerPostBlobRequest ¶ added in v1.10.4
func NewNullableHandlerPostBlobRequest(val *HandlerPostBlobRequest) *NullableHandlerPostBlobRequest
func (NullableHandlerPostBlobRequest) Get ¶ added in v1.10.4
func (v NullableHandlerPostBlobRequest) Get() *HandlerPostBlobRequest
func (NullableHandlerPostBlobRequest) IsSet ¶ added in v1.10.4
func (v NullableHandlerPostBlobRequest) IsSet() bool
func (NullableHandlerPostBlobRequest) MarshalJSON ¶ added in v1.10.4
func (v NullableHandlerPostBlobRequest) MarshalJSON() ([]byte, error)
func (*NullableHandlerPostBlobRequest) Set ¶ added in v1.10.4
func (v *NullableHandlerPostBlobRequest) Set(val *HandlerPostBlobRequest)
func (*NullableHandlerPostBlobRequest) UnmarshalJSON ¶ added in v1.10.4
func (v *NullableHandlerPostBlobRequest) UnmarshalJSON(src []byte) error
func (*NullableHandlerPostBlobRequest) Unset ¶ added in v1.10.4
func (v *NullableHandlerPostBlobRequest) 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 NullableResponsesAddress ¶
type NullableResponsesAddress struct {
// contains filtered or unexported fields
}
func NewNullableResponsesAddress ¶
func NewNullableResponsesAddress(val *ResponsesAddress) *NullableResponsesAddress
func (NullableResponsesAddress) Get ¶
func (v NullableResponsesAddress) Get() *ResponsesAddress
func (NullableResponsesAddress) IsSet ¶
func (v NullableResponsesAddress) IsSet() bool
func (NullableResponsesAddress) MarshalJSON ¶
func (v NullableResponsesAddress) MarshalJSON() ([]byte, error)
func (*NullableResponsesAddress) Set ¶
func (v *NullableResponsesAddress) Set(val *ResponsesAddress)
func (*NullableResponsesAddress) UnmarshalJSON ¶
func (v *NullableResponsesAddress) UnmarshalJSON(src []byte) error
func (*NullableResponsesAddress) Unset ¶
func (v *NullableResponsesAddress) Unset()
type NullableResponsesBalance ¶
type NullableResponsesBalance struct {
// contains filtered or unexported fields
}
func NewNullableResponsesBalance ¶
func NewNullableResponsesBalance(val *ResponsesBalance) *NullableResponsesBalance
func (NullableResponsesBalance) Get ¶
func (v NullableResponsesBalance) Get() *ResponsesBalance
func (NullableResponsesBalance) IsSet ¶
func (v NullableResponsesBalance) IsSet() bool
func (NullableResponsesBalance) MarshalJSON ¶
func (v NullableResponsesBalance) MarshalJSON() ([]byte, error)
func (*NullableResponsesBalance) Set ¶
func (v *NullableResponsesBalance) Set(val *ResponsesBalance)
func (*NullableResponsesBalance) UnmarshalJSON ¶
func (v *NullableResponsesBalance) UnmarshalJSON(src []byte) error
func (*NullableResponsesBalance) Unset ¶
func (v *NullableResponsesBalance) Unset()
type NullableResponsesBlob ¶
type NullableResponsesBlob struct {
// contains filtered or unexported fields
}
func NewNullableResponsesBlob ¶
func NewNullableResponsesBlob(val *ResponsesBlob) *NullableResponsesBlob
func (NullableResponsesBlob) Get ¶
func (v NullableResponsesBlob) Get() *ResponsesBlob
func (NullableResponsesBlob) IsSet ¶
func (v NullableResponsesBlob) IsSet() bool
func (NullableResponsesBlob) MarshalJSON ¶
func (v NullableResponsesBlob) MarshalJSON() ([]byte, error)
func (*NullableResponsesBlob) Set ¶
func (v *NullableResponsesBlob) Set(val *ResponsesBlob)
func (*NullableResponsesBlob) UnmarshalJSON ¶
func (v *NullableResponsesBlob) UnmarshalJSON(src []byte) error
func (*NullableResponsesBlob) Unset ¶
func (v *NullableResponsesBlob) Unset()
type NullableResponsesBlobLog ¶
type NullableResponsesBlobLog struct {
// contains filtered or unexported fields
}
func NewNullableResponsesBlobLog ¶
func NewNullableResponsesBlobLog(val *ResponsesBlobLog) *NullableResponsesBlobLog
func (NullableResponsesBlobLog) Get ¶
func (v NullableResponsesBlobLog) Get() *ResponsesBlobLog
func (NullableResponsesBlobLog) IsSet ¶
func (v NullableResponsesBlobLog) IsSet() bool
func (NullableResponsesBlobLog) MarshalJSON ¶
func (v NullableResponsesBlobLog) MarshalJSON() ([]byte, error)
func (*NullableResponsesBlobLog) Set ¶
func (v *NullableResponsesBlobLog) Set(val *ResponsesBlobLog)
func (*NullableResponsesBlobLog) UnmarshalJSON ¶
func (v *NullableResponsesBlobLog) UnmarshalJSON(src []byte) error
func (*NullableResponsesBlobLog) Unset ¶
func (v *NullableResponsesBlobLog) Unset()
type NullableResponsesBlock ¶
type NullableResponsesBlock struct {
// contains filtered or unexported fields
}
func NewNullableResponsesBlock ¶
func NewNullableResponsesBlock(val *ResponsesBlock) *NullableResponsesBlock
func (NullableResponsesBlock) Get ¶
func (v NullableResponsesBlock) Get() *ResponsesBlock
func (NullableResponsesBlock) IsSet ¶
func (v NullableResponsesBlock) IsSet() bool
func (NullableResponsesBlock) MarshalJSON ¶
func (v NullableResponsesBlock) MarshalJSON() ([]byte, error)
func (*NullableResponsesBlock) Set ¶
func (v *NullableResponsesBlock) Set(val *ResponsesBlock)
func (*NullableResponsesBlock) UnmarshalJSON ¶
func (v *NullableResponsesBlock) UnmarshalJSON(src []byte) error
func (*NullableResponsesBlock) Unset ¶
func (v *NullableResponsesBlock) Unset()
type NullableResponsesBlockStats ¶
type NullableResponsesBlockStats struct {
// contains filtered or unexported fields
}
func NewNullableResponsesBlockStats ¶
func NewNullableResponsesBlockStats(val *ResponsesBlockStats) *NullableResponsesBlockStats
func (NullableResponsesBlockStats) Get ¶
func (v NullableResponsesBlockStats) Get() *ResponsesBlockStats
func (NullableResponsesBlockStats) IsSet ¶
func (v NullableResponsesBlockStats) IsSet() bool
func (NullableResponsesBlockStats) MarshalJSON ¶
func (v NullableResponsesBlockStats) MarshalJSON() ([]byte, error)
func (*NullableResponsesBlockStats) Set ¶
func (v *NullableResponsesBlockStats) Set(val *ResponsesBlockStats)
func (*NullableResponsesBlockStats) UnmarshalJSON ¶
func (v *NullableResponsesBlockStats) UnmarshalJSON(src []byte) error
func (*NullableResponsesBlockStats) Unset ¶
func (v *NullableResponsesBlockStats) Unset()
type NullableResponsesCelestial ¶ added in v1.10.18
type NullableResponsesCelestial struct {
// contains filtered or unexported fields
}
func NewNullableResponsesCelestial ¶ added in v1.10.18
func NewNullableResponsesCelestial(val *ResponsesCelestial) *NullableResponsesCelestial
func (NullableResponsesCelestial) Get ¶ added in v1.10.18
func (v NullableResponsesCelestial) Get() *ResponsesCelestial
func (NullableResponsesCelestial) IsSet ¶ added in v1.10.18
func (v NullableResponsesCelestial) IsSet() bool
func (NullableResponsesCelestial) MarshalJSON ¶ added in v1.10.18
func (v NullableResponsesCelestial) MarshalJSON() ([]byte, error)
func (*NullableResponsesCelestial) Set ¶ added in v1.10.18
func (v *NullableResponsesCelestial) Set(val *ResponsesCelestial)
func (*NullableResponsesCelestial) UnmarshalJSON ¶ added in v1.10.18
func (v *NullableResponsesCelestial) UnmarshalJSON(src []byte) error
func (*NullableResponsesCelestial) Unset ¶ added in v1.10.18
func (v *NullableResponsesCelestial) Unset()
type NullableResponsesChange24hBlockStats ¶
type NullableResponsesChange24hBlockStats struct {
// contains filtered or unexported fields
}
func NewNullableResponsesChange24hBlockStats ¶
func NewNullableResponsesChange24hBlockStats(val *ResponsesChange24hBlockStats) *NullableResponsesChange24hBlockStats
func (NullableResponsesChange24hBlockStats) Get ¶
func (v NullableResponsesChange24hBlockStats) Get() *ResponsesChange24hBlockStats
func (NullableResponsesChange24hBlockStats) IsSet ¶
func (v NullableResponsesChange24hBlockStats) IsSet() bool
func (NullableResponsesChange24hBlockStats) MarshalJSON ¶
func (v NullableResponsesChange24hBlockStats) MarshalJSON() ([]byte, error)
func (*NullableResponsesChange24hBlockStats) Set ¶
func (v *NullableResponsesChange24hBlockStats) Set(val *ResponsesChange24hBlockStats)
func (*NullableResponsesChange24hBlockStats) UnmarshalJSON ¶
func (v *NullableResponsesChange24hBlockStats) UnmarshalJSON(src []byte) error
func (*NullableResponsesChange24hBlockStats) Unset ¶
func (v *NullableResponsesChange24hBlockStats) Unset()
type NullableResponsesConstants ¶
type NullableResponsesConstants struct {
// contains filtered or unexported fields
}
func NewNullableResponsesConstants ¶
func NewNullableResponsesConstants(val *ResponsesConstants) *NullableResponsesConstants
func (NullableResponsesConstants) Get ¶
func (v NullableResponsesConstants) Get() *ResponsesConstants
func (NullableResponsesConstants) IsSet ¶
func (v NullableResponsesConstants) IsSet() bool
func (NullableResponsesConstants) MarshalJSON ¶
func (v NullableResponsesConstants) MarshalJSON() ([]byte, error)
func (*NullableResponsesConstants) Set ¶
func (v *NullableResponsesConstants) Set(val *ResponsesConstants)
func (*NullableResponsesConstants) UnmarshalJSON ¶
func (v *NullableResponsesConstants) UnmarshalJSON(src []byte) error
func (*NullableResponsesConstants) Unset ¶
func (v *NullableResponsesConstants) Unset()
type NullableResponsesCountItem ¶
type NullableResponsesCountItem struct {
// contains filtered or unexported fields
}
func NewNullableResponsesCountItem ¶
func NewNullableResponsesCountItem(val *ResponsesCountItem) *NullableResponsesCountItem
func (NullableResponsesCountItem) Get ¶
func (v NullableResponsesCountItem) Get() *ResponsesCountItem
func (NullableResponsesCountItem) IsSet ¶
func (v NullableResponsesCountItem) IsSet() bool
func (NullableResponsesCountItem) MarshalJSON ¶
func (v NullableResponsesCountItem) MarshalJSON() ([]byte, error)
func (*NullableResponsesCountItem) Set ¶
func (v *NullableResponsesCountItem) Set(val *ResponsesCountItem)
func (*NullableResponsesCountItem) UnmarshalJSON ¶
func (v *NullableResponsesCountItem) UnmarshalJSON(src []byte) error
func (*NullableResponsesCountItem) Unset ¶
func (v *NullableResponsesCountItem) Unset()
type NullableResponsesDelegation ¶
type NullableResponsesDelegation struct {
// contains filtered or unexported fields
}
func NewNullableResponsesDelegation ¶
func NewNullableResponsesDelegation(val *ResponsesDelegation) *NullableResponsesDelegation
func (NullableResponsesDelegation) Get ¶
func (v NullableResponsesDelegation) Get() *ResponsesDelegation
func (NullableResponsesDelegation) IsSet ¶
func (v NullableResponsesDelegation) IsSet() bool
func (NullableResponsesDelegation) MarshalJSON ¶
func (v NullableResponsesDelegation) MarshalJSON() ([]byte, error)
func (*NullableResponsesDelegation) Set ¶
func (v *NullableResponsesDelegation) Set(val *ResponsesDelegation)
func (*NullableResponsesDelegation) UnmarshalJSON ¶
func (v *NullableResponsesDelegation) UnmarshalJSON(src []byte) error
func (*NullableResponsesDelegation) Unset ¶
func (v *NullableResponsesDelegation) Unset()
type NullableResponsesDenomMetadata ¶
type NullableResponsesDenomMetadata struct {
// contains filtered or unexported fields
}
func NewNullableResponsesDenomMetadata ¶
func NewNullableResponsesDenomMetadata(val *ResponsesDenomMetadata) *NullableResponsesDenomMetadata
func (NullableResponsesDenomMetadata) Get ¶
func (v NullableResponsesDenomMetadata) Get() *ResponsesDenomMetadata
func (NullableResponsesDenomMetadata) IsSet ¶
func (v NullableResponsesDenomMetadata) IsSet() bool
func (NullableResponsesDenomMetadata) MarshalJSON ¶
func (v NullableResponsesDenomMetadata) MarshalJSON() ([]byte, error)
func (*NullableResponsesDenomMetadata) Set ¶
func (v *NullableResponsesDenomMetadata) Set(val *ResponsesDenomMetadata)
func (*NullableResponsesDenomMetadata) UnmarshalJSON ¶
func (v *NullableResponsesDenomMetadata) UnmarshalJSON(src []byte) error
func (*NullableResponsesDenomMetadata) Unset ¶
func (v *NullableResponsesDenomMetadata) Unset()
type NullableResponsesDistributionItem ¶
type NullableResponsesDistributionItem struct {
// contains filtered or unexported fields
}
func NewNullableResponsesDistributionItem ¶
func NewNullableResponsesDistributionItem(val *ResponsesDistributionItem) *NullableResponsesDistributionItem
func (NullableResponsesDistributionItem) Get ¶
func (v NullableResponsesDistributionItem) Get() *ResponsesDistributionItem
func (NullableResponsesDistributionItem) IsSet ¶
func (v NullableResponsesDistributionItem) IsSet() bool
func (NullableResponsesDistributionItem) MarshalJSON ¶
func (v NullableResponsesDistributionItem) MarshalJSON() ([]byte, error)
func (*NullableResponsesDistributionItem) Set ¶
func (v *NullableResponsesDistributionItem) Set(val *ResponsesDistributionItem)
func (*NullableResponsesDistributionItem) UnmarshalJSON ¶
func (v *NullableResponsesDistributionItem) UnmarshalJSON(src []byte) error
func (*NullableResponsesDistributionItem) Unset ¶
func (v *NullableResponsesDistributionItem) Unset()
type NullableResponsesEnums ¶
type NullableResponsesEnums struct {
// contains filtered or unexported fields
}
func NewNullableResponsesEnums ¶
func NewNullableResponsesEnums(val *ResponsesEnums) *NullableResponsesEnums
func (NullableResponsesEnums) Get ¶
func (v NullableResponsesEnums) Get() *ResponsesEnums
func (NullableResponsesEnums) IsSet ¶
func (v NullableResponsesEnums) IsSet() bool
func (NullableResponsesEnums) MarshalJSON ¶
func (v NullableResponsesEnums) MarshalJSON() ([]byte, error)
func (*NullableResponsesEnums) Set ¶
func (v *NullableResponsesEnums) Set(val *ResponsesEnums)
func (*NullableResponsesEnums) UnmarshalJSON ¶
func (v *NullableResponsesEnums) UnmarshalJSON(src []byte) error
func (*NullableResponsesEnums) Unset ¶
func (v *NullableResponsesEnums) Unset()
type NullableResponsesEvent ¶
type NullableResponsesEvent struct {
// contains filtered or unexported fields
}
func NewNullableResponsesEvent ¶
func NewNullableResponsesEvent(val *ResponsesEvent) *NullableResponsesEvent
func (NullableResponsesEvent) Get ¶
func (v NullableResponsesEvent) Get() *ResponsesEvent
func (NullableResponsesEvent) IsSet ¶
func (v NullableResponsesEvent) IsSet() bool
func (NullableResponsesEvent) MarshalJSON ¶
func (v NullableResponsesEvent) MarshalJSON() ([]byte, error)
func (*NullableResponsesEvent) Set ¶
func (v *NullableResponsesEvent) Set(val *ResponsesEvent)
func (*NullableResponsesEvent) UnmarshalJSON ¶
func (v *NullableResponsesEvent) UnmarshalJSON(src []byte) error
func (*NullableResponsesEvent) Unset ¶
func (v *NullableResponsesEvent) Unset()
type NullableResponsesGasPrice ¶
type NullableResponsesGasPrice struct {
// contains filtered or unexported fields
}
func NewNullableResponsesGasPrice ¶
func NewNullableResponsesGasPrice(val *ResponsesGasPrice) *NullableResponsesGasPrice
func (NullableResponsesGasPrice) Get ¶
func (v NullableResponsesGasPrice) Get() *ResponsesGasPrice
func (NullableResponsesGasPrice) IsSet ¶
func (v NullableResponsesGasPrice) IsSet() bool
func (NullableResponsesGasPrice) MarshalJSON ¶
func (v NullableResponsesGasPrice) MarshalJSON() ([]byte, error)
func (*NullableResponsesGasPrice) Set ¶
func (v *NullableResponsesGasPrice) Set(val *ResponsesGasPrice)
func (*NullableResponsesGasPrice) UnmarshalJSON ¶
func (v *NullableResponsesGasPrice) UnmarshalJSON(src []byte) error
func (*NullableResponsesGasPrice) Unset ¶
func (v *NullableResponsesGasPrice) Unset()
type NullableResponsesGrant ¶
type NullableResponsesGrant struct {
// contains filtered or unexported fields
}
func NewNullableResponsesGrant ¶
func NewNullableResponsesGrant(val *ResponsesGrant) *NullableResponsesGrant
func (NullableResponsesGrant) Get ¶
func (v NullableResponsesGrant) Get() *ResponsesGrant
func (NullableResponsesGrant) IsSet ¶
func (v NullableResponsesGrant) IsSet() bool
func (NullableResponsesGrant) MarshalJSON ¶
func (v NullableResponsesGrant) MarshalJSON() ([]byte, error)
func (*NullableResponsesGrant) Set ¶
func (v *NullableResponsesGrant) Set(val *ResponsesGrant)
func (*NullableResponsesGrant) UnmarshalJSON ¶
func (v *NullableResponsesGrant) UnmarshalJSON(src []byte) error
func (*NullableResponsesGrant) Unset ¶
func (v *NullableResponsesGrant) Unset()
type NullableResponsesHistogramItem ¶
type NullableResponsesHistogramItem struct {
// contains filtered or unexported fields
}
func NewNullableResponsesHistogramItem ¶
func NewNullableResponsesHistogramItem(val *ResponsesHistogramItem) *NullableResponsesHistogramItem
func (NullableResponsesHistogramItem) Get ¶
func (v NullableResponsesHistogramItem) Get() *ResponsesHistogramItem
func (NullableResponsesHistogramItem) IsSet ¶
func (v NullableResponsesHistogramItem) IsSet() bool
func (NullableResponsesHistogramItem) MarshalJSON ¶
func (v NullableResponsesHistogramItem) MarshalJSON() ([]byte, error)
func (*NullableResponsesHistogramItem) Set ¶
func (v *NullableResponsesHistogramItem) Set(val *ResponsesHistogramItem)
func (*NullableResponsesHistogramItem) UnmarshalJSON ¶
func (v *NullableResponsesHistogramItem) UnmarshalJSON(src []byte) error
func (*NullableResponsesHistogramItem) Unset ¶
func (v *NullableResponsesHistogramItem) Unset()
type NullableResponsesHyperlaneCounterparty ¶ added in v1.15.1
type NullableResponsesHyperlaneCounterparty struct {
// contains filtered or unexported fields
}
func NewNullableResponsesHyperlaneCounterparty ¶ added in v1.15.1
func NewNullableResponsesHyperlaneCounterparty(val *ResponsesHyperlaneCounterparty) *NullableResponsesHyperlaneCounterparty
func (NullableResponsesHyperlaneCounterparty) Get ¶ added in v1.15.1
func (v NullableResponsesHyperlaneCounterparty) Get() *ResponsesHyperlaneCounterparty
func (NullableResponsesHyperlaneCounterparty) IsSet ¶ added in v1.15.1
func (v NullableResponsesHyperlaneCounterparty) IsSet() bool
func (NullableResponsesHyperlaneCounterparty) MarshalJSON ¶ added in v1.15.1
func (v NullableResponsesHyperlaneCounterparty) MarshalJSON() ([]byte, error)
func (*NullableResponsesHyperlaneCounterparty) Set ¶ added in v1.15.1
func (v *NullableResponsesHyperlaneCounterparty) Set(val *ResponsesHyperlaneCounterparty)
func (*NullableResponsesHyperlaneCounterparty) UnmarshalJSON ¶ added in v1.15.1
func (v *NullableResponsesHyperlaneCounterparty) UnmarshalJSON(src []byte) error
func (*NullableResponsesHyperlaneCounterparty) Unset ¶ added in v1.15.1
func (v *NullableResponsesHyperlaneCounterparty) Unset()
type NullableResponsesHyperlaneMailbox ¶ added in v1.15.1
type NullableResponsesHyperlaneMailbox struct {
// contains filtered or unexported fields
}
func NewNullableResponsesHyperlaneMailbox ¶ added in v1.15.1
func NewNullableResponsesHyperlaneMailbox(val *ResponsesHyperlaneMailbox) *NullableResponsesHyperlaneMailbox
func (NullableResponsesHyperlaneMailbox) Get ¶ added in v1.15.1
func (v NullableResponsesHyperlaneMailbox) Get() *ResponsesHyperlaneMailbox
func (NullableResponsesHyperlaneMailbox) IsSet ¶ added in v1.15.1
func (v NullableResponsesHyperlaneMailbox) IsSet() bool
func (NullableResponsesHyperlaneMailbox) MarshalJSON ¶ added in v1.15.1
func (v NullableResponsesHyperlaneMailbox) MarshalJSON() ([]byte, error)
func (*NullableResponsesHyperlaneMailbox) Set ¶ added in v1.15.1
func (v *NullableResponsesHyperlaneMailbox) Set(val *ResponsesHyperlaneMailbox)
func (*NullableResponsesHyperlaneMailbox) UnmarshalJSON ¶ added in v1.15.1
func (v *NullableResponsesHyperlaneMailbox) UnmarshalJSON(src []byte) error
func (*NullableResponsesHyperlaneMailbox) Unset ¶ added in v1.15.1
func (v *NullableResponsesHyperlaneMailbox) Unset()
type NullableResponsesHyperlaneToken ¶ added in v1.15.1
type NullableResponsesHyperlaneToken struct {
// contains filtered or unexported fields
}
func NewNullableResponsesHyperlaneToken ¶ added in v1.15.1
func NewNullableResponsesHyperlaneToken(val *ResponsesHyperlaneToken) *NullableResponsesHyperlaneToken
func (NullableResponsesHyperlaneToken) Get ¶ added in v1.15.1
func (v NullableResponsesHyperlaneToken) Get() *ResponsesHyperlaneToken
func (NullableResponsesHyperlaneToken) IsSet ¶ added in v1.15.1
func (v NullableResponsesHyperlaneToken) IsSet() bool
func (NullableResponsesHyperlaneToken) MarshalJSON ¶ added in v1.15.1
func (v NullableResponsesHyperlaneToken) MarshalJSON() ([]byte, error)
func (*NullableResponsesHyperlaneToken) Set ¶ added in v1.15.1
func (v *NullableResponsesHyperlaneToken) Set(val *ResponsesHyperlaneToken)
func (*NullableResponsesHyperlaneToken) UnmarshalJSON ¶ added in v1.15.1
func (v *NullableResponsesHyperlaneToken) UnmarshalJSON(src []byte) error
func (*NullableResponsesHyperlaneToken) Unset ¶ added in v1.15.1
func (v *NullableResponsesHyperlaneToken) Unset()
type NullableResponsesHyperlaneTransfer ¶ added in v1.15.1
type NullableResponsesHyperlaneTransfer struct {
// contains filtered or unexported fields
}
func NewNullableResponsesHyperlaneTransfer ¶ added in v1.15.1
func NewNullableResponsesHyperlaneTransfer(val *ResponsesHyperlaneTransfer) *NullableResponsesHyperlaneTransfer
func (NullableResponsesHyperlaneTransfer) Get ¶ added in v1.15.1
func (v NullableResponsesHyperlaneTransfer) Get() *ResponsesHyperlaneTransfer
func (NullableResponsesHyperlaneTransfer) IsSet ¶ added in v1.15.1
func (v NullableResponsesHyperlaneTransfer) IsSet() bool
func (NullableResponsesHyperlaneTransfer) MarshalJSON ¶ added in v1.15.1
func (v NullableResponsesHyperlaneTransfer) MarshalJSON() ([]byte, error)
func (*NullableResponsesHyperlaneTransfer) Set ¶ added in v1.15.1
func (v *NullableResponsesHyperlaneTransfer) Set(val *ResponsesHyperlaneTransfer)
func (*NullableResponsesHyperlaneTransfer) UnmarshalJSON ¶ added in v1.15.1
func (v *NullableResponsesHyperlaneTransfer) UnmarshalJSON(src []byte) error
func (*NullableResponsesHyperlaneTransfer) Unset ¶ added in v1.15.1
func (v *NullableResponsesHyperlaneTransfer) Unset()
type NullableResponsesIbcChainStats ¶ added in v1.14.0
type NullableResponsesIbcChainStats struct {
// contains filtered or unexported fields
}
func NewNullableResponsesIbcChainStats ¶ added in v1.14.0
func NewNullableResponsesIbcChainStats(val *ResponsesIbcChainStats) *NullableResponsesIbcChainStats
func (NullableResponsesIbcChainStats) Get ¶ added in v1.14.0
func (v NullableResponsesIbcChainStats) Get() *ResponsesIbcChainStats
func (NullableResponsesIbcChainStats) IsSet ¶ added in v1.14.0
func (v NullableResponsesIbcChainStats) IsSet() bool
func (NullableResponsesIbcChainStats) MarshalJSON ¶ added in v1.14.0
func (v NullableResponsesIbcChainStats) MarshalJSON() ([]byte, error)
func (*NullableResponsesIbcChainStats) Set ¶ added in v1.14.0
func (v *NullableResponsesIbcChainStats) Set(val *ResponsesIbcChainStats)
func (*NullableResponsesIbcChainStats) UnmarshalJSON ¶ added in v1.14.0
func (v *NullableResponsesIbcChainStats) UnmarshalJSON(src []byte) error
func (*NullableResponsesIbcChainStats) Unset ¶ added in v1.14.0
func (v *NullableResponsesIbcChainStats) Unset()
type NullableResponsesIbcChannel ¶ added in v1.14.0
type NullableResponsesIbcChannel struct {
// contains filtered or unexported fields
}
func NewNullableResponsesIbcChannel ¶ added in v1.14.0
func NewNullableResponsesIbcChannel(val *ResponsesIbcChannel) *NullableResponsesIbcChannel
func (NullableResponsesIbcChannel) Get ¶ added in v1.14.0
func (v NullableResponsesIbcChannel) Get() *ResponsesIbcChannel
func (NullableResponsesIbcChannel) IsSet ¶ added in v1.14.0
func (v NullableResponsesIbcChannel) IsSet() bool
func (NullableResponsesIbcChannel) MarshalJSON ¶ added in v1.14.0
func (v NullableResponsesIbcChannel) MarshalJSON() ([]byte, error)
func (*NullableResponsesIbcChannel) Set ¶ added in v1.14.0
func (v *NullableResponsesIbcChannel) Set(val *ResponsesIbcChannel)
func (*NullableResponsesIbcChannel) UnmarshalJSON ¶ added in v1.14.0
func (v *NullableResponsesIbcChannel) UnmarshalJSON(src []byte) error
func (*NullableResponsesIbcChannel) Unset ¶ added in v1.14.0
func (v *NullableResponsesIbcChannel) Unset()
type NullableResponsesIbcClient ¶ added in v1.14.0
type NullableResponsesIbcClient struct {
// contains filtered or unexported fields
}
func NewNullableResponsesIbcClient ¶ added in v1.14.0
func NewNullableResponsesIbcClient(val *ResponsesIbcClient) *NullableResponsesIbcClient
func (NullableResponsesIbcClient) Get ¶ added in v1.14.0
func (v NullableResponsesIbcClient) Get() *ResponsesIbcClient
func (NullableResponsesIbcClient) IsSet ¶ added in v1.14.0
func (v NullableResponsesIbcClient) IsSet() bool
func (NullableResponsesIbcClient) MarshalJSON ¶ added in v1.14.0
func (v NullableResponsesIbcClient) MarshalJSON() ([]byte, error)
func (*NullableResponsesIbcClient) Set ¶ added in v1.14.0
func (v *NullableResponsesIbcClient) Set(val *ResponsesIbcClient)
func (*NullableResponsesIbcClient) UnmarshalJSON ¶ added in v1.14.0
func (v *NullableResponsesIbcClient) UnmarshalJSON(src []byte) error
func (*NullableResponsesIbcClient) Unset ¶ added in v1.14.0
func (v *NullableResponsesIbcClient) Unset()
type NullableResponsesIbcConnection ¶ added in v1.14.0
type NullableResponsesIbcConnection struct {
// contains filtered or unexported fields
}
func NewNullableResponsesIbcConnection ¶ added in v1.14.0
func NewNullableResponsesIbcConnection(val *ResponsesIbcConnection) *NullableResponsesIbcConnection
func (NullableResponsesIbcConnection) Get ¶ added in v1.14.0
func (v NullableResponsesIbcConnection) Get() *ResponsesIbcConnection
func (NullableResponsesIbcConnection) IsSet ¶ added in v1.14.0
func (v NullableResponsesIbcConnection) IsSet() bool
func (NullableResponsesIbcConnection) MarshalJSON ¶ added in v1.14.0
func (v NullableResponsesIbcConnection) MarshalJSON() ([]byte, error)
func (*NullableResponsesIbcConnection) Set ¶ added in v1.14.0
func (v *NullableResponsesIbcConnection) Set(val *ResponsesIbcConnection)
func (*NullableResponsesIbcConnection) UnmarshalJSON ¶ added in v1.14.0
func (v *NullableResponsesIbcConnection) UnmarshalJSON(src []byte) error
func (*NullableResponsesIbcConnection) Unset ¶ added in v1.14.0
func (v *NullableResponsesIbcConnection) Unset()
type NullableResponsesIbcTransfer ¶ added in v1.14.0
type NullableResponsesIbcTransfer struct {
// contains filtered or unexported fields
}
func NewNullableResponsesIbcTransfer ¶ added in v1.14.0
func NewNullableResponsesIbcTransfer(val *ResponsesIbcTransfer) *NullableResponsesIbcTransfer
func (NullableResponsesIbcTransfer) Get ¶ added in v1.14.0
func (v NullableResponsesIbcTransfer) Get() *ResponsesIbcTransfer
func (NullableResponsesIbcTransfer) IsSet ¶ added in v1.14.0
func (v NullableResponsesIbcTransfer) IsSet() bool
func (NullableResponsesIbcTransfer) MarshalJSON ¶ added in v1.14.0
func (v NullableResponsesIbcTransfer) MarshalJSON() ([]byte, error)
func (*NullableResponsesIbcTransfer) Set ¶ added in v1.14.0
func (v *NullableResponsesIbcTransfer) Set(val *ResponsesIbcTransfer)
func (*NullableResponsesIbcTransfer) UnmarshalJSON ¶ added in v1.14.0
func (v *NullableResponsesIbcTransfer) UnmarshalJSON(src []byte) error
func (*NullableResponsesIbcTransfer) Unset ¶ added in v1.14.0
func (v *NullableResponsesIbcTransfer) Unset()
type NullableResponsesJail ¶
type NullableResponsesJail struct {
// contains filtered or unexported fields
}
func NewNullableResponsesJail ¶
func NewNullableResponsesJail(val *ResponsesJail) *NullableResponsesJail
func (NullableResponsesJail) Get ¶
func (v NullableResponsesJail) Get() *ResponsesJail
func (NullableResponsesJail) IsSet ¶
func (v NullableResponsesJail) IsSet() bool
func (NullableResponsesJail) MarshalJSON ¶
func (v NullableResponsesJail) MarshalJSON() ([]byte, error)
func (*NullableResponsesJail) Set ¶
func (v *NullableResponsesJail) Set(val *ResponsesJail)
func (*NullableResponsesJail) UnmarshalJSON ¶
func (v *NullableResponsesJail) UnmarshalJSON(src []byte) error
func (*NullableResponsesJail) Unset ¶
func (v *NullableResponsesJail) Unset()
type NullableResponsesLightBlobLog ¶
type NullableResponsesLightBlobLog struct {
// contains filtered or unexported fields
}
func NewNullableResponsesLightBlobLog ¶
func NewNullableResponsesLightBlobLog(val *ResponsesLightBlobLog) *NullableResponsesLightBlobLog
func (NullableResponsesLightBlobLog) Get ¶
func (v NullableResponsesLightBlobLog) Get() *ResponsesLightBlobLog
func (NullableResponsesLightBlobLog) IsSet ¶
func (v NullableResponsesLightBlobLog) IsSet() bool
func (NullableResponsesLightBlobLog) MarshalJSON ¶
func (v NullableResponsesLightBlobLog) MarshalJSON() ([]byte, error)
func (*NullableResponsesLightBlobLog) Set ¶
func (v *NullableResponsesLightBlobLog) Set(val *ResponsesLightBlobLog)
func (*NullableResponsesLightBlobLog) UnmarshalJSON ¶
func (v *NullableResponsesLightBlobLog) UnmarshalJSON(src []byte) error
func (*NullableResponsesLightBlobLog) Unset ¶
func (v *NullableResponsesLightBlobLog) Unset()
type NullableResponsesMessage ¶
type NullableResponsesMessage struct {
// contains filtered or unexported fields
}
func NewNullableResponsesMessage ¶
func NewNullableResponsesMessage(val *ResponsesMessage) *NullableResponsesMessage
func (NullableResponsesMessage) Get ¶
func (v NullableResponsesMessage) Get() *ResponsesMessage
func (NullableResponsesMessage) IsSet ¶
func (v NullableResponsesMessage) IsSet() bool
func (NullableResponsesMessage) MarshalJSON ¶
func (v NullableResponsesMessage) MarshalJSON() ([]byte, error)
func (*NullableResponsesMessage) Set ¶
func (v *NullableResponsesMessage) Set(val *ResponsesMessage)
func (*NullableResponsesMessage) UnmarshalJSON ¶
func (v *NullableResponsesMessage) UnmarshalJSON(src []byte) error
func (*NullableResponsesMessage) Unset ¶
func (v *NullableResponsesMessage) Unset()
type NullableResponsesMessageForAddress ¶
type NullableResponsesMessageForAddress struct {
// contains filtered or unexported fields
}
func NewNullableResponsesMessageForAddress ¶
func NewNullableResponsesMessageForAddress(val *ResponsesMessageForAddress) *NullableResponsesMessageForAddress
func (NullableResponsesMessageForAddress) Get ¶
func (v NullableResponsesMessageForAddress) Get() *ResponsesMessageForAddress
func (NullableResponsesMessageForAddress) IsSet ¶
func (v NullableResponsesMessageForAddress) IsSet() bool
func (NullableResponsesMessageForAddress) MarshalJSON ¶
func (v NullableResponsesMessageForAddress) MarshalJSON() ([]byte, error)
func (*NullableResponsesMessageForAddress) Set ¶
func (v *NullableResponsesMessageForAddress) Set(val *ResponsesMessageForAddress)
func (*NullableResponsesMessageForAddress) UnmarshalJSON ¶
func (v *NullableResponsesMessageForAddress) UnmarshalJSON(src []byte) error
func (*NullableResponsesMessageForAddress) Unset ¶
func (v *NullableResponsesMessageForAddress) Unset()
type NullableResponsesNamespace ¶
type NullableResponsesNamespace struct {
// contains filtered or unexported fields
}
func NewNullableResponsesNamespace ¶
func NewNullableResponsesNamespace(val *ResponsesNamespace) *NullableResponsesNamespace
func (NullableResponsesNamespace) Get ¶
func (v NullableResponsesNamespace) Get() *ResponsesNamespace
func (NullableResponsesNamespace) IsSet ¶
func (v NullableResponsesNamespace) IsSet() bool
func (NullableResponsesNamespace) MarshalJSON ¶
func (v NullableResponsesNamespace) MarshalJSON() ([]byte, error)
func (*NullableResponsesNamespace) Set ¶
func (v *NullableResponsesNamespace) Set(val *ResponsesNamespace)
func (*NullableResponsesNamespace) UnmarshalJSON ¶
func (v *NullableResponsesNamespace) UnmarshalJSON(src []byte) error
func (*NullableResponsesNamespace) Unset ¶
func (v *NullableResponsesNamespace) Unset()
type NullableResponsesNamespaceKind ¶
type NullableResponsesNamespaceKind struct {
// contains filtered or unexported fields
}
func NewNullableResponsesNamespaceKind ¶
func NewNullableResponsesNamespaceKind(val *ResponsesNamespaceKind) *NullableResponsesNamespaceKind
func (NullableResponsesNamespaceKind) Get ¶
func (v NullableResponsesNamespaceKind) Get() *ResponsesNamespaceKind
func (NullableResponsesNamespaceKind) IsSet ¶
func (v NullableResponsesNamespaceKind) IsSet() bool
func (NullableResponsesNamespaceKind) MarshalJSON ¶
func (v NullableResponsesNamespaceKind) MarshalJSON() ([]byte, error)
func (*NullableResponsesNamespaceKind) Set ¶
func (v *NullableResponsesNamespaceKind) Set(val *ResponsesNamespaceKind)
func (*NullableResponsesNamespaceKind) UnmarshalJSON ¶
func (v *NullableResponsesNamespaceKind) UnmarshalJSON(src []byte) error
func (*NullableResponsesNamespaceKind) Unset ¶
func (v *NullableResponsesNamespaceKind) Unset()
type NullableResponsesNamespaceMessage ¶
type NullableResponsesNamespaceMessage struct {
// contains filtered or unexported fields
}
func NewNullableResponsesNamespaceMessage ¶
func NewNullableResponsesNamespaceMessage(val *ResponsesNamespaceMessage) *NullableResponsesNamespaceMessage
func (NullableResponsesNamespaceMessage) Get ¶
func (v NullableResponsesNamespaceMessage) Get() *ResponsesNamespaceMessage
func (NullableResponsesNamespaceMessage) IsSet ¶
func (v NullableResponsesNamespaceMessage) IsSet() bool
func (NullableResponsesNamespaceMessage) MarshalJSON ¶
func (v NullableResponsesNamespaceMessage) MarshalJSON() ([]byte, error)
func (*NullableResponsesNamespaceMessage) Set ¶
func (v *NullableResponsesNamespaceMessage) Set(val *ResponsesNamespaceMessage)
func (*NullableResponsesNamespaceMessage) UnmarshalJSON ¶
func (v *NullableResponsesNamespaceMessage) UnmarshalJSON(src []byte) error
func (*NullableResponsesNamespaceMessage) Unset ¶
func (v *NullableResponsesNamespaceMessage) Unset()
type NullableResponsesNamespaceUsage ¶
type NullableResponsesNamespaceUsage struct {
// contains filtered or unexported fields
}
func NewNullableResponsesNamespaceUsage ¶
func NewNullableResponsesNamespaceUsage(val *ResponsesNamespaceUsage) *NullableResponsesNamespaceUsage
func (NullableResponsesNamespaceUsage) Get ¶
func (v NullableResponsesNamespaceUsage) Get() *ResponsesNamespaceUsage
func (NullableResponsesNamespaceUsage) IsSet ¶
func (v NullableResponsesNamespaceUsage) IsSet() bool
func (NullableResponsesNamespaceUsage) MarshalJSON ¶
func (v NullableResponsesNamespaceUsage) MarshalJSON() ([]byte, error)
func (*NullableResponsesNamespaceUsage) Set ¶
func (v *NullableResponsesNamespaceUsage) Set(val *ResponsesNamespaceUsage)
func (*NullableResponsesNamespaceUsage) UnmarshalJSON ¶
func (v *NullableResponsesNamespaceUsage) UnmarshalJSON(src []byte) error
func (*NullableResponsesNamespaceUsage) Unset ¶
func (v *NullableResponsesNamespaceUsage) Unset()
type NullableResponsesODS ¶
type NullableResponsesODS struct {
// contains filtered or unexported fields
}
func NewNullableResponsesODS ¶
func NewNullableResponsesODS(val *ResponsesODS) *NullableResponsesODS
func (NullableResponsesODS) Get ¶
func (v NullableResponsesODS) Get() *ResponsesODS
func (NullableResponsesODS) IsSet ¶
func (v NullableResponsesODS) IsSet() bool
func (NullableResponsesODS) MarshalJSON ¶
func (v NullableResponsesODS) MarshalJSON() ([]byte, error)
func (*NullableResponsesODS) Set ¶
func (v *NullableResponsesODS) Set(val *ResponsesODS)
func (*NullableResponsesODS) UnmarshalJSON ¶
func (v *NullableResponsesODS) UnmarshalJSON(src []byte) error
func (*NullableResponsesODS) Unset ¶
func (v *NullableResponsesODS) Unset()
type NullableResponsesODSItem ¶
type NullableResponsesODSItem struct {
// contains filtered or unexported fields
}
func NewNullableResponsesODSItem ¶
func NewNullableResponsesODSItem(val *ResponsesODSItem) *NullableResponsesODSItem
func (NullableResponsesODSItem) Get ¶
func (v NullableResponsesODSItem) Get() *ResponsesODSItem
func (NullableResponsesODSItem) IsSet ¶
func (v NullableResponsesODSItem) IsSet() bool
func (NullableResponsesODSItem) MarshalJSON ¶
func (v NullableResponsesODSItem) MarshalJSON() ([]byte, error)
func (*NullableResponsesODSItem) Set ¶
func (v *NullableResponsesODSItem) Set(val *ResponsesODSItem)
func (*NullableResponsesODSItem) UnmarshalJSON ¶
func (v *NullableResponsesODSItem) UnmarshalJSON(src []byte) error
func (*NullableResponsesODSItem) Unset ¶
func (v *NullableResponsesODSItem) Unset()
type NullableResponsesProposal ¶ added in v1.12.1
type NullableResponsesProposal struct {
// contains filtered or unexported fields
}
func NewNullableResponsesProposal ¶ added in v1.12.1
func NewNullableResponsesProposal(val *ResponsesProposal) *NullableResponsesProposal
func (NullableResponsesProposal) Get ¶ added in v1.12.1
func (v NullableResponsesProposal) Get() *ResponsesProposal
func (NullableResponsesProposal) IsSet ¶ added in v1.12.1
func (v NullableResponsesProposal) IsSet() bool
func (NullableResponsesProposal) MarshalJSON ¶ added in v1.12.1
func (v NullableResponsesProposal) MarshalJSON() ([]byte, error)
func (*NullableResponsesProposal) Set ¶ added in v1.12.1
func (v *NullableResponsesProposal) Set(val *ResponsesProposal)
func (*NullableResponsesProposal) UnmarshalJSON ¶ added in v1.12.1
func (v *NullableResponsesProposal) UnmarshalJSON(src []byte) error
func (*NullableResponsesProposal) Unset ¶ added in v1.12.1
func (v *NullableResponsesProposal) Unset()
type NullableResponsesRedelegation ¶
type NullableResponsesRedelegation struct {
// contains filtered or unexported fields
}
func NewNullableResponsesRedelegation ¶
func NewNullableResponsesRedelegation(val *ResponsesRedelegation) *NullableResponsesRedelegation
func (NullableResponsesRedelegation) Get ¶
func (v NullableResponsesRedelegation) Get() *ResponsesRedelegation
func (NullableResponsesRedelegation) IsSet ¶
func (v NullableResponsesRedelegation) IsSet() bool
func (NullableResponsesRedelegation) MarshalJSON ¶
func (v NullableResponsesRedelegation) MarshalJSON() ([]byte, error)
func (*NullableResponsesRedelegation) Set ¶
func (v *NullableResponsesRedelegation) Set(val *ResponsesRedelegation)
func (*NullableResponsesRedelegation) UnmarshalJSON ¶
func (v *NullableResponsesRedelegation) UnmarshalJSON(src []byte) error
func (*NullableResponsesRedelegation) Unset ¶
func (v *NullableResponsesRedelegation) Unset()
type NullableResponsesRollup ¶
type NullableResponsesRollup struct {
// contains filtered or unexported fields
}
func NewNullableResponsesRollup ¶
func NewNullableResponsesRollup(val *ResponsesRollup) *NullableResponsesRollup
func (NullableResponsesRollup) Get ¶
func (v NullableResponsesRollup) Get() *ResponsesRollup
func (NullableResponsesRollup) IsSet ¶
func (v NullableResponsesRollup) IsSet() bool
func (NullableResponsesRollup) MarshalJSON ¶
func (v NullableResponsesRollup) MarshalJSON() ([]byte, error)
func (*NullableResponsesRollup) Set ¶
func (v *NullableResponsesRollup) Set(val *ResponsesRollup)
func (*NullableResponsesRollup) UnmarshalJSON ¶
func (v *NullableResponsesRollup) UnmarshalJSON(src []byte) error
func (*NullableResponsesRollup) Unset ¶
func (v *NullableResponsesRollup) Unset()
type NullableResponsesRollupAllSeriesItem ¶
type NullableResponsesRollupAllSeriesItem struct {
// contains filtered or unexported fields
}
func NewNullableResponsesRollupAllSeriesItem ¶
func NewNullableResponsesRollupAllSeriesItem(val *ResponsesRollupAllSeriesItem) *NullableResponsesRollupAllSeriesItem
func (NullableResponsesRollupAllSeriesItem) Get ¶
func (v NullableResponsesRollupAllSeriesItem) Get() *ResponsesRollupAllSeriesItem
func (NullableResponsesRollupAllSeriesItem) IsSet ¶
func (v NullableResponsesRollupAllSeriesItem) IsSet() bool
func (NullableResponsesRollupAllSeriesItem) MarshalJSON ¶
func (v NullableResponsesRollupAllSeriesItem) MarshalJSON() ([]byte, error)
func (*NullableResponsesRollupAllSeriesItem) Set ¶
func (v *NullableResponsesRollupAllSeriesItem) Set(val *ResponsesRollupAllSeriesItem)
func (*NullableResponsesRollupAllSeriesItem) UnmarshalJSON ¶
func (v *NullableResponsesRollupAllSeriesItem) UnmarshalJSON(src []byte) error
func (*NullableResponsesRollupAllSeriesItem) Unset ¶
func (v *NullableResponsesRollupAllSeriesItem) Unset()
type NullableResponsesRollupAllSeriesResponse ¶ added in v1.11.0
type NullableResponsesRollupAllSeriesResponse struct {
// contains filtered or unexported fields
}
func NewNullableResponsesRollupAllSeriesResponse ¶ added in v1.11.0
func NewNullableResponsesRollupAllSeriesResponse(val *ResponsesRollupAllSeriesResponse) *NullableResponsesRollupAllSeriesResponse
func (NullableResponsesRollupAllSeriesResponse) IsSet ¶ added in v1.11.0
func (v NullableResponsesRollupAllSeriesResponse) IsSet() bool
func (NullableResponsesRollupAllSeriesResponse) MarshalJSON ¶ added in v1.11.0
func (v NullableResponsesRollupAllSeriesResponse) MarshalJSON() ([]byte, error)
func (*NullableResponsesRollupAllSeriesResponse) Set ¶ added in v1.11.0
func (v *NullableResponsesRollupAllSeriesResponse) Set(val *ResponsesRollupAllSeriesResponse)
func (*NullableResponsesRollupAllSeriesResponse) UnmarshalJSON ¶ added in v1.11.0
func (v *NullableResponsesRollupAllSeriesResponse) UnmarshalJSON(src []byte) error
func (*NullableResponsesRollupAllSeriesResponse) Unset ¶ added in v1.11.0
func (v *NullableResponsesRollupAllSeriesResponse) Unset()
type NullableResponsesRollupGroupedStats ¶ added in v1.10.9
type NullableResponsesRollupGroupedStats struct {
// contains filtered or unexported fields
}
func NewNullableResponsesRollupGroupedStats ¶ added in v1.10.9
func NewNullableResponsesRollupGroupedStats(val *ResponsesRollupGroupedStats) *NullableResponsesRollupGroupedStats
func (NullableResponsesRollupGroupedStats) Get ¶ added in v1.10.9
func (v NullableResponsesRollupGroupedStats) Get() *ResponsesRollupGroupedStats
func (NullableResponsesRollupGroupedStats) IsSet ¶ added in v1.10.9
func (v NullableResponsesRollupGroupedStats) IsSet() bool
func (NullableResponsesRollupGroupedStats) MarshalJSON ¶ added in v1.10.9
func (v NullableResponsesRollupGroupedStats) MarshalJSON() ([]byte, error)
func (*NullableResponsesRollupGroupedStats) Set ¶ added in v1.10.9
func (v *NullableResponsesRollupGroupedStats) Set(val *ResponsesRollupGroupedStats)
func (*NullableResponsesRollupGroupedStats) UnmarshalJSON ¶ added in v1.10.9
func (v *NullableResponsesRollupGroupedStats) UnmarshalJSON(src []byte) error
func (*NullableResponsesRollupGroupedStats) Unset ¶ added in v1.10.9
func (v *NullableResponsesRollupGroupedStats) Unset()
type NullableResponsesRollupStats24h ¶
type NullableResponsesRollupStats24h struct {
// contains filtered or unexported fields
}
func NewNullableResponsesRollupStats24h ¶
func NewNullableResponsesRollupStats24h(val *ResponsesRollupStats24h) *NullableResponsesRollupStats24h
func (NullableResponsesRollupStats24h) Get ¶
func (v NullableResponsesRollupStats24h) Get() *ResponsesRollupStats24h
func (NullableResponsesRollupStats24h) IsSet ¶
func (v NullableResponsesRollupStats24h) IsSet() bool
func (NullableResponsesRollupStats24h) MarshalJSON ¶
func (v NullableResponsesRollupStats24h) MarshalJSON() ([]byte, error)
func (*NullableResponsesRollupStats24h) Set ¶
func (v *NullableResponsesRollupStats24h) Set(val *ResponsesRollupStats24h)
func (*NullableResponsesRollupStats24h) UnmarshalJSON ¶
func (v *NullableResponsesRollupStats24h) UnmarshalJSON(src []byte) error
func (*NullableResponsesRollupStats24h) Unset ¶
func (v *NullableResponsesRollupStats24h) Unset()
type NullableResponsesRollupWithDayStats ¶
type NullableResponsesRollupWithDayStats struct {
// contains filtered or unexported fields
}
func NewNullableResponsesRollupWithDayStats ¶
func NewNullableResponsesRollupWithDayStats(val *ResponsesRollupWithDayStats) *NullableResponsesRollupWithDayStats
func (NullableResponsesRollupWithDayStats) Get ¶
func (v NullableResponsesRollupWithDayStats) Get() *ResponsesRollupWithDayStats
func (NullableResponsesRollupWithDayStats) IsSet ¶
func (v NullableResponsesRollupWithDayStats) IsSet() bool
func (NullableResponsesRollupWithDayStats) MarshalJSON ¶
func (v NullableResponsesRollupWithDayStats) MarshalJSON() ([]byte, error)
func (*NullableResponsesRollupWithDayStats) Set ¶
func (v *NullableResponsesRollupWithDayStats) Set(val *ResponsesRollupWithDayStats)
func (*NullableResponsesRollupWithDayStats) UnmarshalJSON ¶
func (v *NullableResponsesRollupWithDayStats) UnmarshalJSON(src []byte) error
func (*NullableResponsesRollupWithDayStats) Unset ¶
func (v *NullableResponsesRollupWithDayStats) Unset()
type NullableResponsesRollupWithStats ¶
type NullableResponsesRollupWithStats struct {
// contains filtered or unexported fields
}
func NewNullableResponsesRollupWithStats ¶
func NewNullableResponsesRollupWithStats(val *ResponsesRollupWithStats) *NullableResponsesRollupWithStats
func (NullableResponsesRollupWithStats) Get ¶
func (v NullableResponsesRollupWithStats) Get() *ResponsesRollupWithStats
func (NullableResponsesRollupWithStats) IsSet ¶
func (v NullableResponsesRollupWithStats) IsSet() bool
func (NullableResponsesRollupWithStats) MarshalJSON ¶
func (v NullableResponsesRollupWithStats) MarshalJSON() ([]byte, error)
func (*NullableResponsesRollupWithStats) Set ¶
func (v *NullableResponsesRollupWithStats) Set(val *ResponsesRollupWithStats)
func (*NullableResponsesRollupWithStats) UnmarshalJSON ¶
func (v *NullableResponsesRollupWithStats) UnmarshalJSON(src []byte) error
func (*NullableResponsesRollupWithStats) Unset ¶
func (v *NullableResponsesRollupWithStats) Unset()
type NullableResponsesSearchItem ¶
type NullableResponsesSearchItem struct {
// contains filtered or unexported fields
}
func NewNullableResponsesSearchItem ¶
func NewNullableResponsesSearchItem(val *ResponsesSearchItem) *NullableResponsesSearchItem
func (NullableResponsesSearchItem) Get ¶
func (v NullableResponsesSearchItem) Get() *ResponsesSearchItem
func (NullableResponsesSearchItem) IsSet ¶
func (v NullableResponsesSearchItem) IsSet() bool
func (NullableResponsesSearchItem) MarshalJSON ¶
func (v NullableResponsesSearchItem) MarshalJSON() ([]byte, error)
func (*NullableResponsesSearchItem) Set ¶
func (v *NullableResponsesSearchItem) Set(val *ResponsesSearchItem)
func (*NullableResponsesSearchItem) UnmarshalJSON ¶
func (v *NullableResponsesSearchItem) UnmarshalJSON(src []byte) error
func (*NullableResponsesSearchItem) Unset ¶
func (v *NullableResponsesSearchItem) Unset()
type NullableResponsesSeriesItem ¶
type NullableResponsesSeriesItem struct {
// contains filtered or unexported fields
}
func NewNullableResponsesSeriesItem ¶
func NewNullableResponsesSeriesItem(val *ResponsesSeriesItem) *NullableResponsesSeriesItem
func (NullableResponsesSeriesItem) Get ¶
func (v NullableResponsesSeriesItem) Get() *ResponsesSeriesItem
func (NullableResponsesSeriesItem) IsSet ¶
func (v NullableResponsesSeriesItem) IsSet() bool
func (NullableResponsesSeriesItem) MarshalJSON ¶
func (v NullableResponsesSeriesItem) MarshalJSON() ([]byte, error)
func (*NullableResponsesSeriesItem) Set ¶
func (v *NullableResponsesSeriesItem) Set(val *ResponsesSeriesItem)
func (*NullableResponsesSeriesItem) UnmarshalJSON ¶
func (v *NullableResponsesSeriesItem) UnmarshalJSON(src []byte) error
func (*NullableResponsesSeriesItem) Unset ¶
func (v *NullableResponsesSeriesItem) Unset()
type NullableResponsesShortAddress ¶ added in v1.10.18
type NullableResponsesShortAddress struct {
// contains filtered or unexported fields
}
func NewNullableResponsesShortAddress ¶ added in v1.10.18
func NewNullableResponsesShortAddress(val *ResponsesShortAddress) *NullableResponsesShortAddress
func (NullableResponsesShortAddress) Get ¶ added in v1.10.18
func (v NullableResponsesShortAddress) Get() *ResponsesShortAddress
func (NullableResponsesShortAddress) IsSet ¶ added in v1.10.18
func (v NullableResponsesShortAddress) IsSet() bool
func (NullableResponsesShortAddress) MarshalJSON ¶ added in v1.10.18
func (v NullableResponsesShortAddress) MarshalJSON() ([]byte, error)
func (*NullableResponsesShortAddress) Set ¶ added in v1.10.18
func (v *NullableResponsesShortAddress) Set(val *ResponsesShortAddress)
func (*NullableResponsesShortAddress) UnmarshalJSON ¶ added in v1.10.18
func (v *NullableResponsesShortAddress) UnmarshalJSON(src []byte) error
func (*NullableResponsesShortAddress) Unset ¶ added in v1.10.18
func (v *NullableResponsesShortAddress) Unset()
type NullableResponsesShortIbcClient ¶ added in v1.14.0
type NullableResponsesShortIbcClient struct {
// contains filtered or unexported fields
}
func NewNullableResponsesShortIbcClient ¶ added in v1.14.0
func NewNullableResponsesShortIbcClient(val *ResponsesShortIbcClient) *NullableResponsesShortIbcClient
func (NullableResponsesShortIbcClient) Get ¶ added in v1.14.0
func (v NullableResponsesShortIbcClient) Get() *ResponsesShortIbcClient
func (NullableResponsesShortIbcClient) IsSet ¶ added in v1.14.0
func (v NullableResponsesShortIbcClient) IsSet() bool
func (NullableResponsesShortIbcClient) MarshalJSON ¶ added in v1.14.0
func (v NullableResponsesShortIbcClient) MarshalJSON() ([]byte, error)
func (*NullableResponsesShortIbcClient) Set ¶ added in v1.14.0
func (v *NullableResponsesShortIbcClient) Set(val *ResponsesShortIbcClient)
func (*NullableResponsesShortIbcClient) UnmarshalJSON ¶ added in v1.14.0
func (v *NullableResponsesShortIbcClient) UnmarshalJSON(src []byte) error
func (*NullableResponsesShortIbcClient) Unset ¶ added in v1.14.0
func (v *NullableResponsesShortIbcClient) Unset()
type NullableResponsesShortRollup ¶
type NullableResponsesShortRollup struct {
// contains filtered or unexported fields
}
func NewNullableResponsesShortRollup ¶
func NewNullableResponsesShortRollup(val *ResponsesShortRollup) *NullableResponsesShortRollup
func (NullableResponsesShortRollup) Get ¶
func (v NullableResponsesShortRollup) Get() *ResponsesShortRollup
func (NullableResponsesShortRollup) IsSet ¶
func (v NullableResponsesShortRollup) IsSet() bool
func (NullableResponsesShortRollup) MarshalJSON ¶
func (v NullableResponsesShortRollup) MarshalJSON() ([]byte, error)
func (*NullableResponsesShortRollup) Set ¶
func (v *NullableResponsesShortRollup) Set(val *ResponsesShortRollup)
func (*NullableResponsesShortRollup) UnmarshalJSON ¶
func (v *NullableResponsesShortRollup) UnmarshalJSON(src []byte) error
func (*NullableResponsesShortRollup) Unset ¶
func (v *NullableResponsesShortRollup) Unset()
type NullableResponsesShortValidator ¶
type NullableResponsesShortValidator struct {
// contains filtered or unexported fields
}
func NewNullableResponsesShortValidator ¶
func NewNullableResponsesShortValidator(val *ResponsesShortValidator) *NullableResponsesShortValidator
func (NullableResponsesShortValidator) Get ¶
func (v NullableResponsesShortValidator) Get() *ResponsesShortValidator
func (NullableResponsesShortValidator) IsSet ¶
func (v NullableResponsesShortValidator) IsSet() bool
func (NullableResponsesShortValidator) MarshalJSON ¶
func (v NullableResponsesShortValidator) MarshalJSON() ([]byte, error)
func (*NullableResponsesShortValidator) Set ¶
func (v *NullableResponsesShortValidator) Set(val *ResponsesShortValidator)
func (*NullableResponsesShortValidator) UnmarshalJSON ¶
func (v *NullableResponsesShortValidator) UnmarshalJSON(src []byte) error
func (*NullableResponsesShortValidator) Unset ¶
func (v *NullableResponsesShortValidator) Unset()
type NullableResponsesSignedBlocks ¶
type NullableResponsesSignedBlocks struct {
// contains filtered or unexported fields
}
func NewNullableResponsesSignedBlocks ¶
func NewNullableResponsesSignedBlocks(val *ResponsesSignedBlocks) *NullableResponsesSignedBlocks
func (NullableResponsesSignedBlocks) Get ¶
func (v NullableResponsesSignedBlocks) Get() *ResponsesSignedBlocks
func (NullableResponsesSignedBlocks) IsSet ¶
func (v NullableResponsesSignedBlocks) IsSet() bool
func (NullableResponsesSignedBlocks) MarshalJSON ¶
func (v NullableResponsesSignedBlocks) MarshalJSON() ([]byte, error)
func (*NullableResponsesSignedBlocks) Set ¶
func (v *NullableResponsesSignedBlocks) Set(val *ResponsesSignedBlocks)
func (*NullableResponsesSignedBlocks) UnmarshalJSON ¶
func (v *NullableResponsesSignedBlocks) UnmarshalJSON(src []byte) error
func (*NullableResponsesSignedBlocks) Unset ¶
func (v *NullableResponsesSignedBlocks) Unset()
type NullableResponsesSizeGroup ¶ added in v1.11.4
type NullableResponsesSizeGroup struct {
// contains filtered or unexported fields
}
func NewNullableResponsesSizeGroup ¶ added in v1.11.4
func NewNullableResponsesSizeGroup(val *ResponsesSizeGroup) *NullableResponsesSizeGroup
func (NullableResponsesSizeGroup) Get ¶ added in v1.11.4
func (v NullableResponsesSizeGroup) Get() *ResponsesSizeGroup
func (NullableResponsesSizeGroup) IsSet ¶ added in v1.11.4
func (v NullableResponsesSizeGroup) IsSet() bool
func (NullableResponsesSizeGroup) MarshalJSON ¶ added in v1.11.4
func (v NullableResponsesSizeGroup) MarshalJSON() ([]byte, error)
func (*NullableResponsesSizeGroup) Set ¶ added in v1.11.4
func (v *NullableResponsesSizeGroup) Set(val *ResponsesSizeGroup)
func (*NullableResponsesSizeGroup) UnmarshalJSON ¶ added in v1.11.4
func (v *NullableResponsesSizeGroup) UnmarshalJSON(src []byte) error
func (*NullableResponsesSizeGroup) Unset ¶ added in v1.11.4
func (v *NullableResponsesSizeGroup) Unset()
type NullableResponsesState ¶
type NullableResponsesState struct {
// contains filtered or unexported fields
}
func NewNullableResponsesState ¶
func NewNullableResponsesState(val *ResponsesState) *NullableResponsesState
func (NullableResponsesState) Get ¶
func (v NullableResponsesState) Get() *ResponsesState
func (NullableResponsesState) IsSet ¶
func (v NullableResponsesState) IsSet() bool
func (NullableResponsesState) MarshalJSON ¶
func (v NullableResponsesState) MarshalJSON() ([]byte, error)
func (*NullableResponsesState) Set ¶
func (v *NullableResponsesState) Set(val *ResponsesState)
func (*NullableResponsesState) UnmarshalJSON ¶
func (v *NullableResponsesState) UnmarshalJSON(src []byte) error
func (*NullableResponsesState) Unset ¶
func (v *NullableResponsesState) Unset()
type NullableResponsesTPS ¶
type NullableResponsesTPS struct {
// contains filtered or unexported fields
}
func NewNullableResponsesTPS ¶
func NewNullableResponsesTPS(val *ResponsesTPS) *NullableResponsesTPS
func (NullableResponsesTPS) Get ¶
func (v NullableResponsesTPS) Get() *ResponsesTPS
func (NullableResponsesTPS) IsSet ¶
func (v NullableResponsesTPS) IsSet() bool
func (NullableResponsesTPS) MarshalJSON ¶
func (v NullableResponsesTPS) MarshalJSON() ([]byte, error)
func (*NullableResponsesTPS) Set ¶
func (v *NullableResponsesTPS) Set(val *ResponsesTPS)
func (*NullableResponsesTPS) UnmarshalJSON ¶
func (v *NullableResponsesTPS) UnmarshalJSON(src []byte) error
func (*NullableResponsesTPS) Unset ¶
func (v *NullableResponsesTPS) Unset()
type NullableResponsesTimeValueItem ¶
type NullableResponsesTimeValueItem struct {
// contains filtered or unexported fields
}
func NewNullableResponsesTimeValueItem ¶
func NewNullableResponsesTimeValueItem(val *ResponsesTimeValueItem) *NullableResponsesTimeValueItem
func (NullableResponsesTimeValueItem) Get ¶
func (v NullableResponsesTimeValueItem) Get() *ResponsesTimeValueItem
func (NullableResponsesTimeValueItem) IsSet ¶
func (v NullableResponsesTimeValueItem) IsSet() bool
func (NullableResponsesTimeValueItem) MarshalJSON ¶
func (v NullableResponsesTimeValueItem) MarshalJSON() ([]byte, error)
func (*NullableResponsesTimeValueItem) Set ¶
func (v *NullableResponsesTimeValueItem) Set(val *ResponsesTimeValueItem)
func (*NullableResponsesTimeValueItem) UnmarshalJSON ¶
func (v *NullableResponsesTimeValueItem) UnmarshalJSON(src []byte) error
func (*NullableResponsesTimeValueItem) Unset ¶
func (v *NullableResponsesTimeValueItem) Unset()
type NullableResponsesTx ¶
type NullableResponsesTx struct {
// contains filtered or unexported fields
}
func NewNullableResponsesTx ¶
func NewNullableResponsesTx(val *ResponsesTx) *NullableResponsesTx
func (NullableResponsesTx) Get ¶
func (v NullableResponsesTx) Get() *ResponsesTx
func (NullableResponsesTx) IsSet ¶
func (v NullableResponsesTx) IsSet() bool
func (NullableResponsesTx) MarshalJSON ¶
func (v NullableResponsesTx) MarshalJSON() ([]byte, error)
func (*NullableResponsesTx) Set ¶
func (v *NullableResponsesTx) Set(val *ResponsesTx)
func (*NullableResponsesTx) UnmarshalJSON ¶
func (v *NullableResponsesTx) UnmarshalJSON(src []byte) error
func (*NullableResponsesTx) Unset ¶
func (v *NullableResponsesTx) Unset()
type NullableResponsesTxForAddress ¶
type NullableResponsesTxForAddress struct {
// contains filtered or unexported fields
}
func NewNullableResponsesTxForAddress ¶
func NewNullableResponsesTxForAddress(val *ResponsesTxForAddress) *NullableResponsesTxForAddress
func (NullableResponsesTxForAddress) Get ¶
func (v NullableResponsesTxForAddress) Get() *ResponsesTxForAddress
func (NullableResponsesTxForAddress) IsSet ¶
func (v NullableResponsesTxForAddress) IsSet() bool
func (NullableResponsesTxForAddress) MarshalJSON ¶
func (v NullableResponsesTxForAddress) MarshalJSON() ([]byte, error)
func (*NullableResponsesTxForAddress) Set ¶
func (v *NullableResponsesTxForAddress) Set(val *ResponsesTxForAddress)
func (*NullableResponsesTxForAddress) UnmarshalJSON ¶
func (v *NullableResponsesTxForAddress) UnmarshalJSON(src []byte) error
func (*NullableResponsesTxForAddress) Unset ¶
func (v *NullableResponsesTxForAddress) Unset()
type NullableResponsesUndelegation ¶
type NullableResponsesUndelegation struct {
// contains filtered or unexported fields
}
func NewNullableResponsesUndelegation ¶
func NewNullableResponsesUndelegation(val *ResponsesUndelegation) *NullableResponsesUndelegation
func (NullableResponsesUndelegation) Get ¶
func (v NullableResponsesUndelegation) Get() *ResponsesUndelegation
func (NullableResponsesUndelegation) IsSet ¶
func (v NullableResponsesUndelegation) IsSet() bool
func (NullableResponsesUndelegation) MarshalJSON ¶
func (v NullableResponsesUndelegation) MarshalJSON() ([]byte, error)
func (*NullableResponsesUndelegation) Set ¶
func (v *NullableResponsesUndelegation) Set(val *ResponsesUndelegation)
func (*NullableResponsesUndelegation) UnmarshalJSON ¶
func (v *NullableResponsesUndelegation) UnmarshalJSON(src []byte) error
func (*NullableResponsesUndelegation) Unset ¶
func (v *NullableResponsesUndelegation) Unset()
type NullableResponsesValidator ¶
type NullableResponsesValidator struct {
// contains filtered or unexported fields
}
func NewNullableResponsesValidator ¶
func NewNullableResponsesValidator(val *ResponsesValidator) *NullableResponsesValidator
func (NullableResponsesValidator) Get ¶
func (v NullableResponsesValidator) Get() *ResponsesValidator
func (NullableResponsesValidator) IsSet ¶
func (v NullableResponsesValidator) IsSet() bool
func (NullableResponsesValidator) MarshalJSON ¶
func (v NullableResponsesValidator) MarshalJSON() ([]byte, error)
func (*NullableResponsesValidator) Set ¶
func (v *NullableResponsesValidator) Set(val *ResponsesValidator)
func (*NullableResponsesValidator) UnmarshalJSON ¶
func (v *NullableResponsesValidator) UnmarshalJSON(src []byte) error
func (*NullableResponsesValidator) Unset ¶
func (v *NullableResponsesValidator) Unset()
type NullableResponsesValidatorCount ¶
type NullableResponsesValidatorCount struct {
// contains filtered or unexported fields
}
func NewNullableResponsesValidatorCount ¶
func NewNullableResponsesValidatorCount(val *ResponsesValidatorCount) *NullableResponsesValidatorCount
func (NullableResponsesValidatorCount) Get ¶
func (v NullableResponsesValidatorCount) Get() *ResponsesValidatorCount
func (NullableResponsesValidatorCount) IsSet ¶
func (v NullableResponsesValidatorCount) IsSet() bool
func (NullableResponsesValidatorCount) MarshalJSON ¶
func (v NullableResponsesValidatorCount) MarshalJSON() ([]byte, error)
func (*NullableResponsesValidatorCount) Set ¶
func (v *NullableResponsesValidatorCount) Set(val *ResponsesValidatorCount)
func (*NullableResponsesValidatorCount) UnmarshalJSON ¶
func (v *NullableResponsesValidatorCount) UnmarshalJSON(src []byte) error
func (*NullableResponsesValidatorCount) Unset ¶
func (v *NullableResponsesValidatorCount) Unset()
type NullableResponsesValidatorUptime ¶
type NullableResponsesValidatorUptime struct {
// contains filtered or unexported fields
}
func NewNullableResponsesValidatorUptime ¶
func NewNullableResponsesValidatorUptime(val *ResponsesValidatorUptime) *NullableResponsesValidatorUptime
func (NullableResponsesValidatorUptime) Get ¶
func (v NullableResponsesValidatorUptime) Get() *ResponsesValidatorUptime
func (NullableResponsesValidatorUptime) IsSet ¶
func (v NullableResponsesValidatorUptime) IsSet() bool
func (NullableResponsesValidatorUptime) MarshalJSON ¶
func (v NullableResponsesValidatorUptime) MarshalJSON() ([]byte, error)
func (*NullableResponsesValidatorUptime) Set ¶
func (v *NullableResponsesValidatorUptime) Set(val *ResponsesValidatorUptime)
func (*NullableResponsesValidatorUptime) UnmarshalJSON ¶
func (v *NullableResponsesValidatorUptime) UnmarshalJSON(src []byte) error
func (*NullableResponsesValidatorUptime) Unset ¶
func (v *NullableResponsesValidatorUptime) Unset()
type NullableResponsesVesting ¶
type NullableResponsesVesting struct {
// contains filtered or unexported fields
}
func NewNullableResponsesVesting ¶
func NewNullableResponsesVesting(val *ResponsesVesting) *NullableResponsesVesting
func (NullableResponsesVesting) Get ¶
func (v NullableResponsesVesting) Get() *ResponsesVesting
func (NullableResponsesVesting) IsSet ¶
func (v NullableResponsesVesting) IsSet() bool
func (NullableResponsesVesting) MarshalJSON ¶
func (v NullableResponsesVesting) MarshalJSON() ([]byte, error)
func (*NullableResponsesVesting) Set ¶
func (v *NullableResponsesVesting) Set(val *ResponsesVesting)
func (*NullableResponsesVesting) UnmarshalJSON ¶
func (v *NullableResponsesVesting) UnmarshalJSON(src []byte) error
func (*NullableResponsesVesting) Unset ¶
func (v *NullableResponsesVesting) Unset()
type NullableResponsesVestingPeriod ¶
type NullableResponsesVestingPeriod struct {
// contains filtered or unexported fields
}
func NewNullableResponsesVestingPeriod ¶
func NewNullableResponsesVestingPeriod(val *ResponsesVestingPeriod) *NullableResponsesVestingPeriod
func (NullableResponsesVestingPeriod) Get ¶
func (v NullableResponsesVestingPeriod) Get() *ResponsesVestingPeriod
func (NullableResponsesVestingPeriod) IsSet ¶
func (v NullableResponsesVestingPeriod) IsSet() bool
func (NullableResponsesVestingPeriod) MarshalJSON ¶
func (v NullableResponsesVestingPeriod) MarshalJSON() ([]byte, error)
func (*NullableResponsesVestingPeriod) Set ¶
func (v *NullableResponsesVestingPeriod) Set(val *ResponsesVestingPeriod)
func (*NullableResponsesVestingPeriod) UnmarshalJSON ¶
func (v *NullableResponsesVestingPeriod) UnmarshalJSON(src []byte) error
func (*NullableResponsesVestingPeriod) Unset ¶
func (v *NullableResponsesVestingPeriod) Unset()
type NullableResponsesVote ¶ added in v1.13.0
type NullableResponsesVote struct {
// contains filtered or unexported fields
}
func NewNullableResponsesVote ¶ added in v1.13.0
func NewNullableResponsesVote(val *ResponsesVote) *NullableResponsesVote
func (NullableResponsesVote) Get ¶ added in v1.13.0
func (v NullableResponsesVote) Get() *ResponsesVote
func (NullableResponsesVote) IsSet ¶ added in v1.13.0
func (v NullableResponsesVote) IsSet() bool
func (NullableResponsesVote) MarshalJSON ¶ added in v1.13.0
func (v NullableResponsesVote) MarshalJSON() ([]byte, error)
func (*NullableResponsesVote) Set ¶ added in v1.13.0
func (v *NullableResponsesVote) Set(val *ResponsesVote)
func (*NullableResponsesVote) UnmarshalJSON ¶ added in v1.13.0
func (v *NullableResponsesVote) UnmarshalJSON(src []byte) error
func (*NullableResponsesVote) Unset ¶ added in v1.13.0
func (v *NullableResponsesVote) 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 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 NullableTypesEventType ¶
type NullableTypesEventType struct {
// contains filtered or unexported fields
}
func NewNullableTypesEventType ¶
func NewNullableTypesEventType(val *TypesEventType) *NullableTypesEventType
func (NullableTypesEventType) Get ¶
func (v NullableTypesEventType) Get() *TypesEventType
func (NullableTypesEventType) IsSet ¶
func (v NullableTypesEventType) IsSet() bool
func (NullableTypesEventType) MarshalJSON ¶
func (v NullableTypesEventType) MarshalJSON() ([]byte, error)
func (*NullableTypesEventType) Set ¶
func (v *NullableTypesEventType) Set(val *TypesEventType)
func (*NullableTypesEventType) UnmarshalJSON ¶
func (v *NullableTypesEventType) UnmarshalJSON(src []byte) error
func (*NullableTypesEventType) Unset ¶
func (v *NullableTypesEventType) Unset()
type NullableTypesMsgAddressType ¶
type NullableTypesMsgAddressType struct {
// contains filtered or unexported fields
}
func NewNullableTypesMsgAddressType ¶
func NewNullableTypesMsgAddressType(val *TypesMsgAddressType) *NullableTypesMsgAddressType
func (NullableTypesMsgAddressType) Get ¶
func (v NullableTypesMsgAddressType) Get() *TypesMsgAddressType
func (NullableTypesMsgAddressType) IsSet ¶
func (v NullableTypesMsgAddressType) IsSet() bool
func (NullableTypesMsgAddressType) MarshalJSON ¶
func (v NullableTypesMsgAddressType) MarshalJSON() ([]byte, error)
func (*NullableTypesMsgAddressType) Set ¶
func (v *NullableTypesMsgAddressType) Set(val *TypesMsgAddressType)
func (*NullableTypesMsgAddressType) UnmarshalJSON ¶
func (v *NullableTypesMsgAddressType) UnmarshalJSON(src []byte) error
func (*NullableTypesMsgAddressType) Unset ¶
func (v *NullableTypesMsgAddressType) Unset()
type NullableTypesMsgType ¶
type NullableTypesMsgType struct {
// contains filtered or unexported fields
}
func NewNullableTypesMsgType ¶
func NewNullableTypesMsgType(val *TypesMsgType) *NullableTypesMsgType
func (NullableTypesMsgType) Get ¶
func (v NullableTypesMsgType) Get() *TypesMsgType
func (NullableTypesMsgType) IsSet ¶
func (v NullableTypesMsgType) IsSet() bool
func (NullableTypesMsgType) MarshalJSON ¶
func (v NullableTypesMsgType) MarshalJSON() ([]byte, error)
func (*NullableTypesMsgType) Set ¶
func (v *NullableTypesMsgType) Set(val *TypesMsgType)
func (*NullableTypesMsgType) UnmarshalJSON ¶
func (v *NullableTypesMsgType) UnmarshalJSON(src []byte) error
func (*NullableTypesMsgType) Unset ¶
func (v *NullableTypesMsgType) Unset()
type ProposalAPIService ¶ added in v1.12.1
type ProposalAPIService service
ProposalAPIService ProposalAPI service
func (*ProposalAPIService) GetProposal ¶ added in v1.13.0
func (a *ProposalAPIService) GetProposal(ctx context.Context, id int32) ApiGetProposalRequest
GetProposal Get proposal info
Get proposal info
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param id Internal identity @return ApiGetProposalRequest
func (*ProposalAPIService) GetProposalExecute ¶ added in v1.13.0
func (a *ProposalAPIService) GetProposalExecute(r ApiGetProposalRequest) (*ResponsesProposal, *http.Response, error)
Execute executes the request
@return ResponsesProposal
func (*ProposalAPIService) ListProposal ¶ added in v1.12.1
func (a *ProposalAPIService) ListProposal(ctx context.Context) ApiListProposalRequest
ListProposal List proposal info
List proposal info
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return ApiListProposalRequest
func (*ProposalAPIService) ListProposalExecute ¶ added in v1.12.1
func (a *ProposalAPIService) ListProposalExecute(r ApiListProposalRequest) ([]ResponsesProposal, *http.Response, error)
Execute executes the request
@return []ResponsesProposal
func (*ProposalAPIService) ProposalVotes ¶ added in v1.13.0
func (a *ProposalAPIService) ProposalVotes(ctx context.Context, option string, voter string) ApiProposalVotesRequest
ProposalVotes Get proposal's votes
Get proposal's votes
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param option Option @param voter Voter type @return ApiProposalVotesRequest
func (*ProposalAPIService) ProposalVotesExecute ¶ added in v1.13.0
func (a *ProposalAPIService) ProposalVotesExecute(r ApiProposalVotesRequest) ([]ResponsesVote, *http.Response, error)
Execute executes the request
@return []ResponsesVote
type ResponsesAddress ¶
type ResponsesAddress struct { Balance *ResponsesBalance `json:"balance,omitempty"` Celestials *ResponsesCelestial `json:"celestials,omitempty"` FirstHeight *int32 `json:"first_height,omitempty"` Hash *string `json:"hash,omitempty"` Id *int32 `json:"id,omitempty"` LastHeight *int32 `json:"last_height,omitempty"` Name *string `json:"name,omitempty"` }
ResponsesAddress Celestia address information
func NewResponsesAddress ¶
func NewResponsesAddress() *ResponsesAddress
NewResponsesAddress instantiates a new ResponsesAddress 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 NewResponsesAddressWithDefaults ¶
func NewResponsesAddressWithDefaults() *ResponsesAddress
NewResponsesAddressWithDefaults instantiates a new ResponsesAddress 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 (*ResponsesAddress) GetBalance ¶
func (o *ResponsesAddress) GetBalance() ResponsesBalance
GetBalance returns the Balance field value if set, zero value otherwise.
func (*ResponsesAddress) GetBalanceOk ¶
func (o *ResponsesAddress) GetBalanceOk() (*ResponsesBalance, bool)
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 (*ResponsesAddress) GetCelestials ¶ added in v1.10.18
func (o *ResponsesAddress) GetCelestials() ResponsesCelestial
GetCelestials returns the Celestials field value if set, zero value otherwise.
func (*ResponsesAddress) GetCelestialsOk ¶ added in v1.10.18
func (o *ResponsesAddress) GetCelestialsOk() (*ResponsesCelestial, bool)
GetCelestialsOk returns a tuple with the Celestials field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ResponsesAddress) GetFirstHeight ¶
func (o *ResponsesAddress) GetFirstHeight() int32
GetFirstHeight returns the FirstHeight field value if set, zero value otherwise.
func (*ResponsesAddress) GetFirstHeightOk ¶
func (o *ResponsesAddress) GetFirstHeightOk() (*int32, bool)
GetFirstHeightOk returns a tuple with the FirstHeight field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ResponsesAddress) GetHash ¶
func (o *ResponsesAddress) GetHash() string
GetHash returns the Hash field value if set, zero value otherwise.
func (*ResponsesAddress) GetHashOk ¶
func (o *ResponsesAddress) 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 (*ResponsesAddress) GetId ¶
func (o *ResponsesAddress) GetId() int32
GetId returns the Id field value if set, zero value otherwise.
func (*ResponsesAddress) GetIdOk ¶
func (o *ResponsesAddress) GetIdOk() (*int32, 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 (*ResponsesAddress) GetLastHeight ¶
func (o *ResponsesAddress) GetLastHeight() int32
GetLastHeight returns the LastHeight field value if set, zero value otherwise.
func (*ResponsesAddress) GetLastHeightOk ¶
func (o *ResponsesAddress) GetLastHeightOk() (*int32, bool)
GetLastHeightOk returns a tuple with the LastHeight field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ResponsesAddress) GetName ¶ added in v1.15.0
func (o *ResponsesAddress) GetName() string
GetName returns the Name field value if set, zero value otherwise.
func (*ResponsesAddress) GetNameOk ¶ added in v1.15.0
func (o *ResponsesAddress) 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 (*ResponsesAddress) HasBalance ¶
func (o *ResponsesAddress) HasBalance() bool
HasBalance returns a boolean if a field has been set.
func (*ResponsesAddress) HasCelestials ¶ added in v1.10.18
func (o *ResponsesAddress) HasCelestials() bool
HasCelestials returns a boolean if a field has been set.
func (*ResponsesAddress) HasFirstHeight ¶
func (o *ResponsesAddress) HasFirstHeight() bool
HasFirstHeight returns a boolean if a field has been set.
func (*ResponsesAddress) HasHash ¶
func (o *ResponsesAddress) HasHash() bool
HasHash returns a boolean if a field has been set.
func (*ResponsesAddress) HasId ¶
func (o *ResponsesAddress) HasId() bool
HasId returns a boolean if a field has been set.
func (*ResponsesAddress) HasLastHeight ¶
func (o *ResponsesAddress) HasLastHeight() bool
HasLastHeight returns a boolean if a field has been set.
func (*ResponsesAddress) HasName ¶ added in v1.15.0
func (o *ResponsesAddress) HasName() bool
HasName returns a boolean if a field has been set.
func (ResponsesAddress) MarshalJSON ¶
func (o ResponsesAddress) MarshalJSON() ([]byte, error)
func (*ResponsesAddress) SetBalance ¶
func (o *ResponsesAddress) SetBalance(v ResponsesBalance)
SetBalance gets a reference to the given ResponsesBalance and assigns it to the Balance field.
func (*ResponsesAddress) SetCelestials ¶ added in v1.10.18
func (o *ResponsesAddress) SetCelestials(v ResponsesCelestial)
SetCelestials gets a reference to the given ResponsesCelestial and assigns it to the Celestials field.
func (*ResponsesAddress) SetFirstHeight ¶
func (o *ResponsesAddress) SetFirstHeight(v int32)
SetFirstHeight gets a reference to the given int32 and assigns it to the FirstHeight field.
func (*ResponsesAddress) SetHash ¶
func (o *ResponsesAddress) SetHash(v string)
SetHash gets a reference to the given string and assigns it to the Hash field.
func (*ResponsesAddress) SetId ¶
func (o *ResponsesAddress) SetId(v int32)
SetId gets a reference to the given int32 and assigns it to the Id field.
func (*ResponsesAddress) SetLastHeight ¶
func (o *ResponsesAddress) SetLastHeight(v int32)
SetLastHeight gets a reference to the given int32 and assigns it to the LastHeight field.
func (*ResponsesAddress) SetName ¶ added in v1.15.0
func (o *ResponsesAddress) SetName(v string)
SetName gets a reference to the given string and assigns it to the Name field.
func (ResponsesAddress) ToMap ¶
func (o ResponsesAddress) ToMap() (map[string]interface{}, error)
type ResponsesBalance ¶
type ResponsesBalance struct { Currency *string `json:"currency,omitempty"` Delegated *string `json:"delegated,omitempty"` Spendable *string `json:"spendable,omitempty"` Unbonding *string `json:"unbonding,omitempty"` }
ResponsesBalance Balance of address information
func NewResponsesBalance ¶
func NewResponsesBalance() *ResponsesBalance
NewResponsesBalance instantiates a new ResponsesBalance 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 NewResponsesBalanceWithDefaults ¶
func NewResponsesBalanceWithDefaults() *ResponsesBalance
NewResponsesBalanceWithDefaults instantiates a new ResponsesBalance 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 (*ResponsesBalance) GetCurrency ¶
func (o *ResponsesBalance) GetCurrency() string
GetCurrency returns the Currency field value if set, zero value otherwise.
func (*ResponsesBalance) GetCurrencyOk ¶
func (o *ResponsesBalance) GetCurrencyOk() (*string, bool)
GetCurrencyOk returns a tuple with the Currency field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ResponsesBalance) GetDelegated ¶
func (o *ResponsesBalance) GetDelegated() string
GetDelegated returns the Delegated field value if set, zero value otherwise.
func (*ResponsesBalance) GetDelegatedOk ¶
func (o *ResponsesBalance) GetDelegatedOk() (*string, bool)
GetDelegatedOk returns a tuple with the Delegated field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ResponsesBalance) GetSpendable ¶
func (o *ResponsesBalance) GetSpendable() string
GetSpendable returns the Spendable field value if set, zero value otherwise.
func (*ResponsesBalance) GetSpendableOk ¶
func (o *ResponsesBalance) GetSpendableOk() (*string, bool)
GetSpendableOk returns a tuple with the Spendable field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ResponsesBalance) GetUnbonding ¶
func (o *ResponsesBalance) GetUnbonding() string
GetUnbonding returns the Unbonding field value if set, zero value otherwise.
func (*ResponsesBalance) GetUnbondingOk ¶
func (o *ResponsesBalance) GetUnbondingOk() (*string, bool)
GetUnbondingOk returns a tuple with the Unbonding field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ResponsesBalance) HasCurrency ¶
func (o *ResponsesBalance) HasCurrency() bool
HasCurrency returns a boolean if a field has been set.
func (*ResponsesBalance) HasDelegated ¶
func (o *ResponsesBalance) HasDelegated() bool
HasDelegated returns a boolean if a field has been set.
func (*ResponsesBalance) HasSpendable ¶
func (o *ResponsesBalance) HasSpendable() bool
HasSpendable returns a boolean if a field has been set.
func (*ResponsesBalance) HasUnbonding ¶
func (o *ResponsesBalance) HasUnbonding() bool
HasUnbonding returns a boolean if a field has been set.
func (ResponsesBalance) MarshalJSON ¶
func (o ResponsesBalance) MarshalJSON() ([]byte, error)
func (*ResponsesBalance) SetCurrency ¶
func (o *ResponsesBalance) SetCurrency(v string)
SetCurrency gets a reference to the given string and assigns it to the Currency field.
func (*ResponsesBalance) SetDelegated ¶
func (o *ResponsesBalance) SetDelegated(v string)
SetDelegated gets a reference to the given string and assigns it to the Delegated field.
func (*ResponsesBalance) SetSpendable ¶
func (o *ResponsesBalance) SetSpendable(v string)
SetSpendable gets a reference to the given string and assigns it to the Spendable field.
func (*ResponsesBalance) SetUnbonding ¶
func (o *ResponsesBalance) SetUnbonding(v string)
SetUnbonding gets a reference to the given string and assigns it to the Unbonding field.
func (ResponsesBalance) ToMap ¶
func (o ResponsesBalance) ToMap() (map[string]interface{}, error)
type ResponsesBlob ¶
type ResponsesBlob struct { Commitment *string `json:"commitment,omitempty"` ContentType *string `json:"content_type,omitempty"` Data *string `json:"data,omitempty"` Namespace *string `json:"namespace,omitempty"` }
ResponsesBlob struct for ResponsesBlob
func NewResponsesBlob ¶
func NewResponsesBlob() *ResponsesBlob
NewResponsesBlob instantiates a new ResponsesBlob 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 NewResponsesBlobWithDefaults ¶
func NewResponsesBlobWithDefaults() *ResponsesBlob
NewResponsesBlobWithDefaults instantiates a new ResponsesBlob 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 (*ResponsesBlob) GetCommitment ¶
func (o *ResponsesBlob) GetCommitment() string
GetCommitment returns the Commitment field value if set, zero value otherwise.
func (*ResponsesBlob) GetCommitmentOk ¶
func (o *ResponsesBlob) GetCommitmentOk() (*string, bool)
GetCommitmentOk returns a tuple with the Commitment field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ResponsesBlob) GetContentType ¶
func (o *ResponsesBlob) GetContentType() string
GetContentType returns the ContentType field value if set, zero value otherwise.
func (*ResponsesBlob) GetContentTypeOk ¶
func (o *ResponsesBlob) GetContentTypeOk() (*string, bool)
GetContentTypeOk returns a tuple with the ContentType field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ResponsesBlob) GetData ¶
func (o *ResponsesBlob) GetData() string
GetData returns the Data field value if set, zero value otherwise.
func (*ResponsesBlob) GetDataOk ¶
func (o *ResponsesBlob) GetDataOk() (*string, bool)
GetDataOk returns a tuple with the Data field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ResponsesBlob) GetNamespace ¶
func (o *ResponsesBlob) GetNamespace() string
GetNamespace returns the Namespace field value if set, zero value otherwise.
func (*ResponsesBlob) GetNamespaceOk ¶
func (o *ResponsesBlob) GetNamespaceOk() (*string, bool)
GetNamespaceOk returns a tuple with the Namespace field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ResponsesBlob) GetShareVersion ¶
func (o *ResponsesBlob) GetShareVersion() int32
GetShareVersion returns the ShareVersion field value if set, zero value otherwise.
func (*ResponsesBlob) GetShareVersionOk ¶
func (o *ResponsesBlob) GetShareVersionOk() (*int32, bool)
GetShareVersionOk returns a tuple with the ShareVersion field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ResponsesBlob) HasCommitment ¶
func (o *ResponsesBlob) HasCommitment() bool
HasCommitment returns a boolean if a field has been set.
func (*ResponsesBlob) HasContentType ¶
func (o *ResponsesBlob) HasContentType() bool
HasContentType returns a boolean if a field has been set.
func (*ResponsesBlob) HasData ¶
func (o *ResponsesBlob) HasData() bool
HasData returns a boolean if a field has been set.
func (*ResponsesBlob) HasNamespace ¶
func (o *ResponsesBlob) HasNamespace() bool
HasNamespace returns a boolean if a field has been set.
func (*ResponsesBlob) HasShareVersion ¶
func (o *ResponsesBlob) HasShareVersion() bool
HasShareVersion returns a boolean if a field has been set.
func (ResponsesBlob) MarshalJSON ¶
func (o ResponsesBlob) MarshalJSON() ([]byte, error)
func (*ResponsesBlob) SetCommitment ¶
func (o *ResponsesBlob) SetCommitment(v string)
SetCommitment gets a reference to the given string and assigns it to the Commitment field.
func (*ResponsesBlob) SetContentType ¶
func (o *ResponsesBlob) SetContentType(v string)
SetContentType gets a reference to the given string and assigns it to the ContentType field.
func (*ResponsesBlob) SetData ¶
func (o *ResponsesBlob) SetData(v string)
SetData gets a reference to the given string and assigns it to the Data field.
func (*ResponsesBlob) SetNamespace ¶
func (o *ResponsesBlob) SetNamespace(v string)
SetNamespace gets a reference to the given string and assigns it to the Namespace field.
func (*ResponsesBlob) SetShareVersion ¶
func (o *ResponsesBlob) SetShareVersion(v int32)
SetShareVersion gets a reference to the given int32 and assigns it to the ShareVersion field.
func (ResponsesBlob) ToMap ¶
func (o ResponsesBlob) ToMap() (map[string]interface{}, error)
type ResponsesBlobLog ¶
type ResponsesBlobLog struct { Commitment *string `json:"commitment,omitempty"` ContentType *string `json:"content_type,omitempty"` Height *int32 `json:"height,omitempty"` Id *int32 `json:"id,omitempty"` Namespace *ResponsesNamespace `json:"namespace,omitempty"` Rollup *ResponsesShortRollup `json:"rollup,omitempty"` Signer *ResponsesShortAddress `json:"signer,omitempty"` Size *int32 `json:"size,omitempty"` Time *time.Time `json:"time,omitempty"` Tx *ResponsesTx `json:"tx,omitempty"` }
ResponsesBlobLog struct for ResponsesBlobLog
func NewResponsesBlobLog ¶
func NewResponsesBlobLog() *ResponsesBlobLog
NewResponsesBlobLog instantiates a new ResponsesBlobLog 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 NewResponsesBlobLogWithDefaults ¶
func NewResponsesBlobLogWithDefaults() *ResponsesBlobLog
NewResponsesBlobLogWithDefaults instantiates a new ResponsesBlobLog 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 (*ResponsesBlobLog) GetCommitment ¶
func (o *ResponsesBlobLog) GetCommitment() string
GetCommitment returns the Commitment field value if set, zero value otherwise.
func (*ResponsesBlobLog) GetCommitmentOk ¶
func (o *ResponsesBlobLog) GetCommitmentOk() (*string, bool)
GetCommitmentOk returns a tuple with the Commitment field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ResponsesBlobLog) GetContentType ¶
func (o *ResponsesBlobLog) GetContentType() string
GetContentType returns the ContentType field value if set, zero value otherwise.
func (*ResponsesBlobLog) GetContentTypeOk ¶
func (o *ResponsesBlobLog) GetContentTypeOk() (*string, bool)
GetContentTypeOk returns a tuple with the ContentType field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ResponsesBlobLog) GetHeight ¶
func (o *ResponsesBlobLog) GetHeight() int32
GetHeight returns the Height field value if set, zero value otherwise.
func (*ResponsesBlobLog) GetHeightOk ¶
func (o *ResponsesBlobLog) GetHeightOk() (*int32, bool)
GetHeightOk returns a tuple with the Height field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ResponsesBlobLog) GetId ¶
func (o *ResponsesBlobLog) GetId() int32
GetId returns the Id field value if set, zero value otherwise.
func (*ResponsesBlobLog) GetIdOk ¶
func (o *ResponsesBlobLog) GetIdOk() (*int32, 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 (*ResponsesBlobLog) GetNamespace ¶
func (o *ResponsesBlobLog) GetNamespace() ResponsesNamespace
GetNamespace returns the Namespace field value if set, zero value otherwise.
func (*ResponsesBlobLog) GetNamespaceOk ¶
func (o *ResponsesBlobLog) GetNamespaceOk() (*ResponsesNamespace, bool)
GetNamespaceOk returns a tuple with the Namespace field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ResponsesBlobLog) GetRollup ¶
func (o *ResponsesBlobLog) GetRollup() ResponsesShortRollup
GetRollup returns the Rollup field value if set, zero value otherwise.
func (*ResponsesBlobLog) GetRollupOk ¶
func (o *ResponsesBlobLog) GetRollupOk() (*ResponsesShortRollup, bool)
GetRollupOk returns a tuple with the Rollup field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ResponsesBlobLog) GetSigner ¶
func (o *ResponsesBlobLog) GetSigner() ResponsesShortAddress
GetSigner returns the Signer field value if set, zero value otherwise.
func (*ResponsesBlobLog) GetSignerOk ¶
func (o *ResponsesBlobLog) GetSignerOk() (*ResponsesShortAddress, 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 (*ResponsesBlobLog) GetSize ¶
func (o *ResponsesBlobLog) GetSize() int32
GetSize returns the Size field value if set, zero value otherwise.
func (*ResponsesBlobLog) GetSizeOk ¶
func (o *ResponsesBlobLog) GetSizeOk() (*int32, 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 (*ResponsesBlobLog) GetTime ¶
func (o *ResponsesBlobLog) GetTime() time.Time
GetTime returns the Time field value if set, zero value otherwise.
func (*ResponsesBlobLog) GetTimeOk ¶
func (o *ResponsesBlobLog) GetTimeOk() (*time.Time, bool)
GetTimeOk returns a tuple with the Time field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ResponsesBlobLog) GetTx ¶
func (o *ResponsesBlobLog) GetTx() ResponsesTx
GetTx returns the Tx field value if set, zero value otherwise.
func (*ResponsesBlobLog) GetTxOk ¶
func (o *ResponsesBlobLog) GetTxOk() (*ResponsesTx, bool)
GetTxOk returns a tuple with the Tx field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ResponsesBlobLog) HasCommitment ¶
func (o *ResponsesBlobLog) HasCommitment() bool
HasCommitment returns a boolean if a field has been set.
func (*ResponsesBlobLog) HasContentType ¶
func (o *ResponsesBlobLog) HasContentType() bool
HasContentType returns a boolean if a field has been set.
func (*ResponsesBlobLog) HasHeight ¶
func (o *ResponsesBlobLog) HasHeight() bool
HasHeight returns a boolean if a field has been set.
func (*ResponsesBlobLog) HasId ¶
func (o *ResponsesBlobLog) HasId() bool
HasId returns a boolean if a field has been set.
func (*ResponsesBlobLog) HasNamespace ¶
func (o *ResponsesBlobLog) HasNamespace() bool
HasNamespace returns a boolean if a field has been set.
func (*ResponsesBlobLog) HasRollup ¶
func (o *ResponsesBlobLog) HasRollup() bool
HasRollup returns a boolean if a field has been set.
func (*ResponsesBlobLog) HasSigner ¶
func (o *ResponsesBlobLog) HasSigner() bool
HasSigner returns a boolean if a field has been set.
func (*ResponsesBlobLog) HasSize ¶
func (o *ResponsesBlobLog) HasSize() bool
HasSize returns a boolean if a field has been set.
func (*ResponsesBlobLog) HasTime ¶
func (o *ResponsesBlobLog) HasTime() bool
HasTime returns a boolean if a field has been set.
func (*ResponsesBlobLog) HasTx ¶
func (o *ResponsesBlobLog) HasTx() bool
HasTx returns a boolean if a field has been set.
func (ResponsesBlobLog) MarshalJSON ¶
func (o ResponsesBlobLog) MarshalJSON() ([]byte, error)
func (*ResponsesBlobLog) SetCommitment ¶
func (o *ResponsesBlobLog) SetCommitment(v string)
SetCommitment gets a reference to the given string and assigns it to the Commitment field.
func (*ResponsesBlobLog) SetContentType ¶
func (o *ResponsesBlobLog) SetContentType(v string)
SetContentType gets a reference to the given string and assigns it to the ContentType field.
func (*ResponsesBlobLog) SetHeight ¶
func (o *ResponsesBlobLog) SetHeight(v int32)
SetHeight gets a reference to the given int32 and assigns it to the Height field.
func (*ResponsesBlobLog) SetId ¶
func (o *ResponsesBlobLog) SetId(v int32)
SetId gets a reference to the given int32 and assigns it to the Id field.
func (*ResponsesBlobLog) SetNamespace ¶
func (o *ResponsesBlobLog) SetNamespace(v ResponsesNamespace)
SetNamespace gets a reference to the given ResponsesNamespace and assigns it to the Namespace field.
func (*ResponsesBlobLog) SetRollup ¶
func (o *ResponsesBlobLog) SetRollup(v ResponsesShortRollup)
SetRollup gets a reference to the given ResponsesShortRollup and assigns it to the Rollup field.
func (*ResponsesBlobLog) SetSigner ¶
func (o *ResponsesBlobLog) SetSigner(v ResponsesShortAddress)
SetSigner gets a reference to the given ResponsesShortAddress and assigns it to the Signer field.
func (*ResponsesBlobLog) SetSize ¶
func (o *ResponsesBlobLog) SetSize(v int32)
SetSize gets a reference to the given int32 and assigns it to the Size field.
func (*ResponsesBlobLog) SetTime ¶
func (o *ResponsesBlobLog) SetTime(v time.Time)
SetTime gets a reference to the given time.Time and assigns it to the Time field.
func (*ResponsesBlobLog) SetTx ¶
func (o *ResponsesBlobLog) SetTx(v ResponsesTx)
SetTx gets a reference to the given ResponsesTx and assigns it to the Tx field.
func (ResponsesBlobLog) ToMap ¶
func (o ResponsesBlobLog) ToMap() (map[string]interface{}, error)
type ResponsesBlock ¶
type ResponsesBlock struct { AppHash *string `json:"app_hash,omitempty"` ConsensusHash *string `json:"consensus_hash,omitempty"` DataHash *string `json:"data_hash,omitempty"` EvidenceHash *string `json:"evidence_hash,omitempty"` Hash *string `json:"hash,omitempty"` Height *int32 `json:"height,omitempty"` Id *int32 `json:"id,omitempty"` LastCommitHash *string `json:"last_commit_hash,omitempty"` LastResultsHash *string `json:"last_results_hash,omitempty"` MessageTypes []string `json:"message_types,omitempty"` NextValidatorsHash *string `json:"next_validators_hash,omitempty"` ParentHash *string `json:"parent_hash,omitempty"` Proposer *ResponsesShortValidator `json:"proposer,omitempty"` Stats *ResponsesBlockStats `json:"stats,omitempty"` Time *string `json:"time,omitempty"` ValidatorsHash *string `json:"validators_hash,omitempty"` VersionApp *string `json:"version_app,omitempty"` VersionBlock *string `json:"version_block,omitempty"` }
ResponsesBlock struct for ResponsesBlock
func NewResponsesBlock ¶
func NewResponsesBlock() *ResponsesBlock
NewResponsesBlock instantiates a new ResponsesBlock 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 NewResponsesBlockWithDefaults ¶
func NewResponsesBlockWithDefaults() *ResponsesBlock
NewResponsesBlockWithDefaults instantiates a new ResponsesBlock 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 (*ResponsesBlock) GetAppHash ¶
func (o *ResponsesBlock) GetAppHash() string
GetAppHash returns the AppHash field value if set, zero value otherwise.
func (*ResponsesBlock) GetAppHashOk ¶
func (o *ResponsesBlock) GetAppHashOk() (*string, bool)
GetAppHashOk returns a tuple with the AppHash field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ResponsesBlock) GetConsensusHash ¶
func (o *ResponsesBlock) GetConsensusHash() string
GetConsensusHash returns the ConsensusHash field value if set, zero value otherwise.
func (*ResponsesBlock) GetConsensusHashOk ¶
func (o *ResponsesBlock) GetConsensusHashOk() (*string, bool)
GetConsensusHashOk returns a tuple with the ConsensusHash field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ResponsesBlock) GetDataHash ¶
func (o *ResponsesBlock) GetDataHash() string
GetDataHash returns the DataHash field value if set, zero value otherwise.
func (*ResponsesBlock) GetDataHashOk ¶
func (o *ResponsesBlock) GetDataHashOk() (*string, bool)
GetDataHashOk returns a tuple with the DataHash field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ResponsesBlock) GetEvidenceHash ¶
func (o *ResponsesBlock) GetEvidenceHash() string
GetEvidenceHash returns the EvidenceHash field value if set, zero value otherwise.
func (*ResponsesBlock) GetEvidenceHashOk ¶
func (o *ResponsesBlock) GetEvidenceHashOk() (*string, bool)
GetEvidenceHashOk returns a tuple with the EvidenceHash field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ResponsesBlock) GetHash ¶
func (o *ResponsesBlock) GetHash() string
GetHash returns the Hash field value if set, zero value otherwise.
func (*ResponsesBlock) GetHashOk ¶
func (o *ResponsesBlock) 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 (*ResponsesBlock) GetHeight ¶
func (o *ResponsesBlock) GetHeight() int32
GetHeight returns the Height field value if set, zero value otherwise.
func (*ResponsesBlock) GetHeightOk ¶
func (o *ResponsesBlock) GetHeightOk() (*int32, bool)
GetHeightOk returns a tuple with the Height field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ResponsesBlock) GetId ¶
func (o *ResponsesBlock) GetId() int32
GetId returns the Id field value if set, zero value otherwise.
func (*ResponsesBlock) GetIdOk ¶
func (o *ResponsesBlock) GetIdOk() (*int32, 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 (*ResponsesBlock) GetLastCommitHash ¶
func (o *ResponsesBlock) GetLastCommitHash() string
GetLastCommitHash returns the LastCommitHash field value if set, zero value otherwise.
func (*ResponsesBlock) GetLastCommitHashOk ¶
func (o *ResponsesBlock) GetLastCommitHashOk() (*string, bool)
GetLastCommitHashOk returns a tuple with the LastCommitHash field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ResponsesBlock) GetLastResultsHash ¶
func (o *ResponsesBlock) GetLastResultsHash() string
GetLastResultsHash returns the LastResultsHash field value if set, zero value otherwise.
func (*ResponsesBlock) GetLastResultsHashOk ¶
func (o *ResponsesBlock) GetLastResultsHashOk() (*string, bool)
GetLastResultsHashOk returns a tuple with the LastResultsHash field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ResponsesBlock) GetMessageTypes ¶
func (o *ResponsesBlock) GetMessageTypes() []string
GetMessageTypes returns the MessageTypes field value if set, zero value otherwise.
func (*ResponsesBlock) GetMessageTypesOk ¶
func (o *ResponsesBlock) GetMessageTypesOk() ([]string, bool)
GetMessageTypesOk returns a tuple with the MessageTypes field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ResponsesBlock) GetNextValidatorsHash ¶
func (o *ResponsesBlock) GetNextValidatorsHash() string
GetNextValidatorsHash returns the NextValidatorsHash field value if set, zero value otherwise.
func (*ResponsesBlock) GetNextValidatorsHashOk ¶
func (o *ResponsesBlock) GetNextValidatorsHashOk() (*string, bool)
GetNextValidatorsHashOk returns a tuple with the NextValidatorsHash field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ResponsesBlock) GetParentHash ¶
func (o *ResponsesBlock) GetParentHash() string
GetParentHash returns the ParentHash field value if set, zero value otherwise.
func (*ResponsesBlock) GetParentHashOk ¶
func (o *ResponsesBlock) GetParentHashOk() (*string, bool)
GetParentHashOk returns a tuple with the ParentHash field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ResponsesBlock) GetProposer ¶
func (o *ResponsesBlock) GetProposer() ResponsesShortValidator
GetProposer returns the Proposer field value if set, zero value otherwise.
func (*ResponsesBlock) GetProposerOk ¶
func (o *ResponsesBlock) GetProposerOk() (*ResponsesShortValidator, bool)
GetProposerOk returns a tuple with the Proposer field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ResponsesBlock) GetStats ¶
func (o *ResponsesBlock) GetStats() ResponsesBlockStats
GetStats returns the Stats field value if set, zero value otherwise.
func (*ResponsesBlock) GetStatsOk ¶
func (o *ResponsesBlock) GetStatsOk() (*ResponsesBlockStats, bool)
GetStatsOk returns a tuple with the Stats field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ResponsesBlock) GetTime ¶
func (o *ResponsesBlock) GetTime() string
GetTime returns the Time field value if set, zero value otherwise.
func (*ResponsesBlock) GetTimeOk ¶
func (o *ResponsesBlock) GetTimeOk() (*string, bool)
GetTimeOk returns a tuple with the Time field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ResponsesBlock) GetValidatorsHash ¶
func (o *ResponsesBlock) GetValidatorsHash() string
GetValidatorsHash returns the ValidatorsHash field value if set, zero value otherwise.
func (*ResponsesBlock) GetValidatorsHashOk ¶
func (o *ResponsesBlock) GetValidatorsHashOk() (*string, bool)
GetValidatorsHashOk returns a tuple with the ValidatorsHash field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ResponsesBlock) GetVersionApp ¶
func (o *ResponsesBlock) GetVersionApp() string
GetVersionApp returns the VersionApp field value if set, zero value otherwise.
func (*ResponsesBlock) GetVersionAppOk ¶
func (o *ResponsesBlock) GetVersionAppOk() (*string, bool)
GetVersionAppOk returns a tuple with the VersionApp field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ResponsesBlock) GetVersionBlock ¶
func (o *ResponsesBlock) GetVersionBlock() string
GetVersionBlock returns the VersionBlock field value if set, zero value otherwise.
func (*ResponsesBlock) GetVersionBlockOk ¶
func (o *ResponsesBlock) GetVersionBlockOk() (*string, bool)
GetVersionBlockOk returns a tuple with the VersionBlock field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ResponsesBlock) HasAppHash ¶
func (o *ResponsesBlock) HasAppHash() bool
HasAppHash returns a boolean if a field has been set.
func (*ResponsesBlock) HasConsensusHash ¶
func (o *ResponsesBlock) HasConsensusHash() bool
HasConsensusHash returns a boolean if a field has been set.
func (*ResponsesBlock) HasDataHash ¶
func (o *ResponsesBlock) HasDataHash() bool
HasDataHash returns a boolean if a field has been set.
func (*ResponsesBlock) HasEvidenceHash ¶
func (o *ResponsesBlock) HasEvidenceHash() bool
HasEvidenceHash returns a boolean if a field has been set.
func (*ResponsesBlock) HasHash ¶
func (o *ResponsesBlock) HasHash() bool
HasHash returns a boolean if a field has been set.
func (*ResponsesBlock) HasHeight ¶
func (o *ResponsesBlock) HasHeight() bool
HasHeight returns a boolean if a field has been set.
func (*ResponsesBlock) HasId ¶
func (o *ResponsesBlock) HasId() bool
HasId returns a boolean if a field has been set.
func (*ResponsesBlock) HasLastCommitHash ¶
func (o *ResponsesBlock) HasLastCommitHash() bool
HasLastCommitHash returns a boolean if a field has been set.
func (*ResponsesBlock) HasLastResultsHash ¶
func (o *ResponsesBlock) HasLastResultsHash() bool
HasLastResultsHash returns a boolean if a field has been set.
func (*ResponsesBlock) HasMessageTypes ¶
func (o *ResponsesBlock) HasMessageTypes() bool
HasMessageTypes returns a boolean if a field has been set.
func (*ResponsesBlock) HasNextValidatorsHash ¶
func (o *ResponsesBlock) HasNextValidatorsHash() bool
HasNextValidatorsHash returns a boolean if a field has been set.
func (*ResponsesBlock) HasParentHash ¶
func (o *ResponsesBlock) HasParentHash() bool
HasParentHash returns a boolean if a field has been set.
func (*ResponsesBlock) HasProposer ¶
func (o *ResponsesBlock) HasProposer() bool
HasProposer returns a boolean if a field has been set.
func (*ResponsesBlock) HasStats ¶
func (o *ResponsesBlock) HasStats() bool
HasStats returns a boolean if a field has been set.
func (*ResponsesBlock) HasTime ¶
func (o *ResponsesBlock) HasTime() bool
HasTime returns a boolean if a field has been set.
func (*ResponsesBlock) HasValidatorsHash ¶
func (o *ResponsesBlock) HasValidatorsHash() bool
HasValidatorsHash returns a boolean if a field has been set.
func (*ResponsesBlock) HasVersionApp ¶
func (o *ResponsesBlock) HasVersionApp() bool
HasVersionApp returns a boolean if a field has been set.
func (*ResponsesBlock) HasVersionBlock ¶
func (o *ResponsesBlock) HasVersionBlock() bool
HasVersionBlock returns a boolean if a field has been set.
func (ResponsesBlock) MarshalJSON ¶
func (o ResponsesBlock) MarshalJSON() ([]byte, error)
func (*ResponsesBlock) SetAppHash ¶
func (o *ResponsesBlock) SetAppHash(v string)
SetAppHash gets a reference to the given string and assigns it to the AppHash field.
func (*ResponsesBlock) SetConsensusHash ¶
func (o *ResponsesBlock) SetConsensusHash(v string)
SetConsensusHash gets a reference to the given string and assigns it to the ConsensusHash field.
func (*ResponsesBlock) SetDataHash ¶
func (o *ResponsesBlock) SetDataHash(v string)
SetDataHash gets a reference to the given string and assigns it to the DataHash field.
func (*ResponsesBlock) SetEvidenceHash ¶
func (o *ResponsesBlock) SetEvidenceHash(v string)
SetEvidenceHash gets a reference to the given string and assigns it to the EvidenceHash field.
func (*ResponsesBlock) SetHash ¶
func (o *ResponsesBlock) SetHash(v string)
SetHash gets a reference to the given string and assigns it to the Hash field.
func (*ResponsesBlock) SetHeight ¶
func (o *ResponsesBlock) SetHeight(v int32)
SetHeight gets a reference to the given int32 and assigns it to the Height field.
func (*ResponsesBlock) SetId ¶
func (o *ResponsesBlock) SetId(v int32)
SetId gets a reference to the given int32 and assigns it to the Id field.
func (*ResponsesBlock) SetLastCommitHash ¶
func (o *ResponsesBlock) SetLastCommitHash(v string)
SetLastCommitHash gets a reference to the given string and assigns it to the LastCommitHash field.
func (*ResponsesBlock) SetLastResultsHash ¶
func (o *ResponsesBlock) SetLastResultsHash(v string)
SetLastResultsHash gets a reference to the given string and assigns it to the LastResultsHash field.
func (*ResponsesBlock) SetMessageTypes ¶
func (o *ResponsesBlock) SetMessageTypes(v []string)
SetMessageTypes gets a reference to the given []string and assigns it to the MessageTypes field.
func (*ResponsesBlock) SetNextValidatorsHash ¶
func (o *ResponsesBlock) SetNextValidatorsHash(v string)
SetNextValidatorsHash gets a reference to the given string and assigns it to the NextValidatorsHash field.
func (*ResponsesBlock) SetParentHash ¶
func (o *ResponsesBlock) SetParentHash(v string)
SetParentHash gets a reference to the given string and assigns it to the ParentHash field.
func (*ResponsesBlock) SetProposer ¶
func (o *ResponsesBlock) SetProposer(v ResponsesShortValidator)
SetProposer gets a reference to the given ResponsesShortValidator and assigns it to the Proposer field.
func (*ResponsesBlock) SetStats ¶
func (o *ResponsesBlock) SetStats(v ResponsesBlockStats)
SetStats gets a reference to the given ResponsesBlockStats and assigns it to the Stats field.
func (*ResponsesBlock) SetTime ¶
func (o *ResponsesBlock) SetTime(v string)
SetTime gets a reference to the given string and assigns it to the Time field.
func (*ResponsesBlock) SetValidatorsHash ¶
func (o *ResponsesBlock) SetValidatorsHash(v string)
SetValidatorsHash gets a reference to the given string and assigns it to the ValidatorsHash field.
func (*ResponsesBlock) SetVersionApp ¶
func (o *ResponsesBlock) SetVersionApp(v string)
SetVersionApp gets a reference to the given string and assigns it to the VersionApp field.
func (*ResponsesBlock) SetVersionBlock ¶
func (o *ResponsesBlock) SetVersionBlock(v string)
SetVersionBlock gets a reference to the given string and assigns it to the VersionBlock field.
func (ResponsesBlock) ToMap ¶
func (o ResponsesBlock) ToMap() (map[string]interface{}, error)
type ResponsesBlockStats ¶
type ResponsesBlockStats struct { BlobsCount *int32 `json:"blobs_count,omitempty"` BlobsSize *int32 `json:"blobs_size,omitempty"` BlockTime *int32 `json:"block_time,omitempty"` BytesInBlock *int32 `json:"bytes_in_block,omitempty"` Commissions *string `json:"commissions,omitempty"` EventsCount *int32 `json:"events_count,omitempty"` Fee *string `json:"fee,omitempty"` FillRate *string `json:"fill_rate,omitempty"` GasLimit *int32 `json:"gas_limit,omitempty"` GasUsed *int32 `json:"gas_used,omitempty"` InflationRate *string `json:"inflation_rate,omitempty"` Rewards *string `json:"rewards,omitempty"` SquareSize *int32 `json:"square_size,omitempty"` SupplyChange *string `json:"supply_change,omitempty"` TxCount *int32 `json:"tx_count,omitempty"` }
ResponsesBlockStats struct for ResponsesBlockStats
func NewResponsesBlockStats ¶
func NewResponsesBlockStats() *ResponsesBlockStats
NewResponsesBlockStats instantiates a new ResponsesBlockStats 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 NewResponsesBlockStatsWithDefaults ¶
func NewResponsesBlockStatsWithDefaults() *ResponsesBlockStats
NewResponsesBlockStatsWithDefaults instantiates a new ResponsesBlockStats 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 (*ResponsesBlockStats) GetBlobsCount ¶
func (o *ResponsesBlockStats) GetBlobsCount() int32
GetBlobsCount returns the BlobsCount field value if set, zero value otherwise.
func (*ResponsesBlockStats) GetBlobsCountOk ¶
func (o *ResponsesBlockStats) GetBlobsCountOk() (*int32, bool)
GetBlobsCountOk returns a tuple with the BlobsCount field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ResponsesBlockStats) GetBlobsSize ¶
func (o *ResponsesBlockStats) GetBlobsSize() int32
GetBlobsSize returns the BlobsSize field value if set, zero value otherwise.
func (*ResponsesBlockStats) GetBlobsSizeOk ¶
func (o *ResponsesBlockStats) GetBlobsSizeOk() (*int32, bool)
GetBlobsSizeOk returns a tuple with the BlobsSize field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ResponsesBlockStats) GetBlockTime ¶
func (o *ResponsesBlockStats) GetBlockTime() int32
GetBlockTime returns the BlockTime field value if set, zero value otherwise.
func (*ResponsesBlockStats) GetBlockTimeOk ¶
func (o *ResponsesBlockStats) GetBlockTimeOk() (*int32, bool)
GetBlockTimeOk returns a tuple with the BlockTime field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ResponsesBlockStats) GetBytesInBlock ¶
func (o *ResponsesBlockStats) GetBytesInBlock() int32
GetBytesInBlock returns the BytesInBlock field value if set, zero value otherwise.
func (*ResponsesBlockStats) GetBytesInBlockOk ¶
func (o *ResponsesBlockStats) GetBytesInBlockOk() (*int32, bool)
GetBytesInBlockOk returns a tuple with the BytesInBlock field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ResponsesBlockStats) GetCommissions ¶
func (o *ResponsesBlockStats) GetCommissions() string
GetCommissions returns the Commissions field value if set, zero value otherwise.
func (*ResponsesBlockStats) GetCommissionsOk ¶
func (o *ResponsesBlockStats) GetCommissionsOk() (*string, bool)
GetCommissionsOk returns a tuple with the Commissions field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ResponsesBlockStats) GetEventsCount ¶
func (o *ResponsesBlockStats) GetEventsCount() int32
GetEventsCount returns the EventsCount field value if set, zero value otherwise.
func (*ResponsesBlockStats) GetEventsCountOk ¶
func (o *ResponsesBlockStats) GetEventsCountOk() (*int32, bool)
GetEventsCountOk returns a tuple with the EventsCount field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ResponsesBlockStats) GetFee ¶
func (o *ResponsesBlockStats) GetFee() string
GetFee returns the Fee field value if set, zero value otherwise.
func (*ResponsesBlockStats) GetFeeOk ¶
func (o *ResponsesBlockStats) GetFeeOk() (*string, bool)
GetFeeOk returns a tuple with the Fee field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ResponsesBlockStats) GetFillRate ¶
func (o *ResponsesBlockStats) GetFillRate() string
GetFillRate returns the FillRate field value if set, zero value otherwise.
func (*ResponsesBlockStats) GetFillRateOk ¶
func (o *ResponsesBlockStats) GetFillRateOk() (*string, bool)
GetFillRateOk returns a tuple with the FillRate field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ResponsesBlockStats) GetGasLimit ¶
func (o *ResponsesBlockStats) GetGasLimit() int32
GetGasLimit returns the GasLimit field value if set, zero value otherwise.
func (*ResponsesBlockStats) GetGasLimitOk ¶
func (o *ResponsesBlockStats) GetGasLimitOk() (*int32, bool)
GetGasLimitOk returns a tuple with the GasLimit field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ResponsesBlockStats) GetGasUsed ¶
func (o *ResponsesBlockStats) GetGasUsed() int32
GetGasUsed returns the GasUsed field value if set, zero value otherwise.
func (*ResponsesBlockStats) GetGasUsedOk ¶
func (o *ResponsesBlockStats) GetGasUsedOk() (*int32, bool)
GetGasUsedOk returns a tuple with the GasUsed field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ResponsesBlockStats) GetInflationRate ¶
func (o *ResponsesBlockStats) GetInflationRate() string
GetInflationRate returns the InflationRate field value if set, zero value otherwise.
func (*ResponsesBlockStats) GetInflationRateOk ¶
func (o *ResponsesBlockStats) GetInflationRateOk() (*string, bool)
GetInflationRateOk returns a tuple with the InflationRate field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ResponsesBlockStats) GetRewards ¶
func (o *ResponsesBlockStats) GetRewards() string
GetRewards returns the Rewards field value if set, zero value otherwise.
func (*ResponsesBlockStats) GetRewardsOk ¶
func (o *ResponsesBlockStats) GetRewardsOk() (*string, bool)
GetRewardsOk returns a tuple with the Rewards field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ResponsesBlockStats) GetSquareSize ¶
func (o *ResponsesBlockStats) GetSquareSize() int32
GetSquareSize returns the SquareSize field value if set, zero value otherwise.
func (*ResponsesBlockStats) GetSquareSizeOk ¶
func (o *ResponsesBlockStats) GetSquareSizeOk() (*int32, bool)
GetSquareSizeOk returns a tuple with the SquareSize field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ResponsesBlockStats) GetSupplyChange ¶
func (o *ResponsesBlockStats) GetSupplyChange() string
GetSupplyChange returns the SupplyChange field value if set, zero value otherwise.
func (*ResponsesBlockStats) GetSupplyChangeOk ¶
func (o *ResponsesBlockStats) GetSupplyChangeOk() (*string, bool)
GetSupplyChangeOk returns a tuple with the SupplyChange field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ResponsesBlockStats) GetTxCount ¶
func (o *ResponsesBlockStats) GetTxCount() int32
GetTxCount returns the TxCount field value if set, zero value otherwise.
func (*ResponsesBlockStats) GetTxCountOk ¶
func (o *ResponsesBlockStats) GetTxCountOk() (*int32, bool)
GetTxCountOk returns a tuple with the TxCount field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ResponsesBlockStats) HasBlobsCount ¶
func (o *ResponsesBlockStats) HasBlobsCount() bool
HasBlobsCount returns a boolean if a field has been set.
func (*ResponsesBlockStats) HasBlobsSize ¶
func (o *ResponsesBlockStats) HasBlobsSize() bool
HasBlobsSize returns a boolean if a field has been set.
func (*ResponsesBlockStats) HasBlockTime ¶
func (o *ResponsesBlockStats) HasBlockTime() bool
HasBlockTime returns a boolean if a field has been set.
func (*ResponsesBlockStats) HasBytesInBlock ¶
func (o *ResponsesBlockStats) HasBytesInBlock() bool
HasBytesInBlock returns a boolean if a field has been set.
func (*ResponsesBlockStats) HasCommissions ¶
func (o *ResponsesBlockStats) HasCommissions() bool
HasCommissions returns a boolean if a field has been set.
func (*ResponsesBlockStats) HasEventsCount ¶
func (o *ResponsesBlockStats) HasEventsCount() bool
HasEventsCount returns a boolean if a field has been set.
func (*ResponsesBlockStats) HasFee ¶
func (o *ResponsesBlockStats) HasFee() bool
HasFee returns a boolean if a field has been set.
func (*ResponsesBlockStats) HasFillRate ¶
func (o *ResponsesBlockStats) HasFillRate() bool
HasFillRate returns a boolean if a field has been set.
func (*ResponsesBlockStats) HasGasLimit ¶
func (o *ResponsesBlockStats) HasGasLimit() bool
HasGasLimit returns a boolean if a field has been set.
func (*ResponsesBlockStats) HasGasUsed ¶
func (o *ResponsesBlockStats) HasGasUsed() bool
HasGasUsed returns a boolean if a field has been set.
func (*ResponsesBlockStats) HasInflationRate ¶
func (o *ResponsesBlockStats) HasInflationRate() bool
HasInflationRate returns a boolean if a field has been set.
func (*ResponsesBlockStats) HasRewards ¶
func (o *ResponsesBlockStats) HasRewards() bool
HasRewards returns a boolean if a field has been set.
func (*ResponsesBlockStats) HasSquareSize ¶
func (o *ResponsesBlockStats) HasSquareSize() bool
HasSquareSize returns a boolean if a field has been set.
func (*ResponsesBlockStats) HasSupplyChange ¶
func (o *ResponsesBlockStats) HasSupplyChange() bool
HasSupplyChange returns a boolean if a field has been set.
func (*ResponsesBlockStats) HasTxCount ¶
func (o *ResponsesBlockStats) HasTxCount() bool
HasTxCount returns a boolean if a field has been set.
func (ResponsesBlockStats) MarshalJSON ¶
func (o ResponsesBlockStats) MarshalJSON() ([]byte, error)
func (*ResponsesBlockStats) SetBlobsCount ¶
func (o *ResponsesBlockStats) SetBlobsCount(v int32)
SetBlobsCount gets a reference to the given int32 and assigns it to the BlobsCount field.
func (*ResponsesBlockStats) SetBlobsSize ¶
func (o *ResponsesBlockStats) SetBlobsSize(v int32)
SetBlobsSize gets a reference to the given int32 and assigns it to the BlobsSize field.
func (*ResponsesBlockStats) SetBlockTime ¶
func (o *ResponsesBlockStats) SetBlockTime(v int32)
SetBlockTime gets a reference to the given int32 and assigns it to the BlockTime field.
func (*ResponsesBlockStats) SetBytesInBlock ¶
func (o *ResponsesBlockStats) SetBytesInBlock(v int32)
SetBytesInBlock gets a reference to the given int32 and assigns it to the BytesInBlock field.
func (*ResponsesBlockStats) SetCommissions ¶
func (o *ResponsesBlockStats) SetCommissions(v string)
SetCommissions gets a reference to the given string and assigns it to the Commissions field.
func (*ResponsesBlockStats) SetEventsCount ¶
func (o *ResponsesBlockStats) SetEventsCount(v int32)
SetEventsCount gets a reference to the given int32 and assigns it to the EventsCount field.
func (*ResponsesBlockStats) SetFee ¶
func (o *ResponsesBlockStats) SetFee(v string)
SetFee gets a reference to the given string and assigns it to the Fee field.
func (*ResponsesBlockStats) SetFillRate ¶
func (o *ResponsesBlockStats) SetFillRate(v string)
SetFillRate gets a reference to the given string and assigns it to the FillRate field.
func (*ResponsesBlockStats) SetGasLimit ¶
func (o *ResponsesBlockStats) SetGasLimit(v int32)
SetGasLimit gets a reference to the given int32 and assigns it to the GasLimit field.
func (*ResponsesBlockStats) SetGasUsed ¶
func (o *ResponsesBlockStats) SetGasUsed(v int32)
SetGasUsed gets a reference to the given int32 and assigns it to the GasUsed field.
func (*ResponsesBlockStats) SetInflationRate ¶
func (o *ResponsesBlockStats) SetInflationRate(v string)
SetInflationRate gets a reference to the given string and assigns it to the InflationRate field.
func (*ResponsesBlockStats) SetRewards ¶
func (o *ResponsesBlockStats) SetRewards(v string)
SetRewards gets a reference to the given string and assigns it to the Rewards field.
func (*ResponsesBlockStats) SetSquareSize ¶
func (o *ResponsesBlockStats) SetSquareSize(v int32)
SetSquareSize gets a reference to the given int32 and assigns it to the SquareSize field.
func (*ResponsesBlockStats) SetSupplyChange ¶
func (o *ResponsesBlockStats) SetSupplyChange(v string)
SetSupplyChange gets a reference to the given string and assigns it to the SupplyChange field.
func (*ResponsesBlockStats) SetTxCount ¶
func (o *ResponsesBlockStats) SetTxCount(v int32)
SetTxCount gets a reference to the given int32 and assigns it to the TxCount field.
func (ResponsesBlockStats) ToMap ¶
func (o ResponsesBlockStats) ToMap() (map[string]interface{}, error)
type ResponsesCelestial ¶ added in v1.10.18
type ResponsesCelestial struct { ImageUrl *string `json:"image_url,omitempty"` Name *string `json:"name,omitempty"` Primary *bool `json:"primary,omitempty"` Status *string `json:"status,omitempty"` }
ResponsesCelestial Linked celestial id
func NewResponsesCelestial ¶ added in v1.10.18
func NewResponsesCelestial() *ResponsesCelestial
NewResponsesCelestial instantiates a new ResponsesCelestial 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 NewResponsesCelestialWithDefaults ¶ added in v1.10.18
func NewResponsesCelestialWithDefaults() *ResponsesCelestial
NewResponsesCelestialWithDefaults instantiates a new ResponsesCelestial 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 (*ResponsesCelestial) GetImageUrl ¶ added in v1.10.18
func (o *ResponsesCelestial) GetImageUrl() string
GetImageUrl returns the ImageUrl field value if set, zero value otherwise.
func (*ResponsesCelestial) GetImageUrlOk ¶ added in v1.10.18
func (o *ResponsesCelestial) GetImageUrlOk() (*string, bool)
GetImageUrlOk returns a tuple with the ImageUrl field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ResponsesCelestial) GetName ¶ added in v1.10.18
func (o *ResponsesCelestial) GetName() string
GetName returns the Name field value if set, zero value otherwise.
func (*ResponsesCelestial) GetNameOk ¶ added in v1.10.18
func (o *ResponsesCelestial) 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 (*ResponsesCelestial) GetPrimary ¶ added in v1.10.18
func (o *ResponsesCelestial) GetPrimary() bool
GetPrimary returns the Primary field value if set, zero value otherwise.
func (*ResponsesCelestial) GetPrimaryOk ¶ added in v1.10.18
func (o *ResponsesCelestial) GetPrimaryOk() (*bool, bool)
GetPrimaryOk returns a tuple with the Primary field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ResponsesCelestial) GetStatus ¶ added in v1.11.3
func (o *ResponsesCelestial) GetStatus() string
GetStatus returns the Status field value if set, zero value otherwise.
func (*ResponsesCelestial) GetStatusOk ¶ added in v1.11.3
func (o *ResponsesCelestial) GetStatusOk() (*string, bool)
GetStatusOk returns a tuple with the Status field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ResponsesCelestial) HasImageUrl ¶ added in v1.10.18
func (o *ResponsesCelestial) HasImageUrl() bool
HasImageUrl returns a boolean if a field has been set.
func (*ResponsesCelestial) HasName ¶ added in v1.10.18
func (o *ResponsesCelestial) HasName() bool
HasName returns a boolean if a field has been set.
func (*ResponsesCelestial) HasPrimary ¶ added in v1.10.18
func (o *ResponsesCelestial) HasPrimary() bool
HasPrimary returns a boolean if a field has been set.
func (*ResponsesCelestial) HasStatus ¶ added in v1.11.3
func (o *ResponsesCelestial) HasStatus() bool
HasStatus returns a boolean if a field has been set.
func (ResponsesCelestial) MarshalJSON ¶ added in v1.10.18
func (o ResponsesCelestial) MarshalJSON() ([]byte, error)
func (*ResponsesCelestial) SetImageUrl ¶ added in v1.10.18
func (o *ResponsesCelestial) SetImageUrl(v string)
SetImageUrl gets a reference to the given string and assigns it to the ImageUrl field.
func (*ResponsesCelestial) SetName ¶ added in v1.10.18
func (o *ResponsesCelestial) SetName(v string)
SetName gets a reference to the given string and assigns it to the Name field.
func (*ResponsesCelestial) SetPrimary ¶ added in v1.10.18
func (o *ResponsesCelestial) SetPrimary(v bool)
SetPrimary gets a reference to the given bool and assigns it to the Primary field.
func (*ResponsesCelestial) SetStatus ¶ added in v1.11.3
func (o *ResponsesCelestial) SetStatus(v string)
SetStatus gets a reference to the given string and assigns it to the Status field.
func (ResponsesCelestial) ToMap ¶ added in v1.10.18
func (o ResponsesCelestial) ToMap() (map[string]interface{}, error)
type ResponsesChange24hBlockStats ¶
type ResponsesChange24hBlockStats struct { BlobsSize24h *float32 `json:"blobs_size_24h,omitempty"` BytesInBlock24h *float32 `json:"bytes_in_block_24h,omitempty"` Fee24h *float32 `json:"fee_24h,omitempty"` TxCount24h *float32 `json:"tx_count_24h,omitempty"` }
ResponsesChange24hBlockStats struct for ResponsesChange24hBlockStats
func NewResponsesChange24hBlockStats ¶
func NewResponsesChange24hBlockStats() *ResponsesChange24hBlockStats
NewResponsesChange24hBlockStats instantiates a new ResponsesChange24hBlockStats 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 NewResponsesChange24hBlockStatsWithDefaults ¶
func NewResponsesChange24hBlockStatsWithDefaults() *ResponsesChange24hBlockStats
NewResponsesChange24hBlockStatsWithDefaults instantiates a new ResponsesChange24hBlockStats 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 (*ResponsesChange24hBlockStats) GetBlobsSize24h ¶
func (o *ResponsesChange24hBlockStats) GetBlobsSize24h() float32
GetBlobsSize24h returns the BlobsSize24h field value if set, zero value otherwise.
func (*ResponsesChange24hBlockStats) GetBlobsSize24hOk ¶
func (o *ResponsesChange24hBlockStats) GetBlobsSize24hOk() (*float32, bool)
GetBlobsSize24hOk returns a tuple with the BlobsSize24h field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ResponsesChange24hBlockStats) GetBytesInBlock24h ¶
func (o *ResponsesChange24hBlockStats) GetBytesInBlock24h() float32
GetBytesInBlock24h returns the BytesInBlock24h field value if set, zero value otherwise.
func (*ResponsesChange24hBlockStats) GetBytesInBlock24hOk ¶
func (o *ResponsesChange24hBlockStats) GetBytesInBlock24hOk() (*float32, bool)
GetBytesInBlock24hOk returns a tuple with the BytesInBlock24h field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ResponsesChange24hBlockStats) GetFee24h ¶
func (o *ResponsesChange24hBlockStats) GetFee24h() float32
GetFee24h returns the Fee24h field value if set, zero value otherwise.
func (*ResponsesChange24hBlockStats) GetFee24hOk ¶
func (o *ResponsesChange24hBlockStats) GetFee24hOk() (*float32, bool)
GetFee24hOk returns a tuple with the Fee24h field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ResponsesChange24hBlockStats) GetTxCount24h ¶
func (o *ResponsesChange24hBlockStats) GetTxCount24h() float32
GetTxCount24h returns the TxCount24h field value if set, zero value otherwise.
func (*ResponsesChange24hBlockStats) GetTxCount24hOk ¶
func (o *ResponsesChange24hBlockStats) GetTxCount24hOk() (*float32, bool)
GetTxCount24hOk returns a tuple with the TxCount24h field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ResponsesChange24hBlockStats) HasBlobsSize24h ¶
func (o *ResponsesChange24hBlockStats) HasBlobsSize24h() bool
HasBlobsSize24h returns a boolean if a field has been set.
func (*ResponsesChange24hBlockStats) HasBytesInBlock24h ¶
func (o *ResponsesChange24hBlockStats) HasBytesInBlock24h() bool
HasBytesInBlock24h returns a boolean if a field has been set.
func (*ResponsesChange24hBlockStats) HasFee24h ¶
func (o *ResponsesChange24hBlockStats) HasFee24h() bool
HasFee24h returns a boolean if a field has been set.
func (*ResponsesChange24hBlockStats) HasTxCount24h ¶
func (o *ResponsesChange24hBlockStats) HasTxCount24h() bool
HasTxCount24h returns a boolean if a field has been set.
func (ResponsesChange24hBlockStats) MarshalJSON ¶
func (o ResponsesChange24hBlockStats) MarshalJSON() ([]byte, error)
func (*ResponsesChange24hBlockStats) SetBlobsSize24h ¶
func (o *ResponsesChange24hBlockStats) SetBlobsSize24h(v float32)
SetBlobsSize24h gets a reference to the given float32 and assigns it to the BlobsSize24h field.
func (*ResponsesChange24hBlockStats) SetBytesInBlock24h ¶
func (o *ResponsesChange24hBlockStats) SetBytesInBlock24h(v float32)
SetBytesInBlock24h gets a reference to the given float32 and assigns it to the BytesInBlock24h field.
func (*ResponsesChange24hBlockStats) SetFee24h ¶
func (o *ResponsesChange24hBlockStats) SetFee24h(v float32)
SetFee24h gets a reference to the given float32 and assigns it to the Fee24h field.
func (*ResponsesChange24hBlockStats) SetTxCount24h ¶
func (o *ResponsesChange24hBlockStats) SetTxCount24h(v float32)
SetTxCount24h gets a reference to the given float32 and assigns it to the TxCount24h field.
func (ResponsesChange24hBlockStats) ToMap ¶
func (o ResponsesChange24hBlockStats) ToMap() (map[string]interface{}, error)
type ResponsesConstants ¶
type ResponsesConstants struct { DenomMetadata []ResponsesDenomMetadata `json:"denom_metadata,omitempty"` Module *map[string]map[string]string `json:"module,omitempty"` }
ResponsesConstants struct for ResponsesConstants
func NewResponsesConstants ¶
func NewResponsesConstants() *ResponsesConstants
NewResponsesConstants instantiates a new ResponsesConstants 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 NewResponsesConstantsWithDefaults ¶
func NewResponsesConstantsWithDefaults() *ResponsesConstants
NewResponsesConstantsWithDefaults instantiates a new ResponsesConstants 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 (*ResponsesConstants) GetDenomMetadata ¶
func (o *ResponsesConstants) GetDenomMetadata() []ResponsesDenomMetadata
GetDenomMetadata returns the DenomMetadata field value if set, zero value otherwise.
func (*ResponsesConstants) GetDenomMetadataOk ¶
func (o *ResponsesConstants) GetDenomMetadataOk() ([]ResponsesDenomMetadata, bool)
GetDenomMetadataOk returns a tuple with the DenomMetadata field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ResponsesConstants) GetModule ¶
func (o *ResponsesConstants) GetModule() map[string]map[string]string
GetModule returns the Module field value if set, zero value otherwise.
func (*ResponsesConstants) GetModuleOk ¶
func (o *ResponsesConstants) GetModuleOk() (*map[string]map[string]string, bool)
GetModuleOk returns a tuple with the Module field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ResponsesConstants) HasDenomMetadata ¶
func (o *ResponsesConstants) HasDenomMetadata() bool
HasDenomMetadata returns a boolean if a field has been set.
func (*ResponsesConstants) HasModule ¶
func (o *ResponsesConstants) HasModule() bool
HasModule returns a boolean if a field has been set.
func (ResponsesConstants) MarshalJSON ¶
func (o ResponsesConstants) MarshalJSON() ([]byte, error)
func (*ResponsesConstants) SetDenomMetadata ¶
func (o *ResponsesConstants) SetDenomMetadata(v []ResponsesDenomMetadata)
SetDenomMetadata gets a reference to the given []ResponsesDenomMetadata and assigns it to the DenomMetadata field.
func (*ResponsesConstants) SetModule ¶
func (o *ResponsesConstants) SetModule(v map[string]map[string]string)
SetModule gets a reference to the given map[string]map[string]string and assigns it to the Module field.
func (ResponsesConstants) ToMap ¶
func (o ResponsesConstants) ToMap() (map[string]interface{}, error)
type ResponsesCountItem ¶
type ResponsesCountItem struct { Name *string `json:"name,omitempty"` Value *string `json:"value,omitempty"` }
ResponsesCountItem struct for ResponsesCountItem
func NewResponsesCountItem ¶
func NewResponsesCountItem() *ResponsesCountItem
NewResponsesCountItem instantiates a new ResponsesCountItem 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 NewResponsesCountItemWithDefaults ¶
func NewResponsesCountItemWithDefaults() *ResponsesCountItem
NewResponsesCountItemWithDefaults instantiates a new ResponsesCountItem 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 (*ResponsesCountItem) GetName ¶
func (o *ResponsesCountItem) GetName() string
GetName returns the Name field value if set, zero value otherwise.
func (*ResponsesCountItem) GetNameOk ¶
func (o *ResponsesCountItem) 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 (*ResponsesCountItem) GetValue ¶
func (o *ResponsesCountItem) GetValue() string
GetValue returns the Value field value if set, zero value otherwise.
func (*ResponsesCountItem) GetValueOk ¶
func (o *ResponsesCountItem) 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 (*ResponsesCountItem) HasName ¶
func (o *ResponsesCountItem) HasName() bool
HasName returns a boolean if a field has been set.
func (*ResponsesCountItem) HasValue ¶
func (o *ResponsesCountItem) HasValue() bool
HasValue returns a boolean if a field has been set.
func (ResponsesCountItem) MarshalJSON ¶
func (o ResponsesCountItem) MarshalJSON() ([]byte, error)
func (*ResponsesCountItem) SetName ¶
func (o *ResponsesCountItem) SetName(v string)
SetName gets a reference to the given string and assigns it to the Name field.
func (*ResponsesCountItem) SetValue ¶
func (o *ResponsesCountItem) SetValue(v string)
SetValue gets a reference to the given string and assigns it to the Value field.
func (ResponsesCountItem) ToMap ¶
func (o ResponsesCountItem) ToMap() (map[string]interface{}, error)
type ResponsesDelegation ¶
type ResponsesDelegation struct { Amount *string `json:"amount,omitempty"` Delegator *ResponsesShortAddress `json:"delegator,omitempty"` Validator *ResponsesShortValidator `json:"validator,omitempty"` }
ResponsesDelegation struct for ResponsesDelegation
func NewResponsesDelegation ¶
func NewResponsesDelegation() *ResponsesDelegation
NewResponsesDelegation instantiates a new ResponsesDelegation 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 NewResponsesDelegationWithDefaults ¶
func NewResponsesDelegationWithDefaults() *ResponsesDelegation
NewResponsesDelegationWithDefaults instantiates a new ResponsesDelegation 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 (*ResponsesDelegation) GetAmount ¶
func (o *ResponsesDelegation) GetAmount() string
GetAmount returns the Amount field value if set, zero value otherwise.
func (*ResponsesDelegation) GetAmountOk ¶
func (o *ResponsesDelegation) GetAmountOk() (*string, bool)
GetAmountOk returns a tuple with the Amount field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ResponsesDelegation) GetDelegator ¶
func (o *ResponsesDelegation) GetDelegator() ResponsesShortAddress
GetDelegator returns the Delegator field value if set, zero value otherwise.
func (*ResponsesDelegation) GetDelegatorOk ¶
func (o *ResponsesDelegation) GetDelegatorOk() (*ResponsesShortAddress, bool)
GetDelegatorOk returns a tuple with the Delegator field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ResponsesDelegation) GetValidator ¶
func (o *ResponsesDelegation) GetValidator() ResponsesShortValidator
GetValidator returns the Validator field value if set, zero value otherwise.
func (*ResponsesDelegation) GetValidatorOk ¶
func (o *ResponsesDelegation) GetValidatorOk() (*ResponsesShortValidator, bool)
GetValidatorOk returns a tuple with the Validator field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ResponsesDelegation) HasAmount ¶
func (o *ResponsesDelegation) HasAmount() bool
HasAmount returns a boolean if a field has been set.
func (*ResponsesDelegation) HasDelegator ¶
func (o *ResponsesDelegation) HasDelegator() bool
HasDelegator returns a boolean if a field has been set.
func (*ResponsesDelegation) HasValidator ¶
func (o *ResponsesDelegation) HasValidator() bool
HasValidator returns a boolean if a field has been set.
func (ResponsesDelegation) MarshalJSON ¶
func (o ResponsesDelegation) MarshalJSON() ([]byte, error)
func (*ResponsesDelegation) SetAmount ¶
func (o *ResponsesDelegation) SetAmount(v string)
SetAmount gets a reference to the given string and assigns it to the Amount field.
func (*ResponsesDelegation) SetDelegator ¶
func (o *ResponsesDelegation) SetDelegator(v ResponsesShortAddress)
SetDelegator gets a reference to the given ResponsesShortAddress and assigns it to the Delegator field.
func (*ResponsesDelegation) SetValidator ¶
func (o *ResponsesDelegation) SetValidator(v ResponsesShortValidator)
SetValidator gets a reference to the given ResponsesShortValidator and assigns it to the Validator field.
func (ResponsesDelegation) ToMap ¶
func (o ResponsesDelegation) ToMap() (map[string]interface{}, error)
type ResponsesDenomMetadata ¶
type ResponsesDenomMetadata struct { Base *string `json:"base,omitempty"` Description *string `json:"description,omitempty"` Display *string `json:"display,omitempty"` Name *string `json:"name,omitempty"` Symbol *string `json:"symbol,omitempty"` Units []int32 `json:"units,omitempty"` Uri *string `json:"uri,omitempty"` }
ResponsesDenomMetadata struct for ResponsesDenomMetadata
func NewResponsesDenomMetadata ¶
func NewResponsesDenomMetadata() *ResponsesDenomMetadata
NewResponsesDenomMetadata instantiates a new ResponsesDenomMetadata 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 NewResponsesDenomMetadataWithDefaults ¶
func NewResponsesDenomMetadataWithDefaults() *ResponsesDenomMetadata
NewResponsesDenomMetadataWithDefaults instantiates a new ResponsesDenomMetadata 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 (*ResponsesDenomMetadata) GetBase ¶
func (o *ResponsesDenomMetadata) GetBase() string
GetBase returns the Base field value if set, zero value otherwise.
func (*ResponsesDenomMetadata) GetBaseOk ¶
func (o *ResponsesDenomMetadata) GetBaseOk() (*string, bool)
GetBaseOk returns a tuple with the Base field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ResponsesDenomMetadata) GetDescription ¶
func (o *ResponsesDenomMetadata) GetDescription() string
GetDescription returns the Description field value if set, zero value otherwise.
func (*ResponsesDenomMetadata) GetDescriptionOk ¶
func (o *ResponsesDenomMetadata) 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 (*ResponsesDenomMetadata) GetDisplay ¶
func (o *ResponsesDenomMetadata) GetDisplay() string
GetDisplay returns the Display field value if set, zero value otherwise.
func (*ResponsesDenomMetadata) GetDisplayOk ¶
func (o *ResponsesDenomMetadata) GetDisplayOk() (*string, bool)
GetDisplayOk returns a tuple with the Display field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ResponsesDenomMetadata) GetName ¶
func (o *ResponsesDenomMetadata) GetName() string
GetName returns the Name field value if set, zero value otherwise.
func (*ResponsesDenomMetadata) GetNameOk ¶
func (o *ResponsesDenomMetadata) 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 (*ResponsesDenomMetadata) GetSymbol ¶
func (o *ResponsesDenomMetadata) GetSymbol() string
GetSymbol returns the Symbol field value if set, zero value otherwise.
func (*ResponsesDenomMetadata) GetSymbolOk ¶
func (o *ResponsesDenomMetadata) GetSymbolOk() (*string, bool)
GetSymbolOk returns a tuple with the Symbol field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ResponsesDenomMetadata) GetUnits ¶
func (o *ResponsesDenomMetadata) GetUnits() []int32
GetUnits returns the Units field value if set, zero value otherwise.
func (*ResponsesDenomMetadata) GetUnitsOk ¶
func (o *ResponsesDenomMetadata) GetUnitsOk() ([]int32, bool)
GetUnitsOk returns a tuple with the Units field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ResponsesDenomMetadata) GetUri ¶
func (o *ResponsesDenomMetadata) GetUri() string
GetUri returns the Uri field value if set, zero value otherwise.
func (*ResponsesDenomMetadata) GetUriOk ¶
func (o *ResponsesDenomMetadata) GetUriOk() (*string, bool)
GetUriOk returns a tuple with the Uri field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ResponsesDenomMetadata) HasBase ¶
func (o *ResponsesDenomMetadata) HasBase() bool
HasBase returns a boolean if a field has been set.
func (*ResponsesDenomMetadata) HasDescription ¶
func (o *ResponsesDenomMetadata) HasDescription() bool
HasDescription returns a boolean if a field has been set.
func (*ResponsesDenomMetadata) HasDisplay ¶
func (o *ResponsesDenomMetadata) HasDisplay() bool
HasDisplay returns a boolean if a field has been set.
func (*ResponsesDenomMetadata) HasName ¶
func (o *ResponsesDenomMetadata) HasName() bool
HasName returns a boolean if a field has been set.
func (*ResponsesDenomMetadata) HasSymbol ¶
func (o *ResponsesDenomMetadata) HasSymbol() bool
HasSymbol returns a boolean if a field has been set.
func (*ResponsesDenomMetadata) HasUnits ¶
func (o *ResponsesDenomMetadata) HasUnits() bool
HasUnits returns a boolean if a field has been set.
func (*ResponsesDenomMetadata) HasUri ¶
func (o *ResponsesDenomMetadata) HasUri() bool
HasUri returns a boolean if a field has been set.
func (ResponsesDenomMetadata) MarshalJSON ¶
func (o ResponsesDenomMetadata) MarshalJSON() ([]byte, error)
func (*ResponsesDenomMetadata) SetBase ¶
func (o *ResponsesDenomMetadata) SetBase(v string)
SetBase gets a reference to the given string and assigns it to the Base field.
func (*ResponsesDenomMetadata) SetDescription ¶
func (o *ResponsesDenomMetadata) SetDescription(v string)
SetDescription gets a reference to the given string and assigns it to the Description field.
func (*ResponsesDenomMetadata) SetDisplay ¶
func (o *ResponsesDenomMetadata) SetDisplay(v string)
SetDisplay gets a reference to the given string and assigns it to the Display field.
func (*ResponsesDenomMetadata) SetName ¶
func (o *ResponsesDenomMetadata) SetName(v string)
SetName gets a reference to the given string and assigns it to the Name field.
func (*ResponsesDenomMetadata) SetSymbol ¶
func (o *ResponsesDenomMetadata) SetSymbol(v string)
SetSymbol gets a reference to the given string and assigns it to the Symbol field.
func (*ResponsesDenomMetadata) SetUnits ¶
func (o *ResponsesDenomMetadata) SetUnits(v []int32)
SetUnits gets a reference to the given []int32 and assigns it to the Units field.
func (*ResponsesDenomMetadata) SetUri ¶
func (o *ResponsesDenomMetadata) SetUri(v string)
SetUri gets a reference to the given string and assigns it to the Uri field.
func (ResponsesDenomMetadata) ToMap ¶
func (o ResponsesDenomMetadata) ToMap() (map[string]interface{}, error)
type ResponsesDistributionItem ¶
type ResponsesDistributionItem struct { Name *string `json:"name,omitempty"` Value *string `json:"value,omitempty"` }
ResponsesDistributionItem struct for ResponsesDistributionItem
func NewResponsesDistributionItem ¶
func NewResponsesDistributionItem() *ResponsesDistributionItem
NewResponsesDistributionItem instantiates a new ResponsesDistributionItem 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 NewResponsesDistributionItemWithDefaults ¶
func NewResponsesDistributionItemWithDefaults() *ResponsesDistributionItem
NewResponsesDistributionItemWithDefaults instantiates a new ResponsesDistributionItem 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 (*ResponsesDistributionItem) GetName ¶
func (o *ResponsesDistributionItem) GetName() string
GetName returns the Name field value if set, zero value otherwise.
func (*ResponsesDistributionItem) GetNameOk ¶
func (o *ResponsesDistributionItem) 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 (*ResponsesDistributionItem) GetValue ¶
func (o *ResponsesDistributionItem) GetValue() string
GetValue returns the Value field value if set, zero value otherwise.
func (*ResponsesDistributionItem) GetValueOk ¶
func (o *ResponsesDistributionItem) 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 (*ResponsesDistributionItem) HasName ¶
func (o *ResponsesDistributionItem) HasName() bool
HasName returns a boolean if a field has been set.
func (*ResponsesDistributionItem) HasValue ¶
func (o *ResponsesDistributionItem) HasValue() bool
HasValue returns a boolean if a field has been set.
func (ResponsesDistributionItem) MarshalJSON ¶
func (o ResponsesDistributionItem) MarshalJSON() ([]byte, error)
func (*ResponsesDistributionItem) SetName ¶
func (o *ResponsesDistributionItem) SetName(v string)
SetName gets a reference to the given string and assigns it to the Name field.
func (*ResponsesDistributionItem) SetValue ¶
func (o *ResponsesDistributionItem) SetValue(v string)
SetValue gets a reference to the given string and assigns it to the Value field.
func (ResponsesDistributionItem) ToMap ¶
func (o ResponsesDistributionItem) ToMap() (map[string]interface{}, error)
type ResponsesEnums ¶
type ResponsesEnums struct { Categories []string `json:"categories,omitempty"` CelestialsStatuses []string `json:"celestials_statuses,omitempty"` EventType []string `json:"event_type,omitempty"` HyperlaneTokenType []string `json:"hyperlane_token_type,omitempty"` HyperlaneTransferType []string `json:"hyperlane_transfer_type,omitempty"` IbcChannelStatus []string `json:"ibc_channel_status,omitempty"` MessageType []string `json:"message_type,omitempty"` ProposalStatus []string `json:"proposal_status,omitempty"` ProposalType []string `json:"proposal_type,omitempty"` RollupType []string `json:"rollup_type,omitempty"` Status []string `json:"status,omitempty"` Tags []string `json:"tags,omitempty"` VoteOption []string `json:"vote_option,omitempty"` VoteType []string `json:"vote_type,omitempty"` }
ResponsesEnums struct for ResponsesEnums
func NewResponsesEnums ¶
func NewResponsesEnums() *ResponsesEnums
NewResponsesEnums instantiates a new ResponsesEnums 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 NewResponsesEnumsWithDefaults ¶
func NewResponsesEnumsWithDefaults() *ResponsesEnums
NewResponsesEnumsWithDefaults instantiates a new ResponsesEnums 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 (*ResponsesEnums) GetCategories ¶ added in v1.10.5
func (o *ResponsesEnums) GetCategories() []string
GetCategories returns the Categories field value if set, zero value otherwise.
func (*ResponsesEnums) GetCategoriesOk ¶ added in v1.10.5
func (o *ResponsesEnums) GetCategoriesOk() ([]string, bool)
GetCategoriesOk returns a tuple with the Categories field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ResponsesEnums) GetCelestialsStatuses ¶ added in v1.11.3
func (o *ResponsesEnums) GetCelestialsStatuses() []string
GetCelestialsStatuses returns the CelestialsStatuses field value if set, zero value otherwise.
func (*ResponsesEnums) GetCelestialsStatusesOk ¶ added in v1.11.3
func (o *ResponsesEnums) GetCelestialsStatusesOk() ([]string, bool)
GetCelestialsStatusesOk returns a tuple with the CelestialsStatuses field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ResponsesEnums) GetEventType ¶
func (o *ResponsesEnums) GetEventType() []string
GetEventType returns the EventType field value if set, zero value otherwise.
func (*ResponsesEnums) GetEventTypeOk ¶
func (o *ResponsesEnums) GetEventTypeOk() ([]string, bool)
GetEventTypeOk returns a tuple with the EventType field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ResponsesEnums) GetHyperlaneTokenType ¶ added in v1.15.1
func (o *ResponsesEnums) GetHyperlaneTokenType() []string
GetHyperlaneTokenType returns the HyperlaneTokenType field value if set, zero value otherwise.
func (*ResponsesEnums) GetHyperlaneTokenTypeOk ¶ added in v1.15.1
func (o *ResponsesEnums) GetHyperlaneTokenTypeOk() ([]string, bool)
GetHyperlaneTokenTypeOk returns a tuple with the HyperlaneTokenType field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ResponsesEnums) GetHyperlaneTransferType ¶ added in v1.15.1
func (o *ResponsesEnums) GetHyperlaneTransferType() []string
GetHyperlaneTransferType returns the HyperlaneTransferType field value if set, zero value otherwise.
func (*ResponsesEnums) GetHyperlaneTransferTypeOk ¶ added in v1.15.1
func (o *ResponsesEnums) GetHyperlaneTransferTypeOk() ([]string, bool)
GetHyperlaneTransferTypeOk returns a tuple with the HyperlaneTransferType field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ResponsesEnums) GetIbcChannelStatus ¶ added in v1.14.0
func (o *ResponsesEnums) GetIbcChannelStatus() []string
GetIbcChannelStatus returns the IbcChannelStatus field value if set, zero value otherwise.
func (*ResponsesEnums) GetIbcChannelStatusOk ¶ added in v1.14.0
func (o *ResponsesEnums) GetIbcChannelStatusOk() ([]string, bool)
GetIbcChannelStatusOk returns a tuple with the IbcChannelStatus field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ResponsesEnums) GetMessageType ¶
func (o *ResponsesEnums) GetMessageType() []string
GetMessageType returns the MessageType field value if set, zero value otherwise.
func (*ResponsesEnums) GetMessageTypeOk ¶
func (o *ResponsesEnums) GetMessageTypeOk() ([]string, bool)
GetMessageTypeOk returns a tuple with the MessageType field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ResponsesEnums) GetProposalStatus ¶ added in v1.12.1
func (o *ResponsesEnums) GetProposalStatus() []string
GetProposalStatus returns the ProposalStatus field value if set, zero value otherwise.
func (*ResponsesEnums) GetProposalStatusOk ¶ added in v1.12.1
func (o *ResponsesEnums) GetProposalStatusOk() ([]string, bool)
GetProposalStatusOk returns a tuple with the ProposalStatus field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ResponsesEnums) GetProposalType ¶ added in v1.12.1
func (o *ResponsesEnums) GetProposalType() []string
GetProposalType returns the ProposalType field value if set, zero value otherwise.
func (*ResponsesEnums) GetProposalTypeOk ¶ added in v1.12.1
func (o *ResponsesEnums) GetProposalTypeOk() ([]string, bool)
GetProposalTypeOk returns a tuple with the ProposalType field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ResponsesEnums) GetRollupType ¶ added in v1.10.9
func (o *ResponsesEnums) GetRollupType() []string
GetRollupType returns the RollupType field value if set, zero value otherwise.
func (*ResponsesEnums) GetRollupTypeOk ¶ added in v1.10.9
func (o *ResponsesEnums) GetRollupTypeOk() ([]string, bool)
GetRollupTypeOk returns a tuple with the RollupType field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ResponsesEnums) GetStatus ¶
func (o *ResponsesEnums) GetStatus() []string
GetStatus returns the Status field value if set, zero value otherwise.
func (*ResponsesEnums) GetStatusOk ¶
func (o *ResponsesEnums) GetStatusOk() ([]string, bool)
GetStatusOk returns a tuple with the Status field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ResponsesEnums) GetTags ¶ added in v1.10.18
func (o *ResponsesEnums) GetTags() []string
GetTags returns the Tags field value if set, zero value otherwise.
func (*ResponsesEnums) GetTagsOk ¶ added in v1.10.18
func (o *ResponsesEnums) GetTagsOk() ([]string, bool)
GetTagsOk returns a tuple with the Tags field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ResponsesEnums) GetVoteOption ¶ added in v1.13.0
func (o *ResponsesEnums) GetVoteOption() []string
GetVoteOption returns the VoteOption field value if set, zero value otherwise.
func (*ResponsesEnums) GetVoteOptionOk ¶ added in v1.13.0
func (o *ResponsesEnums) GetVoteOptionOk() ([]string, bool)
GetVoteOptionOk returns a tuple with the VoteOption field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ResponsesEnums) GetVoteType ¶ added in v1.13.0
func (o *ResponsesEnums) GetVoteType() []string
GetVoteType returns the VoteType field value if set, zero value otherwise.
func (*ResponsesEnums) GetVoteTypeOk ¶ added in v1.13.0
func (o *ResponsesEnums) GetVoteTypeOk() ([]string, bool)
GetVoteTypeOk returns a tuple with the VoteType field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ResponsesEnums) HasCategories ¶ added in v1.10.5
func (o *ResponsesEnums) HasCategories() bool
HasCategories returns a boolean if a field has been set.
func (*ResponsesEnums) HasCelestialsStatuses ¶ added in v1.11.3
func (o *ResponsesEnums) HasCelestialsStatuses() bool
HasCelestialsStatuses returns a boolean if a field has been set.
func (*ResponsesEnums) HasEventType ¶
func (o *ResponsesEnums) HasEventType() bool
HasEventType returns a boolean if a field has been set.
func (*ResponsesEnums) HasHyperlaneTokenType ¶ added in v1.15.1
func (o *ResponsesEnums) HasHyperlaneTokenType() bool
HasHyperlaneTokenType returns a boolean if a field has been set.
func (*ResponsesEnums) HasHyperlaneTransferType ¶ added in v1.15.1
func (o *ResponsesEnums) HasHyperlaneTransferType() bool
HasHyperlaneTransferType returns a boolean if a field has been set.
func (*ResponsesEnums) HasIbcChannelStatus ¶ added in v1.14.0
func (o *ResponsesEnums) HasIbcChannelStatus() bool
HasIbcChannelStatus returns a boolean if a field has been set.
func (*ResponsesEnums) HasMessageType ¶
func (o *ResponsesEnums) HasMessageType() bool
HasMessageType returns a boolean if a field has been set.
func (*ResponsesEnums) HasProposalStatus ¶ added in v1.12.1
func (o *ResponsesEnums) HasProposalStatus() bool
HasProposalStatus returns a boolean if a field has been set.
func (*ResponsesEnums) HasProposalType ¶ added in v1.12.1
func (o *ResponsesEnums) HasProposalType() bool
HasProposalType returns a boolean if a field has been set.
func (*ResponsesEnums) HasRollupType ¶ added in v1.10.9
func (o *ResponsesEnums) HasRollupType() bool
HasRollupType returns a boolean if a field has been set.
func (*ResponsesEnums) HasStatus ¶
func (o *ResponsesEnums) HasStatus() bool
HasStatus returns a boolean if a field has been set.
func (*ResponsesEnums) HasTags ¶ added in v1.10.18
func (o *ResponsesEnums) HasTags() bool
HasTags returns a boolean if a field has been set.
func (*ResponsesEnums) HasVoteOption ¶ added in v1.13.0
func (o *ResponsesEnums) HasVoteOption() bool
HasVoteOption returns a boolean if a field has been set.
func (*ResponsesEnums) HasVoteType ¶ added in v1.13.0
func (o *ResponsesEnums) HasVoteType() bool
HasVoteType returns a boolean if a field has been set.
func (ResponsesEnums) MarshalJSON ¶
func (o ResponsesEnums) MarshalJSON() ([]byte, error)
func (*ResponsesEnums) SetCategories ¶ added in v1.10.5
func (o *ResponsesEnums) SetCategories(v []string)
SetCategories gets a reference to the given []string and assigns it to the Categories field.
func (*ResponsesEnums) SetCelestialsStatuses ¶ added in v1.11.3
func (o *ResponsesEnums) SetCelestialsStatuses(v []string)
SetCelestialsStatuses gets a reference to the given []string and assigns it to the CelestialsStatuses field.
func (*ResponsesEnums) SetEventType ¶
func (o *ResponsesEnums) SetEventType(v []string)
SetEventType gets a reference to the given []string and assigns it to the EventType field.
func (*ResponsesEnums) SetHyperlaneTokenType ¶ added in v1.15.1
func (o *ResponsesEnums) SetHyperlaneTokenType(v []string)
SetHyperlaneTokenType gets a reference to the given []string and assigns it to the HyperlaneTokenType field.
func (*ResponsesEnums) SetHyperlaneTransferType ¶ added in v1.15.1
func (o *ResponsesEnums) SetHyperlaneTransferType(v []string)
SetHyperlaneTransferType gets a reference to the given []string and assigns it to the HyperlaneTransferType field.
func (*ResponsesEnums) SetIbcChannelStatus ¶ added in v1.14.0
func (o *ResponsesEnums) SetIbcChannelStatus(v []string)
SetIbcChannelStatus gets a reference to the given []string and assigns it to the IbcChannelStatus field.
func (*ResponsesEnums) SetMessageType ¶
func (o *ResponsesEnums) SetMessageType(v []string)
SetMessageType gets a reference to the given []string and assigns it to the MessageType field.
func (*ResponsesEnums) SetProposalStatus ¶ added in v1.12.1
func (o *ResponsesEnums) SetProposalStatus(v []string)
SetProposalStatus gets a reference to the given []string and assigns it to the ProposalStatus field.
func (*ResponsesEnums) SetProposalType ¶ added in v1.12.1
func (o *ResponsesEnums) SetProposalType(v []string)
SetProposalType gets a reference to the given []string and assigns it to the ProposalType field.
func (*ResponsesEnums) SetRollupType ¶ added in v1.10.9
func (o *ResponsesEnums) SetRollupType(v []string)
SetRollupType gets a reference to the given []string and assigns it to the RollupType field.
func (*ResponsesEnums) SetStatus ¶
func (o *ResponsesEnums) SetStatus(v []string)
SetStatus gets a reference to the given []string and assigns it to the Status field.
func (*ResponsesEnums) SetTags ¶ added in v1.10.18
func (o *ResponsesEnums) SetTags(v []string)
SetTags gets a reference to the given []string and assigns it to the Tags field.
func (*ResponsesEnums) SetVoteOption ¶ added in v1.13.0
func (o *ResponsesEnums) SetVoteOption(v []string)
SetVoteOption gets a reference to the given []string and assigns it to the VoteOption field.
func (*ResponsesEnums) SetVoteType ¶ added in v1.13.0
func (o *ResponsesEnums) SetVoteType(v []string)
SetVoteType gets a reference to the given []string and assigns it to the VoteType field.
func (ResponsesEnums) ToMap ¶
func (o ResponsesEnums) ToMap() (map[string]interface{}, error)
type ResponsesEvent ¶
type ResponsesEvent struct { Data map[string]map[string]interface{} `json:"data,omitempty"` Height *int64 `json:"height,omitempty"` Id *int64 `json:"id,omitempty"` Position *int64 `json:"position,omitempty"` Time *time.Time `json:"time,omitempty"` TxId *int64 `json:"tx_id,omitempty"` Type *TypesEventType `json:"type,omitempty"` }
ResponsesEvent struct for ResponsesEvent
func NewResponsesEvent ¶
func NewResponsesEvent() *ResponsesEvent
NewResponsesEvent instantiates a new ResponsesEvent 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 NewResponsesEventWithDefaults ¶
func NewResponsesEventWithDefaults() *ResponsesEvent
NewResponsesEventWithDefaults instantiates a new ResponsesEvent 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 (*ResponsesEvent) GetData ¶
func (o *ResponsesEvent) GetData() map[string]map[string]interface{}
GetData returns the Data field value if set, zero value otherwise.
func (*ResponsesEvent) GetDataOk ¶
func (o *ResponsesEvent) GetDataOk() (map[string]map[string]interface{}, bool)
GetDataOk returns a tuple with the Data field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ResponsesEvent) GetHeight ¶
func (o *ResponsesEvent) GetHeight() int64
GetHeight returns the Height field value if set, zero value otherwise.
func (*ResponsesEvent) GetHeightOk ¶
func (o *ResponsesEvent) GetHeightOk() (*int64, bool)
GetHeightOk returns a tuple with the Height field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ResponsesEvent) GetId ¶
func (o *ResponsesEvent) GetId() int64
GetId returns the Id field value if set, zero value otherwise.
func (*ResponsesEvent) GetIdOk ¶
func (o *ResponsesEvent) 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 (*ResponsesEvent) GetPosition ¶
func (o *ResponsesEvent) GetPosition() int64
GetPosition returns the Position field value if set, zero value otherwise.
func (*ResponsesEvent) GetPositionOk ¶
func (o *ResponsesEvent) GetPositionOk() (*int64, bool)
GetPositionOk returns a tuple with the Position field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ResponsesEvent) GetTime ¶
func (o *ResponsesEvent) GetTime() time.Time
GetTime returns the Time field value if set, zero value otherwise.
func (*ResponsesEvent) GetTimeOk ¶
func (o *ResponsesEvent) GetTimeOk() (*time.Time, bool)
GetTimeOk returns a tuple with the Time field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ResponsesEvent) GetTxId ¶
func (o *ResponsesEvent) GetTxId() int64
GetTxId returns the TxId field value if set, zero value otherwise.
func (*ResponsesEvent) GetTxIdOk ¶
func (o *ResponsesEvent) GetTxIdOk() (*int64, bool)
GetTxIdOk returns a tuple with the TxId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ResponsesEvent) GetType ¶
func (o *ResponsesEvent) GetType() TypesEventType
GetType returns the Type field value if set, zero value otherwise.
func (*ResponsesEvent) GetTypeOk ¶
func (o *ResponsesEvent) GetTypeOk() (*TypesEventType, 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 (*ResponsesEvent) HasData ¶
func (o *ResponsesEvent) HasData() bool
HasData returns a boolean if a field has been set.
func (*ResponsesEvent) HasHeight ¶
func (o *ResponsesEvent) HasHeight() bool
HasHeight returns a boolean if a field has been set.
func (*ResponsesEvent) HasId ¶
func (o *ResponsesEvent) HasId() bool
HasId returns a boolean if a field has been set.
func (*ResponsesEvent) HasPosition ¶
func (o *ResponsesEvent) HasPosition() bool
HasPosition returns a boolean if a field has been set.
func (*ResponsesEvent) HasTime ¶
func (o *ResponsesEvent) HasTime() bool
HasTime returns a boolean if a field has been set.
func (*ResponsesEvent) HasTxId ¶
func (o *ResponsesEvent) HasTxId() bool
HasTxId returns a boolean if a field has been set.
func (*ResponsesEvent) HasType ¶
func (o *ResponsesEvent) HasType() bool
HasType returns a boolean if a field has been set.
func (ResponsesEvent) MarshalJSON ¶
func (o ResponsesEvent) MarshalJSON() ([]byte, error)
func (*ResponsesEvent) SetData ¶
func (o *ResponsesEvent) SetData(v map[string]map[string]interface{})
SetData gets a reference to the given map[string]map[string]interface{} and assigns it to the Data field.
func (*ResponsesEvent) SetHeight ¶
func (o *ResponsesEvent) SetHeight(v int64)
SetHeight gets a reference to the given int64 and assigns it to the Height field.
func (*ResponsesEvent) SetId ¶
func (o *ResponsesEvent) SetId(v int64)
SetId gets a reference to the given int64 and assigns it to the Id field.
func (*ResponsesEvent) SetPosition ¶
func (o *ResponsesEvent) SetPosition(v int64)
SetPosition gets a reference to the given int64 and assigns it to the Position field.
func (*ResponsesEvent) SetTime ¶
func (o *ResponsesEvent) SetTime(v time.Time)
SetTime gets a reference to the given time.Time and assigns it to the Time field.
func (*ResponsesEvent) SetTxId ¶
func (o *ResponsesEvent) SetTxId(v int64)
SetTxId gets a reference to the given int64 and assigns it to the TxId field.
func (*ResponsesEvent) SetType ¶
func (o *ResponsesEvent) SetType(v TypesEventType)
SetType gets a reference to the given TypesEventType and assigns it to the Type field.
func (ResponsesEvent) ToMap ¶
func (o ResponsesEvent) ToMap() (map[string]interface{}, error)
type ResponsesGasPrice ¶
type ResponsesGasPrice struct { Fast *string `json:"fast,omitempty"` Median *string `json:"median,omitempty"` Slow *string `json:"slow,omitempty"` }
ResponsesGasPrice struct for ResponsesGasPrice
func NewResponsesGasPrice ¶
func NewResponsesGasPrice() *ResponsesGasPrice
NewResponsesGasPrice instantiates a new ResponsesGasPrice 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 NewResponsesGasPriceWithDefaults ¶
func NewResponsesGasPriceWithDefaults() *ResponsesGasPrice
NewResponsesGasPriceWithDefaults instantiates a new ResponsesGasPrice 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 (*ResponsesGasPrice) GetFast ¶
func (o *ResponsesGasPrice) GetFast() string
GetFast returns the Fast field value if set, zero value otherwise.
func (*ResponsesGasPrice) GetFastOk ¶
func (o *ResponsesGasPrice) GetFastOk() (*string, bool)
GetFastOk returns a tuple with the Fast field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ResponsesGasPrice) GetMedian ¶
func (o *ResponsesGasPrice) GetMedian() string
GetMedian returns the Median field value if set, zero value otherwise.
func (*ResponsesGasPrice) GetMedianOk ¶
func (o *ResponsesGasPrice) GetMedianOk() (*string, bool)
GetMedianOk returns a tuple with the Median field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ResponsesGasPrice) GetSlow ¶
func (o *ResponsesGasPrice) GetSlow() string
GetSlow returns the Slow field value if set, zero value otherwise.
func (*ResponsesGasPrice) GetSlowOk ¶
func (o *ResponsesGasPrice) GetSlowOk() (*string, bool)
GetSlowOk returns a tuple with the Slow field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ResponsesGasPrice) HasFast ¶
func (o *ResponsesGasPrice) HasFast() bool
HasFast returns a boolean if a field has been set.
func (*ResponsesGasPrice) HasMedian ¶
func (o *ResponsesGasPrice) HasMedian() bool
HasMedian returns a boolean if a field has been set.
func (*ResponsesGasPrice) HasSlow ¶
func (o *ResponsesGasPrice) HasSlow() bool
HasSlow returns a boolean if a field has been set.
func (ResponsesGasPrice) MarshalJSON ¶
func (o ResponsesGasPrice) MarshalJSON() ([]byte, error)
func (*ResponsesGasPrice) SetFast ¶
func (o *ResponsesGasPrice) SetFast(v string)
SetFast gets a reference to the given string and assigns it to the Fast field.
func (*ResponsesGasPrice) SetMedian ¶
func (o *ResponsesGasPrice) SetMedian(v string)
SetMedian gets a reference to the given string and assigns it to the Median field.
func (*ResponsesGasPrice) SetSlow ¶
func (o *ResponsesGasPrice) SetSlow(v string)
SetSlow gets a reference to the given string and assigns it to the Slow field.
func (ResponsesGasPrice) ToMap ¶
func (o ResponsesGasPrice) ToMap() (map[string]interface{}, error)
type ResponsesGrant ¶
type ResponsesGrant struct { Authorization *string `json:"authorization,omitempty"` Expiration *string `json:"expiration,omitempty"` Grantee *ResponsesShortAddress `json:"grantee,omitempty"` Granter *ResponsesShortAddress `json:"granter,omitempty"` Height *int32 `json:"height,omitempty"` Params map[string]map[string]interface{} `json:"params,omitempty"` RevokeHeight *int32 `json:"revoke_height,omitempty"` Revoked *bool `json:"revoked,omitempty"` Time *string `json:"time,omitempty"` }
ResponsesGrant struct for ResponsesGrant
func NewResponsesGrant ¶
func NewResponsesGrant() *ResponsesGrant
NewResponsesGrant instantiates a new ResponsesGrant 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 NewResponsesGrantWithDefaults ¶
func NewResponsesGrantWithDefaults() *ResponsesGrant
NewResponsesGrantWithDefaults instantiates a new ResponsesGrant 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 (*ResponsesGrant) GetAuthorization ¶
func (o *ResponsesGrant) GetAuthorization() string
GetAuthorization returns the Authorization field value if set, zero value otherwise.
func (*ResponsesGrant) GetAuthorizationOk ¶
func (o *ResponsesGrant) GetAuthorizationOk() (*string, bool)
GetAuthorizationOk returns a tuple with the Authorization field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ResponsesGrant) GetExpiration ¶
func (o *ResponsesGrant) GetExpiration() string
GetExpiration returns the Expiration field value if set, zero value otherwise.
func (*ResponsesGrant) GetExpirationOk ¶
func (o *ResponsesGrant) GetExpirationOk() (*string, bool)
GetExpirationOk returns a tuple with the Expiration field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ResponsesGrant) GetGrantee ¶
func (o *ResponsesGrant) GetGrantee() ResponsesShortAddress
GetGrantee returns the Grantee field value if set, zero value otherwise.
func (*ResponsesGrant) GetGranteeOk ¶
func (o *ResponsesGrant) GetGranteeOk() (*ResponsesShortAddress, bool)
GetGranteeOk returns a tuple with the Grantee field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ResponsesGrant) GetGranter ¶
func (o *ResponsesGrant) GetGranter() ResponsesShortAddress
GetGranter returns the Granter field value if set, zero value otherwise.
func (*ResponsesGrant) GetGranterOk ¶
func (o *ResponsesGrant) GetGranterOk() (*ResponsesShortAddress, bool)
GetGranterOk returns a tuple with the Granter field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ResponsesGrant) GetHeight ¶
func (o *ResponsesGrant) GetHeight() int32
GetHeight returns the Height field value if set, zero value otherwise.
func (*ResponsesGrant) GetHeightOk ¶
func (o *ResponsesGrant) GetHeightOk() (*int32, bool)
GetHeightOk returns a tuple with the Height field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ResponsesGrant) GetParams ¶
func (o *ResponsesGrant) GetParams() map[string]map[string]interface{}
GetParams returns the Params field value if set, zero value otherwise.
func (*ResponsesGrant) GetParamsOk ¶
func (o *ResponsesGrant) GetParamsOk() (map[string]map[string]interface{}, bool)
GetParamsOk returns a tuple with the Params field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ResponsesGrant) GetRevokeHeight ¶
func (o *ResponsesGrant) GetRevokeHeight() int32
GetRevokeHeight returns the RevokeHeight field value if set, zero value otherwise.
func (*ResponsesGrant) GetRevokeHeightOk ¶
func (o *ResponsesGrant) GetRevokeHeightOk() (*int32, bool)
GetRevokeHeightOk returns a tuple with the RevokeHeight field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ResponsesGrant) GetRevoked ¶
func (o *ResponsesGrant) GetRevoked() bool
GetRevoked returns the Revoked field value if set, zero value otherwise.
func (*ResponsesGrant) GetRevokedOk ¶
func (o *ResponsesGrant) GetRevokedOk() (*bool, bool)
GetRevokedOk returns a tuple with the Revoked field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ResponsesGrant) GetTime ¶
func (o *ResponsesGrant) GetTime() string
GetTime returns the Time field value if set, zero value otherwise.
func (*ResponsesGrant) GetTimeOk ¶
func (o *ResponsesGrant) GetTimeOk() (*string, bool)
GetTimeOk returns a tuple with the Time field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ResponsesGrant) HasAuthorization ¶
func (o *ResponsesGrant) HasAuthorization() bool
HasAuthorization returns a boolean if a field has been set.
func (*ResponsesGrant) HasExpiration ¶
func (o *ResponsesGrant) HasExpiration() bool
HasExpiration returns a boolean if a field has been set.
func (*ResponsesGrant) HasGrantee ¶
func (o *ResponsesGrant) HasGrantee() bool
HasGrantee returns a boolean if a field has been set.
func (*ResponsesGrant) HasGranter ¶
func (o *ResponsesGrant) HasGranter() bool
HasGranter returns a boolean if a field has been set.
func (*ResponsesGrant) HasHeight ¶
func (o *ResponsesGrant) HasHeight() bool
HasHeight returns a boolean if a field has been set.
func (*ResponsesGrant) HasParams ¶
func (o *ResponsesGrant) HasParams() bool
HasParams returns a boolean if a field has been set.
func (*ResponsesGrant) HasRevokeHeight ¶
func (o *ResponsesGrant) HasRevokeHeight() bool
HasRevokeHeight returns a boolean if a field has been set.
func (*ResponsesGrant) HasRevoked ¶
func (o *ResponsesGrant) HasRevoked() bool
HasRevoked returns a boolean if a field has been set.
func (*ResponsesGrant) HasTime ¶
func (o *ResponsesGrant) HasTime() bool
HasTime returns a boolean if a field has been set.
func (ResponsesGrant) MarshalJSON ¶
func (o ResponsesGrant) MarshalJSON() ([]byte, error)
func (*ResponsesGrant) SetAuthorization ¶
func (o *ResponsesGrant) SetAuthorization(v string)
SetAuthorization gets a reference to the given string and assigns it to the Authorization field.
func (*ResponsesGrant) SetExpiration ¶
func (o *ResponsesGrant) SetExpiration(v string)
SetExpiration gets a reference to the given string and assigns it to the Expiration field.
func (*ResponsesGrant) SetGrantee ¶
func (o *ResponsesGrant) SetGrantee(v ResponsesShortAddress)
SetGrantee gets a reference to the given ResponsesShortAddress and assigns it to the Grantee field.
func (*ResponsesGrant) SetGranter ¶
func (o *ResponsesGrant) SetGranter(v ResponsesShortAddress)
SetGranter gets a reference to the given ResponsesShortAddress and assigns it to the Granter field.
func (*ResponsesGrant) SetHeight ¶
func (o *ResponsesGrant) SetHeight(v int32)
SetHeight gets a reference to the given int32 and assigns it to the Height field.
func (*ResponsesGrant) SetParams ¶
func (o *ResponsesGrant) SetParams(v map[string]map[string]interface{})
SetParams gets a reference to the given map[string]map[string]interface{} and assigns it to the Params field.
func (*ResponsesGrant) SetRevokeHeight ¶
func (o *ResponsesGrant) SetRevokeHeight(v int32)
SetRevokeHeight gets a reference to the given int32 and assigns it to the RevokeHeight field.
func (*ResponsesGrant) SetRevoked ¶
func (o *ResponsesGrant) SetRevoked(v bool)
SetRevoked gets a reference to the given bool and assigns it to the Revoked field.
func (*ResponsesGrant) SetTime ¶
func (o *ResponsesGrant) SetTime(v string)
SetTime gets a reference to the given string and assigns it to the Time field.
func (ResponsesGrant) ToMap ¶
func (o ResponsesGrant) ToMap() (map[string]interface{}, error)
type ResponsesHistogramItem ¶
type ResponsesHistogramItem struct { Time *time.Time `json:"time,omitempty"` Value *string `json:"value,omitempty"` }
ResponsesHistogramItem struct for ResponsesHistogramItem
func NewResponsesHistogramItem ¶
func NewResponsesHistogramItem() *ResponsesHistogramItem
NewResponsesHistogramItem instantiates a new ResponsesHistogramItem 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 NewResponsesHistogramItemWithDefaults ¶
func NewResponsesHistogramItemWithDefaults() *ResponsesHistogramItem
NewResponsesHistogramItemWithDefaults instantiates a new ResponsesHistogramItem 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 (*ResponsesHistogramItem) GetTime ¶
func (o *ResponsesHistogramItem) GetTime() time.Time
GetTime returns the Time field value if set, zero value otherwise.
func (*ResponsesHistogramItem) GetTimeOk ¶
func (o *ResponsesHistogramItem) GetTimeOk() (*time.Time, bool)
GetTimeOk returns a tuple with the Time field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ResponsesHistogramItem) GetValue ¶
func (o *ResponsesHistogramItem) GetValue() string
GetValue returns the Value field value if set, zero value otherwise.
func (*ResponsesHistogramItem) GetValueOk ¶
func (o *ResponsesHistogramItem) 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 (*ResponsesHistogramItem) HasTime ¶
func (o *ResponsesHistogramItem) HasTime() bool
HasTime returns a boolean if a field has been set.
func (*ResponsesHistogramItem) HasValue ¶
func (o *ResponsesHistogramItem) HasValue() bool
HasValue returns a boolean if a field has been set.
func (ResponsesHistogramItem) MarshalJSON ¶
func (o ResponsesHistogramItem) MarshalJSON() ([]byte, error)
func (*ResponsesHistogramItem) SetTime ¶
func (o *ResponsesHistogramItem) SetTime(v time.Time)
SetTime gets a reference to the given time.Time and assigns it to the Time field.
func (*ResponsesHistogramItem) SetValue ¶
func (o *ResponsesHistogramItem) SetValue(v string)
SetValue gets a reference to the given string and assigns it to the Value field.
func (ResponsesHistogramItem) ToMap ¶
func (o ResponsesHistogramItem) ToMap() (map[string]interface{}, error)
type ResponsesHyperlaneCounterparty ¶ added in v1.15.1
type ResponsesHyperlaneCounterparty struct { Domain *int64 `json:"domain,omitempty"` Hash *string `json:"hash,omitempty"` }
ResponsesHyperlaneCounterparty struct for ResponsesHyperlaneCounterparty
func NewResponsesHyperlaneCounterparty ¶ added in v1.15.1
func NewResponsesHyperlaneCounterparty() *ResponsesHyperlaneCounterparty
NewResponsesHyperlaneCounterparty instantiates a new ResponsesHyperlaneCounterparty 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 NewResponsesHyperlaneCounterpartyWithDefaults ¶ added in v1.15.1
func NewResponsesHyperlaneCounterpartyWithDefaults() *ResponsesHyperlaneCounterparty
NewResponsesHyperlaneCounterpartyWithDefaults instantiates a new ResponsesHyperlaneCounterparty 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 (*ResponsesHyperlaneCounterparty) GetDomain ¶ added in v1.15.1
func (o *ResponsesHyperlaneCounterparty) GetDomain() int64
GetDomain returns the Domain field value if set, zero value otherwise.
func (*ResponsesHyperlaneCounterparty) GetDomainOk ¶ added in v1.15.1
func (o *ResponsesHyperlaneCounterparty) GetDomainOk() (*int64, bool)
GetDomainOk returns a tuple with the Domain field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ResponsesHyperlaneCounterparty) GetHash ¶ added in v1.15.1
func (o *ResponsesHyperlaneCounterparty) GetHash() string
GetHash returns the Hash field value if set, zero value otherwise.
func (*ResponsesHyperlaneCounterparty) GetHashOk ¶ added in v1.15.1
func (o *ResponsesHyperlaneCounterparty) 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 (*ResponsesHyperlaneCounterparty) HasDomain ¶ added in v1.15.1
func (o *ResponsesHyperlaneCounterparty) HasDomain() bool
HasDomain returns a boolean if a field has been set.
func (*ResponsesHyperlaneCounterparty) HasHash ¶ added in v1.15.1
func (o *ResponsesHyperlaneCounterparty) HasHash() bool
HasHash returns a boolean if a field has been set.
func (ResponsesHyperlaneCounterparty) MarshalJSON ¶ added in v1.15.1
func (o ResponsesHyperlaneCounterparty) MarshalJSON() ([]byte, error)
func (*ResponsesHyperlaneCounterparty) SetDomain ¶ added in v1.15.1
func (o *ResponsesHyperlaneCounterparty) SetDomain(v int64)
SetDomain gets a reference to the given int64 and assigns it to the Domain field.
func (*ResponsesHyperlaneCounterparty) SetHash ¶ added in v1.15.1
func (o *ResponsesHyperlaneCounterparty) SetHash(v string)
SetHash gets a reference to the given string and assigns it to the Hash field.
func (ResponsesHyperlaneCounterparty) ToMap ¶ added in v1.15.1
func (o ResponsesHyperlaneCounterparty) ToMap() (map[string]interface{}, error)
type ResponsesHyperlaneMailbox ¶ added in v1.15.1
type ResponsesHyperlaneMailbox struct { DefaultHook **os.File `json:"default_hook,omitempty"` DefaultIsm **os.File `json:"default_ism,omitempty"` Domain *int64 `json:"domain,omitempty"` Height *int64 `json:"height,omitempty"` HyperlaneId *int64 `json:"hyperlane_id,omitempty"` Id *int64 `json:"id,omitempty"` Mailbox **os.File `json:"mailbox,omitempty"` Owner *ResponsesShortAddress `json:"owner,omitempty"` ReceivedMessages *int64 `json:"received_messages,omitempty"` RequiredHook **os.File `json:"required_hook,omitempty"` SentMessages *int64 `json:"sent_messages,omitempty"` Time *time.Time `json:"time,omitempty"` TxHash **os.File `json:"tx_hash,omitempty"` }
ResponsesHyperlaneMailbox struct for ResponsesHyperlaneMailbox
func NewResponsesHyperlaneMailbox ¶ added in v1.15.1
func NewResponsesHyperlaneMailbox() *ResponsesHyperlaneMailbox
NewResponsesHyperlaneMailbox instantiates a new ResponsesHyperlaneMailbox 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 NewResponsesHyperlaneMailboxWithDefaults ¶ added in v1.15.1
func NewResponsesHyperlaneMailboxWithDefaults() *ResponsesHyperlaneMailbox
NewResponsesHyperlaneMailboxWithDefaults instantiates a new ResponsesHyperlaneMailbox 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 (*ResponsesHyperlaneMailbox) GetDefaultHook ¶ added in v1.15.1
func (o *ResponsesHyperlaneMailbox) GetDefaultHook() *os.File
GetDefaultHook returns the DefaultHook field value if set, zero value otherwise.
func (*ResponsesHyperlaneMailbox) GetDefaultHookOk ¶ added in v1.15.1
func (o *ResponsesHyperlaneMailbox) GetDefaultHookOk() (**os.File, bool)
GetDefaultHookOk returns a tuple with the DefaultHook field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ResponsesHyperlaneMailbox) GetDefaultIsm ¶ added in v1.15.1
func (o *ResponsesHyperlaneMailbox) GetDefaultIsm() *os.File
GetDefaultIsm returns the DefaultIsm field value if set, zero value otherwise.
func (*ResponsesHyperlaneMailbox) GetDefaultIsmOk ¶ added in v1.15.1
func (o *ResponsesHyperlaneMailbox) GetDefaultIsmOk() (**os.File, bool)
GetDefaultIsmOk returns a tuple with the DefaultIsm field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ResponsesHyperlaneMailbox) GetDomain ¶ added in v1.15.1
func (o *ResponsesHyperlaneMailbox) GetDomain() int64
GetDomain returns the Domain field value if set, zero value otherwise.
func (*ResponsesHyperlaneMailbox) GetDomainOk ¶ added in v1.15.1
func (o *ResponsesHyperlaneMailbox) GetDomainOk() (*int64, bool)
GetDomainOk returns a tuple with the Domain field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ResponsesHyperlaneMailbox) GetHeight ¶ added in v1.15.1
func (o *ResponsesHyperlaneMailbox) GetHeight() int64
GetHeight returns the Height field value if set, zero value otherwise.
func (*ResponsesHyperlaneMailbox) GetHeightOk ¶ added in v1.15.1
func (o *ResponsesHyperlaneMailbox) GetHeightOk() (*int64, bool)
GetHeightOk returns a tuple with the Height field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ResponsesHyperlaneMailbox) GetHyperlaneId ¶ added in v1.15.17
func (o *ResponsesHyperlaneMailbox) GetHyperlaneId() int64
GetHyperlaneId returns the HyperlaneId field value if set, zero value otherwise.
func (*ResponsesHyperlaneMailbox) GetHyperlaneIdOk ¶ added in v1.15.17
func (o *ResponsesHyperlaneMailbox) GetHyperlaneIdOk() (*int64, bool)
GetHyperlaneIdOk returns a tuple with the HyperlaneId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ResponsesHyperlaneMailbox) GetId ¶ added in v1.15.1
func (o *ResponsesHyperlaneMailbox) GetId() int64
GetId returns the Id field value if set, zero value otherwise.
func (*ResponsesHyperlaneMailbox) GetIdOk ¶ added in v1.15.1
func (o *ResponsesHyperlaneMailbox) 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 (*ResponsesHyperlaneMailbox) GetMailbox ¶ added in v1.15.1
func (o *ResponsesHyperlaneMailbox) GetMailbox() *os.File
GetMailbox returns the Mailbox field value if set, zero value otherwise.
func (*ResponsesHyperlaneMailbox) GetMailboxOk ¶ added in v1.15.1
func (o *ResponsesHyperlaneMailbox) GetMailboxOk() (**os.File, bool)
GetMailboxOk returns a tuple with the Mailbox field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ResponsesHyperlaneMailbox) GetOwner ¶ added in v1.15.1
func (o *ResponsesHyperlaneMailbox) GetOwner() ResponsesShortAddress
GetOwner returns the Owner field value if set, zero value otherwise.
func (*ResponsesHyperlaneMailbox) GetOwnerOk ¶ added in v1.15.1
func (o *ResponsesHyperlaneMailbox) GetOwnerOk() (*ResponsesShortAddress, bool)
GetOwnerOk returns a tuple with the Owner field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ResponsesHyperlaneMailbox) GetReceivedMessages ¶ added in v1.15.1
func (o *ResponsesHyperlaneMailbox) GetReceivedMessages() int64
GetReceivedMessages returns the ReceivedMessages field value if set, zero value otherwise.
func (*ResponsesHyperlaneMailbox) GetReceivedMessagesOk ¶ added in v1.15.1
func (o *ResponsesHyperlaneMailbox) GetReceivedMessagesOk() (*int64, bool)
GetReceivedMessagesOk returns a tuple with the ReceivedMessages field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ResponsesHyperlaneMailbox) GetRequiredHook ¶ added in v1.15.1
func (o *ResponsesHyperlaneMailbox) GetRequiredHook() *os.File
GetRequiredHook returns the RequiredHook field value if set, zero value otherwise.
func (*ResponsesHyperlaneMailbox) GetRequiredHookOk ¶ added in v1.15.1
func (o *ResponsesHyperlaneMailbox) GetRequiredHookOk() (**os.File, bool)
GetRequiredHookOk returns a tuple with the RequiredHook field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ResponsesHyperlaneMailbox) GetSentMessages ¶ added in v1.15.1
func (o *ResponsesHyperlaneMailbox) GetSentMessages() int64
GetSentMessages returns the SentMessages field value if set, zero value otherwise.
func (*ResponsesHyperlaneMailbox) GetSentMessagesOk ¶ added in v1.15.1
func (o *ResponsesHyperlaneMailbox) GetSentMessagesOk() (*int64, bool)
GetSentMessagesOk returns a tuple with the SentMessages field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ResponsesHyperlaneMailbox) GetTime ¶ added in v1.15.1
func (o *ResponsesHyperlaneMailbox) GetTime() time.Time
GetTime returns the Time field value if set, zero value otherwise.
func (*ResponsesHyperlaneMailbox) GetTimeOk ¶ added in v1.15.1
func (o *ResponsesHyperlaneMailbox) GetTimeOk() (*time.Time, bool)
GetTimeOk returns a tuple with the Time field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ResponsesHyperlaneMailbox) GetTxHash ¶ added in v1.15.1
func (o *ResponsesHyperlaneMailbox) GetTxHash() *os.File
GetTxHash returns the TxHash field value if set, zero value otherwise.
func (*ResponsesHyperlaneMailbox) GetTxHashOk ¶ added in v1.15.1
func (o *ResponsesHyperlaneMailbox) GetTxHashOk() (**os.File, bool)
GetTxHashOk returns a tuple with the TxHash field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ResponsesHyperlaneMailbox) HasDefaultHook ¶ added in v1.15.1
func (o *ResponsesHyperlaneMailbox) HasDefaultHook() bool
HasDefaultHook returns a boolean if a field has been set.
func (*ResponsesHyperlaneMailbox) HasDefaultIsm ¶ added in v1.15.1
func (o *ResponsesHyperlaneMailbox) HasDefaultIsm() bool
HasDefaultIsm returns a boolean if a field has been set.
func (*ResponsesHyperlaneMailbox) HasDomain ¶ added in v1.15.1
func (o *ResponsesHyperlaneMailbox) HasDomain() bool
HasDomain returns a boolean if a field has been set.
func (*ResponsesHyperlaneMailbox) HasHeight ¶ added in v1.15.1
func (o *ResponsesHyperlaneMailbox) HasHeight() bool
HasHeight returns a boolean if a field has been set.
func (*ResponsesHyperlaneMailbox) HasHyperlaneId ¶ added in v1.15.17
func (o *ResponsesHyperlaneMailbox) HasHyperlaneId() bool
HasHyperlaneId returns a boolean if a field has been set.
func (*ResponsesHyperlaneMailbox) HasId ¶ added in v1.15.1
func (o *ResponsesHyperlaneMailbox) HasId() bool
HasId returns a boolean if a field has been set.
func (*ResponsesHyperlaneMailbox) HasMailbox ¶ added in v1.15.1
func (o *ResponsesHyperlaneMailbox) HasMailbox() bool
HasMailbox returns a boolean if a field has been set.
func (*ResponsesHyperlaneMailbox) HasOwner ¶ added in v1.15.1
func (o *ResponsesHyperlaneMailbox) HasOwner() bool
HasOwner returns a boolean if a field has been set.
func (*ResponsesHyperlaneMailbox) HasReceivedMessages ¶ added in v1.15.1
func (o *ResponsesHyperlaneMailbox) HasReceivedMessages() bool
HasReceivedMessages returns a boolean if a field has been set.
func (*ResponsesHyperlaneMailbox) HasRequiredHook ¶ added in v1.15.1
func (o *ResponsesHyperlaneMailbox) HasRequiredHook() bool
HasRequiredHook returns a boolean if a field has been set.
func (*ResponsesHyperlaneMailbox) HasSentMessages ¶ added in v1.15.1
func (o *ResponsesHyperlaneMailbox) HasSentMessages() bool
HasSentMessages returns a boolean if a field has been set.
func (*ResponsesHyperlaneMailbox) HasTime ¶ added in v1.15.1
func (o *ResponsesHyperlaneMailbox) HasTime() bool
HasTime returns a boolean if a field has been set.
func (*ResponsesHyperlaneMailbox) HasTxHash ¶ added in v1.15.1
func (o *ResponsesHyperlaneMailbox) HasTxHash() bool
HasTxHash returns a boolean if a field has been set.
func (ResponsesHyperlaneMailbox) MarshalJSON ¶ added in v1.15.1
func (o ResponsesHyperlaneMailbox) MarshalJSON() ([]byte, error)
func (*ResponsesHyperlaneMailbox) SetDefaultHook ¶ added in v1.15.1
func (o *ResponsesHyperlaneMailbox) SetDefaultHook(v *os.File)
SetDefaultHook gets a reference to the given *os.File and assigns it to the DefaultHook field.
func (*ResponsesHyperlaneMailbox) SetDefaultIsm ¶ added in v1.15.1
func (o *ResponsesHyperlaneMailbox) SetDefaultIsm(v *os.File)
SetDefaultIsm gets a reference to the given *os.File and assigns it to the DefaultIsm field.
func (*ResponsesHyperlaneMailbox) SetDomain ¶ added in v1.15.1
func (o *ResponsesHyperlaneMailbox) SetDomain(v int64)
SetDomain gets a reference to the given int64 and assigns it to the Domain field.
func (*ResponsesHyperlaneMailbox) SetHeight ¶ added in v1.15.1
func (o *ResponsesHyperlaneMailbox) SetHeight(v int64)
SetHeight gets a reference to the given int64 and assigns it to the Height field.
func (*ResponsesHyperlaneMailbox) SetHyperlaneId ¶ added in v1.15.17
func (o *ResponsesHyperlaneMailbox) SetHyperlaneId(v int64)
SetHyperlaneId gets a reference to the given int64 and assigns it to the HyperlaneId field.
func (*ResponsesHyperlaneMailbox) SetId ¶ added in v1.15.1
func (o *ResponsesHyperlaneMailbox) SetId(v int64)
SetId gets a reference to the given int64 and assigns it to the Id field.
func (*ResponsesHyperlaneMailbox) SetMailbox ¶ added in v1.15.1
func (o *ResponsesHyperlaneMailbox) SetMailbox(v *os.File)
SetMailbox gets a reference to the given *os.File and assigns it to the Mailbox field.
func (*ResponsesHyperlaneMailbox) SetOwner ¶ added in v1.15.1
func (o *ResponsesHyperlaneMailbox) SetOwner(v ResponsesShortAddress)
SetOwner gets a reference to the given ResponsesShortAddress and assigns it to the Owner field.
func (*ResponsesHyperlaneMailbox) SetReceivedMessages ¶ added in v1.15.1
func (o *ResponsesHyperlaneMailbox) SetReceivedMessages(v int64)
SetReceivedMessages gets a reference to the given int64 and assigns it to the ReceivedMessages field.
func (*ResponsesHyperlaneMailbox) SetRequiredHook ¶ added in v1.15.1
func (o *ResponsesHyperlaneMailbox) SetRequiredHook(v *os.File)
SetRequiredHook gets a reference to the given *os.File and assigns it to the RequiredHook field.
func (*ResponsesHyperlaneMailbox) SetSentMessages ¶ added in v1.15.1
func (o *ResponsesHyperlaneMailbox) SetSentMessages(v int64)
SetSentMessages gets a reference to the given int64 and assigns it to the SentMessages field.
func (*ResponsesHyperlaneMailbox) SetTime ¶ added in v1.15.1
func (o *ResponsesHyperlaneMailbox) SetTime(v time.Time)
SetTime gets a reference to the given time.Time and assigns it to the Time field.
func (*ResponsesHyperlaneMailbox) SetTxHash ¶ added in v1.15.1
func (o *ResponsesHyperlaneMailbox) SetTxHash(v *os.File)
SetTxHash gets a reference to the given *os.File and assigns it to the TxHash field.
func (ResponsesHyperlaneMailbox) ToMap ¶ added in v1.15.1
func (o ResponsesHyperlaneMailbox) ToMap() (map[string]interface{}, error)
type ResponsesHyperlaneToken ¶ added in v1.15.1
type ResponsesHyperlaneToken struct { Denom *string `json:"denom,omitempty"` Height *int64 `json:"height,omitempty"` Id *int64 `json:"id,omitempty"` Mailbox **os.File `json:"mailbox,omitempty"` Owner *ResponsesShortAddress `json:"owner,omitempty"` Received *string `json:"received,omitempty"` ReceivedTransfers *int64 `json:"received_transfers,omitempty"` Sent *string `json:"sent,omitempty"` SentTransfers *int64 `json:"sent_transfers,omitempty"` Time *time.Time `json:"time,omitempty"` TokenId **os.File `json:"token_id,omitempty"` TxHash **os.File `json:"tx_hash,omitempty"` Type *string `json:"type,omitempty"` }
ResponsesHyperlaneToken struct for ResponsesHyperlaneToken
func NewResponsesHyperlaneToken ¶ added in v1.15.1
func NewResponsesHyperlaneToken() *ResponsesHyperlaneToken
NewResponsesHyperlaneToken instantiates a new ResponsesHyperlaneToken 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 NewResponsesHyperlaneTokenWithDefaults ¶ added in v1.15.1
func NewResponsesHyperlaneTokenWithDefaults() *ResponsesHyperlaneToken
NewResponsesHyperlaneTokenWithDefaults instantiates a new ResponsesHyperlaneToken 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 (*ResponsesHyperlaneToken) GetDenom ¶ added in v1.15.1
func (o *ResponsesHyperlaneToken) GetDenom() string
GetDenom returns the Denom field value if set, zero value otherwise.
func (*ResponsesHyperlaneToken) GetDenomOk ¶ added in v1.15.1
func (o *ResponsesHyperlaneToken) GetDenomOk() (*string, bool)
GetDenomOk returns a tuple with the Denom field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ResponsesHyperlaneToken) GetHeight ¶ added in v1.15.1
func (o *ResponsesHyperlaneToken) GetHeight() int64
GetHeight returns the Height field value if set, zero value otherwise.
func (*ResponsesHyperlaneToken) GetHeightOk ¶ added in v1.15.1
func (o *ResponsesHyperlaneToken) GetHeightOk() (*int64, bool)
GetHeightOk returns a tuple with the Height field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ResponsesHyperlaneToken) GetId ¶ added in v1.15.1
func (o *ResponsesHyperlaneToken) GetId() int64
GetId returns the Id field value if set, zero value otherwise.
func (*ResponsesHyperlaneToken) GetIdOk ¶ added in v1.15.1
func (o *ResponsesHyperlaneToken) 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 (*ResponsesHyperlaneToken) GetMailbox ¶ added in v1.15.1
func (o *ResponsesHyperlaneToken) GetMailbox() *os.File
GetMailbox returns the Mailbox field value if set, zero value otherwise.
func (*ResponsesHyperlaneToken) GetMailboxOk ¶ added in v1.15.1
func (o *ResponsesHyperlaneToken) GetMailboxOk() (**os.File, bool)
GetMailboxOk returns a tuple with the Mailbox field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ResponsesHyperlaneToken) GetOwner ¶ added in v1.15.1
func (o *ResponsesHyperlaneToken) GetOwner() ResponsesShortAddress
GetOwner returns the Owner field value if set, zero value otherwise.
func (*ResponsesHyperlaneToken) GetOwnerOk ¶ added in v1.15.1
func (o *ResponsesHyperlaneToken) GetOwnerOk() (*ResponsesShortAddress, bool)
GetOwnerOk returns a tuple with the Owner field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ResponsesHyperlaneToken) GetReceived ¶ added in v1.15.1
func (o *ResponsesHyperlaneToken) GetReceived() string
GetReceived returns the Received field value if set, zero value otherwise.
func (*ResponsesHyperlaneToken) GetReceivedOk ¶ added in v1.15.1
func (o *ResponsesHyperlaneToken) GetReceivedOk() (*string, bool)
GetReceivedOk returns a tuple with the Received field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ResponsesHyperlaneToken) GetReceivedTransfers ¶ added in v1.15.1
func (o *ResponsesHyperlaneToken) GetReceivedTransfers() int64
GetReceivedTransfers returns the ReceivedTransfers field value if set, zero value otherwise.
func (*ResponsesHyperlaneToken) GetReceivedTransfersOk ¶ added in v1.15.1
func (o *ResponsesHyperlaneToken) GetReceivedTransfersOk() (*int64, bool)
GetReceivedTransfersOk returns a tuple with the ReceivedTransfers field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ResponsesHyperlaneToken) GetSent ¶ added in v1.15.1
func (o *ResponsesHyperlaneToken) GetSent() string
GetSent returns the Sent field value if set, zero value otherwise.
func (*ResponsesHyperlaneToken) GetSentOk ¶ added in v1.15.1
func (o *ResponsesHyperlaneToken) GetSentOk() (*string, bool)
GetSentOk returns a tuple with the Sent field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ResponsesHyperlaneToken) GetSentTransfers ¶ added in v1.15.1
func (o *ResponsesHyperlaneToken) GetSentTransfers() int64
GetSentTransfers returns the SentTransfers field value if set, zero value otherwise.
func (*ResponsesHyperlaneToken) GetSentTransfersOk ¶ added in v1.15.1
func (o *ResponsesHyperlaneToken) GetSentTransfersOk() (*int64, bool)
GetSentTransfersOk returns a tuple with the SentTransfers field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ResponsesHyperlaneToken) GetTime ¶ added in v1.15.1
func (o *ResponsesHyperlaneToken) GetTime() time.Time
GetTime returns the Time field value if set, zero value otherwise.
func (*ResponsesHyperlaneToken) GetTimeOk ¶ added in v1.15.1
func (o *ResponsesHyperlaneToken) GetTimeOk() (*time.Time, bool)
GetTimeOk returns a tuple with the Time field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ResponsesHyperlaneToken) GetTokenId ¶ added in v1.15.1
func (o *ResponsesHyperlaneToken) GetTokenId() *os.File
GetTokenId returns the TokenId field value if set, zero value otherwise.
func (*ResponsesHyperlaneToken) GetTokenIdOk ¶ added in v1.15.1
func (o *ResponsesHyperlaneToken) GetTokenIdOk() (**os.File, bool)
GetTokenIdOk returns a tuple with the TokenId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ResponsesHyperlaneToken) GetTxHash ¶ added in v1.15.1
func (o *ResponsesHyperlaneToken) GetTxHash() *os.File
GetTxHash returns the TxHash field value if set, zero value otherwise.
func (*ResponsesHyperlaneToken) GetTxHashOk ¶ added in v1.15.1
func (o *ResponsesHyperlaneToken) GetTxHashOk() (**os.File, bool)
GetTxHashOk returns a tuple with the TxHash field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ResponsesHyperlaneToken) GetType ¶ added in v1.15.1
func (o *ResponsesHyperlaneToken) GetType() string
GetType returns the Type field value if set, zero value otherwise.
func (*ResponsesHyperlaneToken) GetTypeOk ¶ added in v1.15.1
func (o *ResponsesHyperlaneToken) 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 (*ResponsesHyperlaneToken) HasDenom ¶ added in v1.15.1
func (o *ResponsesHyperlaneToken) HasDenom() bool
HasDenom returns a boolean if a field has been set.
func (*ResponsesHyperlaneToken) HasHeight ¶ added in v1.15.1
func (o *ResponsesHyperlaneToken) HasHeight() bool
HasHeight returns a boolean if a field has been set.
func (*ResponsesHyperlaneToken) HasId ¶ added in v1.15.1
func (o *ResponsesHyperlaneToken) HasId() bool
HasId returns a boolean if a field has been set.
func (*ResponsesHyperlaneToken) HasMailbox ¶ added in v1.15.1
func (o *ResponsesHyperlaneToken) HasMailbox() bool
HasMailbox returns a boolean if a field has been set.
func (*ResponsesHyperlaneToken) HasOwner ¶ added in v1.15.1
func (o *ResponsesHyperlaneToken) HasOwner() bool
HasOwner returns a boolean if a field has been set.
func (*ResponsesHyperlaneToken) HasReceived ¶ added in v1.15.1
func (o *ResponsesHyperlaneToken) HasReceived() bool
HasReceived returns a boolean if a field has been set.
func (*ResponsesHyperlaneToken) HasReceivedTransfers ¶ added in v1.15.1
func (o *ResponsesHyperlaneToken) HasReceivedTransfers() bool
HasReceivedTransfers returns a boolean if a field has been set.
func (*ResponsesHyperlaneToken) HasSent ¶ added in v1.15.1
func (o *ResponsesHyperlaneToken) HasSent() bool
HasSent returns a boolean if a field has been set.
func (*ResponsesHyperlaneToken) HasSentTransfers ¶ added in v1.15.1
func (o *ResponsesHyperlaneToken) HasSentTransfers() bool
HasSentTransfers returns a boolean if a field has been set.
func (*ResponsesHyperlaneToken) HasTime ¶ added in v1.15.1
func (o *ResponsesHyperlaneToken) HasTime() bool
HasTime returns a boolean if a field has been set.
func (*ResponsesHyperlaneToken) HasTokenId ¶ added in v1.15.1
func (o *ResponsesHyperlaneToken) HasTokenId() bool
HasTokenId returns a boolean if a field has been set.
func (*ResponsesHyperlaneToken) HasTxHash ¶ added in v1.15.1
func (o *ResponsesHyperlaneToken) HasTxHash() bool
HasTxHash returns a boolean if a field has been set.
func (*ResponsesHyperlaneToken) HasType ¶ added in v1.15.1
func (o *ResponsesHyperlaneToken) HasType() bool
HasType returns a boolean if a field has been set.
func (ResponsesHyperlaneToken) MarshalJSON ¶ added in v1.15.1
func (o ResponsesHyperlaneToken) MarshalJSON() ([]byte, error)
func (*ResponsesHyperlaneToken) SetDenom ¶ added in v1.15.1
func (o *ResponsesHyperlaneToken) SetDenom(v string)
SetDenom gets a reference to the given string and assigns it to the Denom field.
func (*ResponsesHyperlaneToken) SetHeight ¶ added in v1.15.1
func (o *ResponsesHyperlaneToken) SetHeight(v int64)
SetHeight gets a reference to the given int64 and assigns it to the Height field.
func (*ResponsesHyperlaneToken) SetId ¶ added in v1.15.1
func (o *ResponsesHyperlaneToken) SetId(v int64)
SetId gets a reference to the given int64 and assigns it to the Id field.
func (*ResponsesHyperlaneToken) SetMailbox ¶ added in v1.15.1
func (o *ResponsesHyperlaneToken) SetMailbox(v *os.File)
SetMailbox gets a reference to the given *os.File and assigns it to the Mailbox field.
func (*ResponsesHyperlaneToken) SetOwner ¶ added in v1.15.1
func (o *ResponsesHyperlaneToken) SetOwner(v ResponsesShortAddress)
SetOwner gets a reference to the given ResponsesShortAddress and assigns it to the Owner field.
func (*ResponsesHyperlaneToken) SetReceived ¶ added in v1.15.1
func (o *ResponsesHyperlaneToken) SetReceived(v string)
SetReceived gets a reference to the given string and assigns it to the Received field.
func (*ResponsesHyperlaneToken) SetReceivedTransfers ¶ added in v1.15.1
func (o *ResponsesHyperlaneToken) SetReceivedTransfers(v int64)
SetReceivedTransfers gets a reference to the given int64 and assigns it to the ReceivedTransfers field.
func (*ResponsesHyperlaneToken) SetSent ¶ added in v1.15.1
func (o *ResponsesHyperlaneToken) SetSent(v string)
SetSent gets a reference to the given string and assigns it to the Sent field.
func (*ResponsesHyperlaneToken) SetSentTransfers ¶ added in v1.15.1
func (o *ResponsesHyperlaneToken) SetSentTransfers(v int64)
SetSentTransfers gets a reference to the given int64 and assigns it to the SentTransfers field.
func (*ResponsesHyperlaneToken) SetTime ¶ added in v1.15.1
func (o *ResponsesHyperlaneToken) SetTime(v time.Time)
SetTime gets a reference to the given time.Time and assigns it to the Time field.
func (*ResponsesHyperlaneToken) SetTokenId ¶ added in v1.15.1
func (o *ResponsesHyperlaneToken) SetTokenId(v *os.File)
SetTokenId gets a reference to the given *os.File and assigns it to the TokenId field.
func (*ResponsesHyperlaneToken) SetTxHash ¶ added in v1.15.1
func (o *ResponsesHyperlaneToken) SetTxHash(v *os.File)
SetTxHash gets a reference to the given *os.File and assigns it to the TxHash field.
func (*ResponsesHyperlaneToken) SetType ¶ added in v1.15.1
func (o *ResponsesHyperlaneToken) SetType(v string)
SetType gets a reference to the given string and assigns it to the Type field.
func (ResponsesHyperlaneToken) ToMap ¶ added in v1.15.1
func (o ResponsesHyperlaneToken) ToMap() (map[string]interface{}, error)
type ResponsesHyperlaneTransfer ¶ added in v1.15.1
type ResponsesHyperlaneTransfer struct { Address *ResponsesShortAddress `json:"address,omitempty"` Body *string `json:"body,omitempty"` Counterparty *ResponsesHyperlaneCounterparty `json:"counterparty,omitempty"` Denom *string `json:"denom,omitempty"` Height *int64 `json:"height,omitempty"` Id *int64 `json:"id,omitempty"` Mailbox **os.File `json:"mailbox,omitempty"` Metadata *string `json:"metadata,omitempty"` Nonce *int64 `json:"nonce,omitempty"` Received *string `json:"received,omitempty"` Relayer *ResponsesShortAddress `json:"relayer,omitempty"` Time *time.Time `json:"time,omitempty"` TokenId **os.File `json:"token_id,omitempty"` TxHash **os.File `json:"tx_hash,omitempty"` Type *string `json:"type,omitempty"` Version *int64 `json:"version,omitempty"` }
ResponsesHyperlaneTransfer struct for ResponsesHyperlaneTransfer
func NewResponsesHyperlaneTransfer ¶ added in v1.15.1
func NewResponsesHyperlaneTransfer() *ResponsesHyperlaneTransfer
NewResponsesHyperlaneTransfer instantiates a new ResponsesHyperlaneTransfer 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 NewResponsesHyperlaneTransferWithDefaults ¶ added in v1.15.1
func NewResponsesHyperlaneTransferWithDefaults() *ResponsesHyperlaneTransfer
NewResponsesHyperlaneTransferWithDefaults instantiates a new ResponsesHyperlaneTransfer 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 (*ResponsesHyperlaneTransfer) GetAddress ¶ added in v1.15.1
func (o *ResponsesHyperlaneTransfer) GetAddress() ResponsesShortAddress
GetAddress returns the Address field value if set, zero value otherwise.
func (*ResponsesHyperlaneTransfer) GetAddressOk ¶ added in v1.15.1
func (o *ResponsesHyperlaneTransfer) GetAddressOk() (*ResponsesShortAddress, bool)
GetAddressOk returns a tuple with the Address field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ResponsesHyperlaneTransfer) GetBody ¶ added in v1.15.1
func (o *ResponsesHyperlaneTransfer) GetBody() string
GetBody returns the Body field value if set, zero value otherwise.
func (*ResponsesHyperlaneTransfer) GetBodyOk ¶ added in v1.15.1
func (o *ResponsesHyperlaneTransfer) GetBodyOk() (*string, bool)
GetBodyOk returns a tuple with the Body field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ResponsesHyperlaneTransfer) GetCounterparty ¶ added in v1.15.1
func (o *ResponsesHyperlaneTransfer) GetCounterparty() ResponsesHyperlaneCounterparty
GetCounterparty returns the Counterparty field value if set, zero value otherwise.
func (*ResponsesHyperlaneTransfer) GetCounterpartyOk ¶ added in v1.15.1
func (o *ResponsesHyperlaneTransfer) GetCounterpartyOk() (*ResponsesHyperlaneCounterparty, bool)
GetCounterpartyOk returns a tuple with the Counterparty field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ResponsesHyperlaneTransfer) GetDenom ¶ added in v1.15.1
func (o *ResponsesHyperlaneTransfer) GetDenom() string
GetDenom returns the Denom field value if set, zero value otherwise.
func (*ResponsesHyperlaneTransfer) GetDenomOk ¶ added in v1.15.1
func (o *ResponsesHyperlaneTransfer) GetDenomOk() (*string, bool)
GetDenomOk returns a tuple with the Denom field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ResponsesHyperlaneTransfer) GetHeight ¶ added in v1.15.1
func (o *ResponsesHyperlaneTransfer) GetHeight() int64
GetHeight returns the Height field value if set, zero value otherwise.
func (*ResponsesHyperlaneTransfer) GetHeightOk ¶ added in v1.15.1
func (o *ResponsesHyperlaneTransfer) GetHeightOk() (*int64, bool)
GetHeightOk returns a tuple with the Height field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ResponsesHyperlaneTransfer) GetId ¶ added in v1.15.1
func (o *ResponsesHyperlaneTransfer) GetId() int64
GetId returns the Id field value if set, zero value otherwise.
func (*ResponsesHyperlaneTransfer) GetIdOk ¶ added in v1.15.1
func (o *ResponsesHyperlaneTransfer) 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 (*ResponsesHyperlaneTransfer) GetMailbox ¶ added in v1.15.1
func (o *ResponsesHyperlaneTransfer) GetMailbox() *os.File
GetMailbox returns the Mailbox field value if set, zero value otherwise.
func (*ResponsesHyperlaneTransfer) GetMailboxOk ¶ added in v1.15.1
func (o *ResponsesHyperlaneTransfer) GetMailboxOk() (**os.File, bool)
GetMailboxOk returns a tuple with the Mailbox field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ResponsesHyperlaneTransfer) GetMetadata ¶ added in v1.15.1
func (o *ResponsesHyperlaneTransfer) GetMetadata() string
GetMetadata returns the Metadata field value if set, zero value otherwise.
func (*ResponsesHyperlaneTransfer) GetMetadataOk ¶ added in v1.15.1
func (o *ResponsesHyperlaneTransfer) 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 (*ResponsesHyperlaneTransfer) GetNonce ¶ added in v1.15.1
func (o *ResponsesHyperlaneTransfer) GetNonce() int64
GetNonce returns the Nonce field value if set, zero value otherwise.
func (*ResponsesHyperlaneTransfer) GetNonceOk ¶ added in v1.15.1
func (o *ResponsesHyperlaneTransfer) 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 (*ResponsesHyperlaneTransfer) GetReceived ¶ added in v1.15.1
func (o *ResponsesHyperlaneTransfer) GetReceived() string
GetReceived returns the Received field value if set, zero value otherwise.
func (*ResponsesHyperlaneTransfer) GetReceivedOk ¶ added in v1.15.1
func (o *ResponsesHyperlaneTransfer) GetReceivedOk() (*string, bool)
GetReceivedOk returns a tuple with the Received field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ResponsesHyperlaneTransfer) GetRelayer ¶ added in v1.15.1
func (o *ResponsesHyperlaneTransfer) GetRelayer() ResponsesShortAddress
GetRelayer returns the Relayer field value if set, zero value otherwise.
func (*ResponsesHyperlaneTransfer) GetRelayerOk ¶ added in v1.15.1
func (o *ResponsesHyperlaneTransfer) GetRelayerOk() (*ResponsesShortAddress, bool)
GetRelayerOk returns a tuple with the Relayer field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ResponsesHyperlaneTransfer) GetTime ¶ added in v1.15.1
func (o *ResponsesHyperlaneTransfer) GetTime() time.Time
GetTime returns the Time field value if set, zero value otherwise.
func (*ResponsesHyperlaneTransfer) GetTimeOk ¶ added in v1.15.1
func (o *ResponsesHyperlaneTransfer) GetTimeOk() (*time.Time, bool)
GetTimeOk returns a tuple with the Time field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ResponsesHyperlaneTransfer) GetTokenId ¶ added in v1.15.1
func (o *ResponsesHyperlaneTransfer) GetTokenId() *os.File
GetTokenId returns the TokenId field value if set, zero value otherwise.
func (*ResponsesHyperlaneTransfer) GetTokenIdOk ¶ added in v1.15.1
func (o *ResponsesHyperlaneTransfer) GetTokenIdOk() (**os.File, bool)
GetTokenIdOk returns a tuple with the TokenId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ResponsesHyperlaneTransfer) GetTxHash ¶ added in v1.15.1
func (o *ResponsesHyperlaneTransfer) GetTxHash() *os.File
GetTxHash returns the TxHash field value if set, zero value otherwise.
func (*ResponsesHyperlaneTransfer) GetTxHashOk ¶ added in v1.15.1
func (o *ResponsesHyperlaneTransfer) GetTxHashOk() (**os.File, bool)
GetTxHashOk returns a tuple with the TxHash field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ResponsesHyperlaneTransfer) GetType ¶ added in v1.15.1
func (o *ResponsesHyperlaneTransfer) GetType() string
GetType returns the Type field value if set, zero value otherwise.
func (*ResponsesHyperlaneTransfer) GetTypeOk ¶ added in v1.15.1
func (o *ResponsesHyperlaneTransfer) 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 (*ResponsesHyperlaneTransfer) GetVersion ¶ added in v1.15.1
func (o *ResponsesHyperlaneTransfer) GetVersion() int64
GetVersion returns the Version field value if set, zero value otherwise.
func (*ResponsesHyperlaneTransfer) GetVersionOk ¶ added in v1.15.1
func (o *ResponsesHyperlaneTransfer) GetVersionOk() (*int64, 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 (*ResponsesHyperlaneTransfer) HasAddress ¶ added in v1.15.1
func (o *ResponsesHyperlaneTransfer) HasAddress() bool
HasAddress returns a boolean if a field has been set.
func (*ResponsesHyperlaneTransfer) HasBody ¶ added in v1.15.1
func (o *ResponsesHyperlaneTransfer) HasBody() bool
HasBody returns a boolean if a field has been set.
func (*ResponsesHyperlaneTransfer) HasCounterparty ¶ added in v1.15.1
func (o *ResponsesHyperlaneTransfer) HasCounterparty() bool
HasCounterparty returns a boolean if a field has been set.
func (*ResponsesHyperlaneTransfer) HasDenom ¶ added in v1.15.1
func (o *ResponsesHyperlaneTransfer) HasDenom() bool
HasDenom returns a boolean if a field has been set.
func (*ResponsesHyperlaneTransfer) HasHeight ¶ added in v1.15.1
func (o *ResponsesHyperlaneTransfer) HasHeight() bool
HasHeight returns a boolean if a field has been set.
func (*ResponsesHyperlaneTransfer) HasId ¶ added in v1.15.1
func (o *ResponsesHyperlaneTransfer) HasId() bool
HasId returns a boolean if a field has been set.
func (*ResponsesHyperlaneTransfer) HasMailbox ¶ added in v1.15.1
func (o *ResponsesHyperlaneTransfer) HasMailbox() bool
HasMailbox returns a boolean if a field has been set.
func (*ResponsesHyperlaneTransfer) HasMetadata ¶ added in v1.15.1
func (o *ResponsesHyperlaneTransfer) HasMetadata() bool
HasMetadata returns a boolean if a field has been set.
func (*ResponsesHyperlaneTransfer) HasNonce ¶ added in v1.15.1
func (o *ResponsesHyperlaneTransfer) HasNonce() bool
HasNonce returns a boolean if a field has been set.
func (*ResponsesHyperlaneTransfer) HasReceived ¶ added in v1.15.1
func (o *ResponsesHyperlaneTransfer) HasReceived() bool
HasReceived returns a boolean if a field has been set.
func (*ResponsesHyperlaneTransfer) HasRelayer ¶ added in v1.15.1
func (o *ResponsesHyperlaneTransfer) HasRelayer() bool
HasRelayer returns a boolean if a field has been set.
func (*ResponsesHyperlaneTransfer) HasTime ¶ added in v1.15.1
func (o *ResponsesHyperlaneTransfer) HasTime() bool
HasTime returns a boolean if a field has been set.
func (*ResponsesHyperlaneTransfer) HasTokenId ¶ added in v1.15.1
func (o *ResponsesHyperlaneTransfer) HasTokenId() bool
HasTokenId returns a boolean if a field has been set.
func (*ResponsesHyperlaneTransfer) HasTxHash ¶ added in v1.15.1
func (o *ResponsesHyperlaneTransfer) HasTxHash() bool
HasTxHash returns a boolean if a field has been set.
func (*ResponsesHyperlaneTransfer) HasType ¶ added in v1.15.1
func (o *ResponsesHyperlaneTransfer) HasType() bool
HasType returns a boolean if a field has been set.
func (*ResponsesHyperlaneTransfer) HasVersion ¶ added in v1.15.1
func (o *ResponsesHyperlaneTransfer) HasVersion() bool
HasVersion returns a boolean if a field has been set.
func (ResponsesHyperlaneTransfer) MarshalJSON ¶ added in v1.15.1
func (o ResponsesHyperlaneTransfer) MarshalJSON() ([]byte, error)
func (*ResponsesHyperlaneTransfer) SetAddress ¶ added in v1.15.1
func (o *ResponsesHyperlaneTransfer) SetAddress(v ResponsesShortAddress)
SetAddress gets a reference to the given ResponsesShortAddress and assigns it to the Address field.
func (*ResponsesHyperlaneTransfer) SetBody ¶ added in v1.15.1
func (o *ResponsesHyperlaneTransfer) SetBody(v string)
SetBody gets a reference to the given string and assigns it to the Body field.
func (*ResponsesHyperlaneTransfer) SetCounterparty ¶ added in v1.15.1
func (o *ResponsesHyperlaneTransfer) SetCounterparty(v ResponsesHyperlaneCounterparty)
SetCounterparty gets a reference to the given ResponsesHyperlaneCounterparty and assigns it to the Counterparty field.
func (*ResponsesHyperlaneTransfer) SetDenom ¶ added in v1.15.1
func (o *ResponsesHyperlaneTransfer) SetDenom(v string)
SetDenom gets a reference to the given string and assigns it to the Denom field.
func (*ResponsesHyperlaneTransfer) SetHeight ¶ added in v1.15.1
func (o *ResponsesHyperlaneTransfer) SetHeight(v int64)
SetHeight gets a reference to the given int64 and assigns it to the Height field.
func (*ResponsesHyperlaneTransfer) SetId ¶ added in v1.15.1
func (o *ResponsesHyperlaneTransfer) SetId(v int64)
SetId gets a reference to the given int64 and assigns it to the Id field.
func (*ResponsesHyperlaneTransfer) SetMailbox ¶ added in v1.15.1
func (o *ResponsesHyperlaneTransfer) SetMailbox(v *os.File)
SetMailbox gets a reference to the given *os.File and assigns it to the Mailbox field.
func (*ResponsesHyperlaneTransfer) SetMetadata ¶ added in v1.15.1
func (o *ResponsesHyperlaneTransfer) SetMetadata(v string)
SetMetadata gets a reference to the given string and assigns it to the Metadata field.
func (*ResponsesHyperlaneTransfer) SetNonce ¶ added in v1.15.1
func (o *ResponsesHyperlaneTransfer) SetNonce(v int64)
SetNonce gets a reference to the given int64 and assigns it to the Nonce field.
func (*ResponsesHyperlaneTransfer) SetReceived ¶ added in v1.15.1
func (o *ResponsesHyperlaneTransfer) SetReceived(v string)
SetReceived gets a reference to the given string and assigns it to the Received field.
func (*ResponsesHyperlaneTransfer) SetRelayer ¶ added in v1.15.1
func (o *ResponsesHyperlaneTransfer) SetRelayer(v ResponsesShortAddress)
SetRelayer gets a reference to the given ResponsesShortAddress and assigns it to the Relayer field.
func (*ResponsesHyperlaneTransfer) SetTime ¶ added in v1.15.1
func (o *ResponsesHyperlaneTransfer) SetTime(v time.Time)
SetTime gets a reference to the given time.Time and assigns it to the Time field.
func (*ResponsesHyperlaneTransfer) SetTokenId ¶ added in v1.15.1
func (o *ResponsesHyperlaneTransfer) SetTokenId(v *os.File)
SetTokenId gets a reference to the given *os.File and assigns it to the TokenId field.
func (*ResponsesHyperlaneTransfer) SetTxHash ¶ added in v1.15.1
func (o *ResponsesHyperlaneTransfer) SetTxHash(v *os.File)
SetTxHash gets a reference to the given *os.File and assigns it to the TxHash field.
func (*ResponsesHyperlaneTransfer) SetType ¶ added in v1.15.1
func (o *ResponsesHyperlaneTransfer) SetType(v string)
SetType gets a reference to the given string and assigns it to the Type field.
func (*ResponsesHyperlaneTransfer) SetVersion ¶ added in v1.15.1
func (o *ResponsesHyperlaneTransfer) SetVersion(v int64)
SetVersion gets a reference to the given int64 and assigns it to the Version field.
func (ResponsesHyperlaneTransfer) ToMap ¶ added in v1.15.1
func (o ResponsesHyperlaneTransfer) ToMap() (map[string]interface{}, error)
type ResponsesIbcChainStats ¶ added in v1.14.0
type ResponsesIbcChainStats struct { Chain *string `json:"chain,omitempty"` Flow *string `json:"flow,omitempty"` Received *string `json:"received,omitempty"` Sent *string `json:"sent,omitempty"` }
ResponsesIbcChainStats struct for ResponsesIbcChainStats
func NewResponsesIbcChainStats ¶ added in v1.14.0
func NewResponsesIbcChainStats() *ResponsesIbcChainStats
NewResponsesIbcChainStats instantiates a new ResponsesIbcChainStats 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 NewResponsesIbcChainStatsWithDefaults ¶ added in v1.14.0
func NewResponsesIbcChainStatsWithDefaults() *ResponsesIbcChainStats
NewResponsesIbcChainStatsWithDefaults instantiates a new ResponsesIbcChainStats 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 (*ResponsesIbcChainStats) GetChain ¶ added in v1.14.0
func (o *ResponsesIbcChainStats) GetChain() string
GetChain returns the Chain field value if set, zero value otherwise.
func (*ResponsesIbcChainStats) GetChainOk ¶ added in v1.14.0
func (o *ResponsesIbcChainStats) GetChainOk() (*string, bool)
GetChainOk returns a tuple with the Chain field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ResponsesIbcChainStats) GetFlow ¶ added in v1.14.0
func (o *ResponsesIbcChainStats) GetFlow() string
GetFlow returns the Flow field value if set, zero value otherwise.
func (*ResponsesIbcChainStats) GetFlowOk ¶ added in v1.14.0
func (o *ResponsesIbcChainStats) GetFlowOk() (*string, bool)
GetFlowOk returns a tuple with the Flow field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ResponsesIbcChainStats) GetReceived ¶ added in v1.14.0
func (o *ResponsesIbcChainStats) GetReceived() string
GetReceived returns the Received field value if set, zero value otherwise.
func (*ResponsesIbcChainStats) GetReceivedOk ¶ added in v1.14.0
func (o *ResponsesIbcChainStats) GetReceivedOk() (*string, bool)
GetReceivedOk returns a tuple with the Received field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ResponsesIbcChainStats) GetSent ¶ added in v1.14.0
func (o *ResponsesIbcChainStats) GetSent() string
GetSent returns the Sent field value if set, zero value otherwise.
func (*ResponsesIbcChainStats) GetSentOk ¶ added in v1.14.0
func (o *ResponsesIbcChainStats) GetSentOk() (*string, bool)
GetSentOk returns a tuple with the Sent field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ResponsesIbcChainStats) HasChain ¶ added in v1.14.0
func (o *ResponsesIbcChainStats) HasChain() bool
HasChain returns a boolean if a field has been set.
func (*ResponsesIbcChainStats) HasFlow ¶ added in v1.14.0
func (o *ResponsesIbcChainStats) HasFlow() bool
HasFlow returns a boolean if a field has been set.
func (*ResponsesIbcChainStats) HasReceived ¶ added in v1.14.0
func (o *ResponsesIbcChainStats) HasReceived() bool
HasReceived returns a boolean if a field has been set.
func (*ResponsesIbcChainStats) HasSent ¶ added in v1.14.0
func (o *ResponsesIbcChainStats) HasSent() bool
HasSent returns a boolean if a field has been set.
func (ResponsesIbcChainStats) MarshalJSON ¶ added in v1.14.0
func (o ResponsesIbcChainStats) MarshalJSON() ([]byte, error)
func (*ResponsesIbcChainStats) SetChain ¶ added in v1.14.0
func (o *ResponsesIbcChainStats) SetChain(v string)
SetChain gets a reference to the given string and assigns it to the Chain field.
func (*ResponsesIbcChainStats) SetFlow ¶ added in v1.14.0
func (o *ResponsesIbcChainStats) SetFlow(v string)
SetFlow gets a reference to the given string and assigns it to the Flow field.
func (*ResponsesIbcChainStats) SetReceived ¶ added in v1.14.0
func (o *ResponsesIbcChainStats) SetReceived(v string)
SetReceived gets a reference to the given string and assigns it to the Received field.
func (*ResponsesIbcChainStats) SetSent ¶ added in v1.14.0
func (o *ResponsesIbcChainStats) SetSent(v string)
SetSent gets a reference to the given string and assigns it to the Sent field.
func (ResponsesIbcChainStats) ToMap ¶ added in v1.14.0
func (o ResponsesIbcChainStats) ToMap() (map[string]interface{}, error)
type ResponsesIbcChannel ¶ added in v1.14.0
type ResponsesIbcChannel struct { Client *ResponsesShortIbcClient `json:"client,omitempty"` ConfirmationHeight *int32 `json:"confirmation_height,omitempty"` ConfirmationTxHash **os.File `json:"confirmation_tx_hash,omitempty"` ConfirmedAt *time.Time `json:"confirmed_at,omitempty"` ConnectionId *string `json:"connection_id,omitempty"` CounterpartyChannelId *string `json:"counterparty_channel_id,omitempty"` CounterpartyPortId *string `json:"counterparty_port_id,omitempty"` CreatedAt *time.Time `json:"created_at,omitempty"` CreatedTxHash **os.File `json:"created_tx_hash,omitempty"` Creator *ResponsesShortAddress `json:"creator,omitempty"` Height *int32 `json:"height,omitempty"` Id *string `json:"id,omitempty"` Ordering *bool `json:"ordering,omitempty"` PortId *string `json:"port_id,omitempty"` Status *string `json:"status,omitempty"` Version *string `json:"version,omitempty"` }
ResponsesIbcChannel struct for ResponsesIbcChannel
func NewResponsesIbcChannel ¶ added in v1.14.0
func NewResponsesIbcChannel() *ResponsesIbcChannel
NewResponsesIbcChannel instantiates a new ResponsesIbcChannel 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 NewResponsesIbcChannelWithDefaults ¶ added in v1.14.0
func NewResponsesIbcChannelWithDefaults() *ResponsesIbcChannel
NewResponsesIbcChannelWithDefaults instantiates a new ResponsesIbcChannel 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 (*ResponsesIbcChannel) GetClient ¶ added in v1.14.0
func (o *ResponsesIbcChannel) GetClient() ResponsesShortIbcClient
GetClient returns the Client field value if set, zero value otherwise.
func (*ResponsesIbcChannel) GetClientOk ¶ added in v1.14.0
func (o *ResponsesIbcChannel) GetClientOk() (*ResponsesShortIbcClient, bool)
GetClientOk returns a tuple with the Client field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ResponsesIbcChannel) GetConfirmationHeight ¶ added in v1.14.0
func (o *ResponsesIbcChannel) GetConfirmationHeight() int32
GetConfirmationHeight returns the ConfirmationHeight field value if set, zero value otherwise.
func (*ResponsesIbcChannel) GetConfirmationHeightOk ¶ added in v1.14.0
func (o *ResponsesIbcChannel) GetConfirmationHeightOk() (*int32, bool)
GetConfirmationHeightOk returns a tuple with the ConfirmationHeight field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ResponsesIbcChannel) GetConfirmationTxHash ¶ added in v1.14.0
func (o *ResponsesIbcChannel) GetConfirmationTxHash() *os.File
GetConfirmationTxHash returns the ConfirmationTxHash field value if set, zero value otherwise.
func (*ResponsesIbcChannel) GetConfirmationTxHashOk ¶ added in v1.14.0
func (o *ResponsesIbcChannel) GetConfirmationTxHashOk() (**os.File, bool)
GetConfirmationTxHashOk returns a tuple with the ConfirmationTxHash field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ResponsesIbcChannel) GetConfirmedAt ¶ added in v1.14.0
func (o *ResponsesIbcChannel) GetConfirmedAt() time.Time
GetConfirmedAt returns the ConfirmedAt field value if set, zero value otherwise.
func (*ResponsesIbcChannel) GetConfirmedAtOk ¶ added in v1.14.0
func (o *ResponsesIbcChannel) GetConfirmedAtOk() (*time.Time, bool)
GetConfirmedAtOk returns a tuple with the ConfirmedAt field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ResponsesIbcChannel) GetConnectionId ¶ added in v1.14.0
func (o *ResponsesIbcChannel) GetConnectionId() string
GetConnectionId returns the ConnectionId field value if set, zero value otherwise.
func (*ResponsesIbcChannel) GetConnectionIdOk ¶ added in v1.14.0
func (o *ResponsesIbcChannel) GetConnectionIdOk() (*string, bool)
GetConnectionIdOk returns a tuple with the ConnectionId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ResponsesIbcChannel) GetCounterpartyChannelId ¶ added in v1.14.0
func (o *ResponsesIbcChannel) GetCounterpartyChannelId() string
GetCounterpartyChannelId returns the CounterpartyChannelId field value if set, zero value otherwise.
func (*ResponsesIbcChannel) GetCounterpartyChannelIdOk ¶ added in v1.14.0
func (o *ResponsesIbcChannel) GetCounterpartyChannelIdOk() (*string, bool)
GetCounterpartyChannelIdOk returns a tuple with the CounterpartyChannelId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ResponsesIbcChannel) GetCounterpartyPortId ¶ added in v1.14.0
func (o *ResponsesIbcChannel) GetCounterpartyPortId() string
GetCounterpartyPortId returns the CounterpartyPortId field value if set, zero value otherwise.
func (*ResponsesIbcChannel) GetCounterpartyPortIdOk ¶ added in v1.14.0
func (o *ResponsesIbcChannel) GetCounterpartyPortIdOk() (*string, bool)
GetCounterpartyPortIdOk returns a tuple with the CounterpartyPortId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ResponsesIbcChannel) GetCreatedAt ¶ added in v1.14.0
func (o *ResponsesIbcChannel) GetCreatedAt() time.Time
GetCreatedAt returns the CreatedAt field value if set, zero value otherwise.
func (*ResponsesIbcChannel) GetCreatedAtOk ¶ added in v1.14.0
func (o *ResponsesIbcChannel) GetCreatedAtOk() (*time.Time, bool)
GetCreatedAtOk returns a tuple with the CreatedAt field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ResponsesIbcChannel) GetCreatedTxHash ¶ added in v1.14.0
func (o *ResponsesIbcChannel) GetCreatedTxHash() *os.File
GetCreatedTxHash returns the CreatedTxHash field value if set, zero value otherwise.
func (*ResponsesIbcChannel) GetCreatedTxHashOk ¶ added in v1.14.0
func (o *ResponsesIbcChannel) GetCreatedTxHashOk() (**os.File, bool)
GetCreatedTxHashOk returns a tuple with the CreatedTxHash field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ResponsesIbcChannel) GetCreator ¶ added in v1.14.0
func (o *ResponsesIbcChannel) GetCreator() ResponsesShortAddress
GetCreator returns the Creator field value if set, zero value otherwise.
func (*ResponsesIbcChannel) GetCreatorOk ¶ added in v1.14.0
func (o *ResponsesIbcChannel) GetCreatorOk() (*ResponsesShortAddress, bool)
GetCreatorOk returns a tuple with the Creator field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ResponsesIbcChannel) GetHeight ¶ added in v1.14.0
func (o *ResponsesIbcChannel) GetHeight() int32
GetHeight returns the Height field value if set, zero value otherwise.
func (*ResponsesIbcChannel) GetHeightOk ¶ added in v1.14.0
func (o *ResponsesIbcChannel) GetHeightOk() (*int32, bool)
GetHeightOk returns a tuple with the Height field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ResponsesIbcChannel) GetId ¶ added in v1.14.0
func (o *ResponsesIbcChannel) GetId() string
GetId returns the Id field value if set, zero value otherwise.
func (*ResponsesIbcChannel) GetIdOk ¶ added in v1.14.0
func (o *ResponsesIbcChannel) GetIdOk() (*string, 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 (*ResponsesIbcChannel) GetOrdering ¶ added in v1.14.0
func (o *ResponsesIbcChannel) GetOrdering() bool
GetOrdering returns the Ordering field value if set, zero value otherwise.
func (*ResponsesIbcChannel) GetOrderingOk ¶ added in v1.14.0
func (o *ResponsesIbcChannel) GetOrderingOk() (*bool, bool)
GetOrderingOk returns a tuple with the Ordering field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ResponsesIbcChannel) GetPortId ¶ added in v1.14.0
func (o *ResponsesIbcChannel) GetPortId() string
GetPortId returns the PortId field value if set, zero value otherwise.
func (*ResponsesIbcChannel) GetPortIdOk ¶ added in v1.14.0
func (o *ResponsesIbcChannel) GetPortIdOk() (*string, bool)
GetPortIdOk returns a tuple with the PortId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ResponsesIbcChannel) GetStatus ¶ added in v1.14.0
func (o *ResponsesIbcChannel) GetStatus() string
GetStatus returns the Status field value if set, zero value otherwise.
func (*ResponsesIbcChannel) GetStatusOk ¶ added in v1.14.0
func (o *ResponsesIbcChannel) GetStatusOk() (*string, bool)
GetStatusOk returns a tuple with the Status field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ResponsesIbcChannel) GetVersion ¶ added in v1.14.0
func (o *ResponsesIbcChannel) GetVersion() string
GetVersion returns the Version field value if set, zero value otherwise.
func (*ResponsesIbcChannel) GetVersionOk ¶ added in v1.14.0
func (o *ResponsesIbcChannel) 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 (*ResponsesIbcChannel) HasClient ¶ added in v1.14.0
func (o *ResponsesIbcChannel) HasClient() bool
HasClient returns a boolean if a field has been set.
func (*ResponsesIbcChannel) HasConfirmationHeight ¶ added in v1.14.0
func (o *ResponsesIbcChannel) HasConfirmationHeight() bool
HasConfirmationHeight returns a boolean if a field has been set.
func (*ResponsesIbcChannel) HasConfirmationTxHash ¶ added in v1.14.0
func (o *ResponsesIbcChannel) HasConfirmationTxHash() bool
HasConfirmationTxHash returns a boolean if a field has been set.
func (*ResponsesIbcChannel) HasConfirmedAt ¶ added in v1.14.0
func (o *ResponsesIbcChannel) HasConfirmedAt() bool
HasConfirmedAt returns a boolean if a field has been set.
func (*ResponsesIbcChannel) HasConnectionId ¶ added in v1.14.0
func (o *ResponsesIbcChannel) HasConnectionId() bool
HasConnectionId returns a boolean if a field has been set.
func (*ResponsesIbcChannel) HasCounterpartyChannelId ¶ added in v1.14.0
func (o *ResponsesIbcChannel) HasCounterpartyChannelId() bool
HasCounterpartyChannelId returns a boolean if a field has been set.
func (*ResponsesIbcChannel) HasCounterpartyPortId ¶ added in v1.14.0
func (o *ResponsesIbcChannel) HasCounterpartyPortId() bool
HasCounterpartyPortId returns a boolean if a field has been set.
func (*ResponsesIbcChannel) HasCreatedAt ¶ added in v1.14.0
func (o *ResponsesIbcChannel) HasCreatedAt() bool
HasCreatedAt returns a boolean if a field has been set.
func (*ResponsesIbcChannel) HasCreatedTxHash ¶ added in v1.14.0
func (o *ResponsesIbcChannel) HasCreatedTxHash() bool
HasCreatedTxHash returns a boolean if a field has been set.
func (*ResponsesIbcChannel) HasCreator ¶ added in v1.14.0
func (o *ResponsesIbcChannel) HasCreator() bool
HasCreator returns a boolean if a field has been set.
func (*ResponsesIbcChannel) HasHeight ¶ added in v1.14.0
func (o *ResponsesIbcChannel) HasHeight() bool
HasHeight returns a boolean if a field has been set.
func (*ResponsesIbcChannel) HasId ¶ added in v1.14.0
func (o *ResponsesIbcChannel) HasId() bool
HasId returns a boolean if a field has been set.
func (*ResponsesIbcChannel) HasOrdering ¶ added in v1.14.0
func (o *ResponsesIbcChannel) HasOrdering() bool
HasOrdering returns a boolean if a field has been set.
func (*ResponsesIbcChannel) HasPortId ¶ added in v1.14.0
func (o *ResponsesIbcChannel) HasPortId() bool
HasPortId returns a boolean if a field has been set.
func (*ResponsesIbcChannel) HasStatus ¶ added in v1.14.0
func (o *ResponsesIbcChannel) HasStatus() bool
HasStatus returns a boolean if a field has been set.
func (*ResponsesIbcChannel) HasVersion ¶ added in v1.14.0
func (o *ResponsesIbcChannel) HasVersion() bool
HasVersion returns a boolean if a field has been set.
func (ResponsesIbcChannel) MarshalJSON ¶ added in v1.14.0
func (o ResponsesIbcChannel) MarshalJSON() ([]byte, error)
func (*ResponsesIbcChannel) SetClient ¶ added in v1.14.0
func (o *ResponsesIbcChannel) SetClient(v ResponsesShortIbcClient)
SetClient gets a reference to the given ResponsesShortIbcClient and assigns it to the Client field.
func (*ResponsesIbcChannel) SetConfirmationHeight ¶ added in v1.14.0
func (o *ResponsesIbcChannel) SetConfirmationHeight(v int32)
SetConfirmationHeight gets a reference to the given int32 and assigns it to the ConfirmationHeight field.
func (*ResponsesIbcChannel) SetConfirmationTxHash ¶ added in v1.14.0
func (o *ResponsesIbcChannel) SetConfirmationTxHash(v *os.File)
SetConfirmationTxHash gets a reference to the given *os.File and assigns it to the ConfirmationTxHash field.
func (*ResponsesIbcChannel) SetConfirmedAt ¶ added in v1.14.0
func (o *ResponsesIbcChannel) SetConfirmedAt(v time.Time)
SetConfirmedAt gets a reference to the given time.Time and assigns it to the ConfirmedAt field.
func (*ResponsesIbcChannel) SetConnectionId ¶ added in v1.14.0
func (o *ResponsesIbcChannel) SetConnectionId(v string)
SetConnectionId gets a reference to the given string and assigns it to the ConnectionId field.
func (*ResponsesIbcChannel) SetCounterpartyChannelId ¶ added in v1.14.0
func (o *ResponsesIbcChannel) SetCounterpartyChannelId(v string)
SetCounterpartyChannelId gets a reference to the given string and assigns it to the CounterpartyChannelId field.
func (*ResponsesIbcChannel) SetCounterpartyPortId ¶ added in v1.14.0
func (o *ResponsesIbcChannel) SetCounterpartyPortId(v string)
SetCounterpartyPortId gets a reference to the given string and assigns it to the CounterpartyPortId field.
func (*ResponsesIbcChannel) SetCreatedAt ¶ added in v1.14.0
func (o *ResponsesIbcChannel) SetCreatedAt(v time.Time)
SetCreatedAt gets a reference to the given time.Time and assigns it to the CreatedAt field.
func (*ResponsesIbcChannel) SetCreatedTxHash ¶ added in v1.14.0
func (o *ResponsesIbcChannel) SetCreatedTxHash(v *os.File)
SetCreatedTxHash gets a reference to the given *os.File and assigns it to the CreatedTxHash field.
func (*ResponsesIbcChannel) SetCreator ¶ added in v1.14.0
func (o *ResponsesIbcChannel) SetCreator(v ResponsesShortAddress)
SetCreator gets a reference to the given ResponsesShortAddress and assigns it to the Creator field.
func (*ResponsesIbcChannel) SetHeight ¶ added in v1.14.0
func (o *ResponsesIbcChannel) SetHeight(v int32)
SetHeight gets a reference to the given int32 and assigns it to the Height field.
func (*ResponsesIbcChannel) SetId ¶ added in v1.14.0
func (o *ResponsesIbcChannel) SetId(v string)
SetId gets a reference to the given string and assigns it to the Id field.
func (*ResponsesIbcChannel) SetOrdering ¶ added in v1.14.0
func (o *ResponsesIbcChannel) SetOrdering(v bool)
SetOrdering gets a reference to the given bool and assigns it to the Ordering field.
func (*ResponsesIbcChannel) SetPortId ¶ added in v1.14.0
func (o *ResponsesIbcChannel) SetPortId(v string)
SetPortId gets a reference to the given string and assigns it to the PortId field.
func (*ResponsesIbcChannel) SetStatus ¶ added in v1.14.0
func (o *ResponsesIbcChannel) SetStatus(v string)
SetStatus gets a reference to the given string and assigns it to the Status field.
func (*ResponsesIbcChannel) SetVersion ¶ added in v1.14.0
func (o *ResponsesIbcChannel) SetVersion(v string)
SetVersion gets a reference to the given string and assigns it to the Version field.
func (ResponsesIbcChannel) ToMap ¶ added in v1.14.0
func (o ResponsesIbcChannel) ToMap() (map[string]interface{}, error)
type ResponsesIbcClient ¶ added in v1.14.0
type ResponsesIbcClient struct { ChainId **os.File `json:"chain_id,omitempty"` ConnectionCount *int32 `json:"connection_count,omitempty"` CreatedAt *time.Time `json:"created_at,omitempty"` Creator *ResponsesShortAddress `json:"creator,omitempty"` FrozenRevisionHeight *int32 `json:"frozen_revision_height,omitempty"` FrozenRevisionNumber *int32 `json:"frozen_revision_number,omitempty"` Height *int32 `json:"height,omitempty"` Id *string `json:"id,omitempty"` LatestRevisionHeight *int32 `json:"latest_revision_height,omitempty"` LatestRevisionNumber *int32 `json:"latest_revision_number,omitempty"` MaxClockDrift *int32 `json:"max_clock_drift,omitempty"` TrustLevelDenominator *int32 `json:"trust_level_denominator,omitempty"` TrustLevelNumerator *int32 `json:"trust_level_numerator,omitempty"` TrustingPeriod *int32 `json:"trusting_period,omitempty"` TxHash **os.File `json:"tx_hash,omitempty"` Type *string `json:"type,omitempty"` UnbondingPeriod *int32 `json:"unbonding_period,omitempty"` UpdatedAt *time.Time `json:"updated_at,omitempty"` }
ResponsesIbcClient struct for ResponsesIbcClient
func NewResponsesIbcClient ¶ added in v1.14.0
func NewResponsesIbcClient() *ResponsesIbcClient
NewResponsesIbcClient instantiates a new ResponsesIbcClient 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 NewResponsesIbcClientWithDefaults ¶ added in v1.14.0
func NewResponsesIbcClientWithDefaults() *ResponsesIbcClient
NewResponsesIbcClientWithDefaults instantiates a new ResponsesIbcClient 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 (*ResponsesIbcClient) GetChainId ¶ added in v1.14.0
func (o *ResponsesIbcClient) GetChainId() *os.File
GetChainId returns the ChainId field value if set, zero value otherwise.
func (*ResponsesIbcClient) GetChainIdOk ¶ added in v1.14.0
func (o *ResponsesIbcClient) GetChainIdOk() (**os.File, 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 (*ResponsesIbcClient) GetConnectionCount ¶ added in v1.14.0
func (o *ResponsesIbcClient) GetConnectionCount() int32
GetConnectionCount returns the ConnectionCount field value if set, zero value otherwise.
func (*ResponsesIbcClient) GetConnectionCountOk ¶ added in v1.14.0
func (o *ResponsesIbcClient) GetConnectionCountOk() (*int32, bool)
GetConnectionCountOk returns a tuple with the ConnectionCount field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ResponsesIbcClient) GetCreatedAt ¶ added in v1.14.0
func (o *ResponsesIbcClient) GetCreatedAt() time.Time
GetCreatedAt returns the CreatedAt field value if set, zero value otherwise.
func (*ResponsesIbcClient) GetCreatedAtOk ¶ added in v1.14.0
func (o *ResponsesIbcClient) GetCreatedAtOk() (*time.Time, bool)
GetCreatedAtOk returns a tuple with the CreatedAt field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ResponsesIbcClient) GetCreator ¶ added in v1.14.0
func (o *ResponsesIbcClient) GetCreator() ResponsesShortAddress
GetCreator returns the Creator field value if set, zero value otherwise.
func (*ResponsesIbcClient) GetCreatorOk ¶ added in v1.14.0
func (o *ResponsesIbcClient) GetCreatorOk() (*ResponsesShortAddress, bool)
GetCreatorOk returns a tuple with the Creator field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ResponsesIbcClient) GetFrozenRevisionHeight ¶ added in v1.14.0
func (o *ResponsesIbcClient) GetFrozenRevisionHeight() int32
GetFrozenRevisionHeight returns the FrozenRevisionHeight field value if set, zero value otherwise.
func (*ResponsesIbcClient) GetFrozenRevisionHeightOk ¶ added in v1.14.0
func (o *ResponsesIbcClient) GetFrozenRevisionHeightOk() (*int32, bool)
GetFrozenRevisionHeightOk returns a tuple with the FrozenRevisionHeight field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ResponsesIbcClient) GetFrozenRevisionNumber ¶ added in v1.14.0
func (o *ResponsesIbcClient) GetFrozenRevisionNumber() int32
GetFrozenRevisionNumber returns the FrozenRevisionNumber field value if set, zero value otherwise.
func (*ResponsesIbcClient) GetFrozenRevisionNumberOk ¶ added in v1.14.0
func (o *ResponsesIbcClient) GetFrozenRevisionNumberOk() (*int32, bool)
GetFrozenRevisionNumberOk returns a tuple with the FrozenRevisionNumber field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ResponsesIbcClient) GetHeight ¶ added in v1.14.0
func (o *ResponsesIbcClient) GetHeight() int32
GetHeight returns the Height field value if set, zero value otherwise.
func (*ResponsesIbcClient) GetHeightOk ¶ added in v1.14.0
func (o *ResponsesIbcClient) GetHeightOk() (*int32, bool)
GetHeightOk returns a tuple with the Height field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ResponsesIbcClient) GetId ¶ added in v1.14.0
func (o *ResponsesIbcClient) GetId() string
GetId returns the Id field value if set, zero value otherwise.
func (*ResponsesIbcClient) GetIdOk ¶ added in v1.14.0
func (o *ResponsesIbcClient) GetIdOk() (*string, 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 (*ResponsesIbcClient) GetLatestRevisionHeight ¶ added in v1.14.0
func (o *ResponsesIbcClient) GetLatestRevisionHeight() int32
GetLatestRevisionHeight returns the LatestRevisionHeight field value if set, zero value otherwise.
func (*ResponsesIbcClient) GetLatestRevisionHeightOk ¶ added in v1.14.0
func (o *ResponsesIbcClient) GetLatestRevisionHeightOk() (*int32, bool)
GetLatestRevisionHeightOk returns a tuple with the LatestRevisionHeight field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ResponsesIbcClient) GetLatestRevisionNumber ¶ added in v1.14.0
func (o *ResponsesIbcClient) GetLatestRevisionNumber() int32
GetLatestRevisionNumber returns the LatestRevisionNumber field value if set, zero value otherwise.
func (*ResponsesIbcClient) GetLatestRevisionNumberOk ¶ added in v1.14.0
func (o *ResponsesIbcClient) GetLatestRevisionNumberOk() (*int32, bool)
GetLatestRevisionNumberOk returns a tuple with the LatestRevisionNumber field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ResponsesIbcClient) GetMaxClockDrift ¶ added in v1.14.0
func (o *ResponsesIbcClient) GetMaxClockDrift() int32
GetMaxClockDrift returns the MaxClockDrift field value if set, zero value otherwise.
func (*ResponsesIbcClient) GetMaxClockDriftOk ¶ added in v1.14.0
func (o *ResponsesIbcClient) GetMaxClockDriftOk() (*int32, bool)
GetMaxClockDriftOk returns a tuple with the MaxClockDrift field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ResponsesIbcClient) GetTrustLevelDenominator ¶ added in v1.14.0
func (o *ResponsesIbcClient) GetTrustLevelDenominator() int32
GetTrustLevelDenominator returns the TrustLevelDenominator field value if set, zero value otherwise.
func (*ResponsesIbcClient) GetTrustLevelDenominatorOk ¶ added in v1.14.0
func (o *ResponsesIbcClient) GetTrustLevelDenominatorOk() (*int32, bool)
GetTrustLevelDenominatorOk returns a tuple with the TrustLevelDenominator field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ResponsesIbcClient) GetTrustLevelNumerator ¶ added in v1.14.0
func (o *ResponsesIbcClient) GetTrustLevelNumerator() int32
GetTrustLevelNumerator returns the TrustLevelNumerator field value if set, zero value otherwise.
func (*ResponsesIbcClient) GetTrustLevelNumeratorOk ¶ added in v1.14.0
func (o *ResponsesIbcClient) GetTrustLevelNumeratorOk() (*int32, bool)
GetTrustLevelNumeratorOk returns a tuple with the TrustLevelNumerator field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ResponsesIbcClient) GetTrustingPeriod ¶ added in v1.14.0
func (o *ResponsesIbcClient) GetTrustingPeriod() int32
GetTrustingPeriod returns the TrustingPeriod field value if set, zero value otherwise.
func (*ResponsesIbcClient) GetTrustingPeriodOk ¶ added in v1.14.0
func (o *ResponsesIbcClient) GetTrustingPeriodOk() (*int32, bool)
GetTrustingPeriodOk returns a tuple with the TrustingPeriod field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ResponsesIbcClient) GetTxHash ¶ added in v1.14.0
func (o *ResponsesIbcClient) GetTxHash() *os.File
GetTxHash returns the TxHash field value if set, zero value otherwise.
func (*ResponsesIbcClient) GetTxHashOk ¶ added in v1.14.0
func (o *ResponsesIbcClient) GetTxHashOk() (**os.File, bool)
GetTxHashOk returns a tuple with the TxHash field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ResponsesIbcClient) GetType ¶ added in v1.14.0
func (o *ResponsesIbcClient) GetType() string
GetType returns the Type field value if set, zero value otherwise.
func (*ResponsesIbcClient) GetTypeOk ¶ added in v1.14.0
func (o *ResponsesIbcClient) 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 (*ResponsesIbcClient) GetUnbondingPeriod ¶ added in v1.14.0
func (o *ResponsesIbcClient) GetUnbondingPeriod() int32
GetUnbondingPeriod returns the UnbondingPeriod field value if set, zero value otherwise.
func (*ResponsesIbcClient) GetUnbondingPeriodOk ¶ added in v1.14.0
func (o *ResponsesIbcClient) GetUnbondingPeriodOk() (*int32, bool)
GetUnbondingPeriodOk returns a tuple with the UnbondingPeriod field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ResponsesIbcClient) GetUpdatedAt ¶ added in v1.14.0
func (o *ResponsesIbcClient) GetUpdatedAt() time.Time
GetUpdatedAt returns the UpdatedAt field value if set, zero value otherwise.
func (*ResponsesIbcClient) GetUpdatedAtOk ¶ added in v1.14.0
func (o *ResponsesIbcClient) GetUpdatedAtOk() (*time.Time, bool)
GetUpdatedAtOk returns a tuple with the UpdatedAt field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ResponsesIbcClient) HasChainId ¶ added in v1.14.0
func (o *ResponsesIbcClient) HasChainId() bool
HasChainId returns a boolean if a field has been set.
func (*ResponsesIbcClient) HasConnectionCount ¶ added in v1.14.0
func (o *ResponsesIbcClient) HasConnectionCount() bool
HasConnectionCount returns a boolean if a field has been set.
func (*ResponsesIbcClient) HasCreatedAt ¶ added in v1.14.0
func (o *ResponsesIbcClient) HasCreatedAt() bool
HasCreatedAt returns a boolean if a field has been set.
func (*ResponsesIbcClient) HasCreator ¶ added in v1.14.0
func (o *ResponsesIbcClient) HasCreator() bool
HasCreator returns a boolean if a field has been set.
func (*ResponsesIbcClient) HasFrozenRevisionHeight ¶ added in v1.14.0
func (o *ResponsesIbcClient) HasFrozenRevisionHeight() bool
HasFrozenRevisionHeight returns a boolean if a field has been set.
func (*ResponsesIbcClient) HasFrozenRevisionNumber ¶ added in v1.14.0
func (o *ResponsesIbcClient) HasFrozenRevisionNumber() bool
HasFrozenRevisionNumber returns a boolean if a field has been set.
func (*ResponsesIbcClient) HasHeight ¶ added in v1.14.0
func (o *ResponsesIbcClient) HasHeight() bool
HasHeight returns a boolean if a field has been set.
func (*ResponsesIbcClient) HasId ¶ added in v1.14.0
func (o *ResponsesIbcClient) HasId() bool
HasId returns a boolean if a field has been set.
func (*ResponsesIbcClient) HasLatestRevisionHeight ¶ added in v1.14.0
func (o *ResponsesIbcClient) HasLatestRevisionHeight() bool
HasLatestRevisionHeight returns a boolean if a field has been set.
func (*ResponsesIbcClient) HasLatestRevisionNumber ¶ added in v1.14.0
func (o *ResponsesIbcClient) HasLatestRevisionNumber() bool
HasLatestRevisionNumber returns a boolean if a field has been set.
func (*ResponsesIbcClient) HasMaxClockDrift ¶ added in v1.14.0
func (o *ResponsesIbcClient) HasMaxClockDrift() bool
HasMaxClockDrift returns a boolean if a field has been set.
func (*ResponsesIbcClient) HasTrustLevelDenominator ¶ added in v1.14.0
func (o *ResponsesIbcClient) HasTrustLevelDenominator() bool
HasTrustLevelDenominator returns a boolean if a field has been set.
func (*ResponsesIbcClient) HasTrustLevelNumerator ¶ added in v1.14.0
func (o *ResponsesIbcClient) HasTrustLevelNumerator() bool
HasTrustLevelNumerator returns a boolean if a field has been set.
func (*ResponsesIbcClient) HasTrustingPeriod ¶ added in v1.14.0
func (o *ResponsesIbcClient) HasTrustingPeriod() bool
HasTrustingPeriod returns a boolean if a field has been set.
func (*ResponsesIbcClient) HasTxHash ¶ added in v1.14.0
func (o *ResponsesIbcClient) HasTxHash() bool
HasTxHash returns a boolean if a field has been set.
func (*ResponsesIbcClient) HasType ¶ added in v1.14.0
func (o *ResponsesIbcClient) HasType() bool
HasType returns a boolean if a field has been set.
func (*ResponsesIbcClient) HasUnbondingPeriod ¶ added in v1.14.0
func (o *ResponsesIbcClient) HasUnbondingPeriod() bool
HasUnbondingPeriod returns a boolean if a field has been set.
func (*ResponsesIbcClient) HasUpdatedAt ¶ added in v1.14.0
func (o *ResponsesIbcClient) HasUpdatedAt() bool
HasUpdatedAt returns a boolean if a field has been set.
func (ResponsesIbcClient) MarshalJSON ¶ added in v1.14.0
func (o ResponsesIbcClient) MarshalJSON() ([]byte, error)
func (*ResponsesIbcClient) SetChainId ¶ added in v1.14.0
func (o *ResponsesIbcClient) SetChainId(v *os.File)
SetChainId gets a reference to the given *os.File and assigns it to the ChainId field.
func (*ResponsesIbcClient) SetConnectionCount ¶ added in v1.14.0
func (o *ResponsesIbcClient) SetConnectionCount(v int32)
SetConnectionCount gets a reference to the given int32 and assigns it to the ConnectionCount field.
func (*ResponsesIbcClient) SetCreatedAt ¶ added in v1.14.0
func (o *ResponsesIbcClient) SetCreatedAt(v time.Time)
SetCreatedAt gets a reference to the given time.Time and assigns it to the CreatedAt field.
func (*ResponsesIbcClient) SetCreator ¶ added in v1.14.0
func (o *ResponsesIbcClient) SetCreator(v ResponsesShortAddress)
SetCreator gets a reference to the given ResponsesShortAddress and assigns it to the Creator field.
func (*ResponsesIbcClient) SetFrozenRevisionHeight ¶ added in v1.14.0
func (o *ResponsesIbcClient) SetFrozenRevisionHeight(v int32)
SetFrozenRevisionHeight gets a reference to the given int32 and assigns it to the FrozenRevisionHeight field.
func (*ResponsesIbcClient) SetFrozenRevisionNumber ¶ added in v1.14.0
func (o *ResponsesIbcClient) SetFrozenRevisionNumber(v int32)
SetFrozenRevisionNumber gets a reference to the given int32 and assigns it to the FrozenRevisionNumber field.
func (*ResponsesIbcClient) SetHeight ¶ added in v1.14.0
func (o *ResponsesIbcClient) SetHeight(v int32)
SetHeight gets a reference to the given int32 and assigns it to the Height field.
func (*ResponsesIbcClient) SetId ¶ added in v1.14.0
func (o *ResponsesIbcClient) SetId(v string)
SetId gets a reference to the given string and assigns it to the Id field.
func (*ResponsesIbcClient) SetLatestRevisionHeight ¶ added in v1.14.0
func (o *ResponsesIbcClient) SetLatestRevisionHeight(v int32)
SetLatestRevisionHeight gets a reference to the given int32 and assigns it to the LatestRevisionHeight field.
func (*ResponsesIbcClient) SetLatestRevisionNumber ¶ added in v1.14.0
func (o *ResponsesIbcClient) SetLatestRevisionNumber(v int32)
SetLatestRevisionNumber gets a reference to the given int32 and assigns it to the LatestRevisionNumber field.
func (*ResponsesIbcClient) SetMaxClockDrift ¶ added in v1.14.0
func (o *ResponsesIbcClient) SetMaxClockDrift(v int32)
SetMaxClockDrift gets a reference to the given int32 and assigns it to the MaxClockDrift field.
func (*ResponsesIbcClient) SetTrustLevelDenominator ¶ added in v1.14.0
func (o *ResponsesIbcClient) SetTrustLevelDenominator(v int32)
SetTrustLevelDenominator gets a reference to the given int32 and assigns it to the TrustLevelDenominator field.
func (*ResponsesIbcClient) SetTrustLevelNumerator ¶ added in v1.14.0
func (o *ResponsesIbcClient) SetTrustLevelNumerator(v int32)
SetTrustLevelNumerator gets a reference to the given int32 and assigns it to the TrustLevelNumerator field.
func (*ResponsesIbcClient) SetTrustingPeriod ¶ added in v1.14.0
func (o *ResponsesIbcClient) SetTrustingPeriod(v int32)
SetTrustingPeriod gets a reference to the given int32 and assigns it to the TrustingPeriod field.
func (*ResponsesIbcClient) SetTxHash ¶ added in v1.14.0
func (o *ResponsesIbcClient) SetTxHash(v *os.File)
SetTxHash gets a reference to the given *os.File and assigns it to the TxHash field.
func (*ResponsesIbcClient) SetType ¶ added in v1.14.0
func (o *ResponsesIbcClient) SetType(v string)
SetType gets a reference to the given string and assigns it to the Type field.
func (*ResponsesIbcClient) SetUnbondingPeriod ¶ added in v1.14.0
func (o *ResponsesIbcClient) SetUnbondingPeriod(v int32)
SetUnbondingPeriod gets a reference to the given int32 and assigns it to the UnbondingPeriod field.
func (*ResponsesIbcClient) SetUpdatedAt ¶ added in v1.14.0
func (o *ResponsesIbcClient) SetUpdatedAt(v time.Time)
SetUpdatedAt gets a reference to the given time.Time and assigns it to the UpdatedAt field.
func (ResponsesIbcClient) ToMap ¶ added in v1.14.0
func (o ResponsesIbcClient) ToMap() (map[string]interface{}, error)
type ResponsesIbcConnection ¶ added in v1.14.0
type ResponsesIbcConnection struct { ChannelsCount *int32 `json:"channels_count,omitempty"` Client *ResponsesShortIbcClient `json:"client,omitempty"` ConnectedAt *time.Time `json:"connected_at,omitempty"` ConnectedHeight *int32 `json:"connected_height,omitempty"` ConnectedTxHash **os.File `json:"connected_tx_hash,omitempty"` CounterpartyClientId *string `json:"counterparty_client_id,omitempty"` CounterpartyConnectionId *string `json:"counterparty_connection_id,omitempty"` CreatedAt *time.Time `json:"created_at,omitempty"` CreatedTxHash **os.File `json:"created_tx_hash,omitempty"` Height *int32 `json:"height,omitempty"` Id *string `json:"id,omitempty"` }
ResponsesIbcConnection struct for ResponsesIbcConnection
func NewResponsesIbcConnection ¶ added in v1.14.0
func NewResponsesIbcConnection() *ResponsesIbcConnection
NewResponsesIbcConnection instantiates a new ResponsesIbcConnection 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 NewResponsesIbcConnectionWithDefaults ¶ added in v1.14.0
func NewResponsesIbcConnectionWithDefaults() *ResponsesIbcConnection
NewResponsesIbcConnectionWithDefaults instantiates a new ResponsesIbcConnection 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 (*ResponsesIbcConnection) GetChannelsCount ¶ added in v1.14.0
func (o *ResponsesIbcConnection) GetChannelsCount() int32
GetChannelsCount returns the ChannelsCount field value if set, zero value otherwise.
func (*ResponsesIbcConnection) GetChannelsCountOk ¶ added in v1.14.0
func (o *ResponsesIbcConnection) GetChannelsCountOk() (*int32, bool)
GetChannelsCountOk returns a tuple with the ChannelsCount field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ResponsesIbcConnection) GetClient ¶ added in v1.14.0
func (o *ResponsesIbcConnection) GetClient() ResponsesShortIbcClient
GetClient returns the Client field value if set, zero value otherwise.
func (*ResponsesIbcConnection) GetClientOk ¶ added in v1.14.0
func (o *ResponsesIbcConnection) GetClientOk() (*ResponsesShortIbcClient, bool)
GetClientOk returns a tuple with the Client field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ResponsesIbcConnection) GetConnectedAt ¶ added in v1.14.0
func (o *ResponsesIbcConnection) GetConnectedAt() time.Time
GetConnectedAt returns the ConnectedAt field value if set, zero value otherwise.
func (*ResponsesIbcConnection) GetConnectedAtOk ¶ added in v1.14.0
func (o *ResponsesIbcConnection) GetConnectedAtOk() (*time.Time, bool)
GetConnectedAtOk returns a tuple with the ConnectedAt field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ResponsesIbcConnection) GetConnectedHeight ¶ added in v1.14.0
func (o *ResponsesIbcConnection) GetConnectedHeight() int32
GetConnectedHeight returns the ConnectedHeight field value if set, zero value otherwise.
func (*ResponsesIbcConnection) GetConnectedHeightOk ¶ added in v1.14.0
func (o *ResponsesIbcConnection) GetConnectedHeightOk() (*int32, bool)
GetConnectedHeightOk returns a tuple with the ConnectedHeight field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ResponsesIbcConnection) GetConnectedTxHash ¶ added in v1.14.0
func (o *ResponsesIbcConnection) GetConnectedTxHash() *os.File
GetConnectedTxHash returns the ConnectedTxHash field value if set, zero value otherwise.
func (*ResponsesIbcConnection) GetConnectedTxHashOk ¶ added in v1.14.0
func (o *ResponsesIbcConnection) GetConnectedTxHashOk() (**os.File, bool)
GetConnectedTxHashOk returns a tuple with the ConnectedTxHash field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ResponsesIbcConnection) GetCounterpartyClientId ¶ added in v1.14.0
func (o *ResponsesIbcConnection) GetCounterpartyClientId() string
GetCounterpartyClientId returns the CounterpartyClientId field value if set, zero value otherwise.
func (*ResponsesIbcConnection) GetCounterpartyClientIdOk ¶ added in v1.14.0
func (o *ResponsesIbcConnection) GetCounterpartyClientIdOk() (*string, bool)
GetCounterpartyClientIdOk returns a tuple with the CounterpartyClientId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ResponsesIbcConnection) GetCounterpartyConnectionId ¶ added in v1.14.0
func (o *ResponsesIbcConnection) GetCounterpartyConnectionId() string
GetCounterpartyConnectionId returns the CounterpartyConnectionId field value if set, zero value otherwise.
func (*ResponsesIbcConnection) GetCounterpartyConnectionIdOk ¶ added in v1.14.0
func (o *ResponsesIbcConnection) GetCounterpartyConnectionIdOk() (*string, bool)
GetCounterpartyConnectionIdOk returns a tuple with the CounterpartyConnectionId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ResponsesIbcConnection) GetCreatedAt ¶ added in v1.14.0
func (o *ResponsesIbcConnection) GetCreatedAt() time.Time
GetCreatedAt returns the CreatedAt field value if set, zero value otherwise.
func (*ResponsesIbcConnection) GetCreatedAtOk ¶ added in v1.14.0
func (o *ResponsesIbcConnection) GetCreatedAtOk() (*time.Time, bool)
GetCreatedAtOk returns a tuple with the CreatedAt field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ResponsesIbcConnection) GetCreatedTxHash ¶ added in v1.14.0
func (o *ResponsesIbcConnection) GetCreatedTxHash() *os.File
GetCreatedTxHash returns the CreatedTxHash field value if set, zero value otherwise.
func (*ResponsesIbcConnection) GetCreatedTxHashOk ¶ added in v1.14.0
func (o *ResponsesIbcConnection) GetCreatedTxHashOk() (**os.File, bool)
GetCreatedTxHashOk returns a tuple with the CreatedTxHash field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ResponsesIbcConnection) GetHeight ¶ added in v1.14.0
func (o *ResponsesIbcConnection) GetHeight() int32
GetHeight returns the Height field value if set, zero value otherwise.
func (*ResponsesIbcConnection) GetHeightOk ¶ added in v1.14.0
func (o *ResponsesIbcConnection) GetHeightOk() (*int32, bool)
GetHeightOk returns a tuple with the Height field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ResponsesIbcConnection) GetId ¶ added in v1.14.0
func (o *ResponsesIbcConnection) GetId() string
GetId returns the Id field value if set, zero value otherwise.
func (*ResponsesIbcConnection) GetIdOk ¶ added in v1.14.0
func (o *ResponsesIbcConnection) GetIdOk() (*string, 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 (*ResponsesIbcConnection) HasChannelsCount ¶ added in v1.14.0
func (o *ResponsesIbcConnection) HasChannelsCount() bool
HasChannelsCount returns a boolean if a field has been set.
func (*ResponsesIbcConnection) HasClient ¶ added in v1.14.0
func (o *ResponsesIbcConnection) HasClient() bool
HasClient returns a boolean if a field has been set.
func (*ResponsesIbcConnection) HasConnectedAt ¶ added in v1.14.0
func (o *ResponsesIbcConnection) HasConnectedAt() bool
HasConnectedAt returns a boolean if a field has been set.
func (*ResponsesIbcConnection) HasConnectedHeight ¶ added in v1.14.0
func (o *ResponsesIbcConnection) HasConnectedHeight() bool
HasConnectedHeight returns a boolean if a field has been set.
func (*ResponsesIbcConnection) HasConnectedTxHash ¶ added in v1.14.0
func (o *ResponsesIbcConnection) HasConnectedTxHash() bool
HasConnectedTxHash returns a boolean if a field has been set.
func (*ResponsesIbcConnection) HasCounterpartyClientId ¶ added in v1.14.0
func (o *ResponsesIbcConnection) HasCounterpartyClientId() bool
HasCounterpartyClientId returns a boolean if a field has been set.
func (*ResponsesIbcConnection) HasCounterpartyConnectionId ¶ added in v1.14.0
func (o *ResponsesIbcConnection) HasCounterpartyConnectionId() bool
HasCounterpartyConnectionId returns a boolean if a field has been set.
func (*ResponsesIbcConnection) HasCreatedAt ¶ added in v1.14.0
func (o *ResponsesIbcConnection) HasCreatedAt() bool
HasCreatedAt returns a boolean if a field has been set.
func (*ResponsesIbcConnection) HasCreatedTxHash ¶ added in v1.14.0
func (o *ResponsesIbcConnection) HasCreatedTxHash() bool
HasCreatedTxHash returns a boolean if a field has been set.
func (*ResponsesIbcConnection) HasHeight ¶ added in v1.14.0
func (o *ResponsesIbcConnection) HasHeight() bool
HasHeight returns a boolean if a field has been set.
func (*ResponsesIbcConnection) HasId ¶ added in v1.14.0
func (o *ResponsesIbcConnection) HasId() bool
HasId returns a boolean if a field has been set.
func (ResponsesIbcConnection) MarshalJSON ¶ added in v1.14.0
func (o ResponsesIbcConnection) MarshalJSON() ([]byte, error)
func (*ResponsesIbcConnection) SetChannelsCount ¶ added in v1.14.0
func (o *ResponsesIbcConnection) SetChannelsCount(v int32)
SetChannelsCount gets a reference to the given int32 and assigns it to the ChannelsCount field.
func (*ResponsesIbcConnection) SetClient ¶ added in v1.14.0
func (o *ResponsesIbcConnection) SetClient(v ResponsesShortIbcClient)
SetClient gets a reference to the given ResponsesShortIbcClient and assigns it to the Client field.
func (*ResponsesIbcConnection) SetConnectedAt ¶ added in v1.14.0
func (o *ResponsesIbcConnection) SetConnectedAt(v time.Time)
SetConnectedAt gets a reference to the given time.Time and assigns it to the ConnectedAt field.
func (*ResponsesIbcConnection) SetConnectedHeight ¶ added in v1.14.0
func (o *ResponsesIbcConnection) SetConnectedHeight(v int32)
SetConnectedHeight gets a reference to the given int32 and assigns it to the ConnectedHeight field.
func (*ResponsesIbcConnection) SetConnectedTxHash ¶ added in v1.14.0
func (o *ResponsesIbcConnection) SetConnectedTxHash(v *os.File)
SetConnectedTxHash gets a reference to the given *os.File and assigns it to the ConnectedTxHash field.
func (*ResponsesIbcConnection) SetCounterpartyClientId ¶ added in v1.14.0
func (o *ResponsesIbcConnection) SetCounterpartyClientId(v string)
SetCounterpartyClientId gets a reference to the given string and assigns it to the CounterpartyClientId field.
func (*ResponsesIbcConnection) SetCounterpartyConnectionId ¶ added in v1.14.0
func (o *ResponsesIbcConnection) SetCounterpartyConnectionId(v string)
SetCounterpartyConnectionId gets a reference to the given string and assigns it to the CounterpartyConnectionId field.
func (*ResponsesIbcConnection) SetCreatedAt ¶ added in v1.14.0
func (o *ResponsesIbcConnection) SetCreatedAt(v time.Time)
SetCreatedAt gets a reference to the given time.Time and assigns it to the CreatedAt field.
func (*ResponsesIbcConnection) SetCreatedTxHash ¶ added in v1.14.0
func (o *ResponsesIbcConnection) SetCreatedTxHash(v *os.File)
SetCreatedTxHash gets a reference to the given *os.File and assigns it to the CreatedTxHash field.
func (*ResponsesIbcConnection) SetHeight ¶ added in v1.14.0
func (o *ResponsesIbcConnection) SetHeight(v int32)
SetHeight gets a reference to the given int32 and assigns it to the Height field.
func (*ResponsesIbcConnection) SetId ¶ added in v1.14.0
func (o *ResponsesIbcConnection) SetId(v string)
SetId gets a reference to the given string and assigns it to the Id field.
func (ResponsesIbcConnection) ToMap ¶ added in v1.14.0
func (o ResponsesIbcConnection) ToMap() (map[string]interface{}, error)
type ResponsesIbcTransfer ¶ added in v1.14.0
type ResponsesIbcTransfer struct { Amount *string `json:"amount,omitempty"` ChainId **os.File `json:"chain_id,omitempty"` ChannelId *string `json:"channel_id,omitempty"` ConnectionId *string `json:"connection_id,omitempty"` Denom *string `json:"denom,omitempty"` Height *int32 `json:"height,omitempty"` Id *int32 `json:"id,omitempty"` Memo *string `json:"memo,omitempty"` Port *string `json:"port,omitempty"` Receiver *ResponsesShortAddress `json:"receiver,omitempty"` Sender *ResponsesShortAddress `json:"sender,omitempty"` Sequence *int32 `json:"sequence,omitempty"` Time *time.Time `json:"time,omitempty"` Timeout *time.Time `json:"timeout,omitempty"` TimeoutHeight *int32 `json:"timeout_height,omitempty"` TxHash **os.File `json:"tx_hash,omitempty"` }
ResponsesIbcTransfer struct for ResponsesIbcTransfer
func NewResponsesIbcTransfer ¶ added in v1.14.0
func NewResponsesIbcTransfer() *ResponsesIbcTransfer
NewResponsesIbcTransfer instantiates a new ResponsesIbcTransfer 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 NewResponsesIbcTransferWithDefaults ¶ added in v1.14.0
func NewResponsesIbcTransferWithDefaults() *ResponsesIbcTransfer
NewResponsesIbcTransferWithDefaults instantiates a new ResponsesIbcTransfer 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 (*ResponsesIbcTransfer) GetAmount ¶ added in v1.14.0
func (o *ResponsesIbcTransfer) GetAmount() string
GetAmount returns the Amount field value if set, zero value otherwise.
func (*ResponsesIbcTransfer) GetAmountOk ¶ added in v1.14.0
func (o *ResponsesIbcTransfer) GetAmountOk() (*string, bool)
GetAmountOk returns a tuple with the Amount field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ResponsesIbcTransfer) GetChainId ¶ added in v1.15.0
func (o *ResponsesIbcTransfer) GetChainId() *os.File
GetChainId returns the ChainId field value if set, zero value otherwise.
func (*ResponsesIbcTransfer) GetChainIdOk ¶ added in v1.15.0
func (o *ResponsesIbcTransfer) GetChainIdOk() (**os.File, 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 (*ResponsesIbcTransfer) GetChannelId ¶ added in v1.14.0
func (o *ResponsesIbcTransfer) GetChannelId() string
GetChannelId returns the ChannelId field value if set, zero value otherwise.
func (*ResponsesIbcTransfer) GetChannelIdOk ¶ added in v1.14.0
func (o *ResponsesIbcTransfer) GetChannelIdOk() (*string, bool)
GetChannelIdOk returns a tuple with the ChannelId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ResponsesIbcTransfer) GetConnectionId ¶ added in v1.14.0
func (o *ResponsesIbcTransfer) GetConnectionId() string
GetConnectionId returns the ConnectionId field value if set, zero value otherwise.
func (*ResponsesIbcTransfer) GetConnectionIdOk ¶ added in v1.14.0
func (o *ResponsesIbcTransfer) GetConnectionIdOk() (*string, bool)
GetConnectionIdOk returns a tuple with the ConnectionId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ResponsesIbcTransfer) GetDenom ¶ added in v1.14.0
func (o *ResponsesIbcTransfer) GetDenom() string
GetDenom returns the Denom field value if set, zero value otherwise.
func (*ResponsesIbcTransfer) GetDenomOk ¶ added in v1.14.0
func (o *ResponsesIbcTransfer) GetDenomOk() (*string, bool)
GetDenomOk returns a tuple with the Denom field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ResponsesIbcTransfer) GetHeight ¶ added in v1.14.0
func (o *ResponsesIbcTransfer) GetHeight() int32
GetHeight returns the Height field value if set, zero value otherwise.
func (*ResponsesIbcTransfer) GetHeightOk ¶ added in v1.14.0
func (o *ResponsesIbcTransfer) GetHeightOk() (*int32, bool)
GetHeightOk returns a tuple with the Height field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ResponsesIbcTransfer) GetId ¶ added in v1.14.0
func (o *ResponsesIbcTransfer) GetId() int32
GetId returns the Id field value if set, zero value otherwise.
func (*ResponsesIbcTransfer) GetIdOk ¶ added in v1.14.0
func (o *ResponsesIbcTransfer) GetIdOk() (*int32, 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 (*ResponsesIbcTransfer) GetMemo ¶ added in v1.14.0
func (o *ResponsesIbcTransfer) GetMemo() string
GetMemo returns the Memo field value if set, zero value otherwise.
func (*ResponsesIbcTransfer) GetMemoOk ¶ added in v1.14.0
func (o *ResponsesIbcTransfer) GetMemoOk() (*string, bool)
GetMemoOk returns a tuple with the Memo field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ResponsesIbcTransfer) GetPort ¶ added in v1.14.0
func (o *ResponsesIbcTransfer) GetPort() string
GetPort returns the Port field value if set, zero value otherwise.
func (*ResponsesIbcTransfer) GetPortOk ¶ added in v1.14.0
func (o *ResponsesIbcTransfer) GetPortOk() (*string, bool)
GetPortOk returns a tuple with the Port field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ResponsesIbcTransfer) GetReceiver ¶ added in v1.14.0
func (o *ResponsesIbcTransfer) GetReceiver() ResponsesShortAddress
GetReceiver returns the Receiver field value if set, zero value otherwise.
func (*ResponsesIbcTransfer) GetReceiverOk ¶ added in v1.14.0
func (o *ResponsesIbcTransfer) GetReceiverOk() (*ResponsesShortAddress, bool)
GetReceiverOk returns a tuple with the Receiver field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ResponsesIbcTransfer) GetSender ¶ added in v1.14.0
func (o *ResponsesIbcTransfer) GetSender() ResponsesShortAddress
GetSender returns the Sender field value if set, zero value otherwise.
func (*ResponsesIbcTransfer) GetSenderOk ¶ added in v1.14.0
func (o *ResponsesIbcTransfer) GetSenderOk() (*ResponsesShortAddress, bool)
GetSenderOk returns a tuple with the Sender field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ResponsesIbcTransfer) GetSequence ¶ added in v1.14.0
func (o *ResponsesIbcTransfer) GetSequence() int32
GetSequence returns the Sequence field value if set, zero value otherwise.
func (*ResponsesIbcTransfer) GetSequenceOk ¶ added in v1.14.0
func (o *ResponsesIbcTransfer) GetSequenceOk() (*int32, bool)
GetSequenceOk returns a tuple with the Sequence field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ResponsesIbcTransfer) GetTime ¶ added in v1.14.0
func (o *ResponsesIbcTransfer) GetTime() time.Time
GetTime returns the Time field value if set, zero value otherwise.
func (*ResponsesIbcTransfer) GetTimeOk ¶ added in v1.14.0
func (o *ResponsesIbcTransfer) GetTimeOk() (*time.Time, bool)
GetTimeOk returns a tuple with the Time field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ResponsesIbcTransfer) GetTimeout ¶ added in v1.14.0
func (o *ResponsesIbcTransfer) GetTimeout() time.Time
GetTimeout returns the Timeout field value if set, zero value otherwise.
func (*ResponsesIbcTransfer) GetTimeoutHeight ¶ added in v1.14.0
func (o *ResponsesIbcTransfer) GetTimeoutHeight() int32
GetTimeoutHeight returns the TimeoutHeight field value if set, zero value otherwise.
func (*ResponsesIbcTransfer) GetTimeoutHeightOk ¶ added in v1.14.0
func (o *ResponsesIbcTransfer) GetTimeoutHeightOk() (*int32, bool)
GetTimeoutHeightOk returns a tuple with the TimeoutHeight field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ResponsesIbcTransfer) GetTimeoutOk ¶ added in v1.14.0
func (o *ResponsesIbcTransfer) GetTimeoutOk() (*time.Time, bool)
GetTimeoutOk returns a tuple with the Timeout field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ResponsesIbcTransfer) GetTxHash ¶ added in v1.14.0
func (o *ResponsesIbcTransfer) GetTxHash() *os.File
GetTxHash returns the TxHash field value if set, zero value otherwise.
func (*ResponsesIbcTransfer) GetTxHashOk ¶ added in v1.14.0
func (o *ResponsesIbcTransfer) GetTxHashOk() (**os.File, bool)
GetTxHashOk returns a tuple with the TxHash field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ResponsesIbcTransfer) HasAmount ¶ added in v1.14.0
func (o *ResponsesIbcTransfer) HasAmount() bool
HasAmount returns a boolean if a field has been set.
func (*ResponsesIbcTransfer) HasChainId ¶ added in v1.15.0
func (o *ResponsesIbcTransfer) HasChainId() bool
HasChainId returns a boolean if a field has been set.
func (*ResponsesIbcTransfer) HasChannelId ¶ added in v1.14.0
func (o *ResponsesIbcTransfer) HasChannelId() bool
HasChannelId returns a boolean if a field has been set.
func (*ResponsesIbcTransfer) HasConnectionId ¶ added in v1.14.0
func (o *ResponsesIbcTransfer) HasConnectionId() bool
HasConnectionId returns a boolean if a field has been set.
func (*ResponsesIbcTransfer) HasDenom ¶ added in v1.14.0
func (o *ResponsesIbcTransfer) HasDenom() bool
HasDenom returns a boolean if a field has been set.
func (*ResponsesIbcTransfer) HasHeight ¶ added in v1.14.0
func (o *ResponsesIbcTransfer) HasHeight() bool
HasHeight returns a boolean if a field has been set.
func (*ResponsesIbcTransfer) HasId ¶ added in v1.14.0
func (o *ResponsesIbcTransfer) HasId() bool
HasId returns a boolean if a field has been set.
func (*ResponsesIbcTransfer) HasMemo ¶ added in v1.14.0
func (o *ResponsesIbcTransfer) HasMemo() bool
HasMemo returns a boolean if a field has been set.
func (*ResponsesIbcTransfer) HasPort ¶ added in v1.14.0
func (o *ResponsesIbcTransfer) HasPort() bool
HasPort returns a boolean if a field has been set.
func (*ResponsesIbcTransfer) HasReceiver ¶ added in v1.14.0
func (o *ResponsesIbcTransfer) HasReceiver() bool
HasReceiver returns a boolean if a field has been set.
func (*ResponsesIbcTransfer) HasSender ¶ added in v1.14.0
func (o *ResponsesIbcTransfer) HasSender() bool
HasSender returns a boolean if a field has been set.
func (*ResponsesIbcTransfer) HasSequence ¶ added in v1.14.0
func (o *ResponsesIbcTransfer) HasSequence() bool
HasSequence returns a boolean if a field has been set.
func (*ResponsesIbcTransfer) HasTime ¶ added in v1.14.0
func (o *ResponsesIbcTransfer) HasTime() bool
HasTime returns a boolean if a field has been set.
func (*ResponsesIbcTransfer) HasTimeout ¶ added in v1.14.0
func (o *ResponsesIbcTransfer) HasTimeout() bool
HasTimeout returns a boolean if a field has been set.
func (*ResponsesIbcTransfer) HasTimeoutHeight ¶ added in v1.14.0
func (o *ResponsesIbcTransfer) HasTimeoutHeight() bool
HasTimeoutHeight returns a boolean if a field has been set.
func (*ResponsesIbcTransfer) HasTxHash ¶ added in v1.14.0
func (o *ResponsesIbcTransfer) HasTxHash() bool
HasTxHash returns a boolean if a field has been set.
func (ResponsesIbcTransfer) MarshalJSON ¶ added in v1.14.0
func (o ResponsesIbcTransfer) MarshalJSON() ([]byte, error)
func (*ResponsesIbcTransfer) SetAmount ¶ added in v1.14.0
func (o *ResponsesIbcTransfer) SetAmount(v string)
SetAmount gets a reference to the given string and assigns it to the Amount field.
func (*ResponsesIbcTransfer) SetChainId ¶ added in v1.15.0
func (o *ResponsesIbcTransfer) SetChainId(v *os.File)
SetChainId gets a reference to the given *os.File and assigns it to the ChainId field.
func (*ResponsesIbcTransfer) SetChannelId ¶ added in v1.14.0
func (o *ResponsesIbcTransfer) SetChannelId(v string)
SetChannelId gets a reference to the given string and assigns it to the ChannelId field.
func (*ResponsesIbcTransfer) SetConnectionId ¶ added in v1.14.0
func (o *ResponsesIbcTransfer) SetConnectionId(v string)
SetConnectionId gets a reference to the given string and assigns it to the ConnectionId field.
func (*ResponsesIbcTransfer) SetDenom ¶ added in v1.14.0
func (o *ResponsesIbcTransfer) SetDenom(v string)
SetDenom gets a reference to the given string and assigns it to the Denom field.
func (*ResponsesIbcTransfer) SetHeight ¶ added in v1.14.0
func (o *ResponsesIbcTransfer) SetHeight(v int32)
SetHeight gets a reference to the given int32 and assigns it to the Height field.
func (*ResponsesIbcTransfer) SetId ¶ added in v1.14.0
func (o *ResponsesIbcTransfer) SetId(v int32)
SetId gets a reference to the given int32 and assigns it to the Id field.
func (*ResponsesIbcTransfer) SetMemo ¶ added in v1.14.0
func (o *ResponsesIbcTransfer) SetMemo(v string)
SetMemo gets a reference to the given string and assigns it to the Memo field.
func (*ResponsesIbcTransfer) SetPort ¶ added in v1.14.0
func (o *ResponsesIbcTransfer) SetPort(v string)
SetPort gets a reference to the given string and assigns it to the Port field.
func (*ResponsesIbcTransfer) SetReceiver ¶ added in v1.14.0
func (o *ResponsesIbcTransfer) SetReceiver(v ResponsesShortAddress)
SetReceiver gets a reference to the given ResponsesShortAddress and assigns it to the Receiver field.
func (*ResponsesIbcTransfer) SetSender ¶ added in v1.14.0
func (o *ResponsesIbcTransfer) SetSender(v ResponsesShortAddress)
SetSender gets a reference to the given ResponsesShortAddress and assigns it to the Sender field.
func (*ResponsesIbcTransfer) SetSequence ¶ added in v1.14.0
func (o *ResponsesIbcTransfer) SetSequence(v int32)
SetSequence gets a reference to the given int32 and assigns it to the Sequence field.
func (*ResponsesIbcTransfer) SetTime ¶ added in v1.14.0
func (o *ResponsesIbcTransfer) SetTime(v time.Time)
SetTime gets a reference to the given time.Time and assigns it to the Time field.
func (*ResponsesIbcTransfer) SetTimeout ¶ added in v1.14.0
func (o *ResponsesIbcTransfer) SetTimeout(v time.Time)
SetTimeout gets a reference to the given time.Time and assigns it to the Timeout field.
func (*ResponsesIbcTransfer) SetTimeoutHeight ¶ added in v1.14.0
func (o *ResponsesIbcTransfer) SetTimeoutHeight(v int32)
SetTimeoutHeight gets a reference to the given int32 and assigns it to the TimeoutHeight field.
func (*ResponsesIbcTransfer) SetTxHash ¶ added in v1.14.0
func (o *ResponsesIbcTransfer) SetTxHash(v *os.File)
SetTxHash gets a reference to the given *os.File and assigns it to the TxHash field.
func (ResponsesIbcTransfer) ToMap ¶ added in v1.14.0
func (o ResponsesIbcTransfer) ToMap() (map[string]interface{}, error)
type ResponsesJail ¶
type ResponsesJail struct { Burned *string `json:"burned,omitempty"` Height *int32 `json:"height,omitempty"` Reason *string `json:"reason,omitempty"` Time *string `json:"time,omitempty"` Validator *ResponsesShortValidator `json:"validator,omitempty"` }
ResponsesJail struct for ResponsesJail
func NewResponsesJail ¶
func NewResponsesJail() *ResponsesJail
NewResponsesJail instantiates a new ResponsesJail 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 NewResponsesJailWithDefaults ¶
func NewResponsesJailWithDefaults() *ResponsesJail
NewResponsesJailWithDefaults instantiates a new ResponsesJail 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 (*ResponsesJail) GetBurned ¶
func (o *ResponsesJail) GetBurned() string
GetBurned returns the Burned field value if set, zero value otherwise.
func (*ResponsesJail) GetBurnedOk ¶
func (o *ResponsesJail) GetBurnedOk() (*string, bool)
GetBurnedOk returns a tuple with the Burned field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ResponsesJail) GetHeight ¶
func (o *ResponsesJail) GetHeight() int32
GetHeight returns the Height field value if set, zero value otherwise.
func (*ResponsesJail) GetHeightOk ¶
func (o *ResponsesJail) GetHeightOk() (*int32, bool)
GetHeightOk returns a tuple with the Height field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ResponsesJail) GetReason ¶
func (o *ResponsesJail) GetReason() string
GetReason returns the Reason field value if set, zero value otherwise.
func (*ResponsesJail) GetReasonOk ¶
func (o *ResponsesJail) GetReasonOk() (*string, bool)
GetReasonOk returns a tuple with the Reason field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ResponsesJail) GetTime ¶
func (o *ResponsesJail) GetTime() string
GetTime returns the Time field value if set, zero value otherwise.
func (*ResponsesJail) GetTimeOk ¶
func (o *ResponsesJail) GetTimeOk() (*string, bool)
GetTimeOk returns a tuple with the Time field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ResponsesJail) GetValidator ¶
func (o *ResponsesJail) GetValidator() ResponsesShortValidator
GetValidator returns the Validator field value if set, zero value otherwise.
func (*ResponsesJail) GetValidatorOk ¶
func (o *ResponsesJail) GetValidatorOk() (*ResponsesShortValidator, bool)
GetValidatorOk returns a tuple with the Validator field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ResponsesJail) HasBurned ¶
func (o *ResponsesJail) HasBurned() bool
HasBurned returns a boolean if a field has been set.
func (*ResponsesJail) HasHeight ¶
func (o *ResponsesJail) HasHeight() bool
HasHeight returns a boolean if a field has been set.
func (*ResponsesJail) HasReason ¶
func (o *ResponsesJail) HasReason() bool
HasReason returns a boolean if a field has been set.
func (*ResponsesJail) HasTime ¶
func (o *ResponsesJail) HasTime() bool
HasTime returns a boolean if a field has been set.
func (*ResponsesJail) HasValidator ¶
func (o *ResponsesJail) HasValidator() bool
HasValidator returns a boolean if a field has been set.
func (ResponsesJail) MarshalJSON ¶
func (o ResponsesJail) MarshalJSON() ([]byte, error)
func (*ResponsesJail) SetBurned ¶
func (o *ResponsesJail) SetBurned(v string)
SetBurned gets a reference to the given string and assigns it to the Burned field.
func (*ResponsesJail) SetHeight ¶
func (o *ResponsesJail) SetHeight(v int32)
SetHeight gets a reference to the given int32 and assigns it to the Height field.
func (*ResponsesJail) SetReason ¶
func (o *ResponsesJail) SetReason(v string)
SetReason gets a reference to the given string and assigns it to the Reason field.
func (*ResponsesJail) SetTime ¶
func (o *ResponsesJail) SetTime(v string)
SetTime gets a reference to the given string and assigns it to the Time field.
func (*ResponsesJail) SetValidator ¶
func (o *ResponsesJail) SetValidator(v ResponsesShortValidator)
SetValidator gets a reference to the given ResponsesShortValidator and assigns it to the Validator field.
func (ResponsesJail) ToMap ¶
func (o ResponsesJail) ToMap() (map[string]interface{}, error)
type ResponsesLightBlobLog ¶
type ResponsesLightBlobLog struct { Commitment *string `json:"commitment,omitempty"` ContentType *string `json:"content_type,omitempty"` Height *int32 `json:"height,omitempty"` Id *int32 `json:"id,omitempty"` Namespace *string `json:"namespace,omitempty"` Signer *ResponsesShortAddress `json:"signer,omitempty"` Size *int32 `json:"size,omitempty"` Time *time.Time `json:"time,omitempty"` TxHash **os.File `json:"tx_hash,omitempty"` }
ResponsesLightBlobLog struct for ResponsesLightBlobLog
func NewResponsesLightBlobLog ¶
func NewResponsesLightBlobLog() *ResponsesLightBlobLog
NewResponsesLightBlobLog instantiates a new ResponsesLightBlobLog 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 NewResponsesLightBlobLogWithDefaults ¶
func NewResponsesLightBlobLogWithDefaults() *ResponsesLightBlobLog
NewResponsesLightBlobLogWithDefaults instantiates a new ResponsesLightBlobLog 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 (*ResponsesLightBlobLog) GetCommitment ¶
func (o *ResponsesLightBlobLog) GetCommitment() string
GetCommitment returns the Commitment field value if set, zero value otherwise.
func (*ResponsesLightBlobLog) GetCommitmentOk ¶
func (o *ResponsesLightBlobLog) GetCommitmentOk() (*string, bool)
GetCommitmentOk returns a tuple with the Commitment field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ResponsesLightBlobLog) GetContentType ¶
func (o *ResponsesLightBlobLog) GetContentType() string
GetContentType returns the ContentType field value if set, zero value otherwise.
func (*ResponsesLightBlobLog) GetContentTypeOk ¶
func (o *ResponsesLightBlobLog) GetContentTypeOk() (*string, bool)
GetContentTypeOk returns a tuple with the ContentType field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ResponsesLightBlobLog) GetHeight ¶
func (o *ResponsesLightBlobLog) GetHeight() int32
GetHeight returns the Height field value if set, zero value otherwise.
func (*ResponsesLightBlobLog) GetHeightOk ¶
func (o *ResponsesLightBlobLog) GetHeightOk() (*int32, bool)
GetHeightOk returns a tuple with the Height field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ResponsesLightBlobLog) GetId ¶
func (o *ResponsesLightBlobLog) GetId() int32
GetId returns the Id field value if set, zero value otherwise.
func (*ResponsesLightBlobLog) GetIdOk ¶
func (o *ResponsesLightBlobLog) GetIdOk() (*int32, 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 (*ResponsesLightBlobLog) GetNamespace ¶
func (o *ResponsesLightBlobLog) GetNamespace() string
GetNamespace returns the Namespace field value if set, zero value otherwise.
func (*ResponsesLightBlobLog) GetNamespaceOk ¶
func (o *ResponsesLightBlobLog) GetNamespaceOk() (*string, bool)
GetNamespaceOk returns a tuple with the Namespace field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ResponsesLightBlobLog) GetSigner ¶
func (o *ResponsesLightBlobLog) GetSigner() ResponsesShortAddress
GetSigner returns the Signer field value if set, zero value otherwise.
func (*ResponsesLightBlobLog) GetSignerOk ¶
func (o *ResponsesLightBlobLog) GetSignerOk() (*ResponsesShortAddress, 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 (*ResponsesLightBlobLog) GetSize ¶
func (o *ResponsesLightBlobLog) GetSize() int32
GetSize returns the Size field value if set, zero value otherwise.
func (*ResponsesLightBlobLog) GetSizeOk ¶
func (o *ResponsesLightBlobLog) GetSizeOk() (*int32, 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 (*ResponsesLightBlobLog) GetTime ¶
func (o *ResponsesLightBlobLog) GetTime() time.Time
GetTime returns the Time field value if set, zero value otherwise.
func (*ResponsesLightBlobLog) GetTimeOk ¶
func (o *ResponsesLightBlobLog) GetTimeOk() (*time.Time, bool)
GetTimeOk returns a tuple with the Time field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ResponsesLightBlobLog) GetTxHash ¶
func (o *ResponsesLightBlobLog) GetTxHash() *os.File
GetTxHash returns the TxHash field value if set, zero value otherwise.
func (*ResponsesLightBlobLog) GetTxHashOk ¶
func (o *ResponsesLightBlobLog) GetTxHashOk() (**os.File, bool)
GetTxHashOk returns a tuple with the TxHash field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ResponsesLightBlobLog) HasCommitment ¶
func (o *ResponsesLightBlobLog) HasCommitment() bool
HasCommitment returns a boolean if a field has been set.
func (*ResponsesLightBlobLog) HasContentType ¶
func (o *ResponsesLightBlobLog) HasContentType() bool
HasContentType returns a boolean if a field has been set.
func (*ResponsesLightBlobLog) HasHeight ¶
func (o *ResponsesLightBlobLog) HasHeight() bool
HasHeight returns a boolean if a field has been set.
func (*ResponsesLightBlobLog) HasId ¶
func (o *ResponsesLightBlobLog) HasId() bool
HasId returns a boolean if a field has been set.
func (*ResponsesLightBlobLog) HasNamespace ¶
func (o *ResponsesLightBlobLog) HasNamespace() bool
HasNamespace returns a boolean if a field has been set.
func (*ResponsesLightBlobLog) HasSigner ¶
func (o *ResponsesLightBlobLog) HasSigner() bool
HasSigner returns a boolean if a field has been set.
func (*ResponsesLightBlobLog) HasSize ¶
func (o *ResponsesLightBlobLog) HasSize() bool
HasSize returns a boolean if a field has been set.
func (*ResponsesLightBlobLog) HasTime ¶
func (o *ResponsesLightBlobLog) HasTime() bool
HasTime returns a boolean if a field has been set.
func (*ResponsesLightBlobLog) HasTxHash ¶
func (o *ResponsesLightBlobLog) HasTxHash() bool
HasTxHash returns a boolean if a field has been set.
func (ResponsesLightBlobLog) MarshalJSON ¶
func (o ResponsesLightBlobLog) MarshalJSON() ([]byte, error)
func (*ResponsesLightBlobLog) SetCommitment ¶
func (o *ResponsesLightBlobLog) SetCommitment(v string)
SetCommitment gets a reference to the given string and assigns it to the Commitment field.
func (*ResponsesLightBlobLog) SetContentType ¶
func (o *ResponsesLightBlobLog) SetContentType(v string)
SetContentType gets a reference to the given string and assigns it to the ContentType field.
func (*ResponsesLightBlobLog) SetHeight ¶
func (o *ResponsesLightBlobLog) SetHeight(v int32)
SetHeight gets a reference to the given int32 and assigns it to the Height field.
func (*ResponsesLightBlobLog) SetId ¶
func (o *ResponsesLightBlobLog) SetId(v int32)
SetId gets a reference to the given int32 and assigns it to the Id field.
func (*ResponsesLightBlobLog) SetNamespace ¶
func (o *ResponsesLightBlobLog) SetNamespace(v string)
SetNamespace gets a reference to the given string and assigns it to the Namespace field.
func (*ResponsesLightBlobLog) SetSigner ¶
func (o *ResponsesLightBlobLog) SetSigner(v ResponsesShortAddress)
SetSigner gets a reference to the given ResponsesShortAddress and assigns it to the Signer field.
func (*ResponsesLightBlobLog) SetSize ¶
func (o *ResponsesLightBlobLog) SetSize(v int32)
SetSize gets a reference to the given int32 and assigns it to the Size field.
func (*ResponsesLightBlobLog) SetTime ¶
func (o *ResponsesLightBlobLog) SetTime(v time.Time)
SetTime gets a reference to the given time.Time and assigns it to the Time field.
func (*ResponsesLightBlobLog) SetTxHash ¶
func (o *ResponsesLightBlobLog) SetTxHash(v *os.File)
SetTxHash gets a reference to the given *os.File and assigns it to the TxHash field.
func (ResponsesLightBlobLog) ToMap ¶
func (o ResponsesLightBlobLog) ToMap() (map[string]interface{}, error)
type ResponsesMessage ¶
type ResponsesMessage struct { Data map[string]map[string]interface{} `json:"data,omitempty"` Height *int64 `json:"height,omitempty"` Id *int64 `json:"id,omitempty"` Position *int64 `json:"position,omitempty"` Size *int32 `json:"size,omitempty"` Time *time.Time `json:"time,omitempty"` Tx *ResponsesTx `json:"tx,omitempty"` TxId *int64 `json:"tx_id,omitempty"` Type *TypesMsgType `json:"type,omitempty"` }
ResponsesMessage struct for ResponsesMessage
func NewResponsesMessage ¶
func NewResponsesMessage() *ResponsesMessage
NewResponsesMessage instantiates a new ResponsesMessage 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 NewResponsesMessageWithDefaults ¶
func NewResponsesMessageWithDefaults() *ResponsesMessage
NewResponsesMessageWithDefaults instantiates a new ResponsesMessage 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 (*ResponsesMessage) GetData ¶
func (o *ResponsesMessage) GetData() map[string]map[string]interface{}
GetData returns the Data field value if set, zero value otherwise.
func (*ResponsesMessage) GetDataOk ¶
func (o *ResponsesMessage) GetDataOk() (map[string]map[string]interface{}, bool)
GetDataOk returns a tuple with the Data field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ResponsesMessage) GetHeight ¶
func (o *ResponsesMessage) GetHeight() int64
GetHeight returns the Height field value if set, zero value otherwise.
func (*ResponsesMessage) GetHeightOk ¶
func (o *ResponsesMessage) GetHeightOk() (*int64, bool)
GetHeightOk returns a tuple with the Height field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ResponsesMessage) GetId ¶
func (o *ResponsesMessage) GetId() int64
GetId returns the Id field value if set, zero value otherwise.
func (*ResponsesMessage) GetIdOk ¶
func (o *ResponsesMessage) 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 (*ResponsesMessage) GetPosition ¶
func (o *ResponsesMessage) GetPosition() int64
GetPosition returns the Position field value if set, zero value otherwise.
func (*ResponsesMessage) GetPositionOk ¶
func (o *ResponsesMessage) GetPositionOk() (*int64, bool)
GetPositionOk returns a tuple with the Position field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ResponsesMessage) GetSize ¶
func (o *ResponsesMessage) GetSize() int32
GetSize returns the Size field value if set, zero value otherwise.
func (*ResponsesMessage) GetSizeOk ¶
func (o *ResponsesMessage) GetSizeOk() (*int32, 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 (*ResponsesMessage) GetTime ¶
func (o *ResponsesMessage) GetTime() time.Time
GetTime returns the Time field value if set, zero value otherwise.
func (*ResponsesMessage) GetTimeOk ¶
func (o *ResponsesMessage) GetTimeOk() (*time.Time, bool)
GetTimeOk returns a tuple with the Time field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ResponsesMessage) GetTx ¶
func (o *ResponsesMessage) GetTx() ResponsesTx
GetTx returns the Tx field value if set, zero value otherwise.
func (*ResponsesMessage) GetTxId ¶
func (o *ResponsesMessage) GetTxId() int64
GetTxId returns the TxId field value if set, zero value otherwise.
func (*ResponsesMessage) GetTxIdOk ¶
func (o *ResponsesMessage) GetTxIdOk() (*int64, bool)
GetTxIdOk returns a tuple with the TxId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ResponsesMessage) GetTxOk ¶
func (o *ResponsesMessage) GetTxOk() (*ResponsesTx, bool)
GetTxOk returns a tuple with the Tx field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ResponsesMessage) GetType ¶
func (o *ResponsesMessage) GetType() TypesMsgType
GetType returns the Type field value if set, zero value otherwise.
func (*ResponsesMessage) GetTypeOk ¶
func (o *ResponsesMessage) GetTypeOk() (*TypesMsgType, 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 (*ResponsesMessage) HasData ¶
func (o *ResponsesMessage) HasData() bool
HasData returns a boolean if a field has been set.
func (*ResponsesMessage) HasHeight ¶
func (o *ResponsesMessage) HasHeight() bool
HasHeight returns a boolean if a field has been set.
func (*ResponsesMessage) HasId ¶
func (o *ResponsesMessage) HasId() bool
HasId returns a boolean if a field has been set.
func (*ResponsesMessage) HasPosition ¶
func (o *ResponsesMessage) HasPosition() bool
HasPosition returns a boolean if a field has been set.
func (*ResponsesMessage) HasSize ¶
func (o *ResponsesMessage) HasSize() bool
HasSize returns a boolean if a field has been set.
func (*ResponsesMessage) HasTime ¶
func (o *ResponsesMessage) HasTime() bool
HasTime returns a boolean if a field has been set.
func (*ResponsesMessage) HasTx ¶
func (o *ResponsesMessage) HasTx() bool
HasTx returns a boolean if a field has been set.
func (*ResponsesMessage) HasTxId ¶
func (o *ResponsesMessage) HasTxId() bool
HasTxId returns a boolean if a field has been set.
func (*ResponsesMessage) HasType ¶
func (o *ResponsesMessage) HasType() bool
HasType returns a boolean if a field has been set.
func (ResponsesMessage) MarshalJSON ¶
func (o ResponsesMessage) MarshalJSON() ([]byte, error)
func (*ResponsesMessage) SetData ¶
func (o *ResponsesMessage) SetData(v map[string]map[string]interface{})
SetData gets a reference to the given map[string]map[string]interface{} and assigns it to the Data field.
func (*ResponsesMessage) SetHeight ¶
func (o *ResponsesMessage) SetHeight(v int64)
SetHeight gets a reference to the given int64 and assigns it to the Height field.
func (*ResponsesMessage) SetId ¶
func (o *ResponsesMessage) SetId(v int64)
SetId gets a reference to the given int64 and assigns it to the Id field.
func (*ResponsesMessage) SetPosition ¶
func (o *ResponsesMessage) SetPosition(v int64)
SetPosition gets a reference to the given int64 and assigns it to the Position field.
func (*ResponsesMessage) SetSize ¶
func (o *ResponsesMessage) SetSize(v int32)
SetSize gets a reference to the given int32 and assigns it to the Size field.
func (*ResponsesMessage) SetTime ¶
func (o *ResponsesMessage) SetTime(v time.Time)
SetTime gets a reference to the given time.Time and assigns it to the Time field.
func (*ResponsesMessage) SetTx ¶
func (o *ResponsesMessage) SetTx(v ResponsesTx)
SetTx gets a reference to the given ResponsesTx and assigns it to the Tx field.
func (*ResponsesMessage) SetTxId ¶
func (o *ResponsesMessage) SetTxId(v int64)
SetTxId gets a reference to the given int64 and assigns it to the TxId field.
func (*ResponsesMessage) SetType ¶
func (o *ResponsesMessage) SetType(v TypesMsgType)
SetType gets a reference to the given TypesMsgType and assigns it to the Type field.
func (ResponsesMessage) ToMap ¶
func (o ResponsesMessage) ToMap() (map[string]interface{}, error)
type ResponsesMessageForAddress ¶
type ResponsesMessageForAddress struct { Data map[string]map[string]interface{} `json:"data,omitempty"` Height *int64 `json:"height,omitempty"` Id *int64 `json:"id,omitempty"` InvocationType *TypesMsgAddressType `json:"invocation_type,omitempty"` Position *int64 `json:"position,omitempty"` Size *int32 `json:"size,omitempty"` Time *time.Time `json:"time,omitempty"` Tx *ResponsesTxForAddress `json:"tx,omitempty"` TxId *int64 `json:"tx_id,omitempty"` Type *TypesMsgType `json:"type,omitempty"` }
ResponsesMessageForAddress struct for ResponsesMessageForAddress
func NewResponsesMessageForAddress ¶
func NewResponsesMessageForAddress() *ResponsesMessageForAddress
NewResponsesMessageForAddress instantiates a new ResponsesMessageForAddress 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 NewResponsesMessageForAddressWithDefaults ¶
func NewResponsesMessageForAddressWithDefaults() *ResponsesMessageForAddress
NewResponsesMessageForAddressWithDefaults instantiates a new ResponsesMessageForAddress 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 (*ResponsesMessageForAddress) GetData ¶
func (o *ResponsesMessageForAddress) GetData() map[string]map[string]interface{}
GetData returns the Data field value if set, zero value otherwise.
func (*ResponsesMessageForAddress) GetDataOk ¶
func (o *ResponsesMessageForAddress) GetDataOk() (map[string]map[string]interface{}, bool)
GetDataOk returns a tuple with the Data field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ResponsesMessageForAddress) GetHeight ¶
func (o *ResponsesMessageForAddress) GetHeight() int64
GetHeight returns the Height field value if set, zero value otherwise.
func (*ResponsesMessageForAddress) GetHeightOk ¶
func (o *ResponsesMessageForAddress) GetHeightOk() (*int64, bool)
GetHeightOk returns a tuple with the Height field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ResponsesMessageForAddress) GetId ¶
func (o *ResponsesMessageForAddress) GetId() int64
GetId returns the Id field value if set, zero value otherwise.
func (*ResponsesMessageForAddress) GetIdOk ¶
func (o *ResponsesMessageForAddress) 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 (*ResponsesMessageForAddress) GetInvocationType ¶
func (o *ResponsesMessageForAddress) GetInvocationType() TypesMsgAddressType
GetInvocationType returns the InvocationType field value if set, zero value otherwise.
func (*ResponsesMessageForAddress) GetInvocationTypeOk ¶
func (o *ResponsesMessageForAddress) GetInvocationTypeOk() (*TypesMsgAddressType, bool)
GetInvocationTypeOk returns a tuple with the InvocationType field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ResponsesMessageForAddress) GetPosition ¶
func (o *ResponsesMessageForAddress) GetPosition() int64
GetPosition returns the Position field value if set, zero value otherwise.
func (*ResponsesMessageForAddress) GetPositionOk ¶
func (o *ResponsesMessageForAddress) GetPositionOk() (*int64, bool)
GetPositionOk returns a tuple with the Position field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ResponsesMessageForAddress) GetSize ¶
func (o *ResponsesMessageForAddress) GetSize() int32
GetSize returns the Size field value if set, zero value otherwise.
func (*ResponsesMessageForAddress) GetSizeOk ¶
func (o *ResponsesMessageForAddress) GetSizeOk() (*int32, 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 (*ResponsesMessageForAddress) GetTime ¶
func (o *ResponsesMessageForAddress) GetTime() time.Time
GetTime returns the Time field value if set, zero value otherwise.
func (*ResponsesMessageForAddress) GetTimeOk ¶
func (o *ResponsesMessageForAddress) GetTimeOk() (*time.Time, bool)
GetTimeOk returns a tuple with the Time field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ResponsesMessageForAddress) GetTx ¶
func (o *ResponsesMessageForAddress) GetTx() ResponsesTxForAddress
GetTx returns the Tx field value if set, zero value otherwise.
func (*ResponsesMessageForAddress) GetTxId ¶
func (o *ResponsesMessageForAddress) GetTxId() int64
GetTxId returns the TxId field value if set, zero value otherwise.
func (*ResponsesMessageForAddress) GetTxIdOk ¶
func (o *ResponsesMessageForAddress) GetTxIdOk() (*int64, bool)
GetTxIdOk returns a tuple with the TxId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ResponsesMessageForAddress) GetTxOk ¶
func (o *ResponsesMessageForAddress) GetTxOk() (*ResponsesTxForAddress, bool)
GetTxOk returns a tuple with the Tx field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ResponsesMessageForAddress) GetType ¶
func (o *ResponsesMessageForAddress) GetType() TypesMsgType
GetType returns the Type field value if set, zero value otherwise.
func (*ResponsesMessageForAddress) GetTypeOk ¶
func (o *ResponsesMessageForAddress) GetTypeOk() (*TypesMsgType, 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 (*ResponsesMessageForAddress) HasData ¶
func (o *ResponsesMessageForAddress) HasData() bool
HasData returns a boolean if a field has been set.
func (*ResponsesMessageForAddress) HasHeight ¶
func (o *ResponsesMessageForAddress) HasHeight() bool
HasHeight returns a boolean if a field has been set.
func (*ResponsesMessageForAddress) HasId ¶
func (o *ResponsesMessageForAddress) HasId() bool
HasId returns a boolean if a field has been set.
func (*ResponsesMessageForAddress) HasInvocationType ¶
func (o *ResponsesMessageForAddress) HasInvocationType() bool
HasInvocationType returns a boolean if a field has been set.
func (*ResponsesMessageForAddress) HasPosition ¶
func (o *ResponsesMessageForAddress) HasPosition() bool
HasPosition returns a boolean if a field has been set.
func (*ResponsesMessageForAddress) HasSize ¶
func (o *ResponsesMessageForAddress) HasSize() bool
HasSize returns a boolean if a field has been set.
func (*ResponsesMessageForAddress) HasTime ¶
func (o *ResponsesMessageForAddress) HasTime() bool
HasTime returns a boolean if a field has been set.
func (*ResponsesMessageForAddress) HasTx ¶
func (o *ResponsesMessageForAddress) HasTx() bool
HasTx returns a boolean if a field has been set.
func (*ResponsesMessageForAddress) HasTxId ¶
func (o *ResponsesMessageForAddress) HasTxId() bool
HasTxId returns a boolean if a field has been set.
func (*ResponsesMessageForAddress) HasType ¶
func (o *ResponsesMessageForAddress) HasType() bool
HasType returns a boolean if a field has been set.
func (ResponsesMessageForAddress) MarshalJSON ¶
func (o ResponsesMessageForAddress) MarshalJSON() ([]byte, error)
func (*ResponsesMessageForAddress) SetData ¶
func (o *ResponsesMessageForAddress) SetData(v map[string]map[string]interface{})
SetData gets a reference to the given map[string]map[string]interface{} and assigns it to the Data field.
func (*ResponsesMessageForAddress) SetHeight ¶
func (o *ResponsesMessageForAddress) SetHeight(v int64)
SetHeight gets a reference to the given int64 and assigns it to the Height field.
func (*ResponsesMessageForAddress) SetId ¶
func (o *ResponsesMessageForAddress) SetId(v int64)
SetId gets a reference to the given int64 and assigns it to the Id field.
func (*ResponsesMessageForAddress) SetInvocationType ¶
func (o *ResponsesMessageForAddress) SetInvocationType(v TypesMsgAddressType)
SetInvocationType gets a reference to the given TypesMsgAddressType and assigns it to the InvocationType field.
func (*ResponsesMessageForAddress) SetPosition ¶
func (o *ResponsesMessageForAddress) SetPosition(v int64)
SetPosition gets a reference to the given int64 and assigns it to the Position field.
func (*ResponsesMessageForAddress) SetSize ¶
func (o *ResponsesMessageForAddress) SetSize(v int32)
SetSize gets a reference to the given int32 and assigns it to the Size field.
func (*ResponsesMessageForAddress) SetTime ¶
func (o *ResponsesMessageForAddress) SetTime(v time.Time)
SetTime gets a reference to the given time.Time and assigns it to the Time field.
func (*ResponsesMessageForAddress) SetTx ¶
func (o *ResponsesMessageForAddress) SetTx(v ResponsesTxForAddress)
SetTx gets a reference to the given ResponsesTxForAddress and assigns it to the Tx field.
func (*ResponsesMessageForAddress) SetTxId ¶
func (o *ResponsesMessageForAddress) SetTxId(v int64)
SetTxId gets a reference to the given int64 and assigns it to the TxId field.
func (*ResponsesMessageForAddress) SetType ¶
func (o *ResponsesMessageForAddress) SetType(v TypesMsgType)
SetType gets a reference to the given TypesMsgType and assigns it to the Type field.
func (ResponsesMessageForAddress) ToMap ¶
func (o ResponsesMessageForAddress) ToMap() (map[string]interface{}, error)
type ResponsesNamespace ¶
type ResponsesNamespace struct { BlobsCount *int32 `json:"blobs_count,omitempty"` Hash *string `json:"hash,omitempty"` Id *int32 `json:"id,omitempty"` LastHeight *int64 `json:"last_height,omitempty"` LastMessageTime *time.Time `json:"last_message_time,omitempty"` Name *string `json:"name,omitempty"` NamespaceId **os.File `json:"namespace_id,omitempty"` PfbCount *int32 `json:"pfb_count,omitempty"` Reserved *bool `json:"reserved,omitempty"` Size *int32 `json:"size,omitempty"` Version *int32 `json:"version,omitempty"` }
ResponsesNamespace struct for ResponsesNamespace
func NewResponsesNamespace ¶
func NewResponsesNamespace() *ResponsesNamespace
NewResponsesNamespace instantiates a new ResponsesNamespace 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 NewResponsesNamespaceWithDefaults ¶
func NewResponsesNamespaceWithDefaults() *ResponsesNamespace
NewResponsesNamespaceWithDefaults instantiates a new ResponsesNamespace 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 (*ResponsesNamespace) GetBlobsCount ¶
func (o *ResponsesNamespace) GetBlobsCount() int32
GetBlobsCount returns the BlobsCount field value if set, zero value otherwise.
func (*ResponsesNamespace) GetBlobsCountOk ¶
func (o *ResponsesNamespace) GetBlobsCountOk() (*int32, bool)
GetBlobsCountOk returns a tuple with the BlobsCount field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ResponsesNamespace) GetHash ¶
func (o *ResponsesNamespace) GetHash() string
GetHash returns the Hash field value if set, zero value otherwise.
func (*ResponsesNamespace) GetHashOk ¶
func (o *ResponsesNamespace) 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 (*ResponsesNamespace) GetId ¶
func (o *ResponsesNamespace) GetId() int32
GetId returns the Id field value if set, zero value otherwise.
func (*ResponsesNamespace) GetIdOk ¶
func (o *ResponsesNamespace) GetIdOk() (*int32, 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 (*ResponsesNamespace) GetLastHeight ¶
func (o *ResponsesNamespace) GetLastHeight() int64
GetLastHeight returns the LastHeight field value if set, zero value otherwise.
func (*ResponsesNamespace) GetLastHeightOk ¶
func (o *ResponsesNamespace) GetLastHeightOk() (*int64, bool)
GetLastHeightOk returns a tuple with the LastHeight field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ResponsesNamespace) GetLastMessageTime ¶
func (o *ResponsesNamespace) GetLastMessageTime() time.Time
GetLastMessageTime returns the LastMessageTime field value if set, zero value otherwise.
func (*ResponsesNamespace) GetLastMessageTimeOk ¶
func (o *ResponsesNamespace) GetLastMessageTimeOk() (*time.Time, bool)
GetLastMessageTimeOk returns a tuple with the LastMessageTime field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ResponsesNamespace) GetName ¶
func (o *ResponsesNamespace) GetName() string
GetName returns the Name field value if set, zero value otherwise.
func (*ResponsesNamespace) GetNameOk ¶
func (o *ResponsesNamespace) 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 (*ResponsesNamespace) GetNamespaceId ¶
func (o *ResponsesNamespace) GetNamespaceId() *os.File
GetNamespaceId returns the NamespaceId field value if set, zero value otherwise.
func (*ResponsesNamespace) GetNamespaceIdOk ¶
func (o *ResponsesNamespace) GetNamespaceIdOk() (**os.File, bool)
GetNamespaceIdOk returns a tuple with the NamespaceId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ResponsesNamespace) GetPfbCount ¶
func (o *ResponsesNamespace) GetPfbCount() int32
GetPfbCount returns the PfbCount field value if set, zero value otherwise.
func (*ResponsesNamespace) GetPfbCountOk ¶
func (o *ResponsesNamespace) GetPfbCountOk() (*int32, bool)
GetPfbCountOk returns a tuple with the PfbCount field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ResponsesNamespace) GetReserved ¶
func (o *ResponsesNamespace) GetReserved() bool
GetReserved returns the Reserved field value if set, zero value otherwise.
func (*ResponsesNamespace) GetReservedOk ¶
func (o *ResponsesNamespace) GetReservedOk() (*bool, bool)
GetReservedOk returns a tuple with the Reserved field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ResponsesNamespace) GetSize ¶
func (o *ResponsesNamespace) GetSize() int32
GetSize returns the Size field value if set, zero value otherwise.
func (*ResponsesNamespace) GetSizeOk ¶
func (o *ResponsesNamespace) GetSizeOk() (*int32, 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 (*ResponsesNamespace) GetVersion ¶
func (o *ResponsesNamespace) GetVersion() int32
GetVersion returns the Version field value if set, zero value otherwise.
func (*ResponsesNamespace) GetVersionOk ¶
func (o *ResponsesNamespace) GetVersionOk() (*int32, 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 (*ResponsesNamespace) HasBlobsCount ¶
func (o *ResponsesNamespace) HasBlobsCount() bool
HasBlobsCount returns a boolean if a field has been set.
func (*ResponsesNamespace) HasHash ¶
func (o *ResponsesNamespace) HasHash() bool
HasHash returns a boolean if a field has been set.
func (*ResponsesNamespace) HasId ¶
func (o *ResponsesNamespace) HasId() bool
HasId returns a boolean if a field has been set.
func (*ResponsesNamespace) HasLastHeight ¶
func (o *ResponsesNamespace) HasLastHeight() bool
HasLastHeight returns a boolean if a field has been set.
func (*ResponsesNamespace) HasLastMessageTime ¶
func (o *ResponsesNamespace) HasLastMessageTime() bool
HasLastMessageTime returns a boolean if a field has been set.
func (*ResponsesNamespace) HasName ¶
func (o *ResponsesNamespace) HasName() bool
HasName returns a boolean if a field has been set.
func (*ResponsesNamespace) HasNamespaceId ¶
func (o *ResponsesNamespace) HasNamespaceId() bool
HasNamespaceId returns a boolean if a field has been set.
func (*ResponsesNamespace) HasPfbCount ¶
func (o *ResponsesNamespace) HasPfbCount() bool
HasPfbCount returns a boolean if a field has been set.
func (*ResponsesNamespace) HasReserved ¶
func (o *ResponsesNamespace) HasReserved() bool
HasReserved returns a boolean if a field has been set.
func (*ResponsesNamespace) HasSize ¶
func (o *ResponsesNamespace) HasSize() bool
HasSize returns a boolean if a field has been set.
func (*ResponsesNamespace) HasVersion ¶
func (o *ResponsesNamespace) HasVersion() bool
HasVersion returns a boolean if a field has been set.
func (ResponsesNamespace) MarshalJSON ¶
func (o ResponsesNamespace) MarshalJSON() ([]byte, error)
func (*ResponsesNamespace) SetBlobsCount ¶
func (o *ResponsesNamespace) SetBlobsCount(v int32)
SetBlobsCount gets a reference to the given int32 and assigns it to the BlobsCount field.
func (*ResponsesNamespace) SetHash ¶
func (o *ResponsesNamespace) SetHash(v string)
SetHash gets a reference to the given string and assigns it to the Hash field.
func (*ResponsesNamespace) SetId ¶
func (o *ResponsesNamespace) SetId(v int32)
SetId gets a reference to the given int32 and assigns it to the Id field.
func (*ResponsesNamespace) SetLastHeight ¶
func (o *ResponsesNamespace) SetLastHeight(v int64)
SetLastHeight gets a reference to the given int64 and assigns it to the LastHeight field.
func (*ResponsesNamespace) SetLastMessageTime ¶
func (o *ResponsesNamespace) SetLastMessageTime(v time.Time)
SetLastMessageTime gets a reference to the given time.Time and assigns it to the LastMessageTime field.
func (*ResponsesNamespace) SetName ¶
func (o *ResponsesNamespace) SetName(v string)
SetName gets a reference to the given string and assigns it to the Name field.
func (*ResponsesNamespace) SetNamespaceId ¶
func (o *ResponsesNamespace) SetNamespaceId(v *os.File)
SetNamespaceId gets a reference to the given *os.File and assigns it to the NamespaceId field.
func (*ResponsesNamespace) SetPfbCount ¶
func (o *ResponsesNamespace) SetPfbCount(v int32)
SetPfbCount gets a reference to the given int32 and assigns it to the PfbCount field.
func (*ResponsesNamespace) SetReserved ¶
func (o *ResponsesNamespace) SetReserved(v bool)
SetReserved gets a reference to the given bool and assigns it to the Reserved field.
func (*ResponsesNamespace) SetSize ¶
func (o *ResponsesNamespace) SetSize(v int32)
SetSize gets a reference to the given int32 and assigns it to the Size field.
func (*ResponsesNamespace) SetVersion ¶
func (o *ResponsesNamespace) SetVersion(v int32)
SetVersion gets a reference to the given int32 and assigns it to the Version field.
func (ResponsesNamespace) ToMap ¶
func (o ResponsesNamespace) ToMap() (map[string]interface{}, error)
type ResponsesNamespaceKind ¶
type ResponsesNamespaceKind string
ResponsesNamespaceKind the model 'ResponsesNamespaceKind'
const ( PayForBlobNamespace ResponsesNamespaceKind = "pay_for_blob" TailPaddingNamespace ResponsesNamespaceKind = "tail_padding" TxNamespace ResponsesNamespaceKind = "tx" PrimaryReservedNamespace ResponsesNamespaceKind = "primary_reserved_padding" DefaultNamespace ResponsesNamespaceKind = "namespace" )
List of responses.NamespaceKind
func NewResponsesNamespaceKindFromValue ¶
func NewResponsesNamespaceKindFromValue(v string) (*ResponsesNamespaceKind, error)
NewResponsesNamespaceKindFromValue returns a pointer to a valid ResponsesNamespaceKind for the value passed as argument, or an error if the value passed is not allowed by the enum
func (ResponsesNamespaceKind) IsValid ¶
func (v ResponsesNamespaceKind) IsValid() bool
IsValid return true if the value is valid for the enum, false otherwise
func (ResponsesNamespaceKind) Ptr ¶
func (v ResponsesNamespaceKind) Ptr() *ResponsesNamespaceKind
Ptr returns reference to responses.NamespaceKind value
func (*ResponsesNamespaceKind) UnmarshalJSON ¶
func (v *ResponsesNamespaceKind) UnmarshalJSON(src []byte) error
type ResponsesNamespaceMessage ¶
type ResponsesNamespaceMessage struct { Data map[string]map[string]interface{} `json:"data,omitempty"` Height *int64 `json:"height,omitempty"` Id *int64 `json:"id,omitempty"` Namespace *ResponsesNamespace `json:"namespace,omitempty"` Position *int64 `json:"position,omitempty"` Time *time.Time `json:"time,omitempty"` Tx *ResponsesTx `json:"tx,omitempty"` Type *string `json:"type,omitempty"` }
ResponsesNamespaceMessage struct for ResponsesNamespaceMessage
func NewResponsesNamespaceMessage ¶
func NewResponsesNamespaceMessage() *ResponsesNamespaceMessage
NewResponsesNamespaceMessage instantiates a new ResponsesNamespaceMessage 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 NewResponsesNamespaceMessageWithDefaults ¶
func NewResponsesNamespaceMessageWithDefaults() *ResponsesNamespaceMessage
NewResponsesNamespaceMessageWithDefaults instantiates a new ResponsesNamespaceMessage 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 (*ResponsesNamespaceMessage) GetData ¶
func (o *ResponsesNamespaceMessage) GetData() map[string]map[string]interface{}
GetData returns the Data field value if set, zero value otherwise.
func (*ResponsesNamespaceMessage) GetDataOk ¶
func (o *ResponsesNamespaceMessage) GetDataOk() (map[string]map[string]interface{}, bool)
GetDataOk returns a tuple with the Data field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ResponsesNamespaceMessage) GetHeight ¶
func (o *ResponsesNamespaceMessage) GetHeight() int64
GetHeight returns the Height field value if set, zero value otherwise.
func (*ResponsesNamespaceMessage) GetHeightOk ¶
func (o *ResponsesNamespaceMessage) GetHeightOk() (*int64, bool)
GetHeightOk returns a tuple with the Height field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ResponsesNamespaceMessage) GetId ¶
func (o *ResponsesNamespaceMessage) GetId() int64
GetId returns the Id field value if set, zero value otherwise.
func (*ResponsesNamespaceMessage) GetIdOk ¶
func (o *ResponsesNamespaceMessage) 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 (*ResponsesNamespaceMessage) GetNamespace ¶
func (o *ResponsesNamespaceMessage) GetNamespace() ResponsesNamespace
GetNamespace returns the Namespace field value if set, zero value otherwise.
func (*ResponsesNamespaceMessage) GetNamespaceOk ¶
func (o *ResponsesNamespaceMessage) GetNamespaceOk() (*ResponsesNamespace, bool)
GetNamespaceOk returns a tuple with the Namespace field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ResponsesNamespaceMessage) GetPosition ¶
func (o *ResponsesNamespaceMessage) GetPosition() int64
GetPosition returns the Position field value if set, zero value otherwise.
func (*ResponsesNamespaceMessage) GetPositionOk ¶
func (o *ResponsesNamespaceMessage) GetPositionOk() (*int64, bool)
GetPositionOk returns a tuple with the Position field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ResponsesNamespaceMessage) GetTime ¶
func (o *ResponsesNamespaceMessage) GetTime() time.Time
GetTime returns the Time field value if set, zero value otherwise.
func (*ResponsesNamespaceMessage) GetTimeOk ¶
func (o *ResponsesNamespaceMessage) GetTimeOk() (*time.Time, bool)
GetTimeOk returns a tuple with the Time field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ResponsesNamespaceMessage) GetTx ¶
func (o *ResponsesNamespaceMessage) GetTx() ResponsesTx
GetTx returns the Tx field value if set, zero value otherwise.
func (*ResponsesNamespaceMessage) GetTxOk ¶
func (o *ResponsesNamespaceMessage) GetTxOk() (*ResponsesTx, bool)
GetTxOk returns a tuple with the Tx field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ResponsesNamespaceMessage) GetType ¶
func (o *ResponsesNamespaceMessage) GetType() string
GetType returns the Type field value if set, zero value otherwise.
func (*ResponsesNamespaceMessage) GetTypeOk ¶
func (o *ResponsesNamespaceMessage) 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 (*ResponsesNamespaceMessage) HasData ¶
func (o *ResponsesNamespaceMessage) HasData() bool
HasData returns a boolean if a field has been set.
func (*ResponsesNamespaceMessage) HasHeight ¶
func (o *ResponsesNamespaceMessage) HasHeight() bool
HasHeight returns a boolean if a field has been set.
func (*ResponsesNamespaceMessage) HasId ¶
func (o *ResponsesNamespaceMessage) HasId() bool
HasId returns a boolean if a field has been set.
func (*ResponsesNamespaceMessage) HasNamespace ¶
func (o *ResponsesNamespaceMessage) HasNamespace() bool
HasNamespace returns a boolean if a field has been set.
func (*ResponsesNamespaceMessage) HasPosition ¶
func (o *ResponsesNamespaceMessage) HasPosition() bool
HasPosition returns a boolean if a field has been set.
func (*ResponsesNamespaceMessage) HasTime ¶
func (o *ResponsesNamespaceMessage) HasTime() bool
HasTime returns a boolean if a field has been set.
func (*ResponsesNamespaceMessage) HasTx ¶
func (o *ResponsesNamespaceMessage) HasTx() bool
HasTx returns a boolean if a field has been set.
func (*ResponsesNamespaceMessage) HasType ¶
func (o *ResponsesNamespaceMessage) HasType() bool
HasType returns a boolean if a field has been set.
func (ResponsesNamespaceMessage) MarshalJSON ¶
func (o ResponsesNamespaceMessage) MarshalJSON() ([]byte, error)
func (*ResponsesNamespaceMessage) SetData ¶
func (o *ResponsesNamespaceMessage) SetData(v map[string]map[string]interface{})
SetData gets a reference to the given map[string]map[string]interface{} and assigns it to the Data field.
func (*ResponsesNamespaceMessage) SetHeight ¶
func (o *ResponsesNamespaceMessage) SetHeight(v int64)
SetHeight gets a reference to the given int64 and assigns it to the Height field.
func (*ResponsesNamespaceMessage) SetId ¶
func (o *ResponsesNamespaceMessage) SetId(v int64)
SetId gets a reference to the given int64 and assigns it to the Id field.
func (*ResponsesNamespaceMessage) SetNamespace ¶
func (o *ResponsesNamespaceMessage) SetNamespace(v ResponsesNamespace)
SetNamespace gets a reference to the given ResponsesNamespace and assigns it to the Namespace field.
func (*ResponsesNamespaceMessage) SetPosition ¶
func (o *ResponsesNamespaceMessage) SetPosition(v int64)
SetPosition gets a reference to the given int64 and assigns it to the Position field.
func (*ResponsesNamespaceMessage) SetTime ¶
func (o *ResponsesNamespaceMessage) SetTime(v time.Time)
SetTime gets a reference to the given time.Time and assigns it to the Time field.
func (*ResponsesNamespaceMessage) SetTx ¶
func (o *ResponsesNamespaceMessage) SetTx(v ResponsesTx)
SetTx gets a reference to the given ResponsesTx and assigns it to the Tx field.
func (*ResponsesNamespaceMessage) SetType ¶
func (o *ResponsesNamespaceMessage) SetType(v string)
SetType gets a reference to the given string and assigns it to the Type field.
func (ResponsesNamespaceMessage) ToMap ¶
func (o ResponsesNamespaceMessage) ToMap() (map[string]interface{}, error)
type ResponsesNamespaceUsage ¶
type ResponsesNamespaceUsage struct { Name *string `json:"name,omitempty"` NamespaceId **os.File `json:"namespace_id,omitempty"` Size *float32 `json:"size,omitempty"` Version *int32 `json:"version,omitempty"` }
ResponsesNamespaceUsage struct for ResponsesNamespaceUsage
func NewResponsesNamespaceUsage ¶
func NewResponsesNamespaceUsage() *ResponsesNamespaceUsage
NewResponsesNamespaceUsage instantiates a new ResponsesNamespaceUsage 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 NewResponsesNamespaceUsageWithDefaults ¶
func NewResponsesNamespaceUsageWithDefaults() *ResponsesNamespaceUsage
NewResponsesNamespaceUsageWithDefaults instantiates a new ResponsesNamespaceUsage 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 (*ResponsesNamespaceUsage) GetName ¶
func (o *ResponsesNamespaceUsage) GetName() string
GetName returns the Name field value if set, zero value otherwise.
func (*ResponsesNamespaceUsage) GetNameOk ¶
func (o *ResponsesNamespaceUsage) 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 (*ResponsesNamespaceUsage) GetNamespaceId ¶
func (o *ResponsesNamespaceUsage) GetNamespaceId() *os.File
GetNamespaceId returns the NamespaceId field value if set, zero value otherwise.
func (*ResponsesNamespaceUsage) GetNamespaceIdOk ¶
func (o *ResponsesNamespaceUsage) GetNamespaceIdOk() (**os.File, bool)
GetNamespaceIdOk returns a tuple with the NamespaceId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ResponsesNamespaceUsage) GetSize ¶
func (o *ResponsesNamespaceUsage) GetSize() float32
GetSize returns the Size field value if set, zero value otherwise.
func (*ResponsesNamespaceUsage) GetSizeOk ¶
func (o *ResponsesNamespaceUsage) GetSizeOk() (*float32, 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 (*ResponsesNamespaceUsage) GetVersion ¶
func (o *ResponsesNamespaceUsage) GetVersion() int32
GetVersion returns the Version field value if set, zero value otherwise.
func (*ResponsesNamespaceUsage) GetVersionOk ¶
func (o *ResponsesNamespaceUsage) GetVersionOk() (*int32, 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 (*ResponsesNamespaceUsage) HasName ¶
func (o *ResponsesNamespaceUsage) HasName() bool
HasName returns a boolean if a field has been set.
func (*ResponsesNamespaceUsage) HasNamespaceId ¶
func (o *ResponsesNamespaceUsage) HasNamespaceId() bool
HasNamespaceId returns a boolean if a field has been set.
func (*ResponsesNamespaceUsage) HasSize ¶
func (o *ResponsesNamespaceUsage) HasSize() bool
HasSize returns a boolean if a field has been set.
func (*ResponsesNamespaceUsage) HasVersion ¶
func (o *ResponsesNamespaceUsage) HasVersion() bool
HasVersion returns a boolean if a field has been set.
func (ResponsesNamespaceUsage) MarshalJSON ¶
func (o ResponsesNamespaceUsage) MarshalJSON() ([]byte, error)
func (*ResponsesNamespaceUsage) SetName ¶
func (o *ResponsesNamespaceUsage) SetName(v string)
SetName gets a reference to the given string and assigns it to the Name field.
func (*ResponsesNamespaceUsage) SetNamespaceId ¶
func (o *ResponsesNamespaceUsage) SetNamespaceId(v *os.File)
SetNamespaceId gets a reference to the given *os.File and assigns it to the NamespaceId field.
func (*ResponsesNamespaceUsage) SetSize ¶
func (o *ResponsesNamespaceUsage) SetSize(v float32)
SetSize gets a reference to the given float32 and assigns it to the Size field.
func (*ResponsesNamespaceUsage) SetVersion ¶
func (o *ResponsesNamespaceUsage) SetVersion(v int32)
SetVersion gets a reference to the given int32 and assigns it to the Version field.
func (ResponsesNamespaceUsage) ToMap ¶
func (o ResponsesNamespaceUsage) ToMap() (map[string]interface{}, error)
type ResponsesODS ¶
type ResponsesODS struct { Items []ResponsesODSItem `json:"items,omitempty"` Width *int32 `json:"width,omitempty"` }
ResponsesODS struct for ResponsesODS
func NewResponsesODS ¶
func NewResponsesODS() *ResponsesODS
NewResponsesODS instantiates a new ResponsesODS 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 NewResponsesODSWithDefaults ¶
func NewResponsesODSWithDefaults() *ResponsesODS
NewResponsesODSWithDefaults instantiates a new ResponsesODS 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 (*ResponsesODS) GetItems ¶
func (o *ResponsesODS) GetItems() []ResponsesODSItem
GetItems returns the Items field value if set, zero value otherwise.
func (*ResponsesODS) GetItemsOk ¶
func (o *ResponsesODS) GetItemsOk() ([]ResponsesODSItem, bool)
GetItemsOk returns a tuple with the Items field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ResponsesODS) GetWidth ¶
func (o *ResponsesODS) GetWidth() int32
GetWidth returns the Width field value if set, zero value otherwise.
func (*ResponsesODS) GetWidthOk ¶
func (o *ResponsesODS) GetWidthOk() (*int32, bool)
GetWidthOk returns a tuple with the Width field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ResponsesODS) HasItems ¶
func (o *ResponsesODS) HasItems() bool
HasItems returns a boolean if a field has been set.
func (*ResponsesODS) HasWidth ¶
func (o *ResponsesODS) HasWidth() bool
HasWidth returns a boolean if a field has been set.
func (ResponsesODS) MarshalJSON ¶
func (o ResponsesODS) MarshalJSON() ([]byte, error)
func (*ResponsesODS) SetItems ¶
func (o *ResponsesODS) SetItems(v []ResponsesODSItem)
SetItems gets a reference to the given []ResponsesODSItem and assigns it to the Items field.
func (*ResponsesODS) SetWidth ¶
func (o *ResponsesODS) SetWidth(v int32)
SetWidth gets a reference to the given int32 and assigns it to the Width field.
func (ResponsesODS) ToMap ¶
func (o ResponsesODS) ToMap() (map[string]interface{}, error)
type ResponsesODSItem ¶
type ResponsesODSItem struct { From []int32 `json:"from,omitempty"` Namespace *string `json:"namespace,omitempty"` To []int32 `json:"to,omitempty"` Type *ResponsesNamespaceKind `json:"type,omitempty"` }
ResponsesODSItem struct for ResponsesODSItem
func NewResponsesODSItem ¶
func NewResponsesODSItem() *ResponsesODSItem
NewResponsesODSItem instantiates a new ResponsesODSItem 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 NewResponsesODSItemWithDefaults ¶
func NewResponsesODSItemWithDefaults() *ResponsesODSItem
NewResponsesODSItemWithDefaults instantiates a new ResponsesODSItem 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 (*ResponsesODSItem) GetFrom ¶
func (o *ResponsesODSItem) GetFrom() []int32
GetFrom returns the From field value if set, zero value otherwise.
func (*ResponsesODSItem) GetFromOk ¶
func (o *ResponsesODSItem) GetFromOk() ([]int32, 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 (*ResponsesODSItem) GetNamespace ¶
func (o *ResponsesODSItem) GetNamespace() string
GetNamespace returns the Namespace field value if set, zero value otherwise.
func (*ResponsesODSItem) GetNamespaceOk ¶
func (o *ResponsesODSItem) GetNamespaceOk() (*string, bool)
GetNamespaceOk returns a tuple with the Namespace field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ResponsesODSItem) GetTo ¶
func (o *ResponsesODSItem) GetTo() []int32
GetTo returns the To field value if set, zero value otherwise.
func (*ResponsesODSItem) GetToOk ¶
func (o *ResponsesODSItem) GetToOk() ([]int32, 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 (*ResponsesODSItem) GetType ¶
func (o *ResponsesODSItem) GetType() ResponsesNamespaceKind
GetType returns the Type field value if set, zero value otherwise.
func (*ResponsesODSItem) GetTypeOk ¶
func (o *ResponsesODSItem) GetTypeOk() (*ResponsesNamespaceKind, 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 (*ResponsesODSItem) HasFrom ¶
func (o *ResponsesODSItem) HasFrom() bool
HasFrom returns a boolean if a field has been set.
func (*ResponsesODSItem) HasNamespace ¶
func (o *ResponsesODSItem) HasNamespace() bool
HasNamespace returns a boolean if a field has been set.
func (*ResponsesODSItem) HasTo ¶
func (o *ResponsesODSItem) HasTo() bool
HasTo returns a boolean if a field has been set.
func (*ResponsesODSItem) HasType ¶
func (o *ResponsesODSItem) HasType() bool
HasType returns a boolean if a field has been set.
func (ResponsesODSItem) MarshalJSON ¶
func (o ResponsesODSItem) MarshalJSON() ([]byte, error)
func (*ResponsesODSItem) SetFrom ¶
func (o *ResponsesODSItem) SetFrom(v []int32)
SetFrom gets a reference to the given []int32 and assigns it to the From field.
func (*ResponsesODSItem) SetNamespace ¶
func (o *ResponsesODSItem) SetNamespace(v string)
SetNamespace gets a reference to the given string and assigns it to the Namespace field.
func (*ResponsesODSItem) SetTo ¶
func (o *ResponsesODSItem) SetTo(v []int32)
SetTo gets a reference to the given []int32 and assigns it to the To field.
func (*ResponsesODSItem) SetType ¶
func (o *ResponsesODSItem) SetType(v ResponsesNamespaceKind)
SetType gets a reference to the given ResponsesNamespaceKind and assigns it to the Type field.
func (ResponsesODSItem) ToMap ¶
func (o ResponsesODSItem) ToMap() (map[string]interface{}, error)
type ResponsesProposal ¶ added in v1.12.1
type ResponsesProposal struct { Abstain *int32 `json:"abstain,omitempty"` AbstainAddrs *int32 `json:"abstain_addrs,omitempty"` AbstainVals *int32 `json:"abstain_vals,omitempty"` AbstainVotingPower *string `json:"abstain_voting_power,omitempty"` ActivationTime *time.Time `json:"activation_time,omitempty"` CreatedAt *time.Time `json:"created_at,omitempty"` Deposit *string `json:"deposit,omitempty"` DepositTime *time.Time `json:"deposit_time,omitempty"` Description *string `json:"description,omitempty"` EndTime *time.Time `json:"end_time,omitempty"` Height *int64 `json:"height,omitempty"` Id *int64 `json:"id,omitempty"` Metadata *string `json:"metadata,omitempty"` MinDeposit *string `json:"min_deposit,omitempty"` No *int32 `json:"no,omitempty"` NoAddrs *int32 `json:"no_addrs,omitempty"` NoVals *int32 `json:"no_vals,omitempty"` NoVotingPower *string `json:"no_voting_power,omitempty"` NoWithVeto *int32 `json:"no_with_veto,omitempty"` NoWithVetoAddrs *int32 `json:"no_with_veto_addrs,omitempty"` NoWithVetoVals *int32 `json:"no_with_veto_vals,omitempty"` NoWithVetoVotingPower *string `json:"no_with_veto_voting_power,omitempty"` Proposer *ResponsesShortAddress `json:"proposer,omitempty"` Quorum *string `json:"quorum,omitempty"` Status *string `json:"status,omitempty"` Threshold *string `json:"threshold,omitempty"` Title *string `json:"title,omitempty"` TotalVotingPower *string `json:"total_voting_power,omitempty"` Type *string `json:"type,omitempty"` VetoQuorum *string `json:"veto_quorum,omitempty"` VotesCount *int32 `json:"votes_count,omitempty"` VotingPower *string `json:"voting_power,omitempty"` Yes *int32 `json:"yes,omitempty"` YesAddrs *int32 `json:"yes_addrs,omitempty"` YesVals *int32 `json:"yes_vals,omitempty"` YesVotingPower *string `json:"yes_voting_power,omitempty"` }
ResponsesProposal struct for ResponsesProposal
func NewResponsesProposal ¶ added in v1.12.1
func NewResponsesProposal() *ResponsesProposal
NewResponsesProposal instantiates a new ResponsesProposal 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 NewResponsesProposalWithDefaults ¶ added in v1.12.1
func NewResponsesProposalWithDefaults() *ResponsesProposal
NewResponsesProposalWithDefaults instantiates a new ResponsesProposal 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 (*ResponsesProposal) GetAbstain ¶ added in v1.12.1
func (o *ResponsesProposal) GetAbstain() int32
GetAbstain returns the Abstain field value if set, zero value otherwise.
func (*ResponsesProposal) GetAbstainAddrs ¶ added in v1.12.1
func (o *ResponsesProposal) GetAbstainAddrs() int32
GetAbstainAddrs returns the AbstainAddrs field value if set, zero value otherwise.
func (*ResponsesProposal) GetAbstainAddrsOk ¶ added in v1.12.1
func (o *ResponsesProposal) GetAbstainAddrsOk() (*int32, bool)
GetAbstainAddrsOk returns a tuple with the AbstainAddrs field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ResponsesProposal) GetAbstainOk ¶ added in v1.12.1
func (o *ResponsesProposal) GetAbstainOk() (*int32, bool)
GetAbstainOk returns a tuple with the Abstain field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ResponsesProposal) GetAbstainVals ¶ added in v1.12.1
func (o *ResponsesProposal) GetAbstainVals() int32
GetAbstainVals returns the AbstainVals field value if set, zero value otherwise.
func (*ResponsesProposal) GetAbstainValsOk ¶ added in v1.12.1
func (o *ResponsesProposal) GetAbstainValsOk() (*int32, bool)
GetAbstainValsOk returns a tuple with the AbstainVals field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ResponsesProposal) GetAbstainVotingPower ¶ added in v1.12.1
func (o *ResponsesProposal) GetAbstainVotingPower() string
GetAbstainVotingPower returns the AbstainVotingPower field value if set, zero value otherwise.
func (*ResponsesProposal) GetAbstainVotingPowerOk ¶ added in v1.12.1
func (o *ResponsesProposal) GetAbstainVotingPowerOk() (*string, bool)
GetAbstainVotingPowerOk returns a tuple with the AbstainVotingPower field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ResponsesProposal) GetActivationTime ¶ added in v1.12.1
func (o *ResponsesProposal) GetActivationTime() time.Time
GetActivationTime returns the ActivationTime field value if set, zero value otherwise.
func (*ResponsesProposal) GetActivationTimeOk ¶ added in v1.12.1
func (o *ResponsesProposal) GetActivationTimeOk() (*time.Time, bool)
GetActivationTimeOk returns a tuple with the ActivationTime field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ResponsesProposal) GetCreatedAt ¶ added in v1.12.1
func (o *ResponsesProposal) GetCreatedAt() time.Time
GetCreatedAt returns the CreatedAt field value if set, zero value otherwise.
func (*ResponsesProposal) GetCreatedAtOk ¶ added in v1.12.1
func (o *ResponsesProposal) GetCreatedAtOk() (*time.Time, bool)
GetCreatedAtOk returns a tuple with the CreatedAt field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ResponsesProposal) GetDeposit ¶ added in v1.12.1
func (o *ResponsesProposal) GetDeposit() string
GetDeposit returns the Deposit field value if set, zero value otherwise.
func (*ResponsesProposal) GetDepositOk ¶ added in v1.12.1
func (o *ResponsesProposal) GetDepositOk() (*string, bool)
GetDepositOk returns a tuple with the Deposit field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ResponsesProposal) GetDepositTime ¶ added in v1.12.1
func (o *ResponsesProposal) GetDepositTime() time.Time
GetDepositTime returns the DepositTime field value if set, zero value otherwise.
func (*ResponsesProposal) GetDepositTimeOk ¶ added in v1.12.1
func (o *ResponsesProposal) GetDepositTimeOk() (*time.Time, bool)
GetDepositTimeOk returns a tuple with the DepositTime field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ResponsesProposal) GetDescription ¶ added in v1.12.1
func (o *ResponsesProposal) GetDescription() string
GetDescription returns the Description field value if set, zero value otherwise.
func (*ResponsesProposal) GetDescriptionOk ¶ added in v1.12.1
func (o *ResponsesProposal) 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 (*ResponsesProposal) GetEndTime ¶ added in v1.15.0
func (o *ResponsesProposal) GetEndTime() time.Time
GetEndTime returns the EndTime field value if set, zero value otherwise.
func (*ResponsesProposal) GetEndTimeOk ¶ added in v1.15.0
func (o *ResponsesProposal) GetEndTimeOk() (*time.Time, bool)
GetEndTimeOk returns a tuple with the EndTime field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ResponsesProposal) GetHeight ¶ added in v1.12.1
func (o *ResponsesProposal) GetHeight() int64
GetHeight returns the Height field value if set, zero value otherwise.
func (*ResponsesProposal) GetHeightOk ¶ added in v1.12.1
func (o *ResponsesProposal) GetHeightOk() (*int64, bool)
GetHeightOk returns a tuple with the Height field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ResponsesProposal) GetId ¶ added in v1.12.1
func (o *ResponsesProposal) GetId() int64
GetId returns the Id field value if set, zero value otherwise.
func (*ResponsesProposal) GetIdOk ¶ added in v1.12.1
func (o *ResponsesProposal) 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 (*ResponsesProposal) GetMetadata ¶ added in v1.12.1
func (o *ResponsesProposal) GetMetadata() string
GetMetadata returns the Metadata field value if set, zero value otherwise.
func (*ResponsesProposal) GetMetadataOk ¶ added in v1.12.1
func (o *ResponsesProposal) 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 (*ResponsesProposal) GetMinDeposit ¶ added in v1.15.0
func (o *ResponsesProposal) GetMinDeposit() string
GetMinDeposit returns the MinDeposit field value if set, zero value otherwise.
func (*ResponsesProposal) GetMinDepositOk ¶ added in v1.15.0
func (o *ResponsesProposal) GetMinDepositOk() (*string, bool)
GetMinDepositOk returns a tuple with the MinDeposit field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ResponsesProposal) GetNo ¶ added in v1.12.1
func (o *ResponsesProposal) GetNo() int32
GetNo returns the No field value if set, zero value otherwise.
func (*ResponsesProposal) GetNoAddrs ¶ added in v1.12.1
func (o *ResponsesProposal) GetNoAddrs() int32
GetNoAddrs returns the NoAddrs field value if set, zero value otherwise.
func (*ResponsesProposal) GetNoAddrsOk ¶ added in v1.12.1
func (o *ResponsesProposal) GetNoAddrsOk() (*int32, bool)
GetNoAddrsOk returns a tuple with the NoAddrs field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ResponsesProposal) GetNoOk ¶ added in v1.12.1
func (o *ResponsesProposal) GetNoOk() (*int32, bool)
GetNoOk returns a tuple with the No field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ResponsesProposal) GetNoVals ¶ added in v1.12.1
func (o *ResponsesProposal) GetNoVals() int32
GetNoVals returns the NoVals field value if set, zero value otherwise.
func (*ResponsesProposal) GetNoValsOk ¶ added in v1.12.1
func (o *ResponsesProposal) GetNoValsOk() (*int32, bool)
GetNoValsOk returns a tuple with the NoVals field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ResponsesProposal) GetNoVotingPower ¶ added in v1.12.1
func (o *ResponsesProposal) GetNoVotingPower() string
GetNoVotingPower returns the NoVotingPower field value if set, zero value otherwise.
func (*ResponsesProposal) GetNoVotingPowerOk ¶ added in v1.12.1
func (o *ResponsesProposal) GetNoVotingPowerOk() (*string, bool)
GetNoVotingPowerOk returns a tuple with the NoVotingPower field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ResponsesProposal) GetNoWithVeto ¶ added in v1.12.1
func (o *ResponsesProposal) GetNoWithVeto() int32
GetNoWithVeto returns the NoWithVeto field value if set, zero value otherwise.
func (*ResponsesProposal) GetNoWithVetoAddrs ¶ added in v1.12.1
func (o *ResponsesProposal) GetNoWithVetoAddrs() int32
GetNoWithVetoAddrs returns the NoWithVetoAddrs field value if set, zero value otherwise.
func (*ResponsesProposal) GetNoWithVetoAddrsOk ¶ added in v1.12.1
func (o *ResponsesProposal) GetNoWithVetoAddrsOk() (*int32, bool)
GetNoWithVetoAddrsOk returns a tuple with the NoWithVetoAddrs field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ResponsesProposal) GetNoWithVetoOk ¶ added in v1.12.1
func (o *ResponsesProposal) GetNoWithVetoOk() (*int32, bool)
GetNoWithVetoOk returns a tuple with the NoWithVeto field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ResponsesProposal) GetNoWithVetoVals ¶ added in v1.12.1
func (o *ResponsesProposal) GetNoWithVetoVals() int32
GetNoWithVetoVals returns the NoWithVetoVals field value if set, zero value otherwise.
func (*ResponsesProposal) GetNoWithVetoValsOk ¶ added in v1.12.1
func (o *ResponsesProposal) GetNoWithVetoValsOk() (*int32, bool)
GetNoWithVetoValsOk returns a tuple with the NoWithVetoVals field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ResponsesProposal) GetNoWithVetoVotingPower ¶ added in v1.12.1
func (o *ResponsesProposal) GetNoWithVetoVotingPower() string
GetNoWithVetoVotingPower returns the NoWithVetoVotingPower field value if set, zero value otherwise.
func (*ResponsesProposal) GetNoWithVetoVotingPowerOk ¶ added in v1.12.1
func (o *ResponsesProposal) GetNoWithVetoVotingPowerOk() (*string, bool)
GetNoWithVetoVotingPowerOk returns a tuple with the NoWithVetoVotingPower field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ResponsesProposal) GetProposer ¶ added in v1.12.1
func (o *ResponsesProposal) GetProposer() ResponsesShortAddress
GetProposer returns the Proposer field value if set, zero value otherwise.
func (*ResponsesProposal) GetProposerOk ¶ added in v1.12.1
func (o *ResponsesProposal) GetProposerOk() (*ResponsesShortAddress, bool)
GetProposerOk returns a tuple with the Proposer field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ResponsesProposal) GetQuorum ¶ added in v1.15.0
func (o *ResponsesProposal) GetQuorum() string
GetQuorum returns the Quorum field value if set, zero value otherwise.
func (*ResponsesProposal) GetQuorumOk ¶ added in v1.15.0
func (o *ResponsesProposal) GetQuorumOk() (*string, bool)
GetQuorumOk returns a tuple with the Quorum field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ResponsesProposal) GetStatus ¶ added in v1.12.1
func (o *ResponsesProposal) GetStatus() string
GetStatus returns the Status field value if set, zero value otherwise.
func (*ResponsesProposal) GetStatusOk ¶ added in v1.12.1
func (o *ResponsesProposal) GetStatusOk() (*string, bool)
GetStatusOk returns a tuple with the Status field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ResponsesProposal) GetThreshold ¶ added in v1.15.0
func (o *ResponsesProposal) GetThreshold() string
GetThreshold returns the Threshold field value if set, zero value otherwise.
func (*ResponsesProposal) GetThresholdOk ¶ added in v1.15.0
func (o *ResponsesProposal) GetThresholdOk() (*string, bool)
GetThresholdOk returns a tuple with the Threshold field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ResponsesProposal) GetTitle ¶ added in v1.12.1
func (o *ResponsesProposal) GetTitle() string
GetTitle returns the Title field value if set, zero value otherwise.
func (*ResponsesProposal) GetTitleOk ¶ added in v1.12.1
func (o *ResponsesProposal) GetTitleOk() (*string, bool)
GetTitleOk returns a tuple with the Title field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ResponsesProposal) GetTotalVotingPower ¶ added in v1.15.0
func (o *ResponsesProposal) GetTotalVotingPower() string
GetTotalVotingPower returns the TotalVotingPower field value if set, zero value otherwise.
func (*ResponsesProposal) GetTotalVotingPowerOk ¶ added in v1.15.0
func (o *ResponsesProposal) GetTotalVotingPowerOk() (*string, bool)
GetTotalVotingPowerOk returns a tuple with the TotalVotingPower field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ResponsesProposal) GetType ¶ added in v1.12.1
func (o *ResponsesProposal) GetType() string
GetType returns the Type field value if set, zero value otherwise.
func (*ResponsesProposal) GetTypeOk ¶ added in v1.12.1
func (o *ResponsesProposal) 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 (*ResponsesProposal) GetVetoQuorum ¶ added in v1.15.0
func (o *ResponsesProposal) GetVetoQuorum() string
GetVetoQuorum returns the VetoQuorum field value if set, zero value otherwise.
func (*ResponsesProposal) GetVetoQuorumOk ¶ added in v1.15.0
func (o *ResponsesProposal) GetVetoQuorumOk() (*string, bool)
GetVetoQuorumOk returns a tuple with the VetoQuorum field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ResponsesProposal) GetVotesCount ¶ added in v1.12.1
func (o *ResponsesProposal) GetVotesCount() int32
GetVotesCount returns the VotesCount field value if set, zero value otherwise.
func (*ResponsesProposal) GetVotesCountOk ¶ added in v1.12.1
func (o *ResponsesProposal) GetVotesCountOk() (*int32, bool)
GetVotesCountOk returns a tuple with the VotesCount field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ResponsesProposal) GetVotingPower ¶ added in v1.12.1
func (o *ResponsesProposal) GetVotingPower() string
GetVotingPower returns the VotingPower field value if set, zero value otherwise.
func (*ResponsesProposal) GetVotingPowerOk ¶ added in v1.12.1
func (o *ResponsesProposal) GetVotingPowerOk() (*string, bool)
GetVotingPowerOk returns a tuple with the VotingPower field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ResponsesProposal) GetYes ¶ added in v1.12.1
func (o *ResponsesProposal) GetYes() int32
GetYes returns the Yes field value if set, zero value otherwise.
func (*ResponsesProposal) GetYesAddrs ¶ added in v1.12.1
func (o *ResponsesProposal) GetYesAddrs() int32
GetYesAddrs returns the YesAddrs field value if set, zero value otherwise.
func (*ResponsesProposal) GetYesAddrsOk ¶ added in v1.12.1
func (o *ResponsesProposal) GetYesAddrsOk() (*int32, bool)
GetYesAddrsOk returns a tuple with the YesAddrs field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ResponsesProposal) GetYesOk ¶ added in v1.12.1
func (o *ResponsesProposal) GetYesOk() (*int32, bool)
GetYesOk returns a tuple with the Yes field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ResponsesProposal) GetYesVals ¶ added in v1.12.1
func (o *ResponsesProposal) GetYesVals() int32
GetYesVals returns the YesVals field value if set, zero value otherwise.
func (*ResponsesProposal) GetYesValsOk ¶ added in v1.12.1
func (o *ResponsesProposal) GetYesValsOk() (*int32, bool)
GetYesValsOk returns a tuple with the YesVals field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ResponsesProposal) GetYesVotingPower ¶ added in v1.12.1
func (o *ResponsesProposal) GetYesVotingPower() string
GetYesVotingPower returns the YesVotingPower field value if set, zero value otherwise.
func (*ResponsesProposal) GetYesVotingPowerOk ¶ added in v1.12.1
func (o *ResponsesProposal) GetYesVotingPowerOk() (*string, bool)
GetYesVotingPowerOk returns a tuple with the YesVotingPower field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ResponsesProposal) HasAbstain ¶ added in v1.12.1
func (o *ResponsesProposal) HasAbstain() bool
HasAbstain returns a boolean if a field has been set.
func (*ResponsesProposal) HasAbstainAddrs ¶ added in v1.12.1
func (o *ResponsesProposal) HasAbstainAddrs() bool
HasAbstainAddrs returns a boolean if a field has been set.
func (*ResponsesProposal) HasAbstainVals ¶ added in v1.12.1
func (o *ResponsesProposal) HasAbstainVals() bool
HasAbstainVals returns a boolean if a field has been set.
func (*ResponsesProposal) HasAbstainVotingPower ¶ added in v1.12.1
func (o *ResponsesProposal) HasAbstainVotingPower() bool
HasAbstainVotingPower returns a boolean if a field has been set.
func (*ResponsesProposal) HasActivationTime ¶ added in v1.12.1
func (o *ResponsesProposal) HasActivationTime() bool
HasActivationTime returns a boolean if a field has been set.
func (*ResponsesProposal) HasCreatedAt ¶ added in v1.12.1
func (o *ResponsesProposal) HasCreatedAt() bool
HasCreatedAt returns a boolean if a field has been set.
func (*ResponsesProposal) HasDeposit ¶ added in v1.12.1
func (o *ResponsesProposal) HasDeposit() bool
HasDeposit returns a boolean if a field has been set.
func (*ResponsesProposal) HasDepositTime ¶ added in v1.12.1
func (o *ResponsesProposal) HasDepositTime() bool
HasDepositTime returns a boolean if a field has been set.
func (*ResponsesProposal) HasDescription ¶ added in v1.12.1
func (o *ResponsesProposal) HasDescription() bool
HasDescription returns a boolean if a field has been set.
func (*ResponsesProposal) HasEndTime ¶ added in v1.15.0
func (o *ResponsesProposal) HasEndTime() bool
HasEndTime returns a boolean if a field has been set.
func (*ResponsesProposal) HasHeight ¶ added in v1.12.1
func (o *ResponsesProposal) HasHeight() bool
HasHeight returns a boolean if a field has been set.
func (*ResponsesProposal) HasId ¶ added in v1.12.1
func (o *ResponsesProposal) HasId() bool
HasId returns a boolean if a field has been set.
func (*ResponsesProposal) HasMetadata ¶ added in v1.12.1
func (o *ResponsesProposal) HasMetadata() bool
HasMetadata returns a boolean if a field has been set.
func (*ResponsesProposal) HasMinDeposit ¶ added in v1.15.0
func (o *ResponsesProposal) HasMinDeposit() bool
HasMinDeposit returns a boolean if a field has been set.
func (*ResponsesProposal) HasNo ¶ added in v1.12.1
func (o *ResponsesProposal) HasNo() bool
HasNo returns a boolean if a field has been set.
func (*ResponsesProposal) HasNoAddrs ¶ added in v1.12.1
func (o *ResponsesProposal) HasNoAddrs() bool
HasNoAddrs returns a boolean if a field has been set.
func (*ResponsesProposal) HasNoVals ¶ added in v1.12.1
func (o *ResponsesProposal) HasNoVals() bool
HasNoVals returns a boolean if a field has been set.
func (*ResponsesProposal) HasNoVotingPower ¶ added in v1.12.1
func (o *ResponsesProposal) HasNoVotingPower() bool
HasNoVotingPower returns a boolean if a field has been set.
func (*ResponsesProposal) HasNoWithVeto ¶ added in v1.12.1
func (o *ResponsesProposal) HasNoWithVeto() bool
HasNoWithVeto returns a boolean if a field has been set.
func (*ResponsesProposal) HasNoWithVetoAddrs ¶ added in v1.12.1
func (o *ResponsesProposal) HasNoWithVetoAddrs() bool
HasNoWithVetoAddrs returns a boolean if a field has been set.
func (*ResponsesProposal) HasNoWithVetoVals ¶ added in v1.12.1
func (o *ResponsesProposal) HasNoWithVetoVals() bool
HasNoWithVetoVals returns a boolean if a field has been set.
func (*ResponsesProposal) HasNoWithVetoVotingPower ¶ added in v1.12.1
func (o *ResponsesProposal) HasNoWithVetoVotingPower() bool
HasNoWithVetoVotingPower returns a boolean if a field has been set.
func (*ResponsesProposal) HasProposer ¶ added in v1.12.1
func (o *ResponsesProposal) HasProposer() bool
HasProposer returns a boolean if a field has been set.
func (*ResponsesProposal) HasQuorum ¶ added in v1.15.0
func (o *ResponsesProposal) HasQuorum() bool
HasQuorum returns a boolean if a field has been set.
func (*ResponsesProposal) HasStatus ¶ added in v1.12.1
func (o *ResponsesProposal) HasStatus() bool
HasStatus returns a boolean if a field has been set.
func (*ResponsesProposal) HasThreshold ¶ added in v1.15.0
func (o *ResponsesProposal) HasThreshold() bool
HasThreshold returns a boolean if a field has been set.
func (*ResponsesProposal) HasTitle ¶ added in v1.12.1
func (o *ResponsesProposal) HasTitle() bool
HasTitle returns a boolean if a field has been set.
func (*ResponsesProposal) HasTotalVotingPower ¶ added in v1.15.0
func (o *ResponsesProposal) HasTotalVotingPower() bool
HasTotalVotingPower returns a boolean if a field has been set.
func (*ResponsesProposal) HasType ¶ added in v1.12.1
func (o *ResponsesProposal) HasType() bool
HasType returns a boolean if a field has been set.
func (*ResponsesProposal) HasVetoQuorum ¶ added in v1.15.0
func (o *ResponsesProposal) HasVetoQuorum() bool
HasVetoQuorum returns a boolean if a field has been set.
func (*ResponsesProposal) HasVotesCount ¶ added in v1.12.1
func (o *ResponsesProposal) HasVotesCount() bool
HasVotesCount returns a boolean if a field has been set.
func (*ResponsesProposal) HasVotingPower ¶ added in v1.12.1
func (o *ResponsesProposal) HasVotingPower() bool
HasVotingPower returns a boolean if a field has been set.
func (*ResponsesProposal) HasYes ¶ added in v1.12.1
func (o *ResponsesProposal) HasYes() bool
HasYes returns a boolean if a field has been set.
func (*ResponsesProposal) HasYesAddrs ¶ added in v1.12.1
func (o *ResponsesProposal) HasYesAddrs() bool
HasYesAddrs returns a boolean if a field has been set.
func (*ResponsesProposal) HasYesVals ¶ added in v1.12.1
func (o *ResponsesProposal) HasYesVals() bool
HasYesVals returns a boolean if a field has been set.
func (*ResponsesProposal) HasYesVotingPower ¶ added in v1.12.1
func (o *ResponsesProposal) HasYesVotingPower() bool
HasYesVotingPower returns a boolean if a field has been set.
func (ResponsesProposal) MarshalJSON ¶ added in v1.12.1
func (o ResponsesProposal) MarshalJSON() ([]byte, error)
func (*ResponsesProposal) SetAbstain ¶ added in v1.12.1
func (o *ResponsesProposal) SetAbstain(v int32)
SetAbstain gets a reference to the given int32 and assigns it to the Abstain field.
func (*ResponsesProposal) SetAbstainAddrs ¶ added in v1.12.1
func (o *ResponsesProposal) SetAbstainAddrs(v int32)
SetAbstainAddrs gets a reference to the given int32 and assigns it to the AbstainAddrs field.
func (*ResponsesProposal) SetAbstainVals ¶ added in v1.12.1
func (o *ResponsesProposal) SetAbstainVals(v int32)
SetAbstainVals gets a reference to the given int32 and assigns it to the AbstainVals field.
func (*ResponsesProposal) SetAbstainVotingPower ¶ added in v1.12.1
func (o *ResponsesProposal) SetAbstainVotingPower(v string)
SetAbstainVotingPower gets a reference to the given string and assigns it to the AbstainVotingPower field.
func (*ResponsesProposal) SetActivationTime ¶ added in v1.12.1
func (o *ResponsesProposal) SetActivationTime(v time.Time)
SetActivationTime gets a reference to the given time.Time and assigns it to the ActivationTime field.
func (*ResponsesProposal) SetCreatedAt ¶ added in v1.12.1
func (o *ResponsesProposal) SetCreatedAt(v time.Time)
SetCreatedAt gets a reference to the given time.Time and assigns it to the CreatedAt field.
func (*ResponsesProposal) SetDeposit ¶ added in v1.12.1
func (o *ResponsesProposal) SetDeposit(v string)
SetDeposit gets a reference to the given string and assigns it to the Deposit field.
func (*ResponsesProposal) SetDepositTime ¶ added in v1.12.1
func (o *ResponsesProposal) SetDepositTime(v time.Time)
SetDepositTime gets a reference to the given time.Time and assigns it to the DepositTime field.
func (*ResponsesProposal) SetDescription ¶ added in v1.12.1
func (o *ResponsesProposal) SetDescription(v string)
SetDescription gets a reference to the given string and assigns it to the Description field.
func (*ResponsesProposal) SetEndTime ¶ added in v1.15.0
func (o *ResponsesProposal) SetEndTime(v time.Time)
SetEndTime gets a reference to the given time.Time and assigns it to the EndTime field.
func (*ResponsesProposal) SetHeight ¶ added in v1.12.1
func (o *ResponsesProposal) SetHeight(v int64)
SetHeight gets a reference to the given int64 and assigns it to the Height field.
func (*ResponsesProposal) SetId ¶ added in v1.12.1
func (o *ResponsesProposal) SetId(v int64)
SetId gets a reference to the given int64 and assigns it to the Id field.
func (*ResponsesProposal) SetMetadata ¶ added in v1.12.1
func (o *ResponsesProposal) SetMetadata(v string)
SetMetadata gets a reference to the given string and assigns it to the Metadata field.
func (*ResponsesProposal) SetMinDeposit ¶ added in v1.15.0
func (o *ResponsesProposal) SetMinDeposit(v string)
SetMinDeposit gets a reference to the given string and assigns it to the MinDeposit field.
func (*ResponsesProposal) SetNo ¶ added in v1.12.1
func (o *ResponsesProposal) SetNo(v int32)
SetNo gets a reference to the given int32 and assigns it to the No field.
func (*ResponsesProposal) SetNoAddrs ¶ added in v1.12.1
func (o *ResponsesProposal) SetNoAddrs(v int32)
SetNoAddrs gets a reference to the given int32 and assigns it to the NoAddrs field.
func (*ResponsesProposal) SetNoVals ¶ added in v1.12.1
func (o *ResponsesProposal) SetNoVals(v int32)
SetNoVals gets a reference to the given int32 and assigns it to the NoVals field.
func (*ResponsesProposal) SetNoVotingPower ¶ added in v1.12.1
func (o *ResponsesProposal) SetNoVotingPower(v string)
SetNoVotingPower gets a reference to the given string and assigns it to the NoVotingPower field.
func (*ResponsesProposal) SetNoWithVeto ¶ added in v1.12.1
func (o *ResponsesProposal) SetNoWithVeto(v int32)
SetNoWithVeto gets a reference to the given int32 and assigns it to the NoWithVeto field.
func (*ResponsesProposal) SetNoWithVetoAddrs ¶ added in v1.12.1
func (o *ResponsesProposal) SetNoWithVetoAddrs(v int32)
SetNoWithVetoAddrs gets a reference to the given int32 and assigns it to the NoWithVetoAddrs field.
func (*ResponsesProposal) SetNoWithVetoVals ¶ added in v1.12.1
func (o *ResponsesProposal) SetNoWithVetoVals(v int32)
SetNoWithVetoVals gets a reference to the given int32 and assigns it to the NoWithVetoVals field.
func (*ResponsesProposal) SetNoWithVetoVotingPower ¶ added in v1.12.1
func (o *ResponsesProposal) SetNoWithVetoVotingPower(v string)
SetNoWithVetoVotingPower gets a reference to the given string and assigns it to the NoWithVetoVotingPower field.
func (*ResponsesProposal) SetProposer ¶ added in v1.12.1
func (o *ResponsesProposal) SetProposer(v ResponsesShortAddress)
SetProposer gets a reference to the given ResponsesShortAddress and assigns it to the Proposer field.
func (*ResponsesProposal) SetQuorum ¶ added in v1.15.0
func (o *ResponsesProposal) SetQuorum(v string)
SetQuorum gets a reference to the given string and assigns it to the Quorum field.
func (*ResponsesProposal) SetStatus ¶ added in v1.12.1
func (o *ResponsesProposal) SetStatus(v string)
SetStatus gets a reference to the given string and assigns it to the Status field.
func (*ResponsesProposal) SetThreshold ¶ added in v1.15.0
func (o *ResponsesProposal) SetThreshold(v string)
SetThreshold gets a reference to the given string and assigns it to the Threshold field.
func (*ResponsesProposal) SetTitle ¶ added in v1.12.1
func (o *ResponsesProposal) SetTitle(v string)
SetTitle gets a reference to the given string and assigns it to the Title field.
func (*ResponsesProposal) SetTotalVotingPower ¶ added in v1.15.0
func (o *ResponsesProposal) SetTotalVotingPower(v string)
SetTotalVotingPower gets a reference to the given string and assigns it to the TotalVotingPower field.
func (*ResponsesProposal) SetType ¶ added in v1.12.1
func (o *ResponsesProposal) SetType(v string)
SetType gets a reference to the given string and assigns it to the Type field.
func (*ResponsesProposal) SetVetoQuorum ¶ added in v1.15.0
func (o *ResponsesProposal) SetVetoQuorum(v string)
SetVetoQuorum gets a reference to the given string and assigns it to the VetoQuorum field.
func (*ResponsesProposal) SetVotesCount ¶ added in v1.12.1
func (o *ResponsesProposal) SetVotesCount(v int32)
SetVotesCount gets a reference to the given int32 and assigns it to the VotesCount field.
func (*ResponsesProposal) SetVotingPower ¶ added in v1.12.1
func (o *ResponsesProposal) SetVotingPower(v string)
SetVotingPower gets a reference to the given string and assigns it to the VotingPower field.
func (*ResponsesProposal) SetYes ¶ added in v1.12.1
func (o *ResponsesProposal) SetYes(v int32)
SetYes gets a reference to the given int32 and assigns it to the Yes field.
func (*ResponsesProposal) SetYesAddrs ¶ added in v1.12.1
func (o *ResponsesProposal) SetYesAddrs(v int32)
SetYesAddrs gets a reference to the given int32 and assigns it to the YesAddrs field.
func (*ResponsesProposal) SetYesVals ¶ added in v1.12.1
func (o *ResponsesProposal) SetYesVals(v int32)
SetYesVals gets a reference to the given int32 and assigns it to the YesVals field.
func (*ResponsesProposal) SetYesVotingPower ¶ added in v1.12.1
func (o *ResponsesProposal) SetYesVotingPower(v string)
SetYesVotingPower gets a reference to the given string and assigns it to the YesVotingPower field.
func (ResponsesProposal) ToMap ¶ added in v1.12.1
func (o ResponsesProposal) ToMap() (map[string]interface{}, error)
type ResponsesRedelegation ¶
type ResponsesRedelegation struct { Amount *string `json:"amount,omitempty"` CompletionTime *string `json:"completion_time,omitempty"` Delegator *ResponsesShortAddress `json:"delegator,omitempty"` Destination *ResponsesShortValidator `json:"destination,omitempty"` Height *int32 `json:"height,omitempty"` Source *ResponsesShortValidator `json:"source,omitempty"` Time *string `json:"time,omitempty"` }
ResponsesRedelegation struct for ResponsesRedelegation
func NewResponsesRedelegation ¶
func NewResponsesRedelegation() *ResponsesRedelegation
NewResponsesRedelegation instantiates a new ResponsesRedelegation 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 NewResponsesRedelegationWithDefaults ¶
func NewResponsesRedelegationWithDefaults() *ResponsesRedelegation
NewResponsesRedelegationWithDefaults instantiates a new ResponsesRedelegation 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 (*ResponsesRedelegation) GetAmount ¶
func (o *ResponsesRedelegation) GetAmount() string
GetAmount returns the Amount field value if set, zero value otherwise.
func (*ResponsesRedelegation) GetAmountOk ¶
func (o *ResponsesRedelegation) GetAmountOk() (*string, bool)
GetAmountOk returns a tuple with the Amount field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ResponsesRedelegation) GetCompletionTime ¶
func (o *ResponsesRedelegation) GetCompletionTime() string
GetCompletionTime returns the CompletionTime field value if set, zero value otherwise.
func (*ResponsesRedelegation) GetCompletionTimeOk ¶
func (o *ResponsesRedelegation) GetCompletionTimeOk() (*string, bool)
GetCompletionTimeOk returns a tuple with the CompletionTime field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ResponsesRedelegation) GetDelegator ¶
func (o *ResponsesRedelegation) GetDelegator() ResponsesShortAddress
GetDelegator returns the Delegator field value if set, zero value otherwise.
func (*ResponsesRedelegation) GetDelegatorOk ¶
func (o *ResponsesRedelegation) GetDelegatorOk() (*ResponsesShortAddress, bool)
GetDelegatorOk returns a tuple with the Delegator field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ResponsesRedelegation) GetDestination ¶
func (o *ResponsesRedelegation) GetDestination() ResponsesShortValidator
GetDestination returns the Destination field value if set, zero value otherwise.
func (*ResponsesRedelegation) GetDestinationOk ¶
func (o *ResponsesRedelegation) GetDestinationOk() (*ResponsesShortValidator, bool)
GetDestinationOk returns a tuple with the Destination field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ResponsesRedelegation) GetHeight ¶
func (o *ResponsesRedelegation) GetHeight() int32
GetHeight returns the Height field value if set, zero value otherwise.
func (*ResponsesRedelegation) GetHeightOk ¶
func (o *ResponsesRedelegation) GetHeightOk() (*int32, bool)
GetHeightOk returns a tuple with the Height field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ResponsesRedelegation) GetSource ¶
func (o *ResponsesRedelegation) GetSource() ResponsesShortValidator
GetSource returns the Source field value if set, zero value otherwise.
func (*ResponsesRedelegation) GetSourceOk ¶
func (o *ResponsesRedelegation) GetSourceOk() (*ResponsesShortValidator, 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 (*ResponsesRedelegation) GetTime ¶
func (o *ResponsesRedelegation) GetTime() string
GetTime returns the Time field value if set, zero value otherwise.
func (*ResponsesRedelegation) GetTimeOk ¶
func (o *ResponsesRedelegation) GetTimeOk() (*string, bool)
GetTimeOk returns a tuple with the Time field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ResponsesRedelegation) HasAmount ¶
func (o *ResponsesRedelegation) HasAmount() bool
HasAmount returns a boolean if a field has been set.
func (*ResponsesRedelegation) HasCompletionTime ¶
func (o *ResponsesRedelegation) HasCompletionTime() bool
HasCompletionTime returns a boolean if a field has been set.
func (*ResponsesRedelegation) HasDelegator ¶
func (o *ResponsesRedelegation) HasDelegator() bool
HasDelegator returns a boolean if a field has been set.
func (*ResponsesRedelegation) HasDestination ¶
func (o *ResponsesRedelegation) HasDestination() bool
HasDestination returns a boolean if a field has been set.
func (*ResponsesRedelegation) HasHeight ¶
func (o *ResponsesRedelegation) HasHeight() bool
HasHeight returns a boolean if a field has been set.
func (*ResponsesRedelegation) HasSource ¶
func (o *ResponsesRedelegation) HasSource() bool
HasSource returns a boolean if a field has been set.
func (*ResponsesRedelegation) HasTime ¶
func (o *ResponsesRedelegation) HasTime() bool
HasTime returns a boolean if a field has been set.
func (ResponsesRedelegation) MarshalJSON ¶
func (o ResponsesRedelegation) MarshalJSON() ([]byte, error)
func (*ResponsesRedelegation) SetAmount ¶
func (o *ResponsesRedelegation) SetAmount(v string)
SetAmount gets a reference to the given string and assigns it to the Amount field.
func (*ResponsesRedelegation) SetCompletionTime ¶
func (o *ResponsesRedelegation) SetCompletionTime(v string)
SetCompletionTime gets a reference to the given string and assigns it to the CompletionTime field.
func (*ResponsesRedelegation) SetDelegator ¶
func (o *ResponsesRedelegation) SetDelegator(v ResponsesShortAddress)
SetDelegator gets a reference to the given ResponsesShortAddress and assigns it to the Delegator field.
func (*ResponsesRedelegation) SetDestination ¶
func (o *ResponsesRedelegation) SetDestination(v ResponsesShortValidator)
SetDestination gets a reference to the given ResponsesShortValidator and assigns it to the Destination field.
func (*ResponsesRedelegation) SetHeight ¶
func (o *ResponsesRedelegation) SetHeight(v int32)
SetHeight gets a reference to the given int32 and assigns it to the Height field.
func (*ResponsesRedelegation) SetSource ¶
func (o *ResponsesRedelegation) SetSource(v ResponsesShortValidator)
SetSource gets a reference to the given ResponsesShortValidator and assigns it to the Source field.
func (*ResponsesRedelegation) SetTime ¶
func (o *ResponsesRedelegation) SetTime(v string)
SetTime gets a reference to the given string and assigns it to the Time field.
func (ResponsesRedelegation) ToMap ¶
func (o ResponsesRedelegation) ToMap() (map[string]interface{}, error)
type ResponsesRollup ¶
type ResponsesRollup struct { Bridge *string `json:"bridge,omitempty"` Category *string `json:"category,omitempty"` Color *string `json:"color,omitempty"` Compression *string `json:"compression,omitempty"` DefiLama *string `json:"defi_lama,omitempty"` Description *string `json:"description,omitempty"` Explorer *string `json:"explorer,omitempty"` Github *string `json:"github,omitempty"` Id *int32 `json:"id,omitempty"` L2Beat *string `json:"l2_beat,omitempty"` Links []string `json:"links,omitempty"` Logo *string `json:"logo,omitempty"` Name *string `json:"name,omitempty"` Provider *string `json:"provider,omitempty"` SettledOn *string `json:"settled_on,omitempty"` Slug *string `json:"slug,omitempty"` Stack *string `json:"stack,omitempty"` Tags []string `json:"tags,omitempty"` Twitter *string `json:"twitter,omitempty"` Type *string `json:"type,omitempty"` Vm *string `json:"vm,omitempty"` Website *string `json:"website,omitempty"` }
ResponsesRollup struct for ResponsesRollup
func NewResponsesRollup ¶
func NewResponsesRollup() *ResponsesRollup
NewResponsesRollup instantiates a new ResponsesRollup 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 NewResponsesRollupWithDefaults ¶
func NewResponsesRollupWithDefaults() *ResponsesRollup
NewResponsesRollupWithDefaults instantiates a new ResponsesRollup 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 (*ResponsesRollup) GetBridge ¶
func (o *ResponsesRollup) GetBridge() string
GetBridge returns the Bridge field value if set, zero value otherwise.
func (*ResponsesRollup) GetBridgeOk ¶
func (o *ResponsesRollup) GetBridgeOk() (*string, bool)
GetBridgeOk returns a tuple with the Bridge field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ResponsesRollup) GetCategory ¶ added in v1.10.4
func (o *ResponsesRollup) GetCategory() string
GetCategory returns the Category field value if set, zero value otherwise.
func (*ResponsesRollup) GetCategoryOk ¶ added in v1.10.4
func (o *ResponsesRollup) GetCategoryOk() (*string, bool)
GetCategoryOk returns a tuple with the Category field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ResponsesRollup) GetColor ¶ added in v1.12.0
func (o *ResponsesRollup) GetColor() string
GetColor returns the Color field value if set, zero value otherwise.
func (*ResponsesRollup) GetColorOk ¶ added in v1.12.0
func (o *ResponsesRollup) GetColorOk() (*string, bool)
GetColorOk returns a tuple with the Color field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ResponsesRollup) GetCompression ¶ added in v1.10.4
func (o *ResponsesRollup) GetCompression() string
GetCompression returns the Compression field value if set, zero value otherwise.
func (*ResponsesRollup) GetCompressionOk ¶ added in v1.10.4
func (o *ResponsesRollup) GetCompressionOk() (*string, bool)
GetCompressionOk returns a tuple with the Compression field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ResponsesRollup) GetDefiLama ¶ added in v1.10.17
func (o *ResponsesRollup) GetDefiLama() string
GetDefiLama returns the DefiLama field value if set, zero value otherwise.
func (*ResponsesRollup) GetDefiLamaOk ¶ added in v1.10.17
func (o *ResponsesRollup) GetDefiLamaOk() (*string, bool)
GetDefiLamaOk returns a tuple with the DefiLama field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ResponsesRollup) GetDescription ¶
func (o *ResponsesRollup) GetDescription() string
GetDescription returns the Description field value if set, zero value otherwise.
func (*ResponsesRollup) GetDescriptionOk ¶
func (o *ResponsesRollup) 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 (*ResponsesRollup) GetExplorer ¶
func (o *ResponsesRollup) GetExplorer() string
GetExplorer returns the Explorer field value if set, zero value otherwise.
func (*ResponsesRollup) GetExplorerOk ¶
func (o *ResponsesRollup) GetExplorerOk() (*string, bool)
GetExplorerOk returns a tuple with the Explorer field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ResponsesRollup) GetGithub ¶
func (o *ResponsesRollup) GetGithub() string
GetGithub returns the Github field value if set, zero value otherwise.
func (*ResponsesRollup) GetGithubOk ¶
func (o *ResponsesRollup) GetGithubOk() (*string, bool)
GetGithubOk returns a tuple with the Github field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ResponsesRollup) GetId ¶
func (o *ResponsesRollup) GetId() int32
GetId returns the Id field value if set, zero value otherwise.
func (*ResponsesRollup) GetIdOk ¶
func (o *ResponsesRollup) GetIdOk() (*int32, 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 (*ResponsesRollup) GetL2Beat ¶
func (o *ResponsesRollup) GetL2Beat() string
GetL2Beat returns the L2Beat field value if set, zero value otherwise.
func (*ResponsesRollup) GetL2BeatOk ¶
func (o *ResponsesRollup) GetL2BeatOk() (*string, bool)
GetL2BeatOk returns a tuple with the L2Beat field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ResponsesRollup) GetLinks ¶
func (o *ResponsesRollup) GetLinks() []string
GetLinks returns the Links field value if set, zero value otherwise.
func (*ResponsesRollup) GetLinksOk ¶
func (o *ResponsesRollup) GetLinksOk() ([]string, bool)
GetLinksOk returns a tuple with the Links field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ResponsesRollup) GetLogo ¶
func (o *ResponsesRollup) GetLogo() string
GetLogo returns the Logo field value if set, zero value otherwise.
func (*ResponsesRollup) GetLogoOk ¶
func (o *ResponsesRollup) GetLogoOk() (*string, bool)
GetLogoOk returns a tuple with the Logo field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ResponsesRollup) GetName ¶
func (o *ResponsesRollup) GetName() string
GetName returns the Name field value if set, zero value otherwise.
func (*ResponsesRollup) GetNameOk ¶
func (o *ResponsesRollup) 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 (*ResponsesRollup) GetProvider ¶ added in v1.10.4
func (o *ResponsesRollup) GetProvider() string
GetProvider returns the Provider field value if set, zero value otherwise.
func (*ResponsesRollup) GetProviderOk ¶ added in v1.10.4
func (o *ResponsesRollup) GetProviderOk() (*string, bool)
GetProviderOk returns a tuple with the Provider field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ResponsesRollup) GetSettledOn ¶ added in v1.12.0
func (o *ResponsesRollup) GetSettledOn() string
GetSettledOn returns the SettledOn field value if set, zero value otherwise.
func (*ResponsesRollup) GetSettledOnOk ¶ added in v1.12.0
func (o *ResponsesRollup) GetSettledOnOk() (*string, bool)
GetSettledOnOk returns a tuple with the SettledOn field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ResponsesRollup) GetSlug ¶
func (o *ResponsesRollup) GetSlug() string
GetSlug returns the Slug field value if set, zero value otherwise.
func (*ResponsesRollup) GetSlugOk ¶
func (o *ResponsesRollup) GetSlugOk() (*string, bool)
GetSlugOk returns a tuple with the Slug field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ResponsesRollup) GetStack ¶
func (o *ResponsesRollup) GetStack() string
GetStack returns the Stack field value if set, zero value otherwise.
func (*ResponsesRollup) GetStackOk ¶
func (o *ResponsesRollup) GetStackOk() (*string, bool)
GetStackOk returns a tuple with the Stack field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ResponsesRollup) GetTags ¶ added in v1.10.18
func (o *ResponsesRollup) GetTags() []string
GetTags returns the Tags field value if set, zero value otherwise.
func (*ResponsesRollup) GetTagsOk ¶ added in v1.10.18
func (o *ResponsesRollup) GetTagsOk() ([]string, bool)
GetTagsOk returns a tuple with the Tags field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ResponsesRollup) GetTwitter ¶
func (o *ResponsesRollup) GetTwitter() string
GetTwitter returns the Twitter field value if set, zero value otherwise.
func (*ResponsesRollup) GetTwitterOk ¶
func (o *ResponsesRollup) GetTwitterOk() (*string, bool)
GetTwitterOk returns a tuple with the Twitter field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ResponsesRollup) GetType ¶ added in v1.10.4
func (o *ResponsesRollup) GetType() string
GetType returns the Type field value if set, zero value otherwise.
func (*ResponsesRollup) GetTypeOk ¶ added in v1.10.4
func (o *ResponsesRollup) 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 (*ResponsesRollup) GetVm ¶ added in v1.10.4
func (o *ResponsesRollup) GetVm() string
GetVm returns the Vm field value if set, zero value otherwise.
func (*ResponsesRollup) GetVmOk ¶ added in v1.10.4
func (o *ResponsesRollup) GetVmOk() (*string, bool)
GetVmOk returns a tuple with the Vm field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ResponsesRollup) GetWebsite ¶
func (o *ResponsesRollup) GetWebsite() string
GetWebsite returns the Website field value if set, zero value otherwise.
func (*ResponsesRollup) GetWebsiteOk ¶
func (o *ResponsesRollup) GetWebsiteOk() (*string, bool)
GetWebsiteOk returns a tuple with the Website field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ResponsesRollup) HasBridge ¶
func (o *ResponsesRollup) HasBridge() bool
HasBridge returns a boolean if a field has been set.
func (*ResponsesRollup) HasCategory ¶ added in v1.10.4
func (o *ResponsesRollup) HasCategory() bool
HasCategory returns a boolean if a field has been set.
func (*ResponsesRollup) HasColor ¶ added in v1.12.0
func (o *ResponsesRollup) HasColor() bool
HasColor returns a boolean if a field has been set.
func (*ResponsesRollup) HasCompression ¶ added in v1.10.4
func (o *ResponsesRollup) HasCompression() bool
HasCompression returns a boolean if a field has been set.
func (*ResponsesRollup) HasDefiLama ¶ added in v1.10.17
func (o *ResponsesRollup) HasDefiLama() bool
HasDefiLama returns a boolean if a field has been set.
func (*ResponsesRollup) HasDescription ¶
func (o *ResponsesRollup) HasDescription() bool
HasDescription returns a boolean if a field has been set.
func (*ResponsesRollup) HasExplorer ¶
func (o *ResponsesRollup) HasExplorer() bool
HasExplorer returns a boolean if a field has been set.
func (*ResponsesRollup) HasGithub ¶
func (o *ResponsesRollup) HasGithub() bool
HasGithub returns a boolean if a field has been set.
func (*ResponsesRollup) HasId ¶
func (o *ResponsesRollup) HasId() bool
HasId returns a boolean if a field has been set.
func (*ResponsesRollup) HasL2Beat ¶
func (o *ResponsesRollup) HasL2Beat() bool
HasL2Beat returns a boolean if a field has been set.
func (*ResponsesRollup) HasLinks ¶
func (o *ResponsesRollup) HasLinks() bool
HasLinks returns a boolean if a field has been set.
func (*ResponsesRollup) HasLogo ¶
func (o *ResponsesRollup) HasLogo() bool
HasLogo returns a boolean if a field has been set.
func (*ResponsesRollup) HasName ¶
func (o *ResponsesRollup) HasName() bool
HasName returns a boolean if a field has been set.
func (*ResponsesRollup) HasProvider ¶ added in v1.10.4
func (o *ResponsesRollup) HasProvider() bool
HasProvider returns a boolean if a field has been set.
func (*ResponsesRollup) HasSettledOn ¶ added in v1.12.0
func (o *ResponsesRollup) HasSettledOn() bool
HasSettledOn returns a boolean if a field has been set.
func (*ResponsesRollup) HasSlug ¶
func (o *ResponsesRollup) HasSlug() bool
HasSlug returns a boolean if a field has been set.
func (*ResponsesRollup) HasStack ¶
func (o *ResponsesRollup) HasStack() bool
HasStack returns a boolean if a field has been set.
func (*ResponsesRollup) HasTags ¶ added in v1.10.18
func (o *ResponsesRollup) HasTags() bool
HasTags returns a boolean if a field has been set.
func (*ResponsesRollup) HasTwitter ¶
func (o *ResponsesRollup) HasTwitter() bool
HasTwitter returns a boolean if a field has been set.
func (*ResponsesRollup) HasType ¶ added in v1.10.4
func (o *ResponsesRollup) HasType() bool
HasType returns a boolean if a field has been set.
func (*ResponsesRollup) HasVm ¶ added in v1.10.4
func (o *ResponsesRollup) HasVm() bool
HasVm returns a boolean if a field has been set.
func (*ResponsesRollup) HasWebsite ¶
func (o *ResponsesRollup) HasWebsite() bool
HasWebsite returns a boolean if a field has been set.
func (ResponsesRollup) MarshalJSON ¶
func (o ResponsesRollup) MarshalJSON() ([]byte, error)
func (*ResponsesRollup) SetBridge ¶
func (o *ResponsesRollup) SetBridge(v string)
SetBridge gets a reference to the given string and assigns it to the Bridge field.
func (*ResponsesRollup) SetCategory ¶ added in v1.10.4
func (o *ResponsesRollup) SetCategory(v string)
SetCategory gets a reference to the given string and assigns it to the Category field.
func (*ResponsesRollup) SetColor ¶ added in v1.12.0
func (o *ResponsesRollup) SetColor(v string)
SetColor gets a reference to the given string and assigns it to the Color field.
func (*ResponsesRollup) SetCompression ¶ added in v1.10.4
func (o *ResponsesRollup) SetCompression(v string)
SetCompression gets a reference to the given string and assigns it to the Compression field.
func (*ResponsesRollup) SetDefiLama ¶ added in v1.10.17
func (o *ResponsesRollup) SetDefiLama(v string)
SetDefiLama gets a reference to the given string and assigns it to the DefiLama field.
func (*ResponsesRollup) SetDescription ¶
func (o *ResponsesRollup) SetDescription(v string)
SetDescription gets a reference to the given string and assigns it to the Description field.
func (*ResponsesRollup) SetExplorer ¶
func (o *ResponsesRollup) SetExplorer(v string)
SetExplorer gets a reference to the given string and assigns it to the Explorer field.
func (*ResponsesRollup) SetGithub ¶
func (o *ResponsesRollup) SetGithub(v string)
SetGithub gets a reference to the given string and assigns it to the Github field.
func (*ResponsesRollup) SetId ¶
func (o *ResponsesRollup) SetId(v int32)
SetId gets a reference to the given int32 and assigns it to the Id field.
func (*ResponsesRollup) SetL2Beat ¶
func (o *ResponsesRollup) SetL2Beat(v string)
SetL2Beat gets a reference to the given string and assigns it to the L2Beat field.
func (*ResponsesRollup) SetLinks ¶
func (o *ResponsesRollup) SetLinks(v []string)
SetLinks gets a reference to the given []string and assigns it to the Links field.
func (*ResponsesRollup) SetLogo ¶
func (o *ResponsesRollup) SetLogo(v string)
SetLogo gets a reference to the given string and assigns it to the Logo field.
func (*ResponsesRollup) SetName ¶
func (o *ResponsesRollup) SetName(v string)
SetName gets a reference to the given string and assigns it to the Name field.
func (*ResponsesRollup) SetProvider ¶ added in v1.10.4
func (o *ResponsesRollup) SetProvider(v string)
SetProvider gets a reference to the given string and assigns it to the Provider field.
func (*ResponsesRollup) SetSettledOn ¶ added in v1.12.0
func (o *ResponsesRollup) SetSettledOn(v string)
SetSettledOn gets a reference to the given string and assigns it to the SettledOn field.
func (*ResponsesRollup) SetSlug ¶
func (o *ResponsesRollup) SetSlug(v string)
SetSlug gets a reference to the given string and assigns it to the Slug field.
func (*ResponsesRollup) SetStack ¶
func (o *ResponsesRollup) SetStack(v string)
SetStack gets a reference to the given string and assigns it to the Stack field.
func (*ResponsesRollup) SetTags ¶ added in v1.10.18
func (o *ResponsesRollup) SetTags(v []string)
SetTags gets a reference to the given []string and assigns it to the Tags field.
func (*ResponsesRollup) SetTwitter ¶
func (o *ResponsesRollup) SetTwitter(v string)
SetTwitter gets a reference to the given string and assigns it to the Twitter field.
func (*ResponsesRollup) SetType ¶ added in v1.10.4
func (o *ResponsesRollup) SetType(v string)
SetType gets a reference to the given string and assigns it to the Type field.
func (*ResponsesRollup) SetVm ¶ added in v1.10.4
func (o *ResponsesRollup) SetVm(v string)
SetVm gets a reference to the given string and assigns it to the Vm field.
func (*ResponsesRollup) SetWebsite ¶
func (o *ResponsesRollup) SetWebsite(v string)
SetWebsite gets a reference to the given string and assigns it to the Website field.
func (ResponsesRollup) ToMap ¶
func (o ResponsesRollup) ToMap() (map[string]interface{}, error)
type ResponsesRollupAllSeriesItem ¶
type ResponsesRollupAllSeriesItem struct { BlobsCount *int32 `json:"blobs_count,omitempty"` Fee *string `json:"fee,omitempty"` Logo *string `json:"logo,omitempty"` Name *string `json:"name,omitempty"` Size *int32 `json:"size,omitempty"` }
ResponsesRollupAllSeriesItem struct for ResponsesRollupAllSeriesItem
func NewResponsesRollupAllSeriesItem ¶
func NewResponsesRollupAllSeriesItem() *ResponsesRollupAllSeriesItem
NewResponsesRollupAllSeriesItem instantiates a new ResponsesRollupAllSeriesItem 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 NewResponsesRollupAllSeriesItemWithDefaults ¶
func NewResponsesRollupAllSeriesItemWithDefaults() *ResponsesRollupAllSeriesItem
NewResponsesRollupAllSeriesItemWithDefaults instantiates a new ResponsesRollupAllSeriesItem 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 (*ResponsesRollupAllSeriesItem) GetBlobsCount ¶
func (o *ResponsesRollupAllSeriesItem) GetBlobsCount() int32
GetBlobsCount returns the BlobsCount field value if set, zero value otherwise.
func (*ResponsesRollupAllSeriesItem) GetBlobsCountOk ¶
func (o *ResponsesRollupAllSeriesItem) GetBlobsCountOk() (*int32, bool)
GetBlobsCountOk returns a tuple with the BlobsCount field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ResponsesRollupAllSeriesItem) GetFee ¶
func (o *ResponsesRollupAllSeriesItem) GetFee() string
GetFee returns the Fee field value if set, zero value otherwise.
func (*ResponsesRollupAllSeriesItem) GetFeeOk ¶
func (o *ResponsesRollupAllSeriesItem) GetFeeOk() (*string, bool)
GetFeeOk returns a tuple with the Fee field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ResponsesRollupAllSeriesItem) GetLogo ¶
func (o *ResponsesRollupAllSeriesItem) GetLogo() string
GetLogo returns the Logo field value if set, zero value otherwise.
func (*ResponsesRollupAllSeriesItem) GetLogoOk ¶
func (o *ResponsesRollupAllSeriesItem) GetLogoOk() (*string, bool)
GetLogoOk returns a tuple with the Logo field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ResponsesRollupAllSeriesItem) GetName ¶
func (o *ResponsesRollupAllSeriesItem) GetName() string
GetName returns the Name field value if set, zero value otherwise.
func (*ResponsesRollupAllSeriesItem) GetNameOk ¶
func (o *ResponsesRollupAllSeriesItem) 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 (*ResponsesRollupAllSeriesItem) GetSize ¶
func (o *ResponsesRollupAllSeriesItem) GetSize() int32
GetSize returns the Size field value if set, zero value otherwise.
func (*ResponsesRollupAllSeriesItem) GetSizeOk ¶
func (o *ResponsesRollupAllSeriesItem) GetSizeOk() (*int32, 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 (*ResponsesRollupAllSeriesItem) HasBlobsCount ¶
func (o *ResponsesRollupAllSeriesItem) HasBlobsCount() bool
HasBlobsCount returns a boolean if a field has been set.
func (*ResponsesRollupAllSeriesItem) HasFee ¶
func (o *ResponsesRollupAllSeriesItem) HasFee() bool
HasFee returns a boolean if a field has been set.
func (*ResponsesRollupAllSeriesItem) HasLogo ¶
func (o *ResponsesRollupAllSeriesItem) HasLogo() bool
HasLogo returns a boolean if a field has been set.
func (*ResponsesRollupAllSeriesItem) HasName ¶
func (o *ResponsesRollupAllSeriesItem) HasName() bool
HasName returns a boolean if a field has been set.
func (*ResponsesRollupAllSeriesItem) HasSize ¶
func (o *ResponsesRollupAllSeriesItem) HasSize() bool
HasSize returns a boolean if a field has been set.
func (ResponsesRollupAllSeriesItem) MarshalJSON ¶
func (o ResponsesRollupAllSeriesItem) MarshalJSON() ([]byte, error)
func (*ResponsesRollupAllSeriesItem) SetBlobsCount ¶
func (o *ResponsesRollupAllSeriesItem) SetBlobsCount(v int32)
SetBlobsCount gets a reference to the given int32 and assigns it to the BlobsCount field.
func (*ResponsesRollupAllSeriesItem) SetFee ¶
func (o *ResponsesRollupAllSeriesItem) SetFee(v string)
SetFee gets a reference to the given string and assigns it to the Fee field.
func (*ResponsesRollupAllSeriesItem) SetLogo ¶
func (o *ResponsesRollupAllSeriesItem) SetLogo(v string)
SetLogo gets a reference to the given string and assigns it to the Logo field.
func (*ResponsesRollupAllSeriesItem) SetName ¶
func (o *ResponsesRollupAllSeriesItem) SetName(v string)
SetName gets a reference to the given string and assigns it to the Name field.
func (*ResponsesRollupAllSeriesItem) SetSize ¶
func (o *ResponsesRollupAllSeriesItem) SetSize(v int32)
SetSize gets a reference to the given int32 and assigns it to the Size field.
func (ResponsesRollupAllSeriesItem) ToMap ¶
func (o ResponsesRollupAllSeriesItem) ToMap() (map[string]interface{}, error)
type ResponsesRollupAllSeriesResponse ¶ added in v1.11.0
type ResponsesRollupAllSeriesResponse struct { Items []ResponsesRollupAllSeriesItem `json:"items,omitempty"` Time *time.Time `json:"time,omitempty"` }
ResponsesRollupAllSeriesResponse struct for ResponsesRollupAllSeriesResponse
func NewResponsesRollupAllSeriesResponse ¶ added in v1.11.0
func NewResponsesRollupAllSeriesResponse() *ResponsesRollupAllSeriesResponse
NewResponsesRollupAllSeriesResponse instantiates a new ResponsesRollupAllSeriesResponse 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 NewResponsesRollupAllSeriesResponseWithDefaults ¶ added in v1.11.0
func NewResponsesRollupAllSeriesResponseWithDefaults() *ResponsesRollupAllSeriesResponse
NewResponsesRollupAllSeriesResponseWithDefaults instantiates a new ResponsesRollupAllSeriesResponse 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 (*ResponsesRollupAllSeriesResponse) GetItems ¶ added in v1.11.0
func (o *ResponsesRollupAllSeriesResponse) GetItems() []ResponsesRollupAllSeriesItem
GetItems returns the Items field value if set, zero value otherwise.
func (*ResponsesRollupAllSeriesResponse) GetItemsOk ¶ added in v1.11.0
func (o *ResponsesRollupAllSeriesResponse) GetItemsOk() ([]ResponsesRollupAllSeriesItem, bool)
GetItemsOk returns a tuple with the Items field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ResponsesRollupAllSeriesResponse) GetTime ¶ added in v1.11.0
func (o *ResponsesRollupAllSeriesResponse) GetTime() time.Time
GetTime returns the Time field value if set, zero value otherwise.
func (*ResponsesRollupAllSeriesResponse) GetTimeOk ¶ added in v1.11.0
func (o *ResponsesRollupAllSeriesResponse) GetTimeOk() (*time.Time, bool)
GetTimeOk returns a tuple with the Time field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ResponsesRollupAllSeriesResponse) HasItems ¶ added in v1.11.0
func (o *ResponsesRollupAllSeriesResponse) HasItems() bool
HasItems returns a boolean if a field has been set.
func (*ResponsesRollupAllSeriesResponse) HasTime ¶ added in v1.11.0
func (o *ResponsesRollupAllSeriesResponse) HasTime() bool
HasTime returns a boolean if a field has been set.
func (ResponsesRollupAllSeriesResponse) MarshalJSON ¶ added in v1.11.0
func (o ResponsesRollupAllSeriesResponse) MarshalJSON() ([]byte, error)
func (*ResponsesRollupAllSeriesResponse) SetItems ¶ added in v1.11.0
func (o *ResponsesRollupAllSeriesResponse) SetItems(v []ResponsesRollupAllSeriesItem)
SetItems gets a reference to the given []ResponsesRollupAllSeriesItem and assigns it to the Items field.
func (*ResponsesRollupAllSeriesResponse) SetTime ¶ added in v1.11.0
func (o *ResponsesRollupAllSeriesResponse) SetTime(v time.Time)
SetTime gets a reference to the given time.Time and assigns it to the Time field.
func (ResponsesRollupAllSeriesResponse) ToMap ¶ added in v1.11.0
func (o ResponsesRollupAllSeriesResponse) ToMap() (map[string]interface{}, error)
type ResponsesRollupGroupedStats ¶ added in v1.10.9
type ResponsesRollupGroupedStats struct { BlobsCount *int32 `json:"blobs_count,omitempty"` Fee *string `json:"fee,omitempty"` Group *string `json:"group,omitempty"` Size *int32 `json:"size,omitempty"` }
ResponsesRollupGroupedStats struct for ResponsesRollupGroupedStats
func NewResponsesRollupGroupedStats ¶ added in v1.10.9
func NewResponsesRollupGroupedStats() *ResponsesRollupGroupedStats
NewResponsesRollupGroupedStats instantiates a new ResponsesRollupGroupedStats 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 NewResponsesRollupGroupedStatsWithDefaults ¶ added in v1.10.9
func NewResponsesRollupGroupedStatsWithDefaults() *ResponsesRollupGroupedStats
NewResponsesRollupGroupedStatsWithDefaults instantiates a new ResponsesRollupGroupedStats 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 (*ResponsesRollupGroupedStats) GetBlobsCount ¶ added in v1.10.9
func (o *ResponsesRollupGroupedStats) GetBlobsCount() int32
GetBlobsCount returns the BlobsCount field value if set, zero value otherwise.
func (*ResponsesRollupGroupedStats) GetBlobsCountOk ¶ added in v1.10.9
func (o *ResponsesRollupGroupedStats) GetBlobsCountOk() (*int32, bool)
GetBlobsCountOk returns a tuple with the BlobsCount field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ResponsesRollupGroupedStats) GetFee ¶ added in v1.10.9
func (o *ResponsesRollupGroupedStats) GetFee() string
GetFee returns the Fee field value if set, zero value otherwise.
func (*ResponsesRollupGroupedStats) GetFeeOk ¶ added in v1.10.9
func (o *ResponsesRollupGroupedStats) GetFeeOk() (*string, bool)
GetFeeOk returns a tuple with the Fee field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ResponsesRollupGroupedStats) GetGroup ¶ added in v1.10.9
func (o *ResponsesRollupGroupedStats) GetGroup() string
GetGroup returns the Group field value if set, zero value otherwise.
func (*ResponsesRollupGroupedStats) GetGroupOk ¶ added in v1.10.9
func (o *ResponsesRollupGroupedStats) GetGroupOk() (*string, bool)
GetGroupOk returns a tuple with the Group field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ResponsesRollupGroupedStats) GetSize ¶ added in v1.10.9
func (o *ResponsesRollupGroupedStats) GetSize() int32
GetSize returns the Size field value if set, zero value otherwise.
func (*ResponsesRollupGroupedStats) GetSizeOk ¶ added in v1.10.9
func (o *ResponsesRollupGroupedStats) GetSizeOk() (*int32, 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 (*ResponsesRollupGroupedStats) HasBlobsCount ¶ added in v1.10.9
func (o *ResponsesRollupGroupedStats) HasBlobsCount() bool
HasBlobsCount returns a boolean if a field has been set.
func (*ResponsesRollupGroupedStats) HasFee ¶ added in v1.10.9
func (o *ResponsesRollupGroupedStats) HasFee() bool
HasFee returns a boolean if a field has been set.
func (*ResponsesRollupGroupedStats) HasGroup ¶ added in v1.10.9
func (o *ResponsesRollupGroupedStats) HasGroup() bool
HasGroup returns a boolean if a field has been set.
func (*ResponsesRollupGroupedStats) HasSize ¶ added in v1.10.9
func (o *ResponsesRollupGroupedStats) HasSize() bool
HasSize returns a boolean if a field has been set.
func (ResponsesRollupGroupedStats) MarshalJSON ¶ added in v1.10.9
func (o ResponsesRollupGroupedStats) MarshalJSON() ([]byte, error)
func (*ResponsesRollupGroupedStats) SetBlobsCount ¶ added in v1.10.9
func (o *ResponsesRollupGroupedStats) SetBlobsCount(v int32)
SetBlobsCount gets a reference to the given int32 and assigns it to the BlobsCount field.
func (*ResponsesRollupGroupedStats) SetFee ¶ added in v1.10.9
func (o *ResponsesRollupGroupedStats) SetFee(v string)
SetFee gets a reference to the given string and assigns it to the Fee field.
func (*ResponsesRollupGroupedStats) SetGroup ¶ added in v1.10.9
func (o *ResponsesRollupGroupedStats) SetGroup(v string)
SetGroup gets a reference to the given string and assigns it to the Group field.
func (*ResponsesRollupGroupedStats) SetSize ¶ added in v1.10.9
func (o *ResponsesRollupGroupedStats) SetSize(v int32)
SetSize gets a reference to the given int32 and assigns it to the Size field.
func (ResponsesRollupGroupedStats) ToMap ¶ added in v1.10.9
func (o ResponsesRollupGroupedStats) ToMap() (map[string]interface{}, error)
type ResponsesRollupStats24h ¶
type ResponsesRollupStats24h struct { BlobsCount *int32 `json:"blobs_count,omitempty"` Fee *int32 `json:"fee,omitempty"` Id *int32 `json:"id,omitempty"` Logo *string `json:"logo,omitempty"` Name *string `json:"name,omitempty"` Size *int32 `json:"size,omitempty"` }
ResponsesRollupStats24h struct for ResponsesRollupStats24h
func NewResponsesRollupStats24h ¶
func NewResponsesRollupStats24h() *ResponsesRollupStats24h
NewResponsesRollupStats24h instantiates a new ResponsesRollupStats24h 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 NewResponsesRollupStats24hWithDefaults ¶
func NewResponsesRollupStats24hWithDefaults() *ResponsesRollupStats24h
NewResponsesRollupStats24hWithDefaults instantiates a new ResponsesRollupStats24h 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 (*ResponsesRollupStats24h) GetBlobsCount ¶
func (o *ResponsesRollupStats24h) GetBlobsCount() int32
GetBlobsCount returns the BlobsCount field value if set, zero value otherwise.
func (*ResponsesRollupStats24h) GetBlobsCountOk ¶
func (o *ResponsesRollupStats24h) GetBlobsCountOk() (*int32, bool)
GetBlobsCountOk returns a tuple with the BlobsCount field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ResponsesRollupStats24h) GetFee ¶
func (o *ResponsesRollupStats24h) GetFee() int32
GetFee returns the Fee field value if set, zero value otherwise.
func (*ResponsesRollupStats24h) GetFeeOk ¶
func (o *ResponsesRollupStats24h) GetFeeOk() (*int32, bool)
GetFeeOk returns a tuple with the Fee field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ResponsesRollupStats24h) GetId ¶
func (o *ResponsesRollupStats24h) GetId() int32
GetId returns the Id field value if set, zero value otherwise.
func (*ResponsesRollupStats24h) GetIdOk ¶
func (o *ResponsesRollupStats24h) GetIdOk() (*int32, 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 (*ResponsesRollupStats24h) GetLogo ¶
func (o *ResponsesRollupStats24h) GetLogo() string
GetLogo returns the Logo field value if set, zero value otherwise.
func (*ResponsesRollupStats24h) GetLogoOk ¶
func (o *ResponsesRollupStats24h) GetLogoOk() (*string, bool)
GetLogoOk returns a tuple with the Logo field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ResponsesRollupStats24h) GetName ¶
func (o *ResponsesRollupStats24h) GetName() string
GetName returns the Name field value if set, zero value otherwise.
func (*ResponsesRollupStats24h) GetNameOk ¶
func (o *ResponsesRollupStats24h) 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 (*ResponsesRollupStats24h) GetSize ¶
func (o *ResponsesRollupStats24h) GetSize() int32
GetSize returns the Size field value if set, zero value otherwise.
func (*ResponsesRollupStats24h) GetSizeOk ¶
func (o *ResponsesRollupStats24h) GetSizeOk() (*int32, 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 (*ResponsesRollupStats24h) HasBlobsCount ¶
func (o *ResponsesRollupStats24h) HasBlobsCount() bool
HasBlobsCount returns a boolean if a field has been set.
func (*ResponsesRollupStats24h) HasFee ¶
func (o *ResponsesRollupStats24h) HasFee() bool
HasFee returns a boolean if a field has been set.
func (*ResponsesRollupStats24h) HasId ¶
func (o *ResponsesRollupStats24h) HasId() bool
HasId returns a boolean if a field has been set.
func (*ResponsesRollupStats24h) HasLogo ¶
func (o *ResponsesRollupStats24h) HasLogo() bool
HasLogo returns a boolean if a field has been set.
func (*ResponsesRollupStats24h) HasName ¶
func (o *ResponsesRollupStats24h) HasName() bool
HasName returns a boolean if a field has been set.
func (*ResponsesRollupStats24h) HasSize ¶
func (o *ResponsesRollupStats24h) HasSize() bool
HasSize returns a boolean if a field has been set.
func (ResponsesRollupStats24h) MarshalJSON ¶
func (o ResponsesRollupStats24h) MarshalJSON() ([]byte, error)
func (*ResponsesRollupStats24h) SetBlobsCount ¶
func (o *ResponsesRollupStats24h) SetBlobsCount(v int32)
SetBlobsCount gets a reference to the given int32 and assigns it to the BlobsCount field.
func (*ResponsesRollupStats24h) SetFee ¶
func (o *ResponsesRollupStats24h) SetFee(v int32)
SetFee gets a reference to the given int32 and assigns it to the Fee field.
func (*ResponsesRollupStats24h) SetId ¶
func (o *ResponsesRollupStats24h) SetId(v int32)
SetId gets a reference to the given int32 and assigns it to the Id field.
func (*ResponsesRollupStats24h) SetLogo ¶
func (o *ResponsesRollupStats24h) SetLogo(v string)
SetLogo gets a reference to the given string and assigns it to the Logo field.
func (*ResponsesRollupStats24h) SetName ¶
func (o *ResponsesRollupStats24h) SetName(v string)
SetName gets a reference to the given string and assigns it to the Name field.
func (*ResponsesRollupStats24h) SetSize ¶
func (o *ResponsesRollupStats24h) SetSize(v int32)
SetSize gets a reference to the given int32 and assigns it to the Size field.
func (ResponsesRollupStats24h) ToMap ¶
func (o ResponsesRollupStats24h) ToMap() (map[string]interface{}, error)
type ResponsesRollupWithDayStats ¶
type ResponsesRollupWithDayStats struct { AvgSize *int32 `json:"avg_size,omitempty"` BlobsCount *int32 `json:"blobs_count,omitempty"` BlobsPerPfb *float32 `json:"blobs_per_pfb,omitempty"` Bridge *string `json:"bridge,omitempty"` Category *string `json:"category,omitempty"` Color *string `json:"color,omitempty"` Compression *string `json:"compression,omitempty"` DefiLama *string `json:"defi_lama,omitempty"` Description *string `json:"description,omitempty"` Explorer *string `json:"explorer,omitempty"` FeePerPfb *string `json:"fee_per_pfb,omitempty"` Github *string `json:"github,omitempty"` Id *int32 `json:"id,omitempty"` L2Beat *string `json:"l2_beat,omitempty"` Logo *string `json:"logo,omitempty"` MbPrice *string `json:"mb_price,omitempty"` Name *string `json:"name,omitempty"` NamespaceCount *int32 `json:"namespace_count,omitempty"` PfbCount *int32 `json:"pfb_count,omitempty"` Provider *string `json:"provider,omitempty"` SettledOn *string `json:"settled_on,omitempty"` Slug *string `json:"slug,omitempty"` Stack *string `json:"stack,omitempty"` Throughput *int32 `json:"throughput,omitempty"` TotalFee *string `json:"total_fee,omitempty"` TotalSize *int32 `json:"total_size,omitempty"` Twitter *string `json:"twitter,omitempty"` Type *string `json:"type,omitempty"` Vm *string `json:"vm,omitempty"` Website *string `json:"website,omitempty"` }
ResponsesRollupWithDayStats struct for ResponsesRollupWithDayStats
func NewResponsesRollupWithDayStats ¶
func NewResponsesRollupWithDayStats() *ResponsesRollupWithDayStats
NewResponsesRollupWithDayStats instantiates a new ResponsesRollupWithDayStats 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 NewResponsesRollupWithDayStatsWithDefaults ¶
func NewResponsesRollupWithDayStatsWithDefaults() *ResponsesRollupWithDayStats
NewResponsesRollupWithDayStatsWithDefaults instantiates a new ResponsesRollupWithDayStats 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 (*ResponsesRollupWithDayStats) GetAvgSize ¶
func (o *ResponsesRollupWithDayStats) GetAvgSize() int32
GetAvgSize returns the AvgSize field value if set, zero value otherwise.
func (*ResponsesRollupWithDayStats) GetAvgSizeOk ¶
func (o *ResponsesRollupWithDayStats) GetAvgSizeOk() (*int32, bool)
GetAvgSizeOk returns a tuple with the AvgSize field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ResponsesRollupWithDayStats) GetBlobsCount ¶
func (o *ResponsesRollupWithDayStats) GetBlobsCount() int32
GetBlobsCount returns the BlobsCount field value if set, zero value otherwise.
func (*ResponsesRollupWithDayStats) GetBlobsCountOk ¶
func (o *ResponsesRollupWithDayStats) GetBlobsCountOk() (*int32, bool)
GetBlobsCountOk returns a tuple with the BlobsCount field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ResponsesRollupWithDayStats) GetBlobsPerPfb ¶
func (o *ResponsesRollupWithDayStats) GetBlobsPerPfb() float32
GetBlobsPerPfb returns the BlobsPerPfb field value if set, zero value otherwise.
func (*ResponsesRollupWithDayStats) GetBlobsPerPfbOk ¶
func (o *ResponsesRollupWithDayStats) GetBlobsPerPfbOk() (*float32, bool)
GetBlobsPerPfbOk returns a tuple with the BlobsPerPfb field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ResponsesRollupWithDayStats) GetBridge ¶
func (o *ResponsesRollupWithDayStats) GetBridge() string
GetBridge returns the Bridge field value if set, zero value otherwise.
func (*ResponsesRollupWithDayStats) GetBridgeOk ¶
func (o *ResponsesRollupWithDayStats) GetBridgeOk() (*string, bool)
GetBridgeOk returns a tuple with the Bridge field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ResponsesRollupWithDayStats) GetCategory ¶ added in v1.10.4
func (o *ResponsesRollupWithDayStats) GetCategory() string
GetCategory returns the Category field value if set, zero value otherwise.
func (*ResponsesRollupWithDayStats) GetCategoryOk ¶ added in v1.10.4
func (o *ResponsesRollupWithDayStats) GetCategoryOk() (*string, bool)
GetCategoryOk returns a tuple with the Category field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ResponsesRollupWithDayStats) GetColor ¶ added in v1.12.0
func (o *ResponsesRollupWithDayStats) GetColor() string
GetColor returns the Color field value if set, zero value otherwise.
func (*ResponsesRollupWithDayStats) GetColorOk ¶ added in v1.12.0
func (o *ResponsesRollupWithDayStats) GetColorOk() (*string, bool)
GetColorOk returns a tuple with the Color field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ResponsesRollupWithDayStats) GetCompression ¶ added in v1.10.4
func (o *ResponsesRollupWithDayStats) GetCompression() string
GetCompression returns the Compression field value if set, zero value otherwise.
func (*ResponsesRollupWithDayStats) GetCompressionOk ¶ added in v1.10.4
func (o *ResponsesRollupWithDayStats) GetCompressionOk() (*string, bool)
GetCompressionOk returns a tuple with the Compression field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ResponsesRollupWithDayStats) GetDefiLama ¶ added in v1.10.17
func (o *ResponsesRollupWithDayStats) GetDefiLama() string
GetDefiLama returns the DefiLama field value if set, zero value otherwise.
func (*ResponsesRollupWithDayStats) GetDefiLamaOk ¶ added in v1.10.17
func (o *ResponsesRollupWithDayStats) GetDefiLamaOk() (*string, bool)
GetDefiLamaOk returns a tuple with the DefiLama field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ResponsesRollupWithDayStats) GetDescription ¶
func (o *ResponsesRollupWithDayStats) GetDescription() string
GetDescription returns the Description field value if set, zero value otherwise.
func (*ResponsesRollupWithDayStats) GetDescriptionOk ¶
func (o *ResponsesRollupWithDayStats) 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 (*ResponsesRollupWithDayStats) GetExplorer ¶
func (o *ResponsesRollupWithDayStats) GetExplorer() string
GetExplorer returns the Explorer field value if set, zero value otherwise.
func (*ResponsesRollupWithDayStats) GetExplorerOk ¶
func (o *ResponsesRollupWithDayStats) GetExplorerOk() (*string, bool)
GetExplorerOk returns a tuple with the Explorer field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ResponsesRollupWithDayStats) GetFeePerPfb ¶
func (o *ResponsesRollupWithDayStats) GetFeePerPfb() string
GetFeePerPfb returns the FeePerPfb field value if set, zero value otherwise.
func (*ResponsesRollupWithDayStats) GetFeePerPfbOk ¶
func (o *ResponsesRollupWithDayStats) GetFeePerPfbOk() (*string, bool)
GetFeePerPfbOk returns a tuple with the FeePerPfb field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ResponsesRollupWithDayStats) GetGithub ¶
func (o *ResponsesRollupWithDayStats) GetGithub() string
GetGithub returns the Github field value if set, zero value otherwise.
func (*ResponsesRollupWithDayStats) GetGithubOk ¶
func (o *ResponsesRollupWithDayStats) GetGithubOk() (*string, bool)
GetGithubOk returns a tuple with the Github field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ResponsesRollupWithDayStats) GetId ¶
func (o *ResponsesRollupWithDayStats) GetId() int32
GetId returns the Id field value if set, zero value otherwise.
func (*ResponsesRollupWithDayStats) GetIdOk ¶
func (o *ResponsesRollupWithDayStats) GetIdOk() (*int32, 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 (*ResponsesRollupWithDayStats) GetL2Beat ¶
func (o *ResponsesRollupWithDayStats) GetL2Beat() string
GetL2Beat returns the L2Beat field value if set, zero value otherwise.
func (*ResponsesRollupWithDayStats) GetL2BeatOk ¶
func (o *ResponsesRollupWithDayStats) GetL2BeatOk() (*string, bool)
GetL2BeatOk returns a tuple with the L2Beat field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ResponsesRollupWithDayStats) GetLogo ¶
func (o *ResponsesRollupWithDayStats) GetLogo() string
GetLogo returns the Logo field value if set, zero value otherwise.
func (*ResponsesRollupWithDayStats) GetLogoOk ¶
func (o *ResponsesRollupWithDayStats) GetLogoOk() (*string, bool)
GetLogoOk returns a tuple with the Logo field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ResponsesRollupWithDayStats) GetMbPrice ¶
func (o *ResponsesRollupWithDayStats) GetMbPrice() string
GetMbPrice returns the MbPrice field value if set, zero value otherwise.
func (*ResponsesRollupWithDayStats) GetMbPriceOk ¶
func (o *ResponsesRollupWithDayStats) GetMbPriceOk() (*string, bool)
GetMbPriceOk returns a tuple with the MbPrice field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ResponsesRollupWithDayStats) GetName ¶
func (o *ResponsesRollupWithDayStats) GetName() string
GetName returns the Name field value if set, zero value otherwise.
func (*ResponsesRollupWithDayStats) GetNameOk ¶
func (o *ResponsesRollupWithDayStats) 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 (*ResponsesRollupWithDayStats) GetNamespaceCount ¶
func (o *ResponsesRollupWithDayStats) GetNamespaceCount() int32
GetNamespaceCount returns the NamespaceCount field value if set, zero value otherwise.
func (*ResponsesRollupWithDayStats) GetNamespaceCountOk ¶
func (o *ResponsesRollupWithDayStats) GetNamespaceCountOk() (*int32, bool)
GetNamespaceCountOk returns a tuple with the NamespaceCount field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ResponsesRollupWithDayStats) GetPfbCount ¶
func (o *ResponsesRollupWithDayStats) GetPfbCount() int32
GetPfbCount returns the PfbCount field value if set, zero value otherwise.
func (*ResponsesRollupWithDayStats) GetPfbCountOk ¶
func (o *ResponsesRollupWithDayStats) GetPfbCountOk() (*int32, bool)
GetPfbCountOk returns a tuple with the PfbCount field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ResponsesRollupWithDayStats) GetProvider ¶ added in v1.10.4
func (o *ResponsesRollupWithDayStats) GetProvider() string
GetProvider returns the Provider field value if set, zero value otherwise.
func (*ResponsesRollupWithDayStats) GetProviderOk ¶ added in v1.10.4
func (o *ResponsesRollupWithDayStats) GetProviderOk() (*string, bool)
GetProviderOk returns a tuple with the Provider field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ResponsesRollupWithDayStats) GetSettledOn ¶ added in v1.12.0
func (o *ResponsesRollupWithDayStats) GetSettledOn() string
GetSettledOn returns the SettledOn field value if set, zero value otherwise.
func (*ResponsesRollupWithDayStats) GetSettledOnOk ¶ added in v1.12.0
func (o *ResponsesRollupWithDayStats) GetSettledOnOk() (*string, bool)
GetSettledOnOk returns a tuple with the SettledOn field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ResponsesRollupWithDayStats) GetSlug ¶
func (o *ResponsesRollupWithDayStats) GetSlug() string
GetSlug returns the Slug field value if set, zero value otherwise.
func (*ResponsesRollupWithDayStats) GetSlugOk ¶
func (o *ResponsesRollupWithDayStats) GetSlugOk() (*string, bool)
GetSlugOk returns a tuple with the Slug field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ResponsesRollupWithDayStats) GetStack ¶
func (o *ResponsesRollupWithDayStats) GetStack() string
GetStack returns the Stack field value if set, zero value otherwise.
func (*ResponsesRollupWithDayStats) GetStackOk ¶
func (o *ResponsesRollupWithDayStats) GetStackOk() (*string, bool)
GetStackOk returns a tuple with the Stack field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ResponsesRollupWithDayStats) GetThroughput ¶
func (o *ResponsesRollupWithDayStats) GetThroughput() int32
GetThroughput returns the Throughput field value if set, zero value otherwise.
func (*ResponsesRollupWithDayStats) GetThroughputOk ¶
func (o *ResponsesRollupWithDayStats) GetThroughputOk() (*int32, bool)
GetThroughputOk returns a tuple with the Throughput field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ResponsesRollupWithDayStats) GetTotalFee ¶
func (o *ResponsesRollupWithDayStats) GetTotalFee() string
GetTotalFee returns the TotalFee field value if set, zero value otherwise.
func (*ResponsesRollupWithDayStats) GetTotalFeeOk ¶
func (o *ResponsesRollupWithDayStats) GetTotalFeeOk() (*string, bool)
GetTotalFeeOk returns a tuple with the TotalFee field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ResponsesRollupWithDayStats) GetTotalSize ¶
func (o *ResponsesRollupWithDayStats) GetTotalSize() int32
GetTotalSize returns the TotalSize field value if set, zero value otherwise.
func (*ResponsesRollupWithDayStats) GetTotalSizeOk ¶
func (o *ResponsesRollupWithDayStats) GetTotalSizeOk() (*int32, bool)
GetTotalSizeOk returns a tuple with the TotalSize field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ResponsesRollupWithDayStats) GetTwitter ¶
func (o *ResponsesRollupWithDayStats) GetTwitter() string
GetTwitter returns the Twitter field value if set, zero value otherwise.
func (*ResponsesRollupWithDayStats) GetTwitterOk ¶
func (o *ResponsesRollupWithDayStats) GetTwitterOk() (*string, bool)
GetTwitterOk returns a tuple with the Twitter field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ResponsesRollupWithDayStats) GetType ¶ added in v1.10.4
func (o *ResponsesRollupWithDayStats) GetType() string
GetType returns the Type field value if set, zero value otherwise.
func (*ResponsesRollupWithDayStats) GetTypeOk ¶ added in v1.10.4
func (o *ResponsesRollupWithDayStats) 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 (*ResponsesRollupWithDayStats) GetVm ¶ added in v1.10.4
func (o *ResponsesRollupWithDayStats) GetVm() string
GetVm returns the Vm field value if set, zero value otherwise.
func (*ResponsesRollupWithDayStats) GetVmOk ¶ added in v1.10.4
func (o *ResponsesRollupWithDayStats) GetVmOk() (*string, bool)
GetVmOk returns a tuple with the Vm field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ResponsesRollupWithDayStats) GetWebsite ¶
func (o *ResponsesRollupWithDayStats) GetWebsite() string
GetWebsite returns the Website field value if set, zero value otherwise.
func (*ResponsesRollupWithDayStats) GetWebsiteOk ¶
func (o *ResponsesRollupWithDayStats) GetWebsiteOk() (*string, bool)
GetWebsiteOk returns a tuple with the Website field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ResponsesRollupWithDayStats) HasAvgSize ¶
func (o *ResponsesRollupWithDayStats) HasAvgSize() bool
HasAvgSize returns a boolean if a field has been set.
func (*ResponsesRollupWithDayStats) HasBlobsCount ¶
func (o *ResponsesRollupWithDayStats) HasBlobsCount() bool
HasBlobsCount returns a boolean if a field has been set.
func (*ResponsesRollupWithDayStats) HasBlobsPerPfb ¶
func (o *ResponsesRollupWithDayStats) HasBlobsPerPfb() bool
HasBlobsPerPfb returns a boolean if a field has been set.
func (*ResponsesRollupWithDayStats) HasBridge ¶
func (o *ResponsesRollupWithDayStats) HasBridge() bool
HasBridge returns a boolean if a field has been set.
func (*ResponsesRollupWithDayStats) HasCategory ¶ added in v1.10.4
func (o *ResponsesRollupWithDayStats) HasCategory() bool
HasCategory returns a boolean if a field has been set.
func (*ResponsesRollupWithDayStats) HasColor ¶ added in v1.12.0
func (o *ResponsesRollupWithDayStats) HasColor() bool
HasColor returns a boolean if a field has been set.
func (*ResponsesRollupWithDayStats) HasCompression ¶ added in v1.10.4
func (o *ResponsesRollupWithDayStats) HasCompression() bool
HasCompression returns a boolean if a field has been set.
func (*ResponsesRollupWithDayStats) HasDefiLama ¶ added in v1.10.17
func (o *ResponsesRollupWithDayStats) HasDefiLama() bool
HasDefiLama returns a boolean if a field has been set.
func (*ResponsesRollupWithDayStats) HasDescription ¶
func (o *ResponsesRollupWithDayStats) HasDescription() bool
HasDescription returns a boolean if a field has been set.
func (*ResponsesRollupWithDayStats) HasExplorer ¶
func (o *ResponsesRollupWithDayStats) HasExplorer() bool
HasExplorer returns a boolean if a field has been set.
func (*ResponsesRollupWithDayStats) HasFeePerPfb ¶
func (o *ResponsesRollupWithDayStats) HasFeePerPfb() bool
HasFeePerPfb returns a boolean if a field has been set.
func (*ResponsesRollupWithDayStats) HasGithub ¶
func (o *ResponsesRollupWithDayStats) HasGithub() bool
HasGithub returns a boolean if a field has been set.
func (*ResponsesRollupWithDayStats) HasId ¶
func (o *ResponsesRollupWithDayStats) HasId() bool
HasId returns a boolean if a field has been set.
func (*ResponsesRollupWithDayStats) HasL2Beat ¶
func (o *ResponsesRollupWithDayStats) HasL2Beat() bool
HasL2Beat returns a boolean if a field has been set.
func (*ResponsesRollupWithDayStats) HasLogo ¶
func (o *ResponsesRollupWithDayStats) HasLogo() bool
HasLogo returns a boolean if a field has been set.
func (*ResponsesRollupWithDayStats) HasMbPrice ¶
func (o *ResponsesRollupWithDayStats) HasMbPrice() bool
HasMbPrice returns a boolean if a field has been set.
func (*ResponsesRollupWithDayStats) HasName ¶
func (o *ResponsesRollupWithDayStats) HasName() bool
HasName returns a boolean if a field has been set.
func (*ResponsesRollupWithDayStats) HasNamespaceCount ¶
func (o *ResponsesRollupWithDayStats) HasNamespaceCount() bool
HasNamespaceCount returns a boolean if a field has been set.
func (*ResponsesRollupWithDayStats) HasPfbCount ¶
func (o *ResponsesRollupWithDayStats) HasPfbCount() bool
HasPfbCount returns a boolean if a field has been set.
func (*ResponsesRollupWithDayStats) HasProvider ¶ added in v1.10.4
func (o *ResponsesRollupWithDayStats) HasProvider() bool
HasProvider returns a boolean if a field has been set.
func (*ResponsesRollupWithDayStats) HasSettledOn ¶ added in v1.12.0
func (o *ResponsesRollupWithDayStats) HasSettledOn() bool
HasSettledOn returns a boolean if a field has been set.
func (*ResponsesRollupWithDayStats) HasSlug ¶
func (o *ResponsesRollupWithDayStats) HasSlug() bool
HasSlug returns a boolean if a field has been set.
func (*ResponsesRollupWithDayStats) HasStack ¶
func (o *ResponsesRollupWithDayStats) HasStack() bool
HasStack returns a boolean if a field has been set.
func (*ResponsesRollupWithDayStats) HasThroughput ¶
func (o *ResponsesRollupWithDayStats) HasThroughput() bool
HasThroughput returns a boolean if a field has been set.
func (*ResponsesRollupWithDayStats) HasTotalFee ¶
func (o *ResponsesRollupWithDayStats) HasTotalFee() bool
HasTotalFee returns a boolean if a field has been set.
func (*ResponsesRollupWithDayStats) HasTotalSize ¶
func (o *ResponsesRollupWithDayStats) HasTotalSize() bool
HasTotalSize returns a boolean if a field has been set.
func (*ResponsesRollupWithDayStats) HasTwitter ¶
func (o *ResponsesRollupWithDayStats) HasTwitter() bool
HasTwitter returns a boolean if a field has been set.
func (*ResponsesRollupWithDayStats) HasType ¶ added in v1.10.4
func (o *ResponsesRollupWithDayStats) HasType() bool
HasType returns a boolean if a field has been set.
func (*ResponsesRollupWithDayStats) HasVm ¶ added in v1.10.4
func (o *ResponsesRollupWithDayStats) HasVm() bool
HasVm returns a boolean if a field has been set.
func (*ResponsesRollupWithDayStats) HasWebsite ¶
func (o *ResponsesRollupWithDayStats) HasWebsite() bool
HasWebsite returns a boolean if a field has been set.
func (ResponsesRollupWithDayStats) MarshalJSON ¶
func (o ResponsesRollupWithDayStats) MarshalJSON() ([]byte, error)
func (*ResponsesRollupWithDayStats) SetAvgSize ¶
func (o *ResponsesRollupWithDayStats) SetAvgSize(v int32)
SetAvgSize gets a reference to the given int32 and assigns it to the AvgSize field.
func (*ResponsesRollupWithDayStats) SetBlobsCount ¶
func (o *ResponsesRollupWithDayStats) SetBlobsCount(v int32)
SetBlobsCount gets a reference to the given int32 and assigns it to the BlobsCount field.
func (*ResponsesRollupWithDayStats) SetBlobsPerPfb ¶
func (o *ResponsesRollupWithDayStats) SetBlobsPerPfb(v float32)
SetBlobsPerPfb gets a reference to the given float32 and assigns it to the BlobsPerPfb field.
func (*ResponsesRollupWithDayStats) SetBridge ¶
func (o *ResponsesRollupWithDayStats) SetBridge(v string)
SetBridge gets a reference to the given string and assigns it to the Bridge field.
func (*ResponsesRollupWithDayStats) SetCategory ¶ added in v1.10.4
func (o *ResponsesRollupWithDayStats) SetCategory(v string)
SetCategory gets a reference to the given string and assigns it to the Category field.
func (*ResponsesRollupWithDayStats) SetColor ¶ added in v1.12.0
func (o *ResponsesRollupWithDayStats) SetColor(v string)
SetColor gets a reference to the given string and assigns it to the Color field.
func (*ResponsesRollupWithDayStats) SetCompression ¶ added in v1.10.4
func (o *ResponsesRollupWithDayStats) SetCompression(v string)
SetCompression gets a reference to the given string and assigns it to the Compression field.
func (*ResponsesRollupWithDayStats) SetDefiLama ¶ added in v1.10.17
func (o *ResponsesRollupWithDayStats) SetDefiLama(v string)
SetDefiLama gets a reference to the given string and assigns it to the DefiLama field.
func (*ResponsesRollupWithDayStats) SetDescription ¶
func (o *ResponsesRollupWithDayStats) SetDescription(v string)
SetDescription gets a reference to the given string and assigns it to the Description field.
func (*ResponsesRollupWithDayStats) SetExplorer ¶
func (o *ResponsesRollupWithDayStats) SetExplorer(v string)
SetExplorer gets a reference to the given string and assigns it to the Explorer field.
func (*ResponsesRollupWithDayStats) SetFeePerPfb ¶
func (o *ResponsesRollupWithDayStats) SetFeePerPfb(v string)
SetFeePerPfb gets a reference to the given string and assigns it to the FeePerPfb field.
func (*ResponsesRollupWithDayStats) SetGithub ¶
func (o *ResponsesRollupWithDayStats) SetGithub(v string)
SetGithub gets a reference to the given string and assigns it to the Github field.
func (*ResponsesRollupWithDayStats) SetId ¶
func (o *ResponsesRollupWithDayStats) SetId(v int32)
SetId gets a reference to the given int32 and assigns it to the Id field.
func (*ResponsesRollupWithDayStats) SetL2Beat ¶
func (o *ResponsesRollupWithDayStats) SetL2Beat(v string)
SetL2Beat gets a reference to the given string and assigns it to the L2Beat field.
func (*ResponsesRollupWithDayStats) SetLogo ¶
func (o *ResponsesRollupWithDayStats) SetLogo(v string)
SetLogo gets a reference to the given string and assigns it to the Logo field.
func (*ResponsesRollupWithDayStats) SetMbPrice ¶
func (o *ResponsesRollupWithDayStats) SetMbPrice(v string)
SetMbPrice gets a reference to the given string and assigns it to the MbPrice field.
func (*ResponsesRollupWithDayStats) SetName ¶
func (o *ResponsesRollupWithDayStats) SetName(v string)
SetName gets a reference to the given string and assigns it to the Name field.
func (*ResponsesRollupWithDayStats) SetNamespaceCount ¶
func (o *ResponsesRollupWithDayStats) SetNamespaceCount(v int32)
SetNamespaceCount gets a reference to the given int32 and assigns it to the NamespaceCount field.
func (*ResponsesRollupWithDayStats) SetPfbCount ¶
func (o *ResponsesRollupWithDayStats) SetPfbCount(v int32)
SetPfbCount gets a reference to the given int32 and assigns it to the PfbCount field.
func (*ResponsesRollupWithDayStats) SetProvider ¶ added in v1.10.4
func (o *ResponsesRollupWithDayStats) SetProvider(v string)
SetProvider gets a reference to the given string and assigns it to the Provider field.
func (*ResponsesRollupWithDayStats) SetSettledOn ¶ added in v1.12.0
func (o *ResponsesRollupWithDayStats) SetSettledOn(v string)
SetSettledOn gets a reference to the given string and assigns it to the SettledOn field.
func (*ResponsesRollupWithDayStats) SetSlug ¶
func (o *ResponsesRollupWithDayStats) SetSlug(v string)
SetSlug gets a reference to the given string and assigns it to the Slug field.
func (*ResponsesRollupWithDayStats) SetStack ¶
func (o *ResponsesRollupWithDayStats) SetStack(v string)
SetStack gets a reference to the given string and assigns it to the Stack field.
func (*ResponsesRollupWithDayStats) SetThroughput ¶
func (o *ResponsesRollupWithDayStats) SetThroughput(v int32)
SetThroughput gets a reference to the given int32 and assigns it to the Throughput field.
func (*ResponsesRollupWithDayStats) SetTotalFee ¶
func (o *ResponsesRollupWithDayStats) SetTotalFee(v string)
SetTotalFee gets a reference to the given string and assigns it to the TotalFee field.
func (*ResponsesRollupWithDayStats) SetTotalSize ¶
func (o *ResponsesRollupWithDayStats) SetTotalSize(v int32)
SetTotalSize gets a reference to the given int32 and assigns it to the TotalSize field.
func (*ResponsesRollupWithDayStats) SetTwitter ¶
func (o *ResponsesRollupWithDayStats) SetTwitter(v string)
SetTwitter gets a reference to the given string and assigns it to the Twitter field.
func (*ResponsesRollupWithDayStats) SetType ¶ added in v1.10.4
func (o *ResponsesRollupWithDayStats) SetType(v string)
SetType gets a reference to the given string and assigns it to the Type field.
func (*ResponsesRollupWithDayStats) SetVm ¶ added in v1.10.4
func (o *ResponsesRollupWithDayStats) SetVm(v string)
SetVm gets a reference to the given string and assigns it to the Vm field.
func (*ResponsesRollupWithDayStats) SetWebsite ¶
func (o *ResponsesRollupWithDayStats) SetWebsite(v string)
SetWebsite gets a reference to the given string and assigns it to the Website field.
func (ResponsesRollupWithDayStats) ToMap ¶
func (o ResponsesRollupWithDayStats) ToMap() (map[string]interface{}, error)
type ResponsesRollupWithStats ¶
type ResponsesRollupWithStats struct { BlobsCount *int32 `json:"blobs_count,omitempty"` BlobsCountPct *float32 `json:"blobs_count_pct,omitempty"` Bridge *string `json:"bridge,omitempty"` Category *string `json:"category,omitempty"` Color *string `json:"color,omitempty"` Compression *string `json:"compression,omitempty"` DaPct *float32 `json:"da_pct,omitempty"` DefiLama *string `json:"defi_lama,omitempty"` Description *string `json:"description,omitempty"` Explorer *string `json:"explorer,omitempty"` Fee *string `json:"fee,omitempty"` FeePct *float32 `json:"fee_pct,omitempty"` FirstMessageTime *time.Time `json:"first_message_time,omitempty"` Github *string `json:"github,omitempty"` Id *int32 `json:"id,omitempty"` IsActive *bool `json:"is_active,omitempty"` L2Beat *string `json:"l2_beat,omitempty"` LastMessageTime *time.Time `json:"last_message_time,omitempty"` Links []string `json:"links,omitempty"` Logo *string `json:"logo,omitempty"` Name *string `json:"name,omitempty"` Provider *string `json:"provider,omitempty"` SettledOn *string `json:"settled_on,omitempty"` Size *int32 `json:"size,omitempty"` SizePct *float32 `json:"size_pct,omitempty"` Slug *string `json:"slug,omitempty"` Stack *string `json:"stack,omitempty"` Tags []string `json:"tags,omitempty"` Twitter *string `json:"twitter,omitempty"` Type *string `json:"type,omitempty"` Vm *string `json:"vm,omitempty"` Website *string `json:"website,omitempty"` }
ResponsesRollupWithStats struct for ResponsesRollupWithStats
func NewResponsesRollupWithStats ¶
func NewResponsesRollupWithStats() *ResponsesRollupWithStats
NewResponsesRollupWithStats instantiates a new ResponsesRollupWithStats 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 NewResponsesRollupWithStatsWithDefaults ¶
func NewResponsesRollupWithStatsWithDefaults() *ResponsesRollupWithStats
NewResponsesRollupWithStatsWithDefaults instantiates a new ResponsesRollupWithStats 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 (*ResponsesRollupWithStats) GetBlobsCount ¶
func (o *ResponsesRollupWithStats) GetBlobsCount() int32
GetBlobsCount returns the BlobsCount field value if set, zero value otherwise.
func (*ResponsesRollupWithStats) GetBlobsCountOk ¶
func (o *ResponsesRollupWithStats) GetBlobsCountOk() (*int32, bool)
GetBlobsCountOk returns a tuple with the BlobsCount field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ResponsesRollupWithStats) GetBlobsCountPct ¶
func (o *ResponsesRollupWithStats) GetBlobsCountPct() float32
GetBlobsCountPct returns the BlobsCountPct field value if set, zero value otherwise.
func (*ResponsesRollupWithStats) GetBlobsCountPctOk ¶
func (o *ResponsesRollupWithStats) GetBlobsCountPctOk() (*float32, bool)
GetBlobsCountPctOk returns a tuple with the BlobsCountPct field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ResponsesRollupWithStats) GetBridge ¶
func (o *ResponsesRollupWithStats) GetBridge() string
GetBridge returns the Bridge field value if set, zero value otherwise.
func (*ResponsesRollupWithStats) GetBridgeOk ¶
func (o *ResponsesRollupWithStats) GetBridgeOk() (*string, bool)
GetBridgeOk returns a tuple with the Bridge field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ResponsesRollupWithStats) GetCategory ¶ added in v1.10.4
func (o *ResponsesRollupWithStats) GetCategory() string
GetCategory returns the Category field value if set, zero value otherwise.
func (*ResponsesRollupWithStats) GetCategoryOk ¶ added in v1.10.4
func (o *ResponsesRollupWithStats) GetCategoryOk() (*string, bool)
GetCategoryOk returns a tuple with the Category field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ResponsesRollupWithStats) GetColor ¶ added in v1.12.0
func (o *ResponsesRollupWithStats) GetColor() string
GetColor returns the Color field value if set, zero value otherwise.
func (*ResponsesRollupWithStats) GetColorOk ¶ added in v1.12.0
func (o *ResponsesRollupWithStats) GetColorOk() (*string, bool)
GetColorOk returns a tuple with the Color field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ResponsesRollupWithStats) GetCompression ¶ added in v1.10.4
func (o *ResponsesRollupWithStats) GetCompression() string
GetCompression returns the Compression field value if set, zero value otherwise.
func (*ResponsesRollupWithStats) GetCompressionOk ¶ added in v1.10.4
func (o *ResponsesRollupWithStats) GetCompressionOk() (*string, bool)
GetCompressionOk returns a tuple with the Compression field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ResponsesRollupWithStats) GetDaPct ¶ added in v1.10.19
func (o *ResponsesRollupWithStats) GetDaPct() float32
GetDaPct returns the DaPct field value if set, zero value otherwise.
func (*ResponsesRollupWithStats) GetDaPctOk ¶ added in v1.10.19
func (o *ResponsesRollupWithStats) GetDaPctOk() (*float32, bool)
GetDaPctOk returns a tuple with the DaPct field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ResponsesRollupWithStats) GetDefiLama ¶ added in v1.10.17
func (o *ResponsesRollupWithStats) GetDefiLama() string
GetDefiLama returns the DefiLama field value if set, zero value otherwise.
func (*ResponsesRollupWithStats) GetDefiLamaOk ¶ added in v1.10.17
func (o *ResponsesRollupWithStats) GetDefiLamaOk() (*string, bool)
GetDefiLamaOk returns a tuple with the DefiLama field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ResponsesRollupWithStats) GetDescription ¶
func (o *ResponsesRollupWithStats) GetDescription() string
GetDescription returns the Description field value if set, zero value otherwise.
func (*ResponsesRollupWithStats) GetDescriptionOk ¶
func (o *ResponsesRollupWithStats) 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 (*ResponsesRollupWithStats) GetExplorer ¶
func (o *ResponsesRollupWithStats) GetExplorer() string
GetExplorer returns the Explorer field value if set, zero value otherwise.
func (*ResponsesRollupWithStats) GetExplorerOk ¶
func (o *ResponsesRollupWithStats) GetExplorerOk() (*string, bool)
GetExplorerOk returns a tuple with the Explorer field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ResponsesRollupWithStats) GetFee ¶
func (o *ResponsesRollupWithStats) GetFee() string
GetFee returns the Fee field value if set, zero value otherwise.
func (*ResponsesRollupWithStats) GetFeeOk ¶
func (o *ResponsesRollupWithStats) GetFeeOk() (*string, bool)
GetFeeOk returns a tuple with the Fee field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ResponsesRollupWithStats) GetFeePct ¶
func (o *ResponsesRollupWithStats) GetFeePct() float32
GetFeePct returns the FeePct field value if set, zero value otherwise.
func (*ResponsesRollupWithStats) GetFeePctOk ¶
func (o *ResponsesRollupWithStats) GetFeePctOk() (*float32, bool)
GetFeePctOk returns a tuple with the FeePct field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ResponsesRollupWithStats) GetFirstMessageTime ¶
func (o *ResponsesRollupWithStats) GetFirstMessageTime() time.Time
GetFirstMessageTime returns the FirstMessageTime field value if set, zero value otherwise.
func (*ResponsesRollupWithStats) GetFirstMessageTimeOk ¶
func (o *ResponsesRollupWithStats) GetFirstMessageTimeOk() (*time.Time, bool)
GetFirstMessageTimeOk returns a tuple with the FirstMessageTime field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ResponsesRollupWithStats) GetGithub ¶
func (o *ResponsesRollupWithStats) GetGithub() string
GetGithub returns the Github field value if set, zero value otherwise.
func (*ResponsesRollupWithStats) GetGithubOk ¶
func (o *ResponsesRollupWithStats) GetGithubOk() (*string, bool)
GetGithubOk returns a tuple with the Github field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ResponsesRollupWithStats) GetId ¶
func (o *ResponsesRollupWithStats) GetId() int32
GetId returns the Id field value if set, zero value otherwise.
func (*ResponsesRollupWithStats) GetIdOk ¶
func (o *ResponsesRollupWithStats) GetIdOk() (*int32, 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 (*ResponsesRollupWithStats) GetIsActive ¶ added in v1.13.0
func (o *ResponsesRollupWithStats) GetIsActive() bool
GetIsActive returns the IsActive field value if set, zero value otherwise.
func (*ResponsesRollupWithStats) GetIsActiveOk ¶ added in v1.13.0
func (o *ResponsesRollupWithStats) GetIsActiveOk() (*bool, bool)
GetIsActiveOk returns a tuple with the IsActive field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ResponsesRollupWithStats) GetL2Beat ¶
func (o *ResponsesRollupWithStats) GetL2Beat() string
GetL2Beat returns the L2Beat field value if set, zero value otherwise.
func (*ResponsesRollupWithStats) GetL2BeatOk ¶
func (o *ResponsesRollupWithStats) GetL2BeatOk() (*string, bool)
GetL2BeatOk returns a tuple with the L2Beat field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ResponsesRollupWithStats) GetLastMessageTime ¶
func (o *ResponsesRollupWithStats) GetLastMessageTime() time.Time
GetLastMessageTime returns the LastMessageTime field value if set, zero value otherwise.
func (*ResponsesRollupWithStats) GetLastMessageTimeOk ¶
func (o *ResponsesRollupWithStats) GetLastMessageTimeOk() (*time.Time, bool)
GetLastMessageTimeOk returns a tuple with the LastMessageTime field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ResponsesRollupWithStats) GetLinks ¶
func (o *ResponsesRollupWithStats) GetLinks() []string
GetLinks returns the Links field value if set, zero value otherwise.
func (*ResponsesRollupWithStats) GetLinksOk ¶
func (o *ResponsesRollupWithStats) GetLinksOk() ([]string, bool)
GetLinksOk returns a tuple with the Links field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ResponsesRollupWithStats) GetLogo ¶
func (o *ResponsesRollupWithStats) GetLogo() string
GetLogo returns the Logo field value if set, zero value otherwise.
func (*ResponsesRollupWithStats) GetLogoOk ¶
func (o *ResponsesRollupWithStats) GetLogoOk() (*string, bool)
GetLogoOk returns a tuple with the Logo field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ResponsesRollupWithStats) GetName ¶
func (o *ResponsesRollupWithStats) GetName() string
GetName returns the Name field value if set, zero value otherwise.
func (*ResponsesRollupWithStats) GetNameOk ¶
func (o *ResponsesRollupWithStats) 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 (*ResponsesRollupWithStats) GetProvider ¶ added in v1.10.4
func (o *ResponsesRollupWithStats) GetProvider() string
GetProvider returns the Provider field value if set, zero value otherwise.
func (*ResponsesRollupWithStats) GetProviderOk ¶ added in v1.10.4
func (o *ResponsesRollupWithStats) GetProviderOk() (*string, bool)
GetProviderOk returns a tuple with the Provider field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ResponsesRollupWithStats) GetSettledOn ¶ added in v1.12.0
func (o *ResponsesRollupWithStats) GetSettledOn() string
GetSettledOn returns the SettledOn field value if set, zero value otherwise.
func (*ResponsesRollupWithStats) GetSettledOnOk ¶ added in v1.12.0
func (o *ResponsesRollupWithStats) GetSettledOnOk() (*string, bool)
GetSettledOnOk returns a tuple with the SettledOn field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ResponsesRollupWithStats) GetSize ¶
func (o *ResponsesRollupWithStats) GetSize() int32
GetSize returns the Size field value if set, zero value otherwise.
func (*ResponsesRollupWithStats) GetSizeOk ¶
func (o *ResponsesRollupWithStats) GetSizeOk() (*int32, 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 (*ResponsesRollupWithStats) GetSizePct ¶
func (o *ResponsesRollupWithStats) GetSizePct() float32
GetSizePct returns the SizePct field value if set, zero value otherwise.
func (*ResponsesRollupWithStats) GetSizePctOk ¶
func (o *ResponsesRollupWithStats) GetSizePctOk() (*float32, bool)
GetSizePctOk returns a tuple with the SizePct field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ResponsesRollupWithStats) GetSlug ¶
func (o *ResponsesRollupWithStats) GetSlug() string
GetSlug returns the Slug field value if set, zero value otherwise.
func (*ResponsesRollupWithStats) GetSlugOk ¶
func (o *ResponsesRollupWithStats) GetSlugOk() (*string, bool)
GetSlugOk returns a tuple with the Slug field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ResponsesRollupWithStats) GetStack ¶
func (o *ResponsesRollupWithStats) GetStack() string
GetStack returns the Stack field value if set, zero value otherwise.
func (*ResponsesRollupWithStats) GetStackOk ¶
func (o *ResponsesRollupWithStats) GetStackOk() (*string, bool)
GetStackOk returns a tuple with the Stack field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ResponsesRollupWithStats) GetTags ¶ added in v1.10.18
func (o *ResponsesRollupWithStats) GetTags() []string
GetTags returns the Tags field value if set, zero value otherwise.
func (*ResponsesRollupWithStats) GetTagsOk ¶ added in v1.10.18
func (o *ResponsesRollupWithStats) GetTagsOk() ([]string, bool)
GetTagsOk returns a tuple with the Tags field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ResponsesRollupWithStats) GetTwitter ¶
func (o *ResponsesRollupWithStats) GetTwitter() string
GetTwitter returns the Twitter field value if set, zero value otherwise.
func (*ResponsesRollupWithStats) GetTwitterOk ¶
func (o *ResponsesRollupWithStats) GetTwitterOk() (*string, bool)
GetTwitterOk returns a tuple with the Twitter field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ResponsesRollupWithStats) GetType ¶ added in v1.10.4
func (o *ResponsesRollupWithStats) GetType() string
GetType returns the Type field value if set, zero value otherwise.
func (*ResponsesRollupWithStats) GetTypeOk ¶ added in v1.10.4
func (o *ResponsesRollupWithStats) 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 (*ResponsesRollupWithStats) GetVm ¶ added in v1.10.4
func (o *ResponsesRollupWithStats) GetVm() string
GetVm returns the Vm field value if set, zero value otherwise.
func (*ResponsesRollupWithStats) GetVmOk ¶ added in v1.10.4
func (o *ResponsesRollupWithStats) GetVmOk() (*string, bool)
GetVmOk returns a tuple with the Vm field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ResponsesRollupWithStats) GetWebsite ¶
func (o *ResponsesRollupWithStats) GetWebsite() string
GetWebsite returns the Website field value if set, zero value otherwise.
func (*ResponsesRollupWithStats) GetWebsiteOk ¶
func (o *ResponsesRollupWithStats) GetWebsiteOk() (*string, bool)
GetWebsiteOk returns a tuple with the Website field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ResponsesRollupWithStats) HasBlobsCount ¶
func (o *ResponsesRollupWithStats) HasBlobsCount() bool
HasBlobsCount returns a boolean if a field has been set.
func (*ResponsesRollupWithStats) HasBlobsCountPct ¶
func (o *ResponsesRollupWithStats) HasBlobsCountPct() bool
HasBlobsCountPct returns a boolean if a field has been set.
func (*ResponsesRollupWithStats) HasBridge ¶
func (o *ResponsesRollupWithStats) HasBridge() bool
HasBridge returns a boolean if a field has been set.
func (*ResponsesRollupWithStats) HasCategory ¶ added in v1.10.4
func (o *ResponsesRollupWithStats) HasCategory() bool
HasCategory returns a boolean if a field has been set.
func (*ResponsesRollupWithStats) HasColor ¶ added in v1.12.0
func (o *ResponsesRollupWithStats) HasColor() bool
HasColor returns a boolean if a field has been set.
func (*ResponsesRollupWithStats) HasCompression ¶ added in v1.10.4
func (o *ResponsesRollupWithStats) HasCompression() bool
HasCompression returns a boolean if a field has been set.
func (*ResponsesRollupWithStats) HasDaPct ¶ added in v1.10.19
func (o *ResponsesRollupWithStats) HasDaPct() bool
HasDaPct returns a boolean if a field has been set.
func (*ResponsesRollupWithStats) HasDefiLama ¶ added in v1.10.17
func (o *ResponsesRollupWithStats) HasDefiLama() bool
HasDefiLama returns a boolean if a field has been set.
func (*ResponsesRollupWithStats) HasDescription ¶
func (o *ResponsesRollupWithStats) HasDescription() bool
HasDescription returns a boolean if a field has been set.
func (*ResponsesRollupWithStats) HasExplorer ¶
func (o *ResponsesRollupWithStats) HasExplorer() bool
HasExplorer returns a boolean if a field has been set.
func (*ResponsesRollupWithStats) HasFee ¶
func (o *ResponsesRollupWithStats) HasFee() bool
HasFee returns a boolean if a field has been set.
func (*ResponsesRollupWithStats) HasFeePct ¶
func (o *ResponsesRollupWithStats) HasFeePct() bool
HasFeePct returns a boolean if a field has been set.
func (*ResponsesRollupWithStats) HasFirstMessageTime ¶
func (o *ResponsesRollupWithStats) HasFirstMessageTime() bool
HasFirstMessageTime returns a boolean if a field has been set.
func (*ResponsesRollupWithStats) HasGithub ¶
func (o *ResponsesRollupWithStats) HasGithub() bool
HasGithub returns a boolean if a field has been set.
func (*ResponsesRollupWithStats) HasId ¶
func (o *ResponsesRollupWithStats) HasId() bool
HasId returns a boolean if a field has been set.
func (*ResponsesRollupWithStats) HasIsActive ¶ added in v1.13.0
func (o *ResponsesRollupWithStats) HasIsActive() bool
HasIsActive returns a boolean if a field has been set.
func (*ResponsesRollupWithStats) HasL2Beat ¶
func (o *ResponsesRollupWithStats) HasL2Beat() bool
HasL2Beat returns a boolean if a field has been set.
func (*ResponsesRollupWithStats) HasLastMessageTime ¶
func (o *ResponsesRollupWithStats) HasLastMessageTime() bool
HasLastMessageTime returns a boolean if a field has been set.
func (*ResponsesRollupWithStats) HasLinks ¶
func (o *ResponsesRollupWithStats) HasLinks() bool
HasLinks returns a boolean if a field has been set.
func (*ResponsesRollupWithStats) HasLogo ¶
func (o *ResponsesRollupWithStats) HasLogo() bool
HasLogo returns a boolean if a field has been set.
func (*ResponsesRollupWithStats) HasName ¶
func (o *ResponsesRollupWithStats) HasName() bool
HasName returns a boolean if a field has been set.
func (*ResponsesRollupWithStats) HasProvider ¶ added in v1.10.4
func (o *ResponsesRollupWithStats) HasProvider() bool
HasProvider returns a boolean if a field has been set.
func (*ResponsesRollupWithStats) HasSettledOn ¶ added in v1.12.0
func (o *ResponsesRollupWithStats) HasSettledOn() bool
HasSettledOn returns a boolean if a field has been set.
func (*ResponsesRollupWithStats) HasSize ¶
func (o *ResponsesRollupWithStats) HasSize() bool
HasSize returns a boolean if a field has been set.
func (*ResponsesRollupWithStats) HasSizePct ¶
func (o *ResponsesRollupWithStats) HasSizePct() bool
HasSizePct returns a boolean if a field has been set.
func (*ResponsesRollupWithStats) HasSlug ¶
func (o *ResponsesRollupWithStats) HasSlug() bool
HasSlug returns a boolean if a field has been set.
func (*ResponsesRollupWithStats) HasStack ¶
func (o *ResponsesRollupWithStats) HasStack() bool
HasStack returns a boolean if a field has been set.
func (*ResponsesRollupWithStats) HasTags ¶ added in v1.10.18
func (o *ResponsesRollupWithStats) HasTags() bool
HasTags returns a boolean if a field has been set.
func (*ResponsesRollupWithStats) HasTwitter ¶
func (o *ResponsesRollupWithStats) HasTwitter() bool
HasTwitter returns a boolean if a field has been set.
func (*ResponsesRollupWithStats) HasType ¶ added in v1.10.4
func (o *ResponsesRollupWithStats) HasType() bool
HasType returns a boolean if a field has been set.
func (*ResponsesRollupWithStats) HasVm ¶ added in v1.10.4
func (o *ResponsesRollupWithStats) HasVm() bool
HasVm returns a boolean if a field has been set.
func (*ResponsesRollupWithStats) HasWebsite ¶
func (o *ResponsesRollupWithStats) HasWebsite() bool
HasWebsite returns a boolean if a field has been set.
func (ResponsesRollupWithStats) MarshalJSON ¶
func (o ResponsesRollupWithStats) MarshalJSON() ([]byte, error)
func (*ResponsesRollupWithStats) SetBlobsCount ¶
func (o *ResponsesRollupWithStats) SetBlobsCount(v int32)
SetBlobsCount gets a reference to the given int32 and assigns it to the BlobsCount field.
func (*ResponsesRollupWithStats) SetBlobsCountPct ¶
func (o *ResponsesRollupWithStats) SetBlobsCountPct(v float32)
SetBlobsCountPct gets a reference to the given float32 and assigns it to the BlobsCountPct field.
func (*ResponsesRollupWithStats) SetBridge ¶
func (o *ResponsesRollupWithStats) SetBridge(v string)
SetBridge gets a reference to the given string and assigns it to the Bridge field.
func (*ResponsesRollupWithStats) SetCategory ¶ added in v1.10.4
func (o *ResponsesRollupWithStats) SetCategory(v string)
SetCategory gets a reference to the given string and assigns it to the Category field.
func (*ResponsesRollupWithStats) SetColor ¶ added in v1.12.0
func (o *ResponsesRollupWithStats) SetColor(v string)
SetColor gets a reference to the given string and assigns it to the Color field.
func (*ResponsesRollupWithStats) SetCompression ¶ added in v1.10.4
func (o *ResponsesRollupWithStats) SetCompression(v string)
SetCompression gets a reference to the given string and assigns it to the Compression field.
func (*ResponsesRollupWithStats) SetDaPct ¶ added in v1.10.19
func (o *ResponsesRollupWithStats) SetDaPct(v float32)
SetDaPct gets a reference to the given float32 and assigns it to the DaPct field.
func (*ResponsesRollupWithStats) SetDefiLama ¶ added in v1.10.17
func (o *ResponsesRollupWithStats) SetDefiLama(v string)
SetDefiLama gets a reference to the given string and assigns it to the DefiLama field.
func (*ResponsesRollupWithStats) SetDescription ¶
func (o *ResponsesRollupWithStats) SetDescription(v string)
SetDescription gets a reference to the given string and assigns it to the Description field.
func (*ResponsesRollupWithStats) SetExplorer ¶
func (o *ResponsesRollupWithStats) SetExplorer(v string)
SetExplorer gets a reference to the given string and assigns it to the Explorer field.
func (*ResponsesRollupWithStats) SetFee ¶
func (o *ResponsesRollupWithStats) SetFee(v string)
SetFee gets a reference to the given string and assigns it to the Fee field.
func (*ResponsesRollupWithStats) SetFeePct ¶
func (o *ResponsesRollupWithStats) SetFeePct(v float32)
SetFeePct gets a reference to the given float32 and assigns it to the FeePct field.
func (*ResponsesRollupWithStats) SetFirstMessageTime ¶
func (o *ResponsesRollupWithStats) SetFirstMessageTime(v time.Time)
SetFirstMessageTime gets a reference to the given time.Time and assigns it to the FirstMessageTime field.
func (*ResponsesRollupWithStats) SetGithub ¶
func (o *ResponsesRollupWithStats) SetGithub(v string)
SetGithub gets a reference to the given string and assigns it to the Github field.
func (*ResponsesRollupWithStats) SetId ¶
func (o *ResponsesRollupWithStats) SetId(v int32)
SetId gets a reference to the given int32 and assigns it to the Id field.
func (*ResponsesRollupWithStats) SetIsActive ¶ added in v1.13.0
func (o *ResponsesRollupWithStats) SetIsActive(v bool)
SetIsActive gets a reference to the given bool and assigns it to the IsActive field.
func (*ResponsesRollupWithStats) SetL2Beat ¶
func (o *ResponsesRollupWithStats) SetL2Beat(v string)
SetL2Beat gets a reference to the given string and assigns it to the L2Beat field.
func (*ResponsesRollupWithStats) SetLastMessageTime ¶
func (o *ResponsesRollupWithStats) SetLastMessageTime(v time.Time)
SetLastMessageTime gets a reference to the given time.Time and assigns it to the LastMessageTime field.
func (*ResponsesRollupWithStats) SetLinks ¶
func (o *ResponsesRollupWithStats) SetLinks(v []string)
SetLinks gets a reference to the given []string and assigns it to the Links field.
func (*ResponsesRollupWithStats) SetLogo ¶
func (o *ResponsesRollupWithStats) SetLogo(v string)
SetLogo gets a reference to the given string and assigns it to the Logo field.
func (*ResponsesRollupWithStats) SetName ¶
func (o *ResponsesRollupWithStats) SetName(v string)
SetName gets a reference to the given string and assigns it to the Name field.
func (*ResponsesRollupWithStats) SetProvider ¶ added in v1.10.4
func (o *ResponsesRollupWithStats) SetProvider(v string)
SetProvider gets a reference to the given string and assigns it to the Provider field.
func (*ResponsesRollupWithStats) SetSettledOn ¶ added in v1.12.0
func (o *ResponsesRollupWithStats) SetSettledOn(v string)
SetSettledOn gets a reference to the given string and assigns it to the SettledOn field.
func (*ResponsesRollupWithStats) SetSize ¶
func (o *ResponsesRollupWithStats) SetSize(v int32)
SetSize gets a reference to the given int32 and assigns it to the Size field.
func (*ResponsesRollupWithStats) SetSizePct ¶
func (o *ResponsesRollupWithStats) SetSizePct(v float32)
SetSizePct gets a reference to the given float32 and assigns it to the SizePct field.
func (*ResponsesRollupWithStats) SetSlug ¶
func (o *ResponsesRollupWithStats) SetSlug(v string)
SetSlug gets a reference to the given string and assigns it to the Slug field.
func (*ResponsesRollupWithStats) SetStack ¶
func (o *ResponsesRollupWithStats) SetStack(v string)
SetStack gets a reference to the given string and assigns it to the Stack field.
func (*ResponsesRollupWithStats) SetTags ¶ added in v1.10.18
func (o *ResponsesRollupWithStats) SetTags(v []string)
SetTags gets a reference to the given []string and assigns it to the Tags field.
func (*ResponsesRollupWithStats) SetTwitter ¶
func (o *ResponsesRollupWithStats) SetTwitter(v string)
SetTwitter gets a reference to the given string and assigns it to the Twitter field.
func (*ResponsesRollupWithStats) SetType ¶ added in v1.10.4
func (o *ResponsesRollupWithStats) SetType(v string)
SetType gets a reference to the given string and assigns it to the Type field.
func (*ResponsesRollupWithStats) SetVm ¶ added in v1.10.4
func (o *ResponsesRollupWithStats) SetVm(v string)
SetVm gets a reference to the given string and assigns it to the Vm field.
func (*ResponsesRollupWithStats) SetWebsite ¶
func (o *ResponsesRollupWithStats) SetWebsite(v string)
SetWebsite gets a reference to the given string and assigns it to the Website field.
func (ResponsesRollupWithStats) ToMap ¶
func (o ResponsesRollupWithStats) ToMap() (map[string]interface{}, error)
type ResponsesSearchItem ¶
type ResponsesSearchItem struct { // Search result. Can be one of folowwing types: Block, Address, Namespace, Tx, Validator, Rollup Result map[string]interface{} `json:"result,omitempty"` // Result type which is in the result. Can be 'block', 'address', 'namespace', 'tx', 'validator', 'rollup' Type *string `json:"type,omitempty"` }
ResponsesSearchItem struct for ResponsesSearchItem
func NewResponsesSearchItem ¶
func NewResponsesSearchItem() *ResponsesSearchItem
NewResponsesSearchItem instantiates a new ResponsesSearchItem 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 NewResponsesSearchItemWithDefaults ¶
func NewResponsesSearchItemWithDefaults() *ResponsesSearchItem
NewResponsesSearchItemWithDefaults instantiates a new ResponsesSearchItem 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 (*ResponsesSearchItem) GetResult ¶
func (o *ResponsesSearchItem) GetResult() map[string]interface{}
GetResult returns the Result field value if set, zero value otherwise.
func (*ResponsesSearchItem) GetResultOk ¶
func (o *ResponsesSearchItem) GetResultOk() (map[string]interface{}, bool)
GetResultOk returns a tuple with the Result field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ResponsesSearchItem) GetType ¶
func (o *ResponsesSearchItem) GetType() string
GetType returns the Type field value if set, zero value otherwise.
func (*ResponsesSearchItem) GetTypeOk ¶
func (o *ResponsesSearchItem) 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 (*ResponsesSearchItem) HasResult ¶
func (o *ResponsesSearchItem) HasResult() bool
HasResult returns a boolean if a field has been set.
func (*ResponsesSearchItem) HasType ¶
func (o *ResponsesSearchItem) HasType() bool
HasType returns a boolean if a field has been set.
func (ResponsesSearchItem) MarshalJSON ¶
func (o ResponsesSearchItem) MarshalJSON() ([]byte, error)
func (*ResponsesSearchItem) SetResult ¶
func (o *ResponsesSearchItem) SetResult(v map[string]interface{})
SetResult gets a reference to the given map[string]interface{} and assigns it to the Result field.
func (*ResponsesSearchItem) SetType ¶
func (o *ResponsesSearchItem) SetType(v string)
SetType gets a reference to the given string and assigns it to the Type field.
func (ResponsesSearchItem) ToMap ¶
func (o ResponsesSearchItem) ToMap() (map[string]interface{}, error)
type ResponsesSeriesItem ¶
type ResponsesSeriesItem struct { Max *string `json:"max,omitempty"` Min *string `json:"min,omitempty"` Time *time.Time `json:"time,omitempty"` Value *string `json:"value,omitempty"` }
ResponsesSeriesItem struct for ResponsesSeriesItem
func NewResponsesSeriesItem ¶
func NewResponsesSeriesItem() *ResponsesSeriesItem
NewResponsesSeriesItem instantiates a new ResponsesSeriesItem 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 NewResponsesSeriesItemWithDefaults ¶
func NewResponsesSeriesItemWithDefaults() *ResponsesSeriesItem
NewResponsesSeriesItemWithDefaults instantiates a new ResponsesSeriesItem 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 (*ResponsesSeriesItem) GetMax ¶
func (o *ResponsesSeriesItem) GetMax() string
GetMax returns the Max field value if set, zero value otherwise.
func (*ResponsesSeriesItem) GetMaxOk ¶
func (o *ResponsesSeriesItem) GetMaxOk() (*string, bool)
GetMaxOk returns a tuple with the Max field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ResponsesSeriesItem) GetMin ¶
func (o *ResponsesSeriesItem) GetMin() string
GetMin returns the Min field value if set, zero value otherwise.
func (*ResponsesSeriesItem) GetMinOk ¶
func (o *ResponsesSeriesItem) GetMinOk() (*string, bool)
GetMinOk returns a tuple with the Min field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ResponsesSeriesItem) GetTime ¶
func (o *ResponsesSeriesItem) GetTime() time.Time
GetTime returns the Time field value if set, zero value otherwise.
func (*ResponsesSeriesItem) GetTimeOk ¶
func (o *ResponsesSeriesItem) GetTimeOk() (*time.Time, bool)
GetTimeOk returns a tuple with the Time field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ResponsesSeriesItem) GetValue ¶
func (o *ResponsesSeriesItem) GetValue() string
GetValue returns the Value field value if set, zero value otherwise.
func (*ResponsesSeriesItem) GetValueOk ¶
func (o *ResponsesSeriesItem) 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 (*ResponsesSeriesItem) HasMax ¶
func (o *ResponsesSeriesItem) HasMax() bool
HasMax returns a boolean if a field has been set.
func (*ResponsesSeriesItem) HasMin ¶
func (o *ResponsesSeriesItem) HasMin() bool
HasMin returns a boolean if a field has been set.
func (*ResponsesSeriesItem) HasTime ¶
func (o *ResponsesSeriesItem) HasTime() bool
HasTime returns a boolean if a field has been set.
func (*ResponsesSeriesItem) HasValue ¶
func (o *ResponsesSeriesItem) HasValue() bool
HasValue returns a boolean if a field has been set.
func (ResponsesSeriesItem) MarshalJSON ¶
func (o ResponsesSeriesItem) MarshalJSON() ([]byte, error)
func (*ResponsesSeriesItem) SetMax ¶
func (o *ResponsesSeriesItem) SetMax(v string)
SetMax gets a reference to the given string and assigns it to the Max field.
func (*ResponsesSeriesItem) SetMin ¶
func (o *ResponsesSeriesItem) SetMin(v string)
SetMin gets a reference to the given string and assigns it to the Min field.
func (*ResponsesSeriesItem) SetTime ¶
func (o *ResponsesSeriesItem) SetTime(v time.Time)
SetTime gets a reference to the given time.Time and assigns it to the Time field.
func (*ResponsesSeriesItem) SetValue ¶
func (o *ResponsesSeriesItem) SetValue(v string)
SetValue gets a reference to the given string and assigns it to the Value field.
func (ResponsesSeriesItem) ToMap ¶
func (o ResponsesSeriesItem) ToMap() (map[string]interface{}, error)
type ResponsesShortAddress ¶ added in v1.10.18
type ResponsesShortAddress struct { Celestials *ResponsesCelestial `json:"celestials,omitempty"` Hash *string `json:"hash,omitempty"` }
ResponsesShortAddress struct for ResponsesShortAddress
func NewResponsesShortAddress ¶ added in v1.10.18
func NewResponsesShortAddress() *ResponsesShortAddress
NewResponsesShortAddress instantiates a new ResponsesShortAddress 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 NewResponsesShortAddressWithDefaults ¶ added in v1.10.18
func NewResponsesShortAddressWithDefaults() *ResponsesShortAddress
NewResponsesShortAddressWithDefaults instantiates a new ResponsesShortAddress 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 (*ResponsesShortAddress) GetCelestials ¶ added in v1.10.18
func (o *ResponsesShortAddress) GetCelestials() ResponsesCelestial
GetCelestials returns the Celestials field value if set, zero value otherwise.
func (*ResponsesShortAddress) GetCelestialsOk ¶ added in v1.10.18
func (o *ResponsesShortAddress) GetCelestialsOk() (*ResponsesCelestial, bool)
GetCelestialsOk returns a tuple with the Celestials field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ResponsesShortAddress) GetHash ¶ added in v1.10.18
func (o *ResponsesShortAddress) GetHash() string
GetHash returns the Hash field value if set, zero value otherwise.
func (*ResponsesShortAddress) GetHashOk ¶ added in v1.10.18
func (o *ResponsesShortAddress) 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 (*ResponsesShortAddress) HasCelestials ¶ added in v1.10.18
func (o *ResponsesShortAddress) HasCelestials() bool
HasCelestials returns a boolean if a field has been set.
func (*ResponsesShortAddress) HasHash ¶ added in v1.10.18
func (o *ResponsesShortAddress) HasHash() bool
HasHash returns a boolean if a field has been set.
func (ResponsesShortAddress) MarshalJSON ¶ added in v1.10.18
func (o ResponsesShortAddress) MarshalJSON() ([]byte, error)
func (*ResponsesShortAddress) SetCelestials ¶ added in v1.10.18
func (o *ResponsesShortAddress) SetCelestials(v ResponsesCelestial)
SetCelestials gets a reference to the given ResponsesCelestial and assigns it to the Celestials field.
func (*ResponsesShortAddress) SetHash ¶ added in v1.10.18
func (o *ResponsesShortAddress) SetHash(v string)
SetHash gets a reference to the given string and assigns it to the Hash field.
func (ResponsesShortAddress) ToMap ¶ added in v1.10.18
func (o ResponsesShortAddress) ToMap() (map[string]interface{}, error)
type ResponsesShortIbcClient ¶ added in v1.14.0
type ResponsesShortIbcClient struct { ChainId **os.File `json:"chain_id,omitempty"` Id *string `json:"id,omitempty"` Type *string `json:"type,omitempty"` }
ResponsesShortIbcClient struct for ResponsesShortIbcClient
func NewResponsesShortIbcClient ¶ added in v1.14.0
func NewResponsesShortIbcClient() *ResponsesShortIbcClient
NewResponsesShortIbcClient instantiates a new ResponsesShortIbcClient 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 NewResponsesShortIbcClientWithDefaults ¶ added in v1.14.0
func NewResponsesShortIbcClientWithDefaults() *ResponsesShortIbcClient
NewResponsesShortIbcClientWithDefaults instantiates a new ResponsesShortIbcClient 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 (*ResponsesShortIbcClient) GetChainId ¶ added in v1.14.0
func (o *ResponsesShortIbcClient) GetChainId() *os.File
GetChainId returns the ChainId field value if set, zero value otherwise.
func (*ResponsesShortIbcClient) GetChainIdOk ¶ added in v1.14.0
func (o *ResponsesShortIbcClient) GetChainIdOk() (**os.File, 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 (*ResponsesShortIbcClient) GetId ¶ added in v1.14.0
func (o *ResponsesShortIbcClient) GetId() string
GetId returns the Id field value if set, zero value otherwise.
func (*ResponsesShortIbcClient) GetIdOk ¶ added in v1.14.0
func (o *ResponsesShortIbcClient) GetIdOk() (*string, 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 (*ResponsesShortIbcClient) GetType ¶ added in v1.14.0
func (o *ResponsesShortIbcClient) GetType() string
GetType returns the Type field value if set, zero value otherwise.
func (*ResponsesShortIbcClient) GetTypeOk ¶ added in v1.14.0
func (o *ResponsesShortIbcClient) 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 (*ResponsesShortIbcClient) HasChainId ¶ added in v1.14.0
func (o *ResponsesShortIbcClient) HasChainId() bool
HasChainId returns a boolean if a field has been set.
func (*ResponsesShortIbcClient) HasId ¶ added in v1.14.0
func (o *ResponsesShortIbcClient) HasId() bool
HasId returns a boolean if a field has been set.
func (*ResponsesShortIbcClient) HasType ¶ added in v1.14.0
func (o *ResponsesShortIbcClient) HasType() bool
HasType returns a boolean if a field has been set.
func (ResponsesShortIbcClient) MarshalJSON ¶ added in v1.14.0
func (o ResponsesShortIbcClient) MarshalJSON() ([]byte, error)
func (*ResponsesShortIbcClient) SetChainId ¶ added in v1.14.0
func (o *ResponsesShortIbcClient) SetChainId(v *os.File)
SetChainId gets a reference to the given *os.File and assigns it to the ChainId field.
func (*ResponsesShortIbcClient) SetId ¶ added in v1.14.0
func (o *ResponsesShortIbcClient) SetId(v string)
SetId gets a reference to the given string and assigns it to the Id field.
func (*ResponsesShortIbcClient) SetType ¶ added in v1.14.0
func (o *ResponsesShortIbcClient) SetType(v string)
SetType gets a reference to the given string and assigns it to the Type field.
func (ResponsesShortIbcClient) ToMap ¶ added in v1.14.0
func (o ResponsesShortIbcClient) ToMap() (map[string]interface{}, error)
type ResponsesShortRollup ¶
type ResponsesShortRollup struct { Id *int32 `json:"id,omitempty"` Logo *string `json:"logo,omitempty"` Name *string `json:"name,omitempty"` Slug *string `json:"slug,omitempty"` }
ResponsesShortRollup struct for ResponsesShortRollup
func NewResponsesShortRollup ¶
func NewResponsesShortRollup() *ResponsesShortRollup
NewResponsesShortRollup instantiates a new ResponsesShortRollup 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 NewResponsesShortRollupWithDefaults ¶
func NewResponsesShortRollupWithDefaults() *ResponsesShortRollup
NewResponsesShortRollupWithDefaults instantiates a new ResponsesShortRollup 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 (*ResponsesShortRollup) GetId ¶
func (o *ResponsesShortRollup) GetId() int32
GetId returns the Id field value if set, zero value otherwise.
func (*ResponsesShortRollup) GetIdOk ¶
func (o *ResponsesShortRollup) GetIdOk() (*int32, 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 (*ResponsesShortRollup) GetLogo ¶
func (o *ResponsesShortRollup) GetLogo() string
GetLogo returns the Logo field value if set, zero value otherwise.
func (*ResponsesShortRollup) GetLogoOk ¶
func (o *ResponsesShortRollup) GetLogoOk() (*string, bool)
GetLogoOk returns a tuple with the Logo field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ResponsesShortRollup) GetName ¶
func (o *ResponsesShortRollup) GetName() string
GetName returns the Name field value if set, zero value otherwise.
func (*ResponsesShortRollup) GetNameOk ¶
func (o *ResponsesShortRollup) 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 (*ResponsesShortRollup) GetSlug ¶
func (o *ResponsesShortRollup) GetSlug() string
GetSlug returns the Slug field value if set, zero value otherwise.
func (*ResponsesShortRollup) GetSlugOk ¶
func (o *ResponsesShortRollup) GetSlugOk() (*string, bool)
GetSlugOk returns a tuple with the Slug field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ResponsesShortRollup) HasId ¶
func (o *ResponsesShortRollup) HasId() bool
HasId returns a boolean if a field has been set.
func (*ResponsesShortRollup) HasLogo ¶
func (o *ResponsesShortRollup) HasLogo() bool
HasLogo returns a boolean if a field has been set.
func (*ResponsesShortRollup) HasName ¶
func (o *ResponsesShortRollup) HasName() bool
HasName returns a boolean if a field has been set.
func (*ResponsesShortRollup) HasSlug ¶
func (o *ResponsesShortRollup) HasSlug() bool
HasSlug returns a boolean if a field has been set.
func (ResponsesShortRollup) MarshalJSON ¶
func (o ResponsesShortRollup) MarshalJSON() ([]byte, error)
func (*ResponsesShortRollup) SetId ¶
func (o *ResponsesShortRollup) SetId(v int32)
SetId gets a reference to the given int32 and assigns it to the Id field.
func (*ResponsesShortRollup) SetLogo ¶
func (o *ResponsesShortRollup) SetLogo(v string)
SetLogo gets a reference to the given string and assigns it to the Logo field.
func (*ResponsesShortRollup) SetName ¶
func (o *ResponsesShortRollup) SetName(v string)
SetName gets a reference to the given string and assigns it to the Name field.
func (*ResponsesShortRollup) SetSlug ¶
func (o *ResponsesShortRollup) SetSlug(v string)
SetSlug gets a reference to the given string and assigns it to the Slug field.
func (ResponsesShortRollup) ToMap ¶
func (o ResponsesShortRollup) ToMap() (map[string]interface{}, error)
type ResponsesShortValidator ¶
type ResponsesShortValidator struct { ConsAddress *string `json:"cons_address,omitempty"` Id *int32 `json:"id,omitempty"` Moniker *string `json:"moniker,omitempty"` }
ResponsesShortValidator struct for ResponsesShortValidator
func NewResponsesShortValidator ¶
func NewResponsesShortValidator() *ResponsesShortValidator
NewResponsesShortValidator instantiates a new ResponsesShortValidator 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 NewResponsesShortValidatorWithDefaults ¶
func NewResponsesShortValidatorWithDefaults() *ResponsesShortValidator
NewResponsesShortValidatorWithDefaults instantiates a new ResponsesShortValidator 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 (*ResponsesShortValidator) GetConsAddress ¶
func (o *ResponsesShortValidator) GetConsAddress() string
GetConsAddress returns the ConsAddress field value if set, zero value otherwise.
func (*ResponsesShortValidator) GetConsAddressOk ¶
func (o *ResponsesShortValidator) GetConsAddressOk() (*string, bool)
GetConsAddressOk returns a tuple with the ConsAddress field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ResponsesShortValidator) GetId ¶
func (o *ResponsesShortValidator) GetId() int32
GetId returns the Id field value if set, zero value otherwise.
func (*ResponsesShortValidator) GetIdOk ¶
func (o *ResponsesShortValidator) GetIdOk() (*int32, 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 (*ResponsesShortValidator) GetMoniker ¶
func (o *ResponsesShortValidator) GetMoniker() string
GetMoniker returns the Moniker field value if set, zero value otherwise.
func (*ResponsesShortValidator) GetMonikerOk ¶
func (o *ResponsesShortValidator) GetMonikerOk() (*string, bool)
GetMonikerOk returns a tuple with the Moniker field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ResponsesShortValidator) HasConsAddress ¶
func (o *ResponsesShortValidator) HasConsAddress() bool
HasConsAddress returns a boolean if a field has been set.
func (*ResponsesShortValidator) HasId ¶
func (o *ResponsesShortValidator) HasId() bool
HasId returns a boolean if a field has been set.
func (*ResponsesShortValidator) HasMoniker ¶
func (o *ResponsesShortValidator) HasMoniker() bool
HasMoniker returns a boolean if a field has been set.
func (ResponsesShortValidator) MarshalJSON ¶
func (o ResponsesShortValidator) MarshalJSON() ([]byte, error)
func (*ResponsesShortValidator) SetConsAddress ¶
func (o *ResponsesShortValidator) SetConsAddress(v string)
SetConsAddress gets a reference to the given string and assigns it to the ConsAddress field.
func (*ResponsesShortValidator) SetId ¶
func (o *ResponsesShortValidator) SetId(v int32)
SetId gets a reference to the given int32 and assigns it to the Id field.
func (*ResponsesShortValidator) SetMoniker ¶
func (o *ResponsesShortValidator) SetMoniker(v string)
SetMoniker gets a reference to the given string and assigns it to the Moniker field.
func (ResponsesShortValidator) ToMap ¶
func (o ResponsesShortValidator) ToMap() (map[string]interface{}, error)
type ResponsesSignedBlocks ¶
type ResponsesSignedBlocks struct { Height *int32 `json:"height,omitempty"` Signed *bool `json:"signed,omitempty"` }
ResponsesSignedBlocks struct for ResponsesSignedBlocks
func NewResponsesSignedBlocks ¶
func NewResponsesSignedBlocks() *ResponsesSignedBlocks
NewResponsesSignedBlocks instantiates a new ResponsesSignedBlocks 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 NewResponsesSignedBlocksWithDefaults ¶
func NewResponsesSignedBlocksWithDefaults() *ResponsesSignedBlocks
NewResponsesSignedBlocksWithDefaults instantiates a new ResponsesSignedBlocks 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 (*ResponsesSignedBlocks) GetHeight ¶
func (o *ResponsesSignedBlocks) GetHeight() int32
GetHeight returns the Height field value if set, zero value otherwise.
func (*ResponsesSignedBlocks) GetHeightOk ¶
func (o *ResponsesSignedBlocks) GetHeightOk() (*int32, bool)
GetHeightOk returns a tuple with the Height field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ResponsesSignedBlocks) GetSigned ¶
func (o *ResponsesSignedBlocks) GetSigned() bool
GetSigned returns the Signed field value if set, zero value otherwise.
func (*ResponsesSignedBlocks) GetSignedOk ¶
func (o *ResponsesSignedBlocks) GetSignedOk() (*bool, bool)
GetSignedOk returns a tuple with the Signed field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ResponsesSignedBlocks) HasHeight ¶
func (o *ResponsesSignedBlocks) HasHeight() bool
HasHeight returns a boolean if a field has been set.
func (*ResponsesSignedBlocks) HasSigned ¶
func (o *ResponsesSignedBlocks) HasSigned() bool
HasSigned returns a boolean if a field has been set.
func (ResponsesSignedBlocks) MarshalJSON ¶
func (o ResponsesSignedBlocks) MarshalJSON() ([]byte, error)
func (*ResponsesSignedBlocks) SetHeight ¶
func (o *ResponsesSignedBlocks) SetHeight(v int32)
SetHeight gets a reference to the given int32 and assigns it to the Height field.
func (*ResponsesSignedBlocks) SetSigned ¶
func (o *ResponsesSignedBlocks) SetSigned(v bool)
SetSigned gets a reference to the given bool and assigns it to the Signed field.
func (ResponsesSignedBlocks) ToMap ¶
func (o ResponsesSignedBlocks) ToMap() (map[string]interface{}, error)
type ResponsesSizeGroup ¶ added in v1.11.4
type ResponsesSizeGroup struct { AvgSize *int32 `json:"avg_size,omitempty"` Count *int32 `json:"count,omitempty"` Name *string `json:"name,omitempty"` Size *int32 `json:"size,omitempty"` }
ResponsesSizeGroup struct for ResponsesSizeGroup
func NewResponsesSizeGroup ¶ added in v1.11.4
func NewResponsesSizeGroup() *ResponsesSizeGroup
NewResponsesSizeGroup instantiates a new ResponsesSizeGroup 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 NewResponsesSizeGroupWithDefaults ¶ added in v1.11.4
func NewResponsesSizeGroupWithDefaults() *ResponsesSizeGroup
NewResponsesSizeGroupWithDefaults instantiates a new ResponsesSizeGroup 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 (*ResponsesSizeGroup) GetAvgSize ¶ added in v1.11.4
func (o *ResponsesSizeGroup) GetAvgSize() int32
GetAvgSize returns the AvgSize field value if set, zero value otherwise.
func (*ResponsesSizeGroup) GetAvgSizeOk ¶ added in v1.11.4
func (o *ResponsesSizeGroup) GetAvgSizeOk() (*int32, bool)
GetAvgSizeOk returns a tuple with the AvgSize field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ResponsesSizeGroup) GetCount ¶ added in v1.11.4
func (o *ResponsesSizeGroup) GetCount() int32
GetCount returns the Count field value if set, zero value otherwise.
func (*ResponsesSizeGroup) GetCountOk ¶ added in v1.11.4
func (o *ResponsesSizeGroup) GetCountOk() (*int32, bool)
GetCountOk returns a tuple with the Count field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ResponsesSizeGroup) GetName ¶ added in v1.11.4
func (o *ResponsesSizeGroup) GetName() string
GetName returns the Name field value if set, zero value otherwise.
func (*ResponsesSizeGroup) GetNameOk ¶ added in v1.11.4
func (o *ResponsesSizeGroup) 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 (*ResponsesSizeGroup) GetSize ¶ added in v1.11.4
func (o *ResponsesSizeGroup) GetSize() int32
GetSize returns the Size field value if set, zero value otherwise.
func (*ResponsesSizeGroup) GetSizeOk ¶ added in v1.11.4
func (o *ResponsesSizeGroup) GetSizeOk() (*int32, 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 (*ResponsesSizeGroup) HasAvgSize ¶ added in v1.11.4
func (o *ResponsesSizeGroup) HasAvgSize() bool
HasAvgSize returns a boolean if a field has been set.
func (*ResponsesSizeGroup) HasCount ¶ added in v1.11.4
func (o *ResponsesSizeGroup) HasCount() bool
HasCount returns a boolean if a field has been set.
func (*ResponsesSizeGroup) HasName ¶ added in v1.11.4
func (o *ResponsesSizeGroup) HasName() bool
HasName returns a boolean if a field has been set.
func (*ResponsesSizeGroup) HasSize ¶ added in v1.11.4
func (o *ResponsesSizeGroup) HasSize() bool
HasSize returns a boolean if a field has been set.
func (ResponsesSizeGroup) MarshalJSON ¶ added in v1.11.4
func (o ResponsesSizeGroup) MarshalJSON() ([]byte, error)
func (*ResponsesSizeGroup) SetAvgSize ¶ added in v1.11.4
func (o *ResponsesSizeGroup) SetAvgSize(v int32)
SetAvgSize gets a reference to the given int32 and assigns it to the AvgSize field.
func (*ResponsesSizeGroup) SetCount ¶ added in v1.11.4
func (o *ResponsesSizeGroup) SetCount(v int32)
SetCount gets a reference to the given int32 and assigns it to the Count field.
func (*ResponsesSizeGroup) SetName ¶ added in v1.11.4
func (o *ResponsesSizeGroup) SetName(v string)
SetName gets a reference to the given string and assigns it to the Name field.
func (*ResponsesSizeGroup) SetSize ¶ added in v1.11.4
func (o *ResponsesSizeGroup) SetSize(v int32)
SetSize gets a reference to the given int32 and assigns it to the Size field.
func (ResponsesSizeGroup) ToMap ¶ added in v1.11.4
func (o ResponsesSizeGroup) ToMap() (map[string]interface{}, error)
type ResponsesState ¶
type ResponsesState struct { ChainId *string `json:"chain_id,omitempty"` Hash *string `json:"hash,omitempty"` Id *int64 `json:"id,omitempty"` LastHeight *int64 `json:"last_height,omitempty"` LastTime *time.Time `json:"last_time,omitempty"` Name *string `json:"name,omitempty"` Synced *bool `json:"synced,omitempty"` TotalAccounts *int64 `json:"total_accounts,omitempty"` TotalBlobsSize *int64 `json:"total_blobs_size,omitempty"` TotalFee *string `json:"total_fee,omitempty"` TotalIbcClients *int32 `json:"total_ibc_clients,omitempty"` TotalNamespaces *int32 `json:"total_namespaces,omitempty"` TotalProposals *int64 `json:"total_proposals,omitempty"` TotalStake *string `json:"total_stake,omitempty"` TotalSupply *string `json:"total_supply,omitempty"` TotalTx *int64 `json:"total_tx,omitempty"` TotalValidators *int64 `json:"total_validators,omitempty"` TotalVotingPower *string `json:"total_voting_power,omitempty"` }
ResponsesState struct for ResponsesState
func NewResponsesState ¶
func NewResponsesState() *ResponsesState
NewResponsesState instantiates a new ResponsesState 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 NewResponsesStateWithDefaults ¶
func NewResponsesStateWithDefaults() *ResponsesState
NewResponsesStateWithDefaults instantiates a new ResponsesState 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 (*ResponsesState) GetChainId ¶
func (o *ResponsesState) GetChainId() string
GetChainId returns the ChainId field value if set, zero value otherwise.
func (*ResponsesState) GetChainIdOk ¶
func (o *ResponsesState) 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 (*ResponsesState) GetHash ¶
func (o *ResponsesState) GetHash() string
GetHash returns the Hash field value if set, zero value otherwise.
func (*ResponsesState) GetHashOk ¶
func (o *ResponsesState) 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 (*ResponsesState) GetId ¶
func (o *ResponsesState) GetId() int64
GetId returns the Id field value if set, zero value otherwise.
func (*ResponsesState) GetIdOk ¶
func (o *ResponsesState) 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 (*ResponsesState) GetLastHeight ¶
func (o *ResponsesState) GetLastHeight() int64
GetLastHeight returns the LastHeight field value if set, zero value otherwise.
func (*ResponsesState) GetLastHeightOk ¶
func (o *ResponsesState) GetLastHeightOk() (*int64, bool)
GetLastHeightOk returns a tuple with the LastHeight field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ResponsesState) GetLastTime ¶
func (o *ResponsesState) GetLastTime() time.Time
GetLastTime returns the LastTime field value if set, zero value otherwise.
func (*ResponsesState) GetLastTimeOk ¶
func (o *ResponsesState) GetLastTimeOk() (*time.Time, bool)
GetLastTimeOk returns a tuple with the LastTime field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ResponsesState) GetName ¶
func (o *ResponsesState) GetName() string
GetName returns the Name field value if set, zero value otherwise.
func (*ResponsesState) GetNameOk ¶
func (o *ResponsesState) 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 (*ResponsesState) GetSynced ¶
func (o *ResponsesState) GetSynced() bool
GetSynced returns the Synced field value if set, zero value otherwise.
func (*ResponsesState) GetSyncedOk ¶
func (o *ResponsesState) GetSyncedOk() (*bool, bool)
GetSyncedOk returns a tuple with the Synced field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ResponsesState) GetTotalAccounts ¶
func (o *ResponsesState) GetTotalAccounts() int64
GetTotalAccounts returns the TotalAccounts field value if set, zero value otherwise.
func (*ResponsesState) GetTotalAccountsOk ¶
func (o *ResponsesState) GetTotalAccountsOk() (*int64, bool)
GetTotalAccountsOk returns a tuple with the TotalAccounts field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ResponsesState) GetTotalBlobsSize ¶
func (o *ResponsesState) GetTotalBlobsSize() int64
GetTotalBlobsSize returns the TotalBlobsSize field value if set, zero value otherwise.
func (*ResponsesState) GetTotalBlobsSizeOk ¶
func (o *ResponsesState) GetTotalBlobsSizeOk() (*int64, bool)
GetTotalBlobsSizeOk returns a tuple with the TotalBlobsSize field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ResponsesState) GetTotalFee ¶
func (o *ResponsesState) GetTotalFee() string
GetTotalFee returns the TotalFee field value if set, zero value otherwise.
func (*ResponsesState) GetTotalFeeOk ¶
func (o *ResponsesState) GetTotalFeeOk() (*string, bool)
GetTotalFeeOk returns a tuple with the TotalFee field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ResponsesState) GetTotalIbcClients ¶ added in v1.14.0
func (o *ResponsesState) GetTotalIbcClients() int32
GetTotalIbcClients returns the TotalIbcClients field value if set, zero value otherwise.
func (*ResponsesState) GetTotalIbcClientsOk ¶ added in v1.14.0
func (o *ResponsesState) GetTotalIbcClientsOk() (*int32, bool)
GetTotalIbcClientsOk returns a tuple with the TotalIbcClients field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ResponsesState) GetTotalNamespaces ¶ added in v1.11.0
func (o *ResponsesState) GetTotalNamespaces() int32
GetTotalNamespaces returns the TotalNamespaces field value if set, zero value otherwise.
func (*ResponsesState) GetTotalNamespacesOk ¶ added in v1.11.0
func (o *ResponsesState) GetTotalNamespacesOk() (*int32, bool)
GetTotalNamespacesOk returns a tuple with the TotalNamespaces field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ResponsesState) GetTotalProposals ¶ added in v1.12.1
func (o *ResponsesState) GetTotalProposals() int64
GetTotalProposals returns the TotalProposals field value if set, zero value otherwise.
func (*ResponsesState) GetTotalProposalsOk ¶ added in v1.12.1
func (o *ResponsesState) GetTotalProposalsOk() (*int64, bool)
GetTotalProposalsOk returns a tuple with the TotalProposals field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ResponsesState) GetTotalStake ¶
func (o *ResponsesState) GetTotalStake() string
GetTotalStake returns the TotalStake field value if set, zero value otherwise.
func (*ResponsesState) GetTotalStakeOk ¶
func (o *ResponsesState) GetTotalStakeOk() (*string, bool)
GetTotalStakeOk returns a tuple with the TotalStake field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ResponsesState) GetTotalSupply ¶
func (o *ResponsesState) GetTotalSupply() string
GetTotalSupply returns the TotalSupply field value if set, zero value otherwise.
func (*ResponsesState) GetTotalSupplyOk ¶
func (o *ResponsesState) GetTotalSupplyOk() (*string, bool)
GetTotalSupplyOk returns a tuple with the TotalSupply field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ResponsesState) GetTotalTx ¶
func (o *ResponsesState) GetTotalTx() int64
GetTotalTx returns the TotalTx field value if set, zero value otherwise.
func (*ResponsesState) GetTotalTxOk ¶
func (o *ResponsesState) GetTotalTxOk() (*int64, bool)
GetTotalTxOk returns a tuple with the TotalTx field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ResponsesState) GetTotalValidators ¶
func (o *ResponsesState) GetTotalValidators() int64
GetTotalValidators returns the TotalValidators field value if set, zero value otherwise.
func (*ResponsesState) GetTotalValidatorsOk ¶
func (o *ResponsesState) GetTotalValidatorsOk() (*int64, bool)
GetTotalValidatorsOk returns a tuple with the TotalValidators field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ResponsesState) GetTotalVotingPower ¶
func (o *ResponsesState) GetTotalVotingPower() string
GetTotalVotingPower returns the TotalVotingPower field value if set, zero value otherwise.
func (*ResponsesState) GetTotalVotingPowerOk ¶
func (o *ResponsesState) GetTotalVotingPowerOk() (*string, bool)
GetTotalVotingPowerOk returns a tuple with the TotalVotingPower field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ResponsesState) HasChainId ¶
func (o *ResponsesState) HasChainId() bool
HasChainId returns a boolean if a field has been set.
func (*ResponsesState) HasHash ¶
func (o *ResponsesState) HasHash() bool
HasHash returns a boolean if a field has been set.
func (*ResponsesState) HasId ¶
func (o *ResponsesState) HasId() bool
HasId returns a boolean if a field has been set.
func (*ResponsesState) HasLastHeight ¶
func (o *ResponsesState) HasLastHeight() bool
HasLastHeight returns a boolean if a field has been set.
func (*ResponsesState) HasLastTime ¶
func (o *ResponsesState) HasLastTime() bool
HasLastTime returns a boolean if a field has been set.
func (*ResponsesState) HasName ¶
func (o *ResponsesState) HasName() bool
HasName returns a boolean if a field has been set.
func (*ResponsesState) HasSynced ¶
func (o *ResponsesState) HasSynced() bool
HasSynced returns a boolean if a field has been set.
func (*ResponsesState) HasTotalAccounts ¶
func (o *ResponsesState) HasTotalAccounts() bool
HasTotalAccounts returns a boolean if a field has been set.
func (*ResponsesState) HasTotalBlobsSize ¶
func (o *ResponsesState) HasTotalBlobsSize() bool
HasTotalBlobsSize returns a boolean if a field has been set.
func (*ResponsesState) HasTotalFee ¶
func (o *ResponsesState) HasTotalFee() bool
HasTotalFee returns a boolean if a field has been set.
func (*ResponsesState) HasTotalIbcClients ¶ added in v1.14.0
func (o *ResponsesState) HasTotalIbcClients() bool
HasTotalIbcClients returns a boolean if a field has been set.
func (*ResponsesState) HasTotalNamespaces ¶ added in v1.11.0
func (o *ResponsesState) HasTotalNamespaces() bool
HasTotalNamespaces returns a boolean if a field has been set.
func (*ResponsesState) HasTotalProposals ¶ added in v1.12.1
func (o *ResponsesState) HasTotalProposals() bool
HasTotalProposals returns a boolean if a field has been set.
func (*ResponsesState) HasTotalStake ¶
func (o *ResponsesState) HasTotalStake() bool
HasTotalStake returns a boolean if a field has been set.
func (*ResponsesState) HasTotalSupply ¶
func (o *ResponsesState) HasTotalSupply() bool
HasTotalSupply returns a boolean if a field has been set.
func (*ResponsesState) HasTotalTx ¶
func (o *ResponsesState) HasTotalTx() bool
HasTotalTx returns a boolean if a field has been set.
func (*ResponsesState) HasTotalValidators ¶
func (o *ResponsesState) HasTotalValidators() bool
HasTotalValidators returns a boolean if a field has been set.
func (*ResponsesState) HasTotalVotingPower ¶
func (o *ResponsesState) HasTotalVotingPower() bool
HasTotalVotingPower returns a boolean if a field has been set.
func (ResponsesState) MarshalJSON ¶
func (o ResponsesState) MarshalJSON() ([]byte, error)
func (*ResponsesState) SetChainId ¶
func (o *ResponsesState) SetChainId(v string)
SetChainId gets a reference to the given string and assigns it to the ChainId field.
func (*ResponsesState) SetHash ¶
func (o *ResponsesState) SetHash(v string)
SetHash gets a reference to the given string and assigns it to the Hash field.
func (*ResponsesState) SetId ¶
func (o *ResponsesState) SetId(v int64)
SetId gets a reference to the given int64 and assigns it to the Id field.
func (*ResponsesState) SetLastHeight ¶
func (o *ResponsesState) SetLastHeight(v int64)
SetLastHeight gets a reference to the given int64 and assigns it to the LastHeight field.
func (*ResponsesState) SetLastTime ¶
func (o *ResponsesState) SetLastTime(v time.Time)
SetLastTime gets a reference to the given time.Time and assigns it to the LastTime field.
func (*ResponsesState) SetName ¶
func (o *ResponsesState) SetName(v string)
SetName gets a reference to the given string and assigns it to the Name field.
func (*ResponsesState) SetSynced ¶
func (o *ResponsesState) SetSynced(v bool)
SetSynced gets a reference to the given bool and assigns it to the Synced field.
func (*ResponsesState) SetTotalAccounts ¶
func (o *ResponsesState) SetTotalAccounts(v int64)
SetTotalAccounts gets a reference to the given int64 and assigns it to the TotalAccounts field.
func (*ResponsesState) SetTotalBlobsSize ¶
func (o *ResponsesState) SetTotalBlobsSize(v int64)
SetTotalBlobsSize gets a reference to the given int64 and assigns it to the TotalBlobsSize field.
func (*ResponsesState) SetTotalFee ¶
func (o *ResponsesState) SetTotalFee(v string)
SetTotalFee gets a reference to the given string and assigns it to the TotalFee field.
func (*ResponsesState) SetTotalIbcClients ¶ added in v1.14.0
func (o *ResponsesState) SetTotalIbcClients(v int32)
SetTotalIbcClients gets a reference to the given int32 and assigns it to the TotalIbcClients field.
func (*ResponsesState) SetTotalNamespaces ¶ added in v1.11.0
func (o *ResponsesState) SetTotalNamespaces(v int32)
SetTotalNamespaces gets a reference to the given int32 and assigns it to the TotalNamespaces field.
func (*ResponsesState) SetTotalProposals ¶ added in v1.12.1
func (o *ResponsesState) SetTotalProposals(v int64)
SetTotalProposals gets a reference to the given int64 and assigns it to the TotalProposals field.
func (*ResponsesState) SetTotalStake ¶
func (o *ResponsesState) SetTotalStake(v string)
SetTotalStake gets a reference to the given string and assigns it to the TotalStake field.
func (*ResponsesState) SetTotalSupply ¶
func (o *ResponsesState) SetTotalSupply(v string)
SetTotalSupply gets a reference to the given string and assigns it to the TotalSupply field.
func (*ResponsesState) SetTotalTx ¶
func (o *ResponsesState) SetTotalTx(v int64)
SetTotalTx gets a reference to the given int64 and assigns it to the TotalTx field.
func (*ResponsesState) SetTotalValidators ¶
func (o *ResponsesState) SetTotalValidators(v int64)
SetTotalValidators gets a reference to the given int64 and assigns it to the TotalValidators field.
func (*ResponsesState) SetTotalVotingPower ¶
func (o *ResponsesState) SetTotalVotingPower(v string)
SetTotalVotingPower gets a reference to the given string and assigns it to the TotalVotingPower field.
func (ResponsesState) ToMap ¶
func (o ResponsesState) ToMap() (map[string]interface{}, error)
type ResponsesTPS ¶
type ResponsesTPS struct { ChangeLastHourPct *float32 `json:"change_last_hour_pct,omitempty"` Current *float32 `json:"current,omitempty"` High *float32 `json:"high,omitempty"` Low *float32 `json:"low,omitempty"` }
ResponsesTPS struct for ResponsesTPS
func NewResponsesTPS ¶
func NewResponsesTPS() *ResponsesTPS
NewResponsesTPS instantiates a new ResponsesTPS 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 NewResponsesTPSWithDefaults ¶
func NewResponsesTPSWithDefaults() *ResponsesTPS
NewResponsesTPSWithDefaults instantiates a new ResponsesTPS 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 (*ResponsesTPS) GetChangeLastHourPct ¶
func (o *ResponsesTPS) GetChangeLastHourPct() float32
GetChangeLastHourPct returns the ChangeLastHourPct field value if set, zero value otherwise.
func (*ResponsesTPS) GetChangeLastHourPctOk ¶
func (o *ResponsesTPS) GetChangeLastHourPctOk() (*float32, bool)
GetChangeLastHourPctOk returns a tuple with the ChangeLastHourPct field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ResponsesTPS) GetCurrent ¶
func (o *ResponsesTPS) GetCurrent() float32
GetCurrent returns the Current field value if set, zero value otherwise.
func (*ResponsesTPS) GetCurrentOk ¶
func (o *ResponsesTPS) GetCurrentOk() (*float32, bool)
GetCurrentOk returns a tuple with the Current field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ResponsesTPS) GetHigh ¶
func (o *ResponsesTPS) GetHigh() float32
GetHigh returns the High field value if set, zero value otherwise.
func (*ResponsesTPS) GetHighOk ¶
func (o *ResponsesTPS) GetHighOk() (*float32, bool)
GetHighOk returns a tuple with the High field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ResponsesTPS) GetLow ¶
func (o *ResponsesTPS) GetLow() float32
GetLow returns the Low field value if set, zero value otherwise.
func (*ResponsesTPS) GetLowOk ¶
func (o *ResponsesTPS) GetLowOk() (*float32, bool)
GetLowOk returns a tuple with the Low field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ResponsesTPS) HasChangeLastHourPct ¶
func (o *ResponsesTPS) HasChangeLastHourPct() bool
HasChangeLastHourPct returns a boolean if a field has been set.
func (*ResponsesTPS) HasCurrent ¶
func (o *ResponsesTPS) HasCurrent() bool
HasCurrent returns a boolean if a field has been set.
func (*ResponsesTPS) HasHigh ¶
func (o *ResponsesTPS) HasHigh() bool
HasHigh returns a boolean if a field has been set.
func (*ResponsesTPS) HasLow ¶
func (o *ResponsesTPS) HasLow() bool
HasLow returns a boolean if a field has been set.
func (ResponsesTPS) MarshalJSON ¶
func (o ResponsesTPS) MarshalJSON() ([]byte, error)
func (*ResponsesTPS) SetChangeLastHourPct ¶
func (o *ResponsesTPS) SetChangeLastHourPct(v float32)
SetChangeLastHourPct gets a reference to the given float32 and assigns it to the ChangeLastHourPct field.
func (*ResponsesTPS) SetCurrent ¶
func (o *ResponsesTPS) SetCurrent(v float32)
SetCurrent gets a reference to the given float32 and assigns it to the Current field.
func (*ResponsesTPS) SetHigh ¶
func (o *ResponsesTPS) SetHigh(v float32)
SetHigh gets a reference to the given float32 and assigns it to the High field.
func (*ResponsesTPS) SetLow ¶
func (o *ResponsesTPS) SetLow(v float32)
SetLow gets a reference to the given float32 and assigns it to the Low field.
func (ResponsesTPS) ToMap ¶
func (o ResponsesTPS) ToMap() (map[string]interface{}, error)
type ResponsesTimeValueItem ¶
type ResponsesTimeValueItem struct { Time *time.Time `json:"time,omitempty"` Value *string `json:"value,omitempty"` }
ResponsesTimeValueItem struct for ResponsesTimeValueItem
func NewResponsesTimeValueItem ¶
func NewResponsesTimeValueItem() *ResponsesTimeValueItem
NewResponsesTimeValueItem instantiates a new ResponsesTimeValueItem 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 NewResponsesTimeValueItemWithDefaults ¶
func NewResponsesTimeValueItemWithDefaults() *ResponsesTimeValueItem
NewResponsesTimeValueItemWithDefaults instantiates a new ResponsesTimeValueItem 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 (*ResponsesTimeValueItem) GetTime ¶
func (o *ResponsesTimeValueItem) GetTime() time.Time
GetTime returns the Time field value if set, zero value otherwise.
func (*ResponsesTimeValueItem) GetTimeOk ¶
func (o *ResponsesTimeValueItem) GetTimeOk() (*time.Time, bool)
GetTimeOk returns a tuple with the Time field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ResponsesTimeValueItem) GetValue ¶
func (o *ResponsesTimeValueItem) GetValue() string
GetValue returns the Value field value if set, zero value otherwise.
func (*ResponsesTimeValueItem) GetValueOk ¶
func (o *ResponsesTimeValueItem) 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 (*ResponsesTimeValueItem) HasTime ¶
func (o *ResponsesTimeValueItem) HasTime() bool
HasTime returns a boolean if a field has been set.
func (*ResponsesTimeValueItem) HasValue ¶
func (o *ResponsesTimeValueItem) HasValue() bool
HasValue returns a boolean if a field has been set.
func (ResponsesTimeValueItem) MarshalJSON ¶
func (o ResponsesTimeValueItem) MarshalJSON() ([]byte, error)
func (*ResponsesTimeValueItem) SetTime ¶
func (o *ResponsesTimeValueItem) SetTime(v time.Time)
SetTime gets a reference to the given time.Time and assigns it to the Time field.
func (*ResponsesTimeValueItem) SetValue ¶
func (o *ResponsesTimeValueItem) SetValue(v string)
SetValue gets a reference to the given string and assigns it to the Value field.
func (ResponsesTimeValueItem) ToMap ¶
func (o ResponsesTimeValueItem) ToMap() (map[string]interface{}, error)
type ResponsesTx ¶
type ResponsesTx struct { Codespace *string `json:"codespace,omitempty"` Error *string `json:"error,omitempty"` EventsCount *int64 `json:"events_count,omitempty"` Fee *string `json:"fee,omitempty"` GasUsed *int64 `json:"gas_used,omitempty"` GasWanted *int64 `json:"gas_wanted,omitempty"` Hash **os.File `json:"hash,omitempty"` Height *int64 `json:"height,omitempty"` Id *int64 `json:"id,omitempty"` Memo *string `json:"memo,omitempty"` MessageTypes []TypesMsgType `json:"message_types,omitempty"` Messages []ResponsesMessage `json:"messages,omitempty"` MessagesCount *int64 `json:"messages_count,omitempty"` Position *int64 `json:"position,omitempty"` Signers []ResponsesShortAddress `json:"signers,omitempty"` Status *GithubComCeleniumIoCelestiaIndexerInternalStorageTypesStatus `json:"status,omitempty"` Time *time.Time `json:"time,omitempty"` TimeoutHeight *int64 `json:"timeout_height,omitempty"` }
ResponsesTx struct for ResponsesTx
func NewResponsesTx ¶
func NewResponsesTx() *ResponsesTx
NewResponsesTx instantiates a new ResponsesTx 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 NewResponsesTxWithDefaults ¶
func NewResponsesTxWithDefaults() *ResponsesTx
NewResponsesTxWithDefaults instantiates a new ResponsesTx 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 (*ResponsesTx) GetCodespace ¶
func (o *ResponsesTx) GetCodespace() string
GetCodespace returns the Codespace field value if set, zero value otherwise.
func (*ResponsesTx) GetCodespaceOk ¶
func (o *ResponsesTx) GetCodespaceOk() (*string, bool)
GetCodespaceOk returns a tuple with the Codespace field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ResponsesTx) GetError ¶
func (o *ResponsesTx) GetError() string
GetError returns the Error field value if set, zero value otherwise.
func (*ResponsesTx) GetErrorOk ¶
func (o *ResponsesTx) GetErrorOk() (*string, bool)
GetErrorOk returns a tuple with the Error field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ResponsesTx) GetEventsCount ¶
func (o *ResponsesTx) GetEventsCount() int64
GetEventsCount returns the EventsCount field value if set, zero value otherwise.
func (*ResponsesTx) GetEventsCountOk ¶
func (o *ResponsesTx) GetEventsCountOk() (*int64, bool)
GetEventsCountOk returns a tuple with the EventsCount field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ResponsesTx) GetFee ¶
func (o *ResponsesTx) GetFee() string
GetFee returns the Fee field value if set, zero value otherwise.
func (*ResponsesTx) GetFeeOk ¶
func (o *ResponsesTx) GetFeeOk() (*string, bool)
GetFeeOk returns a tuple with the Fee field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ResponsesTx) GetGasUsed ¶
func (o *ResponsesTx) GetGasUsed() int64
GetGasUsed returns the GasUsed field value if set, zero value otherwise.
func (*ResponsesTx) GetGasUsedOk ¶
func (o *ResponsesTx) GetGasUsedOk() (*int64, bool)
GetGasUsedOk returns a tuple with the GasUsed field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ResponsesTx) GetGasWanted ¶
func (o *ResponsesTx) GetGasWanted() int64
GetGasWanted returns the GasWanted field value if set, zero value otherwise.
func (*ResponsesTx) GetGasWantedOk ¶
func (o *ResponsesTx) GetGasWantedOk() (*int64, bool)
GetGasWantedOk returns a tuple with the GasWanted field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ResponsesTx) GetHash ¶
func (o *ResponsesTx) GetHash() *os.File
GetHash returns the Hash field value if set, zero value otherwise.
func (*ResponsesTx) GetHashOk ¶
func (o *ResponsesTx) GetHashOk() (**os.File, 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 (*ResponsesTx) GetHeight ¶
func (o *ResponsesTx) GetHeight() int64
GetHeight returns the Height field value if set, zero value otherwise.
func (*ResponsesTx) GetHeightOk ¶
func (o *ResponsesTx) GetHeightOk() (*int64, bool)
GetHeightOk returns a tuple with the Height field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ResponsesTx) GetId ¶
func (o *ResponsesTx) GetId() int64
GetId returns the Id field value if set, zero value otherwise.
func (*ResponsesTx) GetIdOk ¶
func (o *ResponsesTx) 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 (*ResponsesTx) GetMemo ¶
func (o *ResponsesTx) GetMemo() string
GetMemo returns the Memo field value if set, zero value otherwise.
func (*ResponsesTx) GetMemoOk ¶
func (o *ResponsesTx) GetMemoOk() (*string, bool)
GetMemoOk returns a tuple with the Memo field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ResponsesTx) GetMessageTypes ¶
func (o *ResponsesTx) GetMessageTypes() []TypesMsgType
GetMessageTypes returns the MessageTypes field value if set, zero value otherwise.
func (*ResponsesTx) GetMessageTypesOk ¶
func (o *ResponsesTx) GetMessageTypesOk() ([]TypesMsgType, bool)
GetMessageTypesOk returns a tuple with the MessageTypes field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ResponsesTx) GetMessages ¶
func (o *ResponsesTx) GetMessages() []ResponsesMessage
GetMessages returns the Messages field value if set, zero value otherwise.
func (*ResponsesTx) GetMessagesCount ¶
func (o *ResponsesTx) GetMessagesCount() int64
GetMessagesCount returns the MessagesCount field value if set, zero value otherwise.
func (*ResponsesTx) GetMessagesCountOk ¶
func (o *ResponsesTx) GetMessagesCountOk() (*int64, bool)
GetMessagesCountOk returns a tuple with the MessagesCount field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ResponsesTx) GetMessagesOk ¶
func (o *ResponsesTx) GetMessagesOk() ([]ResponsesMessage, bool)
GetMessagesOk returns a tuple with the Messages field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ResponsesTx) GetPosition ¶
func (o *ResponsesTx) GetPosition() int64
GetPosition returns the Position field value if set, zero value otherwise.
func (*ResponsesTx) GetPositionOk ¶
func (o *ResponsesTx) GetPositionOk() (*int64, bool)
GetPositionOk returns a tuple with the Position field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ResponsesTx) GetSigners ¶
func (o *ResponsesTx) GetSigners() []ResponsesShortAddress
GetSigners returns the Signers field value if set, zero value otherwise.
func (*ResponsesTx) GetSignersOk ¶
func (o *ResponsesTx) GetSignersOk() ([]ResponsesShortAddress, bool)
GetSignersOk returns a tuple with the Signers field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ResponsesTx) GetStatus ¶
func (o *ResponsesTx) GetStatus() GithubComCeleniumIoCelestiaIndexerInternalStorageTypesStatus
GetStatus returns the Status field value if set, zero value otherwise.
func (*ResponsesTx) GetStatusOk ¶
func (o *ResponsesTx) GetStatusOk() (*GithubComCeleniumIoCelestiaIndexerInternalStorageTypesStatus, bool)
GetStatusOk returns a tuple with the Status field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ResponsesTx) GetTime ¶
func (o *ResponsesTx) GetTime() time.Time
GetTime returns the Time field value if set, zero value otherwise.
func (*ResponsesTx) GetTimeOk ¶
func (o *ResponsesTx) GetTimeOk() (*time.Time, bool)
GetTimeOk returns a tuple with the Time field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ResponsesTx) GetTimeoutHeight ¶
func (o *ResponsesTx) GetTimeoutHeight() int64
GetTimeoutHeight returns the TimeoutHeight field value if set, zero value otherwise.
func (*ResponsesTx) GetTimeoutHeightOk ¶
func (o *ResponsesTx) GetTimeoutHeightOk() (*int64, bool)
GetTimeoutHeightOk returns a tuple with the TimeoutHeight field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ResponsesTx) HasCodespace ¶
func (o *ResponsesTx) HasCodespace() bool
HasCodespace returns a boolean if a field has been set.
func (*ResponsesTx) HasError ¶
func (o *ResponsesTx) HasError() bool
HasError returns a boolean if a field has been set.
func (*ResponsesTx) HasEventsCount ¶
func (o *ResponsesTx) HasEventsCount() bool
HasEventsCount returns a boolean if a field has been set.
func (*ResponsesTx) HasFee ¶
func (o *ResponsesTx) HasFee() bool
HasFee returns a boolean if a field has been set.
func (*ResponsesTx) HasGasUsed ¶
func (o *ResponsesTx) HasGasUsed() bool
HasGasUsed returns a boolean if a field has been set.
func (*ResponsesTx) HasGasWanted ¶
func (o *ResponsesTx) HasGasWanted() bool
HasGasWanted returns a boolean if a field has been set.
func (*ResponsesTx) HasHash ¶
func (o *ResponsesTx) HasHash() bool
HasHash returns a boolean if a field has been set.
func (*ResponsesTx) HasHeight ¶
func (o *ResponsesTx) HasHeight() bool
HasHeight returns a boolean if a field has been set.
func (*ResponsesTx) HasId ¶
func (o *ResponsesTx) HasId() bool
HasId returns a boolean if a field has been set.
func (*ResponsesTx) HasMemo ¶
func (o *ResponsesTx) HasMemo() bool
HasMemo returns a boolean if a field has been set.
func (*ResponsesTx) HasMessageTypes ¶
func (o *ResponsesTx) HasMessageTypes() bool
HasMessageTypes returns a boolean if a field has been set.
func (*ResponsesTx) HasMessages ¶
func (o *ResponsesTx) HasMessages() bool
HasMessages returns a boolean if a field has been set.
func (*ResponsesTx) HasMessagesCount ¶
func (o *ResponsesTx) HasMessagesCount() bool
HasMessagesCount returns a boolean if a field has been set.
func (*ResponsesTx) HasPosition ¶
func (o *ResponsesTx) HasPosition() bool
HasPosition returns a boolean if a field has been set.
func (*ResponsesTx) HasSigners ¶
func (o *ResponsesTx) HasSigners() bool
HasSigners returns a boolean if a field has been set.
func (*ResponsesTx) HasStatus ¶
func (o *ResponsesTx) HasStatus() bool
HasStatus returns a boolean if a field has been set.
func (*ResponsesTx) HasTime ¶
func (o *ResponsesTx) HasTime() bool
HasTime returns a boolean if a field has been set.
func (*ResponsesTx) HasTimeoutHeight ¶
func (o *ResponsesTx) HasTimeoutHeight() bool
HasTimeoutHeight returns a boolean if a field has been set.
func (ResponsesTx) MarshalJSON ¶
func (o ResponsesTx) MarshalJSON() ([]byte, error)
func (*ResponsesTx) SetCodespace ¶
func (o *ResponsesTx) SetCodespace(v string)
SetCodespace gets a reference to the given string and assigns it to the Codespace field.
func (*ResponsesTx) SetError ¶
func (o *ResponsesTx) SetError(v string)
SetError gets a reference to the given string and assigns it to the Error field.
func (*ResponsesTx) SetEventsCount ¶
func (o *ResponsesTx) SetEventsCount(v int64)
SetEventsCount gets a reference to the given int64 and assigns it to the EventsCount field.
func (*ResponsesTx) SetFee ¶
func (o *ResponsesTx) SetFee(v string)
SetFee gets a reference to the given string and assigns it to the Fee field.
func (*ResponsesTx) SetGasUsed ¶
func (o *ResponsesTx) SetGasUsed(v int64)
SetGasUsed gets a reference to the given int64 and assigns it to the GasUsed field.
func (*ResponsesTx) SetGasWanted ¶
func (o *ResponsesTx) SetGasWanted(v int64)
SetGasWanted gets a reference to the given int64 and assigns it to the GasWanted field.
func (*ResponsesTx) SetHash ¶
func (o *ResponsesTx) SetHash(v *os.File)
SetHash gets a reference to the given *os.File and assigns it to the Hash field.
func (*ResponsesTx) SetHeight ¶
func (o *ResponsesTx) SetHeight(v int64)
SetHeight gets a reference to the given int64 and assigns it to the Height field.
func (*ResponsesTx) SetId ¶
func (o *ResponsesTx) SetId(v int64)
SetId gets a reference to the given int64 and assigns it to the Id field.
func (*ResponsesTx) SetMemo ¶
func (o *ResponsesTx) SetMemo(v string)
SetMemo gets a reference to the given string and assigns it to the Memo field.
func (*ResponsesTx) SetMessageTypes ¶
func (o *ResponsesTx) SetMessageTypes(v []TypesMsgType)
SetMessageTypes gets a reference to the given []TypesMsgType and assigns it to the MessageTypes field.
func (*ResponsesTx) SetMessages ¶
func (o *ResponsesTx) SetMessages(v []ResponsesMessage)
SetMessages gets a reference to the given []ResponsesMessage and assigns it to the Messages field.
func (*ResponsesTx) SetMessagesCount ¶
func (o *ResponsesTx) SetMessagesCount(v int64)
SetMessagesCount gets a reference to the given int64 and assigns it to the MessagesCount field.
func (*ResponsesTx) SetPosition ¶
func (o *ResponsesTx) SetPosition(v int64)
SetPosition gets a reference to the given int64 and assigns it to the Position field.
func (*ResponsesTx) SetSigners ¶
func (o *ResponsesTx) SetSigners(v []ResponsesShortAddress)
SetSigners gets a reference to the given []ResponsesShortAddress and assigns it to the Signers field.
func (*ResponsesTx) SetStatus ¶
func (o *ResponsesTx) SetStatus(v GithubComCeleniumIoCelestiaIndexerInternalStorageTypesStatus)
SetStatus gets a reference to the given GithubComCeleniumIoCelestiaIndexerInternalStorageTypesStatus and assigns it to the Status field.
func (*ResponsesTx) SetTime ¶
func (o *ResponsesTx) SetTime(v time.Time)
SetTime gets a reference to the given time.Time and assigns it to the Time field.
func (*ResponsesTx) SetTimeoutHeight ¶
func (o *ResponsesTx) SetTimeoutHeight(v int64)
SetTimeoutHeight gets a reference to the given int64 and assigns it to the TimeoutHeight field.
func (ResponsesTx) ToMap ¶
func (o ResponsesTx) ToMap() (map[string]interface{}, error)
type ResponsesTxForAddress ¶
type ResponsesTxForAddress struct { Fee *string `json:"fee,omitempty"` Hash **os.File `json:"hash,omitempty"` MessageTypes []TypesMsgType `json:"message_types,omitempty"` MessagesCount *int64 `json:"messages_count,omitempty"` Status *GithubComCeleniumIoCelestiaIndexerInternalStorageTypesStatus `json:"status,omitempty"` }
ResponsesTxForAddress struct for ResponsesTxForAddress
func NewResponsesTxForAddress ¶
func NewResponsesTxForAddress() *ResponsesTxForAddress
NewResponsesTxForAddress instantiates a new ResponsesTxForAddress 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 NewResponsesTxForAddressWithDefaults ¶
func NewResponsesTxForAddressWithDefaults() *ResponsesTxForAddress
NewResponsesTxForAddressWithDefaults instantiates a new ResponsesTxForAddress 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 (*ResponsesTxForAddress) GetFee ¶
func (o *ResponsesTxForAddress) GetFee() string
GetFee returns the Fee field value if set, zero value otherwise.
func (*ResponsesTxForAddress) GetFeeOk ¶
func (o *ResponsesTxForAddress) GetFeeOk() (*string, bool)
GetFeeOk returns a tuple with the Fee field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ResponsesTxForAddress) GetHash ¶
func (o *ResponsesTxForAddress) GetHash() *os.File
GetHash returns the Hash field value if set, zero value otherwise.
func (*ResponsesTxForAddress) GetHashOk ¶
func (o *ResponsesTxForAddress) GetHashOk() (**os.File, 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 (*ResponsesTxForAddress) GetMessageTypes ¶
func (o *ResponsesTxForAddress) GetMessageTypes() []TypesMsgType
GetMessageTypes returns the MessageTypes field value if set, zero value otherwise.
func (*ResponsesTxForAddress) GetMessageTypesOk ¶
func (o *ResponsesTxForAddress) GetMessageTypesOk() ([]TypesMsgType, bool)
GetMessageTypesOk returns a tuple with the MessageTypes field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ResponsesTxForAddress) GetMessagesCount ¶
func (o *ResponsesTxForAddress) GetMessagesCount() int64
GetMessagesCount returns the MessagesCount field value if set, zero value otherwise.
func (*ResponsesTxForAddress) GetMessagesCountOk ¶
func (o *ResponsesTxForAddress) GetMessagesCountOk() (*int64, bool)
GetMessagesCountOk returns a tuple with the MessagesCount field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ResponsesTxForAddress) GetStatus ¶
func (o *ResponsesTxForAddress) GetStatus() GithubComCeleniumIoCelestiaIndexerInternalStorageTypesStatus
GetStatus returns the Status field value if set, zero value otherwise.
func (*ResponsesTxForAddress) GetStatusOk ¶
func (o *ResponsesTxForAddress) GetStatusOk() (*GithubComCeleniumIoCelestiaIndexerInternalStorageTypesStatus, bool)
GetStatusOk returns a tuple with the Status field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ResponsesTxForAddress) HasFee ¶
func (o *ResponsesTxForAddress) HasFee() bool
HasFee returns a boolean if a field has been set.
func (*ResponsesTxForAddress) HasHash ¶
func (o *ResponsesTxForAddress) HasHash() bool
HasHash returns a boolean if a field has been set.
func (*ResponsesTxForAddress) HasMessageTypes ¶
func (o *ResponsesTxForAddress) HasMessageTypes() bool
HasMessageTypes returns a boolean if a field has been set.
func (*ResponsesTxForAddress) HasMessagesCount ¶
func (o *ResponsesTxForAddress) HasMessagesCount() bool
HasMessagesCount returns a boolean if a field has been set.
func (*ResponsesTxForAddress) HasStatus ¶
func (o *ResponsesTxForAddress) HasStatus() bool
HasStatus returns a boolean if a field has been set.
func (ResponsesTxForAddress) MarshalJSON ¶
func (o ResponsesTxForAddress) MarshalJSON() ([]byte, error)
func (*ResponsesTxForAddress) SetFee ¶
func (o *ResponsesTxForAddress) SetFee(v string)
SetFee gets a reference to the given string and assigns it to the Fee field.
func (*ResponsesTxForAddress) SetHash ¶
func (o *ResponsesTxForAddress) SetHash(v *os.File)
SetHash gets a reference to the given *os.File and assigns it to the Hash field.
func (*ResponsesTxForAddress) SetMessageTypes ¶
func (o *ResponsesTxForAddress) SetMessageTypes(v []TypesMsgType)
SetMessageTypes gets a reference to the given []TypesMsgType and assigns it to the MessageTypes field.
func (*ResponsesTxForAddress) SetMessagesCount ¶
func (o *ResponsesTxForAddress) SetMessagesCount(v int64)
SetMessagesCount gets a reference to the given int64 and assigns it to the MessagesCount field.
func (*ResponsesTxForAddress) SetStatus ¶
func (o *ResponsesTxForAddress) SetStatus(v GithubComCeleniumIoCelestiaIndexerInternalStorageTypesStatus)
SetStatus gets a reference to the given GithubComCeleniumIoCelestiaIndexerInternalStorageTypesStatus and assigns it to the Status field.
func (ResponsesTxForAddress) ToMap ¶
func (o ResponsesTxForAddress) ToMap() (map[string]interface{}, error)
type ResponsesUndelegation ¶
type ResponsesUndelegation struct { Amount *string `json:"amount,omitempty"` CompletionTime *string `json:"completion_time,omitempty"` Delegator *ResponsesShortAddress `json:"delegator,omitempty"` Height *int32 `json:"height,omitempty"` Time *string `json:"time,omitempty"` Validator *ResponsesShortValidator `json:"validator,omitempty"` }
ResponsesUndelegation struct for ResponsesUndelegation
func NewResponsesUndelegation ¶
func NewResponsesUndelegation() *ResponsesUndelegation
NewResponsesUndelegation instantiates a new ResponsesUndelegation 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 NewResponsesUndelegationWithDefaults ¶
func NewResponsesUndelegationWithDefaults() *ResponsesUndelegation
NewResponsesUndelegationWithDefaults instantiates a new ResponsesUndelegation 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 (*ResponsesUndelegation) GetAmount ¶
func (o *ResponsesUndelegation) GetAmount() string
GetAmount returns the Amount field value if set, zero value otherwise.
func (*ResponsesUndelegation) GetAmountOk ¶
func (o *ResponsesUndelegation) GetAmountOk() (*string, bool)
GetAmountOk returns a tuple with the Amount field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ResponsesUndelegation) GetCompletionTime ¶
func (o *ResponsesUndelegation) GetCompletionTime() string
GetCompletionTime returns the CompletionTime field value if set, zero value otherwise.
func (*ResponsesUndelegation) GetCompletionTimeOk ¶
func (o *ResponsesUndelegation) GetCompletionTimeOk() (*string, bool)
GetCompletionTimeOk returns a tuple with the CompletionTime field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ResponsesUndelegation) GetDelegator ¶
func (o *ResponsesUndelegation) GetDelegator() ResponsesShortAddress
GetDelegator returns the Delegator field value if set, zero value otherwise.
func (*ResponsesUndelegation) GetDelegatorOk ¶
func (o *ResponsesUndelegation) GetDelegatorOk() (*ResponsesShortAddress, bool)
GetDelegatorOk returns a tuple with the Delegator field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ResponsesUndelegation) GetHeight ¶
func (o *ResponsesUndelegation) GetHeight() int32
GetHeight returns the Height field value if set, zero value otherwise.
func (*ResponsesUndelegation) GetHeightOk ¶
func (o *ResponsesUndelegation) GetHeightOk() (*int32, bool)
GetHeightOk returns a tuple with the Height field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ResponsesUndelegation) GetTime ¶
func (o *ResponsesUndelegation) GetTime() string
GetTime returns the Time field value if set, zero value otherwise.
func (*ResponsesUndelegation) GetTimeOk ¶
func (o *ResponsesUndelegation) GetTimeOk() (*string, bool)
GetTimeOk returns a tuple with the Time field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ResponsesUndelegation) GetValidator ¶
func (o *ResponsesUndelegation) GetValidator() ResponsesShortValidator
GetValidator returns the Validator field value if set, zero value otherwise.
func (*ResponsesUndelegation) GetValidatorOk ¶
func (o *ResponsesUndelegation) GetValidatorOk() (*ResponsesShortValidator, bool)
GetValidatorOk returns a tuple with the Validator field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ResponsesUndelegation) HasAmount ¶
func (o *ResponsesUndelegation) HasAmount() bool
HasAmount returns a boolean if a field has been set.
func (*ResponsesUndelegation) HasCompletionTime ¶
func (o *ResponsesUndelegation) HasCompletionTime() bool
HasCompletionTime returns a boolean if a field has been set.
func (*ResponsesUndelegation) HasDelegator ¶
func (o *ResponsesUndelegation) HasDelegator() bool
HasDelegator returns a boolean if a field has been set.
func (*ResponsesUndelegation) HasHeight ¶
func (o *ResponsesUndelegation) HasHeight() bool
HasHeight returns a boolean if a field has been set.
func (*ResponsesUndelegation) HasTime ¶
func (o *ResponsesUndelegation) HasTime() bool
HasTime returns a boolean if a field has been set.
func (*ResponsesUndelegation) HasValidator ¶
func (o *ResponsesUndelegation) HasValidator() bool
HasValidator returns a boolean if a field has been set.
func (ResponsesUndelegation) MarshalJSON ¶
func (o ResponsesUndelegation) MarshalJSON() ([]byte, error)
func (*ResponsesUndelegation) SetAmount ¶
func (o *ResponsesUndelegation) SetAmount(v string)
SetAmount gets a reference to the given string and assigns it to the Amount field.
func (*ResponsesUndelegation) SetCompletionTime ¶
func (o *ResponsesUndelegation) SetCompletionTime(v string)
SetCompletionTime gets a reference to the given string and assigns it to the CompletionTime field.
func (*ResponsesUndelegation) SetDelegator ¶
func (o *ResponsesUndelegation) SetDelegator(v ResponsesShortAddress)
SetDelegator gets a reference to the given ResponsesShortAddress and assigns it to the Delegator field.
func (*ResponsesUndelegation) SetHeight ¶
func (o *ResponsesUndelegation) SetHeight(v int32)
SetHeight gets a reference to the given int32 and assigns it to the Height field.
func (*ResponsesUndelegation) SetTime ¶
func (o *ResponsesUndelegation) SetTime(v string)
SetTime gets a reference to the given string and assigns it to the Time field.
func (*ResponsesUndelegation) SetValidator ¶
func (o *ResponsesUndelegation) SetValidator(v ResponsesShortValidator)
SetValidator gets a reference to the given ResponsesShortValidator and assigns it to the Validator field.
func (ResponsesUndelegation) ToMap ¶
func (o ResponsesUndelegation) ToMap() (map[string]interface{}, error)
type ResponsesValidator ¶
type ResponsesValidator struct { Address *ResponsesShortAddress `json:"address,omitempty"` Commissions *string `json:"commissions,omitempty"` ConsAddress *string `json:"cons_address,omitempty"` Contacts *string `json:"contacts,omitempty"` Delegator *ResponsesShortAddress `json:"delegator,omitempty"` Details *string `json:"details,omitempty"` Id *int32 `json:"id,omitempty"` Identity *string `json:"identity,omitempty"` Jailed *bool `json:"jailed,omitempty"` MaxChangeRate *string `json:"max_change_rate,omitempty"` MaxRate *string `json:"max_rate,omitempty"` MinSelfDelegation *string `json:"min_self_delegation,omitempty"` Moniker *string `json:"moniker,omitempty"` Rate *string `json:"rate,omitempty"` Rewards *string `json:"rewards,omitempty"` Stake *string `json:"stake,omitempty"` VotingPower *string `json:"voting_power,omitempty"` Website *string `json:"website,omitempty"` }
ResponsesValidator struct for ResponsesValidator
func NewResponsesValidator ¶
func NewResponsesValidator() *ResponsesValidator
NewResponsesValidator instantiates a new ResponsesValidator 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 NewResponsesValidatorWithDefaults ¶
func NewResponsesValidatorWithDefaults() *ResponsesValidator
NewResponsesValidatorWithDefaults instantiates a new ResponsesValidator 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 (*ResponsesValidator) GetAddress ¶
func (o *ResponsesValidator) GetAddress() ResponsesShortAddress
GetAddress returns the Address field value if set, zero value otherwise.
func (*ResponsesValidator) GetAddressOk ¶
func (o *ResponsesValidator) GetAddressOk() (*ResponsesShortAddress, bool)
GetAddressOk returns a tuple with the Address field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ResponsesValidator) GetCommissions ¶
func (o *ResponsesValidator) GetCommissions() string
GetCommissions returns the Commissions field value if set, zero value otherwise.
func (*ResponsesValidator) GetCommissionsOk ¶
func (o *ResponsesValidator) GetCommissionsOk() (*string, bool)
GetCommissionsOk returns a tuple with the Commissions field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ResponsesValidator) GetConsAddress ¶
func (o *ResponsesValidator) GetConsAddress() string
GetConsAddress returns the ConsAddress field value if set, zero value otherwise.
func (*ResponsesValidator) GetConsAddressOk ¶
func (o *ResponsesValidator) GetConsAddressOk() (*string, bool)
GetConsAddressOk returns a tuple with the ConsAddress field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ResponsesValidator) GetContacts ¶
func (o *ResponsesValidator) GetContacts() string
GetContacts returns the Contacts field value if set, zero value otherwise.
func (*ResponsesValidator) GetContactsOk ¶
func (o *ResponsesValidator) GetContactsOk() (*string, bool)
GetContactsOk returns a tuple with the Contacts field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ResponsesValidator) GetDelegator ¶
func (o *ResponsesValidator) GetDelegator() ResponsesShortAddress
GetDelegator returns the Delegator field value if set, zero value otherwise.
func (*ResponsesValidator) GetDelegatorOk ¶
func (o *ResponsesValidator) GetDelegatorOk() (*ResponsesShortAddress, bool)
GetDelegatorOk returns a tuple with the Delegator field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ResponsesValidator) GetDetails ¶
func (o *ResponsesValidator) GetDetails() string
GetDetails returns the Details field value if set, zero value otherwise.
func (*ResponsesValidator) GetDetailsOk ¶
func (o *ResponsesValidator) GetDetailsOk() (*string, bool)
GetDetailsOk returns a tuple with the Details field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ResponsesValidator) GetId ¶
func (o *ResponsesValidator) GetId() int32
GetId returns the Id field value if set, zero value otherwise.
func (*ResponsesValidator) GetIdOk ¶
func (o *ResponsesValidator) GetIdOk() (*int32, 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 (*ResponsesValidator) GetIdentity ¶
func (o *ResponsesValidator) GetIdentity() string
GetIdentity returns the Identity field value if set, zero value otherwise.
func (*ResponsesValidator) GetIdentityOk ¶
func (o *ResponsesValidator) GetIdentityOk() (*string, bool)
GetIdentityOk returns a tuple with the Identity field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ResponsesValidator) GetJailed ¶
func (o *ResponsesValidator) GetJailed() bool
GetJailed returns the Jailed field value if set, zero value otherwise.
func (*ResponsesValidator) GetJailedOk ¶
func (o *ResponsesValidator) GetJailedOk() (*bool, bool)
GetJailedOk returns a tuple with the Jailed field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ResponsesValidator) GetMaxChangeRate ¶
func (o *ResponsesValidator) GetMaxChangeRate() string
GetMaxChangeRate returns the MaxChangeRate field value if set, zero value otherwise.
func (*ResponsesValidator) GetMaxChangeRateOk ¶
func (o *ResponsesValidator) GetMaxChangeRateOk() (*string, bool)
GetMaxChangeRateOk returns a tuple with the MaxChangeRate field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ResponsesValidator) GetMaxRate ¶
func (o *ResponsesValidator) GetMaxRate() string
GetMaxRate returns the MaxRate field value if set, zero value otherwise.
func (*ResponsesValidator) GetMaxRateOk ¶
func (o *ResponsesValidator) GetMaxRateOk() (*string, bool)
GetMaxRateOk returns a tuple with the MaxRate field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ResponsesValidator) GetMinSelfDelegation ¶
func (o *ResponsesValidator) GetMinSelfDelegation() string
GetMinSelfDelegation returns the MinSelfDelegation field value if set, zero value otherwise.
func (*ResponsesValidator) GetMinSelfDelegationOk ¶
func (o *ResponsesValidator) GetMinSelfDelegationOk() (*string, bool)
GetMinSelfDelegationOk returns a tuple with the MinSelfDelegation field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ResponsesValidator) GetMoniker ¶
func (o *ResponsesValidator) GetMoniker() string
GetMoniker returns the Moniker field value if set, zero value otherwise.
func (*ResponsesValidator) GetMonikerOk ¶
func (o *ResponsesValidator) GetMonikerOk() (*string, bool)
GetMonikerOk returns a tuple with the Moniker field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ResponsesValidator) GetRate ¶
func (o *ResponsesValidator) GetRate() string
GetRate returns the Rate field value if set, zero value otherwise.
func (*ResponsesValidator) GetRateOk ¶
func (o *ResponsesValidator) GetRateOk() (*string, bool)
GetRateOk returns a tuple with the Rate field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ResponsesValidator) GetRewards ¶
func (o *ResponsesValidator) GetRewards() string
GetRewards returns the Rewards field value if set, zero value otherwise.
func (*ResponsesValidator) GetRewardsOk ¶
func (o *ResponsesValidator) GetRewardsOk() (*string, bool)
GetRewardsOk returns a tuple with the Rewards field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ResponsesValidator) GetStake ¶
func (o *ResponsesValidator) GetStake() string
GetStake returns the Stake field value if set, zero value otherwise.
func (*ResponsesValidator) GetStakeOk ¶
func (o *ResponsesValidator) GetStakeOk() (*string, bool)
GetStakeOk returns a tuple with the Stake field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ResponsesValidator) GetVotingPower ¶
func (o *ResponsesValidator) GetVotingPower() string
GetVotingPower returns the VotingPower field value if set, zero value otherwise.
func (*ResponsesValidator) GetVotingPowerOk ¶
func (o *ResponsesValidator) GetVotingPowerOk() (*string, bool)
GetVotingPowerOk returns a tuple with the VotingPower field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ResponsesValidator) GetWebsite ¶
func (o *ResponsesValidator) GetWebsite() string
GetWebsite returns the Website field value if set, zero value otherwise.
func (*ResponsesValidator) GetWebsiteOk ¶
func (o *ResponsesValidator) GetWebsiteOk() (*string, bool)
GetWebsiteOk returns a tuple with the Website field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ResponsesValidator) HasAddress ¶
func (o *ResponsesValidator) HasAddress() bool
HasAddress returns a boolean if a field has been set.
func (*ResponsesValidator) HasCommissions ¶
func (o *ResponsesValidator) HasCommissions() bool
HasCommissions returns a boolean if a field has been set.
func (*ResponsesValidator) HasConsAddress ¶
func (o *ResponsesValidator) HasConsAddress() bool
HasConsAddress returns a boolean if a field has been set.
func (*ResponsesValidator) HasContacts ¶
func (o *ResponsesValidator) HasContacts() bool
HasContacts returns a boolean if a field has been set.
func (*ResponsesValidator) HasDelegator ¶
func (o *ResponsesValidator) HasDelegator() bool
HasDelegator returns a boolean if a field has been set.
func (*ResponsesValidator) HasDetails ¶
func (o *ResponsesValidator) HasDetails() bool
HasDetails returns a boolean if a field has been set.
func (*ResponsesValidator) HasId ¶
func (o *ResponsesValidator) HasId() bool
HasId returns a boolean if a field has been set.
func (*ResponsesValidator) HasIdentity ¶
func (o *ResponsesValidator) HasIdentity() bool
HasIdentity returns a boolean if a field has been set.
func (*ResponsesValidator) HasJailed ¶
func (o *ResponsesValidator) HasJailed() bool
HasJailed returns a boolean if a field has been set.
func (*ResponsesValidator) HasMaxChangeRate ¶
func (o *ResponsesValidator) HasMaxChangeRate() bool
HasMaxChangeRate returns a boolean if a field has been set.
func (*ResponsesValidator) HasMaxRate ¶
func (o *ResponsesValidator) HasMaxRate() bool
HasMaxRate returns a boolean if a field has been set.
func (*ResponsesValidator) HasMinSelfDelegation ¶
func (o *ResponsesValidator) HasMinSelfDelegation() bool
HasMinSelfDelegation returns a boolean if a field has been set.
func (*ResponsesValidator) HasMoniker ¶
func (o *ResponsesValidator) HasMoniker() bool
HasMoniker returns a boolean if a field has been set.
func (*ResponsesValidator) HasRate ¶
func (o *ResponsesValidator) HasRate() bool
HasRate returns a boolean if a field has been set.
func (*ResponsesValidator) HasRewards ¶
func (o *ResponsesValidator) HasRewards() bool
HasRewards returns a boolean if a field has been set.
func (*ResponsesValidator) HasStake ¶
func (o *ResponsesValidator) HasStake() bool
HasStake returns a boolean if a field has been set.
func (*ResponsesValidator) HasVotingPower ¶
func (o *ResponsesValidator) HasVotingPower() bool
HasVotingPower returns a boolean if a field has been set.
func (*ResponsesValidator) HasWebsite ¶
func (o *ResponsesValidator) HasWebsite() bool
HasWebsite returns a boolean if a field has been set.
func (ResponsesValidator) MarshalJSON ¶
func (o ResponsesValidator) MarshalJSON() ([]byte, error)
func (*ResponsesValidator) SetAddress ¶
func (o *ResponsesValidator) SetAddress(v ResponsesShortAddress)
SetAddress gets a reference to the given ResponsesShortAddress and assigns it to the Address field.
func (*ResponsesValidator) SetCommissions ¶
func (o *ResponsesValidator) SetCommissions(v string)
SetCommissions gets a reference to the given string and assigns it to the Commissions field.
func (*ResponsesValidator) SetConsAddress ¶
func (o *ResponsesValidator) SetConsAddress(v string)
SetConsAddress gets a reference to the given string and assigns it to the ConsAddress field.
func (*ResponsesValidator) SetContacts ¶
func (o *ResponsesValidator) SetContacts(v string)
SetContacts gets a reference to the given string and assigns it to the Contacts field.
func (*ResponsesValidator) SetDelegator ¶
func (o *ResponsesValidator) SetDelegator(v ResponsesShortAddress)
SetDelegator gets a reference to the given ResponsesShortAddress and assigns it to the Delegator field.
func (*ResponsesValidator) SetDetails ¶
func (o *ResponsesValidator) SetDetails(v string)
SetDetails gets a reference to the given string and assigns it to the Details field.
func (*ResponsesValidator) SetId ¶
func (o *ResponsesValidator) SetId(v int32)
SetId gets a reference to the given int32 and assigns it to the Id field.
func (*ResponsesValidator) SetIdentity ¶
func (o *ResponsesValidator) SetIdentity(v string)
SetIdentity gets a reference to the given string and assigns it to the Identity field.
func (*ResponsesValidator) SetJailed ¶
func (o *ResponsesValidator) SetJailed(v bool)
SetJailed gets a reference to the given bool and assigns it to the Jailed field.
func (*ResponsesValidator) SetMaxChangeRate ¶
func (o *ResponsesValidator) SetMaxChangeRate(v string)
SetMaxChangeRate gets a reference to the given string and assigns it to the MaxChangeRate field.
func (*ResponsesValidator) SetMaxRate ¶
func (o *ResponsesValidator) SetMaxRate(v string)
SetMaxRate gets a reference to the given string and assigns it to the MaxRate field.
func (*ResponsesValidator) SetMinSelfDelegation ¶
func (o *ResponsesValidator) SetMinSelfDelegation(v string)
SetMinSelfDelegation gets a reference to the given string and assigns it to the MinSelfDelegation field.
func (*ResponsesValidator) SetMoniker ¶
func (o *ResponsesValidator) SetMoniker(v string)
SetMoniker gets a reference to the given string and assigns it to the Moniker field.
func (*ResponsesValidator) SetRate ¶
func (o *ResponsesValidator) SetRate(v string)
SetRate gets a reference to the given string and assigns it to the Rate field.
func (*ResponsesValidator) SetRewards ¶
func (o *ResponsesValidator) SetRewards(v string)
SetRewards gets a reference to the given string and assigns it to the Rewards field.
func (*ResponsesValidator) SetStake ¶
func (o *ResponsesValidator) SetStake(v string)
SetStake gets a reference to the given string and assigns it to the Stake field.
func (*ResponsesValidator) SetVotingPower ¶
func (o *ResponsesValidator) SetVotingPower(v string)
SetVotingPower gets a reference to the given string and assigns it to the VotingPower field.
func (*ResponsesValidator) SetWebsite ¶
func (o *ResponsesValidator) SetWebsite(v string)
SetWebsite gets a reference to the given string and assigns it to the Website field.
func (ResponsesValidator) ToMap ¶
func (o ResponsesValidator) ToMap() (map[string]interface{}, error)
type ResponsesValidatorCount ¶
type ResponsesValidatorCount struct { Active *int32 `json:"active,omitempty"` Inactive *int32 `json:"inactive,omitempty"` Jailed *int32 `json:"jailed,omitempty"` Total *int32 `json:"total,omitempty"` }
ResponsesValidatorCount struct for ResponsesValidatorCount
func NewResponsesValidatorCount ¶
func NewResponsesValidatorCount() *ResponsesValidatorCount
NewResponsesValidatorCount instantiates a new ResponsesValidatorCount 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 NewResponsesValidatorCountWithDefaults ¶
func NewResponsesValidatorCountWithDefaults() *ResponsesValidatorCount
NewResponsesValidatorCountWithDefaults instantiates a new ResponsesValidatorCount 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 (*ResponsesValidatorCount) GetActive ¶
func (o *ResponsesValidatorCount) GetActive() int32
GetActive returns the Active field value if set, zero value otherwise.
func (*ResponsesValidatorCount) GetActiveOk ¶
func (o *ResponsesValidatorCount) GetActiveOk() (*int32, bool)
GetActiveOk returns a tuple with the Active field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ResponsesValidatorCount) GetInactive ¶
func (o *ResponsesValidatorCount) GetInactive() int32
GetInactive returns the Inactive field value if set, zero value otherwise.
func (*ResponsesValidatorCount) GetInactiveOk ¶
func (o *ResponsesValidatorCount) GetInactiveOk() (*int32, bool)
GetInactiveOk returns a tuple with the Inactive field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ResponsesValidatorCount) GetJailed ¶
func (o *ResponsesValidatorCount) GetJailed() int32
GetJailed returns the Jailed field value if set, zero value otherwise.
func (*ResponsesValidatorCount) GetJailedOk ¶
func (o *ResponsesValidatorCount) GetJailedOk() (*int32, bool)
GetJailedOk returns a tuple with the Jailed field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ResponsesValidatorCount) GetTotal ¶
func (o *ResponsesValidatorCount) GetTotal() int32
GetTotal returns the Total field value if set, zero value otherwise.
func (*ResponsesValidatorCount) GetTotalOk ¶
func (o *ResponsesValidatorCount) GetTotalOk() (*int32, bool)
GetTotalOk returns a tuple with the Total field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ResponsesValidatorCount) HasActive ¶
func (o *ResponsesValidatorCount) HasActive() bool
HasActive returns a boolean if a field has been set.
func (*ResponsesValidatorCount) HasInactive ¶
func (o *ResponsesValidatorCount) HasInactive() bool
HasInactive returns a boolean if a field has been set.
func (*ResponsesValidatorCount) HasJailed ¶
func (o *ResponsesValidatorCount) HasJailed() bool
HasJailed returns a boolean if a field has been set.
func (*ResponsesValidatorCount) HasTotal ¶
func (o *ResponsesValidatorCount) HasTotal() bool
HasTotal returns a boolean if a field has been set.
func (ResponsesValidatorCount) MarshalJSON ¶
func (o ResponsesValidatorCount) MarshalJSON() ([]byte, error)
func (*ResponsesValidatorCount) SetActive ¶
func (o *ResponsesValidatorCount) SetActive(v int32)
SetActive gets a reference to the given int32 and assigns it to the Active field.
func (*ResponsesValidatorCount) SetInactive ¶
func (o *ResponsesValidatorCount) SetInactive(v int32)
SetInactive gets a reference to the given int32 and assigns it to the Inactive field.
func (*ResponsesValidatorCount) SetJailed ¶
func (o *ResponsesValidatorCount) SetJailed(v int32)
SetJailed gets a reference to the given int32 and assigns it to the Jailed field.
func (*ResponsesValidatorCount) SetTotal ¶
func (o *ResponsesValidatorCount) SetTotal(v int32)
SetTotal gets a reference to the given int32 and assigns it to the Total field.
func (ResponsesValidatorCount) ToMap ¶
func (o ResponsesValidatorCount) ToMap() (map[string]interface{}, error)
type ResponsesValidatorUptime ¶
type ResponsesValidatorUptime struct { Blocks []ResponsesSignedBlocks `json:"blocks,omitempty"` Uptime *string `json:"uptime,omitempty"` }
ResponsesValidatorUptime struct for ResponsesValidatorUptime
func NewResponsesValidatorUptime ¶
func NewResponsesValidatorUptime() *ResponsesValidatorUptime
NewResponsesValidatorUptime instantiates a new ResponsesValidatorUptime 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 NewResponsesValidatorUptimeWithDefaults ¶
func NewResponsesValidatorUptimeWithDefaults() *ResponsesValidatorUptime
NewResponsesValidatorUptimeWithDefaults instantiates a new ResponsesValidatorUptime 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 (*ResponsesValidatorUptime) GetBlocks ¶
func (o *ResponsesValidatorUptime) GetBlocks() []ResponsesSignedBlocks
GetBlocks returns the Blocks field value if set, zero value otherwise.
func (*ResponsesValidatorUptime) GetBlocksOk ¶
func (o *ResponsesValidatorUptime) GetBlocksOk() ([]ResponsesSignedBlocks, bool)
GetBlocksOk returns a tuple with the Blocks field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ResponsesValidatorUptime) GetUptime ¶
func (o *ResponsesValidatorUptime) GetUptime() string
GetUptime returns the Uptime field value if set, zero value otherwise.
func (*ResponsesValidatorUptime) GetUptimeOk ¶
func (o *ResponsesValidatorUptime) GetUptimeOk() (*string, bool)
GetUptimeOk returns a tuple with the Uptime field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ResponsesValidatorUptime) HasBlocks ¶
func (o *ResponsesValidatorUptime) HasBlocks() bool
HasBlocks returns a boolean if a field has been set.
func (*ResponsesValidatorUptime) HasUptime ¶
func (o *ResponsesValidatorUptime) HasUptime() bool
HasUptime returns a boolean if a field has been set.
func (ResponsesValidatorUptime) MarshalJSON ¶
func (o ResponsesValidatorUptime) MarshalJSON() ([]byte, error)
func (*ResponsesValidatorUptime) SetBlocks ¶
func (o *ResponsesValidatorUptime) SetBlocks(v []ResponsesSignedBlocks)
SetBlocks gets a reference to the given []ResponsesSignedBlocks and assigns it to the Blocks field.
func (*ResponsesValidatorUptime) SetUptime ¶
func (o *ResponsesValidatorUptime) SetUptime(v string)
SetUptime gets a reference to the given string and assigns it to the Uptime field.
func (ResponsesValidatorUptime) ToMap ¶
func (o ResponsesValidatorUptime) ToMap() (map[string]interface{}, error)
type ResponsesVesting ¶
type ResponsesVesting struct { Amount *string `json:"amount,omitempty"` EndTime *time.Time `json:"end_time,omitempty"` Hash **os.File `json:"hash,omitempty"` Height *int32 `json:"height,omitempty"` Id *int32 `json:"id,omitempty"` StartTime *time.Time `json:"start_time,omitempty"` Time *time.Time `json:"time,omitempty"` Type *string `json:"type,omitempty"` }
ResponsesVesting struct for ResponsesVesting
func NewResponsesVesting ¶
func NewResponsesVesting() *ResponsesVesting
NewResponsesVesting instantiates a new ResponsesVesting 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 NewResponsesVestingWithDefaults ¶
func NewResponsesVestingWithDefaults() *ResponsesVesting
NewResponsesVestingWithDefaults instantiates a new ResponsesVesting 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 (*ResponsesVesting) GetAmount ¶
func (o *ResponsesVesting) GetAmount() string
GetAmount returns the Amount field value if set, zero value otherwise.
func (*ResponsesVesting) GetAmountOk ¶
func (o *ResponsesVesting) GetAmountOk() (*string, bool)
GetAmountOk returns a tuple with the Amount field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ResponsesVesting) GetEndTime ¶
func (o *ResponsesVesting) GetEndTime() time.Time
GetEndTime returns the EndTime field value if set, zero value otherwise.
func (*ResponsesVesting) GetEndTimeOk ¶
func (o *ResponsesVesting) GetEndTimeOk() (*time.Time, bool)
GetEndTimeOk returns a tuple with the EndTime field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ResponsesVesting) GetHash ¶
func (o *ResponsesVesting) GetHash() *os.File
GetHash returns the Hash field value if set, zero value otherwise.
func (*ResponsesVesting) GetHashOk ¶
func (o *ResponsesVesting) GetHashOk() (**os.File, 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 (*ResponsesVesting) GetHeight ¶
func (o *ResponsesVesting) GetHeight() int32
GetHeight returns the Height field value if set, zero value otherwise.
func (*ResponsesVesting) GetHeightOk ¶
func (o *ResponsesVesting) GetHeightOk() (*int32, bool)
GetHeightOk returns a tuple with the Height field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ResponsesVesting) GetId ¶
func (o *ResponsesVesting) GetId() int32
GetId returns the Id field value if set, zero value otherwise.
func (*ResponsesVesting) GetIdOk ¶
func (o *ResponsesVesting) GetIdOk() (*int32, 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 (*ResponsesVesting) GetStartTime ¶
func (o *ResponsesVesting) GetStartTime() time.Time
GetStartTime returns the StartTime field value if set, zero value otherwise.
func (*ResponsesVesting) GetStartTimeOk ¶
func (o *ResponsesVesting) GetStartTimeOk() (*time.Time, bool)
GetStartTimeOk returns a tuple with the StartTime field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ResponsesVesting) GetTime ¶
func (o *ResponsesVesting) GetTime() time.Time
GetTime returns the Time field value if set, zero value otherwise.
func (*ResponsesVesting) GetTimeOk ¶
func (o *ResponsesVesting) GetTimeOk() (*time.Time, bool)
GetTimeOk returns a tuple with the Time field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ResponsesVesting) GetType ¶
func (o *ResponsesVesting) GetType() string
GetType returns the Type field value if set, zero value otherwise.
func (*ResponsesVesting) GetTypeOk ¶
func (o *ResponsesVesting) 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 (*ResponsesVesting) HasAmount ¶
func (o *ResponsesVesting) HasAmount() bool
HasAmount returns a boolean if a field has been set.
func (*ResponsesVesting) HasEndTime ¶
func (o *ResponsesVesting) HasEndTime() bool
HasEndTime returns a boolean if a field has been set.
func (*ResponsesVesting) HasHash ¶
func (o *ResponsesVesting) HasHash() bool
HasHash returns a boolean if a field has been set.
func (*ResponsesVesting) HasHeight ¶
func (o *ResponsesVesting) HasHeight() bool
HasHeight returns a boolean if a field has been set.
func (*ResponsesVesting) HasId ¶
func (o *ResponsesVesting) HasId() bool
HasId returns a boolean if a field has been set.
func (*ResponsesVesting) HasStartTime ¶
func (o *ResponsesVesting) HasStartTime() bool
HasStartTime returns a boolean if a field has been set.
func (*ResponsesVesting) HasTime ¶
func (o *ResponsesVesting) HasTime() bool
HasTime returns a boolean if a field has been set.
func (*ResponsesVesting) HasType ¶
func (o *ResponsesVesting) HasType() bool
HasType returns a boolean if a field has been set.
func (ResponsesVesting) MarshalJSON ¶
func (o ResponsesVesting) MarshalJSON() ([]byte, error)
func (*ResponsesVesting) SetAmount ¶
func (o *ResponsesVesting) SetAmount(v string)
SetAmount gets a reference to the given string and assigns it to the Amount field.
func (*ResponsesVesting) SetEndTime ¶
func (o *ResponsesVesting) SetEndTime(v time.Time)
SetEndTime gets a reference to the given time.Time and assigns it to the EndTime field.
func (*ResponsesVesting) SetHash ¶
func (o *ResponsesVesting) SetHash(v *os.File)
SetHash gets a reference to the given *os.File and assigns it to the Hash field.
func (*ResponsesVesting) SetHeight ¶
func (o *ResponsesVesting) SetHeight(v int32)
SetHeight gets a reference to the given int32 and assigns it to the Height field.
func (*ResponsesVesting) SetId ¶
func (o *ResponsesVesting) SetId(v int32)
SetId gets a reference to the given int32 and assigns it to the Id field.
func (*ResponsesVesting) SetStartTime ¶
func (o *ResponsesVesting) SetStartTime(v time.Time)
SetStartTime gets a reference to the given time.Time and assigns it to the StartTime field.
func (*ResponsesVesting) SetTime ¶
func (o *ResponsesVesting) SetTime(v time.Time)
SetTime gets a reference to the given time.Time and assigns it to the Time field.
func (*ResponsesVesting) SetType ¶
func (o *ResponsesVesting) SetType(v string)
SetType gets a reference to the given string and assigns it to the Type field.
func (ResponsesVesting) ToMap ¶
func (o ResponsesVesting) ToMap() (map[string]interface{}, error)
type ResponsesVestingPeriod ¶
type ResponsesVestingPeriod struct { Amount *string `json:"amount,omitempty"` Time *time.Time `json:"time,omitempty"` }
ResponsesVestingPeriod struct for ResponsesVestingPeriod
func NewResponsesVestingPeriod ¶
func NewResponsesVestingPeriod() *ResponsesVestingPeriod
NewResponsesVestingPeriod instantiates a new ResponsesVestingPeriod 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 NewResponsesVestingPeriodWithDefaults ¶
func NewResponsesVestingPeriodWithDefaults() *ResponsesVestingPeriod
NewResponsesVestingPeriodWithDefaults instantiates a new ResponsesVestingPeriod 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 (*ResponsesVestingPeriod) GetAmount ¶
func (o *ResponsesVestingPeriod) GetAmount() string
GetAmount returns the Amount field value if set, zero value otherwise.
func (*ResponsesVestingPeriod) GetAmountOk ¶
func (o *ResponsesVestingPeriod) GetAmountOk() (*string, bool)
GetAmountOk returns a tuple with the Amount field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ResponsesVestingPeriod) GetTime ¶
func (o *ResponsesVestingPeriod) GetTime() time.Time
GetTime returns the Time field value if set, zero value otherwise.
func (*ResponsesVestingPeriod) GetTimeOk ¶
func (o *ResponsesVestingPeriod) GetTimeOk() (*time.Time, bool)
GetTimeOk returns a tuple with the Time field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ResponsesVestingPeriod) HasAmount ¶
func (o *ResponsesVestingPeriod) HasAmount() bool
HasAmount returns a boolean if a field has been set.
func (*ResponsesVestingPeriod) HasTime ¶
func (o *ResponsesVestingPeriod) HasTime() bool
HasTime returns a boolean if a field has been set.
func (ResponsesVestingPeriod) MarshalJSON ¶
func (o ResponsesVestingPeriod) MarshalJSON() ([]byte, error)
func (*ResponsesVestingPeriod) SetAmount ¶
func (o *ResponsesVestingPeriod) SetAmount(v string)
SetAmount gets a reference to the given string and assigns it to the Amount field.
func (*ResponsesVestingPeriod) SetTime ¶
func (o *ResponsesVestingPeriod) SetTime(v time.Time)
SetTime gets a reference to the given time.Time and assigns it to the Time field.
func (ResponsesVestingPeriod) ToMap ¶
func (o ResponsesVestingPeriod) ToMap() (map[string]interface{}, error)
type ResponsesVote ¶ added in v1.13.0
type ResponsesVote struct { DepositTime *time.Time `json:"deposit_time,omitempty"` Height *int64 `json:"height,omitempty"` Id *int64 `json:"id,omitempty"` ProposalId *int64 `json:"proposal_id,omitempty"` Status *string `json:"status,omitempty"` Validator *ResponsesShortValidator `json:"validator,omitempty"` Voter *ResponsesShortAddress `json:"voter,omitempty"` VoterId *int64 `json:"voter_id,omitempty"` Weight *int64 `json:"weight,omitempty"` }
ResponsesVote struct for ResponsesVote
func NewResponsesVote ¶ added in v1.13.0
func NewResponsesVote() *ResponsesVote
NewResponsesVote instantiates a new ResponsesVote 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 NewResponsesVoteWithDefaults ¶ added in v1.13.0
func NewResponsesVoteWithDefaults() *ResponsesVote
NewResponsesVoteWithDefaults instantiates a new ResponsesVote 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 (*ResponsesVote) GetDepositTime ¶ added in v1.13.0
func (o *ResponsesVote) GetDepositTime() time.Time
GetDepositTime returns the DepositTime field value if set, zero value otherwise.
func (*ResponsesVote) GetDepositTimeOk ¶ added in v1.13.0
func (o *ResponsesVote) GetDepositTimeOk() (*time.Time, bool)
GetDepositTimeOk returns a tuple with the DepositTime field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ResponsesVote) GetHeight ¶ added in v1.13.0
func (o *ResponsesVote) GetHeight() int64
GetHeight returns the Height field value if set, zero value otherwise.
func (*ResponsesVote) GetHeightOk ¶ added in v1.13.0
func (o *ResponsesVote) GetHeightOk() (*int64, bool)
GetHeightOk returns a tuple with the Height field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ResponsesVote) GetId ¶ added in v1.13.0
func (o *ResponsesVote) GetId() int64
GetId returns the Id field value if set, zero value otherwise.
func (*ResponsesVote) GetIdOk ¶ added in v1.13.0
func (o *ResponsesVote) 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 (*ResponsesVote) GetProposalId ¶ added in v1.13.0
func (o *ResponsesVote) GetProposalId() int64
GetProposalId returns the ProposalId field value if set, zero value otherwise.
func (*ResponsesVote) GetProposalIdOk ¶ added in v1.13.0
func (o *ResponsesVote) GetProposalIdOk() (*int64, bool)
GetProposalIdOk returns a tuple with the ProposalId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ResponsesVote) GetStatus ¶ added in v1.13.0
func (o *ResponsesVote) GetStatus() string
GetStatus returns the Status field value if set, zero value otherwise.
func (*ResponsesVote) GetStatusOk ¶ added in v1.13.0
func (o *ResponsesVote) GetStatusOk() (*string, bool)
GetStatusOk returns a tuple with the Status field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ResponsesVote) GetValidator ¶ added in v1.13.0
func (o *ResponsesVote) GetValidator() ResponsesShortValidator
GetValidator returns the Validator field value if set, zero value otherwise.
func (*ResponsesVote) GetValidatorOk ¶ added in v1.13.0
func (o *ResponsesVote) GetValidatorOk() (*ResponsesShortValidator, bool)
GetValidatorOk returns a tuple with the Validator field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ResponsesVote) GetVoter ¶ added in v1.13.0
func (o *ResponsesVote) GetVoter() ResponsesShortAddress
GetVoter returns the Voter field value if set, zero value otherwise.
func (*ResponsesVote) GetVoterId ¶ added in v1.13.0
func (o *ResponsesVote) GetVoterId() int64
GetVoterId returns the VoterId field value if set, zero value otherwise.
func (*ResponsesVote) GetVoterIdOk ¶ added in v1.13.0
func (o *ResponsesVote) GetVoterIdOk() (*int64, bool)
GetVoterIdOk returns a tuple with the VoterId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ResponsesVote) GetVoterOk ¶ added in v1.13.0
func (o *ResponsesVote) GetVoterOk() (*ResponsesShortAddress, bool)
GetVoterOk returns a tuple with the Voter field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ResponsesVote) GetWeight ¶ added in v1.13.0
func (o *ResponsesVote) GetWeight() int64
GetWeight returns the Weight field value if set, zero value otherwise.
func (*ResponsesVote) GetWeightOk ¶ added in v1.13.0
func (o *ResponsesVote) GetWeightOk() (*int64, bool)
GetWeightOk returns a tuple with the Weight field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ResponsesVote) HasDepositTime ¶ added in v1.13.0
func (o *ResponsesVote) HasDepositTime() bool
HasDepositTime returns a boolean if a field has been set.
func (*ResponsesVote) HasHeight ¶ added in v1.13.0
func (o *ResponsesVote) HasHeight() bool
HasHeight returns a boolean if a field has been set.
func (*ResponsesVote) HasId ¶ added in v1.13.0
func (o *ResponsesVote) HasId() bool
HasId returns a boolean if a field has been set.
func (*ResponsesVote) HasProposalId ¶ added in v1.13.0
func (o *ResponsesVote) HasProposalId() bool
HasProposalId returns a boolean if a field has been set.
func (*ResponsesVote) HasStatus ¶ added in v1.13.0
func (o *ResponsesVote) HasStatus() bool
HasStatus returns a boolean if a field has been set.
func (*ResponsesVote) HasValidator ¶ added in v1.13.0
func (o *ResponsesVote) HasValidator() bool
HasValidator returns a boolean if a field has been set.
func (*ResponsesVote) HasVoter ¶ added in v1.13.0
func (o *ResponsesVote) HasVoter() bool
HasVoter returns a boolean if a field has been set.
func (*ResponsesVote) HasVoterId ¶ added in v1.13.0
func (o *ResponsesVote) HasVoterId() bool
HasVoterId returns a boolean if a field has been set.
func (*ResponsesVote) HasWeight ¶ added in v1.13.0
func (o *ResponsesVote) HasWeight() bool
HasWeight returns a boolean if a field has been set.
func (ResponsesVote) MarshalJSON ¶ added in v1.13.0
func (o ResponsesVote) MarshalJSON() ([]byte, error)
func (*ResponsesVote) SetDepositTime ¶ added in v1.13.0
func (o *ResponsesVote) SetDepositTime(v time.Time)
SetDepositTime gets a reference to the given time.Time and assigns it to the DepositTime field.
func (*ResponsesVote) SetHeight ¶ added in v1.13.0
func (o *ResponsesVote) SetHeight(v int64)
SetHeight gets a reference to the given int64 and assigns it to the Height field.
func (*ResponsesVote) SetId ¶ added in v1.13.0
func (o *ResponsesVote) SetId(v int64)
SetId gets a reference to the given int64 and assigns it to the Id field.
func (*ResponsesVote) SetProposalId ¶ added in v1.13.0
func (o *ResponsesVote) SetProposalId(v int64)
SetProposalId gets a reference to the given int64 and assigns it to the ProposalId field.
func (*ResponsesVote) SetStatus ¶ added in v1.13.0
func (o *ResponsesVote) SetStatus(v string)
SetStatus gets a reference to the given string and assigns it to the Status field.
func (*ResponsesVote) SetValidator ¶ added in v1.13.0
func (o *ResponsesVote) SetValidator(v ResponsesShortValidator)
SetValidator gets a reference to the given ResponsesShortValidator and assigns it to the Validator field.
func (*ResponsesVote) SetVoter ¶ added in v1.13.0
func (o *ResponsesVote) SetVoter(v ResponsesShortAddress)
SetVoter gets a reference to the given ResponsesShortAddress and assigns it to the Voter field.
func (*ResponsesVote) SetVoterId ¶ added in v1.13.0
func (o *ResponsesVote) SetVoterId(v int64)
SetVoterId gets a reference to the given int64 and assigns it to the VoterId field.
func (*ResponsesVote) SetWeight ¶ added in v1.13.0
func (o *ResponsesVote) SetWeight(v int64)
SetWeight gets a reference to the given int64 and assigns it to the Weight field.
func (ResponsesVote) ToMap ¶ added in v1.13.0
func (o ResponsesVote) ToMap() (map[string]interface{}, error)
type RollupAPIService ¶
type RollupAPIService service
RollupAPIService RollupAPI service
func (*RollupAPIService) GetRollup ¶
func (a *RollupAPIService) GetRollup(ctx context.Context, id int32) ApiGetRollupRequest
GetRollup Get rollup info
Get rollup info
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param id Internal identity @return ApiGetRollupRequest
func (*RollupAPIService) GetRollupAllSeries ¶
func (a *RollupAPIService) GetRollupAllSeries(ctx context.Context, timeframe string) ApiGetRollupAllSeriesRequest
GetRollupAllSeries Get series for all rollups
Get series for all rollups
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param timeframe Timeframe @return ApiGetRollupAllSeriesRequest
func (*RollupAPIService) GetRollupAllSeriesExecute ¶
func (a *RollupAPIService) GetRollupAllSeriesExecute(r ApiGetRollupAllSeriesRequest) ([]ResponsesRollupAllSeriesResponse, *http.Response, error)
Execute executes the request
@return []ResponsesRollupAllSeriesResponse
func (*RollupAPIService) GetRollupBlobs ¶
func (a *RollupAPIService) GetRollupBlobs(ctx context.Context, id int32) ApiGetRollupBlobsRequest
GetRollupBlobs Get rollup blobs
Get rollup blobs
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param id Internal identity @return ApiGetRollupBlobsRequest
func (*RollupAPIService) GetRollupBlobsExecute ¶
func (a *RollupAPIService) GetRollupBlobsExecute(r ApiGetRollupBlobsRequest) ([]ResponsesBlobLog, *http.Response, error)
Execute executes the request
@return []ResponsesBlobLog
func (*RollupAPIService) GetRollupBySlug ¶
func (a *RollupAPIService) GetRollupBySlug(ctx context.Context, slug string) ApiGetRollupBySlugRequest
GetRollupBySlug Get rollup by slug
Get rollup by slug
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param slug Slug @return ApiGetRollupBySlugRequest
func (*RollupAPIService) GetRollupBySlugExecute ¶
func (a *RollupAPIService) GetRollupBySlugExecute(r ApiGetRollupBySlugRequest) (*ResponsesRollup, *http.Response, error)
Execute executes the request
@return ResponsesRollup
func (*RollupAPIService) GetRollupDistribution ¶
func (a *RollupAPIService) GetRollupDistribution(ctx context.Context, id int32, name string, timeframe string) ApiGetRollupDistributionRequest
GetRollupDistribution Get rollup distribution
Get rollup distribution
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param id Internal identity @param name Series name @param timeframe Timeframe @return ApiGetRollupDistributionRequest
func (*RollupAPIService) GetRollupDistributionExecute ¶
func (a *RollupAPIService) GetRollupDistributionExecute(r ApiGetRollupDistributionRequest) ([]ResponsesDistributionItem, *http.Response, error)
Execute executes the request
@return []ResponsesDistributionItem
func (*RollupAPIService) GetRollupExecute ¶
func (a *RollupAPIService) GetRollupExecute(r ApiGetRollupRequest) (*ResponsesRollup, *http.Response, error)
Execute executes the request
@return ResponsesRollup
func (*RollupAPIService) GetRollupNamespaces ¶
func (a *RollupAPIService) GetRollupNamespaces(ctx context.Context, id int32) ApiGetRollupNamespacesRequest
GetRollupNamespaces Get rollup namespaces info
Get rollup namespaces info
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param id Internal identity @return ApiGetRollupNamespacesRequest
func (*RollupAPIService) GetRollupNamespacesExecute ¶
func (a *RollupAPIService) GetRollupNamespacesExecute(r ApiGetRollupNamespacesRequest) ([]ResponsesNamespace, *http.Response, error)
Execute executes the request
@return []ResponsesNamespace
func (*RollupAPIService) GetRollupStats ¶
func (a *RollupAPIService) GetRollupStats(ctx context.Context, id int32, name string, timeframe string) ApiGetRollupStatsRequest
GetRollupStats Get rollup stats
Get rollup stats
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param id Internal identity @param name Series name @param timeframe Timeframe @return ApiGetRollupStatsRequest
func (*RollupAPIService) GetRollupStatsExecute ¶
func (a *RollupAPIService) GetRollupStatsExecute(r ApiGetRollupStatsRequest) ([]ResponsesHistogramItem, *http.Response, error)
Execute executes the request
@return []ResponsesHistogramItem
func (*RollupAPIService) GetRollupsCount ¶
func (a *RollupAPIService) GetRollupsCount(ctx context.Context) ApiGetRollupsCountRequest
GetRollupsCount Get count of rollups in network
Get count of rollups in network
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return ApiGetRollupsCountRequest
func (*RollupAPIService) GetRollupsCountExecute ¶
func (a *RollupAPIService) GetRollupsCountExecute(r ApiGetRollupsCountRequest) (int32, *http.Response, error)
Execute executes the request
@return int32
func (*RollupAPIService) ListRollup ¶
func (a *RollupAPIService) ListRollup(ctx context.Context) ApiListRollupRequest
ListRollup List rollups info
List rollups info
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return ApiListRollupRequest
func (*RollupAPIService) ListRollup24h ¶
func (a *RollupAPIService) ListRollup24h(ctx context.Context) ApiListRollup24hRequest
ListRollup24h List rollups info with stats by previous 24 hours
List rollups info with stats by previous 24 hours
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return ApiListRollup24hRequest
func (*RollupAPIService) ListRollup24hExecute ¶
func (a *RollupAPIService) ListRollup24hExecute(r ApiListRollup24hRequest) ([]ResponsesRollupWithDayStats, *http.Response, error)
Execute executes the request
@return []ResponsesRollupWithDayStats
func (*RollupAPIService) ListRollupExecute ¶
func (a *RollupAPIService) ListRollupExecute(r ApiListRollupRequest) ([]ResponsesRollupWithStats, *http.Response, error)
Execute executes the request
@return []ResponsesRollupWithStats
func (*RollupAPIService) RollupExport ¶
func (a *RollupAPIService) RollupExport(ctx context.Context, id int32) ApiRollupExportRequest
RollupExport Export rollup blobs
Export rollup blobs
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param id Internal identity @return ApiRollupExportRequest
func (*RollupAPIService) RollupExportExecute ¶
func (a *RollupAPIService) RollupExportExecute(r ApiRollupExportRequest) (*http.Response, error)
Execute executes the request
func (*RollupAPIService) RollupGroupedStatistics ¶ added in v1.10.9
func (a *RollupAPIService) RollupGroupedStatistics(ctx context.Context) ApiRollupGroupedStatisticsRequest
RollupGroupedStatistics Rollup Grouped Statistics
Rollup Grouped Statistics
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return ApiRollupGroupedStatisticsRequest
func (*RollupAPIService) RollupGroupedStatisticsExecute ¶ added in v1.10.9
func (a *RollupAPIService) RollupGroupedStatisticsExecute(r ApiRollupGroupedStatisticsRequest) ([]ResponsesRollupGroupedStats, *http.Response, error)
Execute executes the request
@return []ResponsesRollupGroupedStats
type SearchAPIService ¶
type SearchAPIService service
SearchAPIService SearchAPI service
func (*SearchAPIService) Search ¶
func (a *SearchAPIService) Search(ctx context.Context) ApiSearchRequest
Search Search by hash
Endpoint finds entity by hash (block, address, validator, namespace and tx). It returns array of `responses.SearchItem` entities.
### Block
Block will be found by its hash. Hash example: `652452A670018D629CC116E510BA88C1CABE061336661B1F3D206D248BD558AF`. Hash should be hexadecimal and has a length of 64.
#### Example response
```json
{ "type": "block", "result": { "id": 1, "hash": "652452A670018D629CC116E510BA88C1CABE061336661B1F3D206D248BD558AF", // ... rest fields from response.Block type } }
```
### Tx
Tx will be found by its hash. Hash example: `652452A670018D629CC116E510BA88C1CABE061336661B1F3D206D248BD558AF`. Tx should be hexadecimal and has a length of 64.
#### Example response
```json
{ "type": "tx", "result": { "id": 1, "hash": "652452A670018D629CC116E510BA88C1CABE061336661B1F3D206D248BD558AF", // ... rest fields from response.Tx type } }
```
### Address
The Address will be found by its hash. Hash example: `celestia1jc92qdnty48pafummfr8ava2tjtuhfdw774w60`. Address has prefix `celestia` and has length 47. Also, it should be decoded by `bech32`.
#### Example response
```json
{ "type": "address", "result": { "id": 1, "hash": "celestia1jc92qdnty48pafummfr8ava2tjtuhfdw774w60", "height": 100, "balance": "6525472354" } }
```
### Namespace
Namespace can be found by base64 hash and identity pair version + namespace id. Hash example: `U3dhZ2dlciByb2Nrcw==`. Identity pair example: `014723ce10b187716adfc55ff7e6d9179c226e6b5440b02577cca49d02`
#### Example response
```json
{ "type": "namespace", "result": { "id": 1, "hash": "U3dhZ2dlciByb2Nrcw==", "version": 1, "namespace_id": "4723ce10b187716adfc55ff7e6d9179c226e6b5440b02577cca49d02" // ... rest fields from response.Namespace type } }
```
### Validator
Validator can be found by moniker prefix. For example: names `Node 1` and `Node 2` can be found with query string `Node`
#### Example response
```json
{ "type": "validator", "result": { "id": 1, "moniker": "Node 1", // ... rest fields from response.Validator type } }
```
### Rollup
Rollup can be found by name prefix. For example: rollup with names `Rollup 1` and `Rollup 2` can be found with query string `Rol`
#### Example response
```json
{ "type": "rollup", "result": { "id": 1, "moniker": "Rollup 1", // ... rest fields from response.Rollup type } }
```
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return ApiSearchRequest
func (*SearchAPIService) SearchExecute ¶
func (a *SearchAPIService) SearchExecute(r ApiSearchRequest) ([]ResponsesSearchItem, *http.Response, error)
Execute executes the request
@return []ResponsesSearchItem
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 StatsAPIService ¶
type StatsAPIService service
StatsAPIService StatsAPI service
func (*StatsAPIService) Stats24hChanges ¶
func (a *StatsAPIService) Stats24hChanges(ctx context.Context) ApiStats24hChangesRequest
Stats24hChanges Get changes for 24 hours
Get changes for 24 hours
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return ApiStats24hChangesRequest
func (*StatsAPIService) Stats24hChangesExecute ¶
func (a *StatsAPIService) Stats24hChangesExecute(r ApiStats24hChangesRequest) ([]ResponsesChange24hBlockStats, *http.Response, error)
Execute executes the request
@return []ResponsesChange24hBlockStats
func (*StatsAPIService) StatsIbcChains ¶ added in v1.14.0
func (a *StatsAPIService) StatsIbcChains(ctx context.Context) ApiStatsIbcChainsRequest
StatsIbcChains Get stats for ibc channels splitted by chains
Get stats for ibc channels splitted by chains
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return ApiStatsIbcChainsRequest
func (*StatsAPIService) StatsIbcChainsExecute ¶ added in v1.14.0
func (a *StatsAPIService) StatsIbcChainsExecute(r ApiStatsIbcChainsRequest) ([]ResponsesIbcChainStats, *http.Response, error)
Execute executes the request
@return []ResponsesIbcChainStats
func (*StatsAPIService) StatsIbcSeries ¶ added in v1.14.0
func (a *StatsAPIService) StatsIbcSeries(ctx context.Context, id string, timeframe string, name string) ApiStatsIbcSeriesRequest
StatsIbcSeries Get histogram for ibc channels with precomputed stats
Get histogram for ibc channels with precomputed stats by series name and timeframe
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param id Channel id @param timeframe Timeframe @param name Series name @return ApiStatsIbcSeriesRequest
func (*StatsAPIService) StatsIbcSeriesExecute ¶ added in v1.14.0
func (a *StatsAPIService) StatsIbcSeriesExecute(r ApiStatsIbcSeriesRequest) ([]ResponsesHistogramItem, *http.Response, error)
Execute executes the request
@return []ResponsesHistogramItem
func (*StatsAPIService) StatsMessagesCount24h ¶
func (a *StatsAPIService) StatsMessagesCount24h(ctx context.Context) ApiStatsMessagesCount24hRequest
StatsMessagesCount24h Get messages distribution for the last 24 hours
Get messages distribution for the last 24 hours
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return ApiStatsMessagesCount24hRequest
func (*StatsAPIService) StatsMessagesCount24hExecute ¶
func (a *StatsAPIService) StatsMessagesCount24hExecute(r ApiStatsMessagesCount24hRequest) ([]ResponsesCountItem, *http.Response, error)
Execute executes the request
@return []ResponsesCountItem
func (*StatsAPIService) StatsNamespaceUsage ¶
func (a *StatsAPIService) StatsNamespaceUsage(ctx context.Context) ApiStatsNamespaceUsageRequest
StatsNamespaceUsage Get namespaces with sorting by size.
Get namespaces with sorting by size. Returns top 100 namespaces. Namespaces which is not included to top 100 grouped into 'others' item
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return ApiStatsNamespaceUsageRequest
func (*StatsAPIService) StatsNamespaceUsageExecute ¶
func (a *StatsAPIService) StatsNamespaceUsageExecute(r ApiStatsNamespaceUsageRequest) ([]ResponsesNamespaceUsage, *http.Response, error)
Execute executes the request
@return []ResponsesNamespaceUsage
func (*StatsAPIService) StatsNsSeries ¶
func (a *StatsAPIService) StatsNsSeries(ctx context.Context, id string, timeframe string, name string) ApiStatsNsSeriesRequest
StatsNsSeries Get histogram for namespace with precomputed stats
Get histogram for namespace with precomputed stats by series name and timeframe
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param id Namespace id in hexadecimal @param timeframe Timeframe @param name Series name @return ApiStatsNsSeriesRequest
func (*StatsAPIService) StatsNsSeriesExecute ¶
func (a *StatsAPIService) StatsNsSeriesExecute(r ApiStatsNsSeriesRequest) ([]ResponsesSeriesItem, *http.Response, error)
Execute executes the request
@return []ResponsesSeriesItem
func (*StatsAPIService) StatsRollup24h ¶
func (a *StatsAPIService) StatsRollup24h(ctx context.Context) ApiStatsRollup24hRequest
StatsRollup24h Get rollups stats for last 24 hours
Get rollups stats for last 24 hours
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return ApiStatsRollup24hRequest
func (*StatsAPIService) StatsRollup24hExecute ¶
func (a *StatsAPIService) StatsRollup24hExecute(r ApiStatsRollup24hRequest) ([]ResponsesRollupStats24h, *http.Response, error)
Execute executes the request
@return []ResponsesRollupStats24h
func (*StatsAPIService) StatsSeries ¶
func (a *StatsAPIService) StatsSeries(ctx context.Context, timeframe string, name string) ApiStatsSeriesRequest
StatsSeries Get histogram with precomputed stats
Get histogram with precomputed stats by series name and timeframe
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param timeframe Timeframe @param name Series name @return ApiStatsSeriesRequest
func (*StatsAPIService) StatsSeriesCumulative ¶
func (a *StatsAPIService) StatsSeriesCumulative(ctx context.Context, timeframe string, name string) ApiStatsSeriesCumulativeRequest
StatsSeriesCumulative Get cumulative histogram with precomputed stats
Get cumulative histogram with precomputed stats by series name and timeframe
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param timeframe Timeframe @param name Series name @return ApiStatsSeriesCumulativeRequest
func (*StatsAPIService) StatsSeriesCumulativeExecute ¶
func (a *StatsAPIService) StatsSeriesCumulativeExecute(r ApiStatsSeriesCumulativeRequest) ([]ResponsesSeriesItem, *http.Response, error)
Execute executes the request
@return []ResponsesSeriesItem
func (*StatsAPIService) StatsSeriesExecute ¶
func (a *StatsAPIService) StatsSeriesExecute(r ApiStatsSeriesRequest) ([]ResponsesSeriesItem, *http.Response, error)
Execute executes the request
@return []ResponsesSeriesItem
func (*StatsAPIService) StatsSizeGroups ¶ added in v1.11.4
func (a *StatsAPIService) StatsSizeGroups(ctx context.Context) ApiStatsSizeGroupsRequest
StatsSizeGroups Get blobs count grouped by size
Get blobs count grouped by size
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return ApiStatsSizeGroupsRequest
func (*StatsAPIService) StatsSizeGroupsExecute ¶ added in v1.11.4
func (a *StatsAPIService) StatsSizeGroupsExecute(r ApiStatsSizeGroupsRequest) ([]ResponsesSizeGroup, *http.Response, error)
Execute executes the request
@return []ResponsesSizeGroup
func (*StatsAPIService) StatsSquareSize ¶
func (a *StatsAPIService) StatsSquareSize(ctx context.Context) ApiStatsSquareSizeRequest
StatsSquareSize Get histogram for square size distribution
Get histogram for square size distribution
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return ApiStatsSquareSizeRequest
func (*StatsAPIService) StatsSquareSizeExecute ¶
func (a *StatsAPIService) StatsSquareSizeExecute(r ApiStatsSquareSizeRequest) ([]map[string][]ResponsesTimeValueItem, *http.Response, error)
Execute executes the request
@return []map[string][]ResponsesTimeValueItem
func (*StatsAPIService) StatsStakingSeries ¶
func (a *StatsAPIService) StatsStakingSeries(ctx context.Context, id string, timeframe string, name string) ApiStatsStakingSeriesRequest
StatsStakingSeries Get histogram for staking with precomputed stats
Get histogram for staking with precomputed stats by series name and timeframe
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param id Validator id @param timeframe Timeframe @param name Series name @return ApiStatsStakingSeriesRequest
func (*StatsAPIService) StatsStakingSeriesExecute ¶
func (a *StatsAPIService) StatsStakingSeriesExecute(r ApiStatsStakingSeriesRequest) ([]ResponsesSeriesItem, *http.Response, error)
Execute executes the request
@return []ResponsesSeriesItem
func (*StatsAPIService) StatsSummary ¶
func (a *StatsAPIService) StatsSummary(ctx context.Context, table string, function string) ApiStatsSummaryRequest
StatsSummary Get value by table and function
Returns string value by passed table and function.
### Availiable tables * `block` * `block_stats` * `tx` * `message` * `event`
### Availiable functions * `sum` * `min` * `max` * `avg` * `count`
`Column` query parameter is required for functions `sum`, `min`, `max` and `avg` and should not pass for `count`.
### Availiable columns and functions for tables:
#### Block * `height` -- min max * `time` -- min max
#### Block stats * `height` -- min max * `time` -- min max * `tx_count` -- min max sum avg * `events_count` -- min max sum avg * `blobs_size` -- min max sum avg * `block_time` -- min max sum avg * `supply_chnge` -- min max sum avg * `inflation_rate` -- min max avg * `fee` -- min max sum avg * `gas_used` -- min max sum avg * `gas_limit` -- min max sum avg
#### Tx * `height` -- min max * `time` -- min max * `gas_wanted` -- min max sum avg * `gas_used` -- min max sum avg * `timeout_height` -- min max avg * `events_count` -- min max sum avg * `messages_count` -- min max sum avg * `fee` -- min max sum avg
#### Event * `height` -- min max * `time` -- min max
#### Message * `height` -- min max * `time` -- min max
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param table Table name @param function Function name @return ApiStatsSummaryRequest
func (*StatsAPIService) StatsSummaryExecute ¶
func (a *StatsAPIService) StatsSummaryExecute(r ApiStatsSummaryRequest) (string, *http.Response, error)
Execute executes the request
@return string
type TransactionsAPIService ¶
type TransactionsAPIService service
TransactionsAPIService TransactionsAPI service
func (*TransactionsAPIService) GetTransaction ¶
func (a *TransactionsAPIService) GetTransaction(ctx context.Context, hash string) ApiGetTransactionRequest
GetTransaction Get transaction by hash
Get transaction by hash
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param hash Transaction hash in hexadecimal @return ApiGetTransactionRequest
func (*TransactionsAPIService) GetTransactionEvents ¶
func (a *TransactionsAPIService) GetTransactionEvents(ctx context.Context, hash string) ApiGetTransactionEventsRequest
GetTransactionEvents Get transaction events
Get transaction events
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param hash Transaction hash in hexadecimal @return ApiGetTransactionEventsRequest
func (*TransactionsAPIService) GetTransactionEventsExecute ¶
func (a *TransactionsAPIService) GetTransactionEventsExecute(r ApiGetTransactionEventsRequest) ([]ResponsesEvent, *http.Response, error)
Execute executes the request
@return []ResponsesEvent
func (*TransactionsAPIService) GetTransactionExecute ¶
func (a *TransactionsAPIService) GetTransactionExecute(r ApiGetTransactionRequest) (*ResponsesTx, *http.Response, error)
Execute executes the request
@return ResponsesTx
func (*TransactionsAPIService) GetTransactionMessages ¶
func (a *TransactionsAPIService) GetTransactionMessages(ctx context.Context, hash string) ApiGetTransactionMessagesRequest
GetTransactionMessages Get transaction messages
Get transaction messages
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param hash Transaction hash in hexadecimal @return ApiGetTransactionMessagesRequest
func (*TransactionsAPIService) GetTransactionMessagesExecute ¶
func (a *TransactionsAPIService) GetTransactionMessagesExecute(r ApiGetTransactionMessagesRequest) ([]ResponsesMessage, *http.Response, error)
Execute executes the request
@return []ResponsesMessage
func (*TransactionsAPIService) GetTransactionsCount ¶
func (a *TransactionsAPIService) GetTransactionsCount(ctx context.Context) ApiGetTransactionsCountRequest
GetTransactionsCount Get count of transactions in network
Get count of transactions in network
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return ApiGetTransactionsCountRequest
func (*TransactionsAPIService) GetTransactionsCountExecute ¶
func (a *TransactionsAPIService) GetTransactionsCountExecute(r ApiGetTransactionsCountRequest) (int32, *http.Response, error)
Execute executes the request
@return int32
func (*TransactionsAPIService) ListGenesisTransactions ¶
func (a *TransactionsAPIService) ListGenesisTransactions(ctx context.Context) ApiListGenesisTransactionsRequest
ListGenesisTransactions List genesis transactions info
List genesis transactions info
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return ApiListGenesisTransactionsRequest
func (*TransactionsAPIService) ListGenesisTransactionsExecute ¶
func (a *TransactionsAPIService) ListGenesisTransactionsExecute(r ApiListGenesisTransactionsRequest) ([]ResponsesTx, *http.Response, error)
Execute executes the request
@return []ResponsesTx
func (*TransactionsAPIService) ListTransactionBlobs ¶
func (a *TransactionsAPIService) ListTransactionBlobs(ctx context.Context, hash string) ApiListTransactionBlobsRequest
ListTransactionBlobs List blobs which was pushed by transaction
List blobs which was pushed by transaction
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param hash Transaction hash in hexadecimal @return ApiListTransactionBlobsRequest
func (*TransactionsAPIService) ListTransactionBlobsExecute ¶
func (a *TransactionsAPIService) ListTransactionBlobsExecute(r ApiListTransactionBlobsRequest) ([]ResponsesBlobLog, *http.Response, error)
Execute executes the request
@return []ResponsesBlobLog
func (*TransactionsAPIService) ListTransactions ¶
func (a *TransactionsAPIService) ListTransactions(ctx context.Context) ApiListTransactionsRequest
ListTransactions List transactions info
List transactions info
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return ApiListTransactionsRequest
func (*TransactionsAPIService) ListTransactionsExecute ¶
func (a *TransactionsAPIService) ListTransactionsExecute(r ApiListTransactionsRequest) ([]ResponsesTx, *http.Response, error)
Execute executes the request
@return []ResponsesTx
func (*TransactionsAPIService) TransactionBlobsCount ¶
func (a *TransactionsAPIService) TransactionBlobsCount(ctx context.Context, hash string) ApiTransactionBlobsCountRequest
TransactionBlobsCount Count of blobs which was pushed by transaction
Count of blobs which was pushed by transaction
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param hash Transaction hash in hexadecimal @return ApiTransactionBlobsCountRequest
func (*TransactionsAPIService) TransactionBlobsCountExecute ¶
func (a *TransactionsAPIService) TransactionBlobsCountExecute(r ApiTransactionBlobsCountRequest) (int32, *http.Response, error)
Execute executes the request
@return int32
type TypesEventType ¶
type TypesEventType string
TypesEventType the model 'TypesEventType'
const ( EventTypeUnknown TypesEventType = "unknown" EventTypeCoinReceived TypesEventType = "coin_received" EventTypeCoinbase TypesEventType = "coinbase" EventTypeCoinSpent TypesEventType = "coin_spent" EventTypeBurn TypesEventType = "burn" EventTypeMint TypesEventType = "mint" EventTypeMessage TypesEventType = "message" EventTypeProposerReward TypesEventType = "proposer_reward" EventTypeRewards TypesEventType = "rewards" EventTypeCommission TypesEventType = "commission" EventTypeLiveness TypesEventType = "liveness" EventTypeTransfer TypesEventType = "transfer" EventTypeCelestiablobv1EventPayForBlobs TypesEventType = "celestia.blob.v1.EventPayForBlobs" EventTypeRedelegate TypesEventType = "redelegate" EventTypeAttestationRequest TypesEventType = "AttestationRequest" EventTypeWithdrawRewards TypesEventType = "withdraw_rewards" EventTypeWithdrawCommission TypesEventType = "withdraw_commission" EventTypeSetWithdrawAddress TypesEventType = "set_withdraw_address" EventTypeCreateValidator TypesEventType = "create_validator" EventTypeDelegate TypesEventType = "delegate" EventTypeEditValidator TypesEventType = "edit_validator" EventTypeUnbond TypesEventType = "unbond" EventTypeTx TypesEventType = "tx" EventTypeCompleteRedelegation TypesEventType = "complete_redelegation" EventTypeCompleteUnbonding TypesEventType = "complete_unbonding" EventTypeUseFeegrant TypesEventType = "use_feegrant" EventTypeRevokeFeegrant TypesEventType = "revoke_feegrant" EventTypeSetFeegrant TypesEventType = "set_feegrant" EventTypeUpdateFeegrant TypesEventType = "update_feegrant" EventTypeSlash TypesEventType = "slash" EventTypeProposalVote TypesEventType = "proposal_vote" EventTypeProposalDeposit TypesEventType = "proposal_deposit" EventTypeSubmitProposal TypesEventType = "submit_proposal" EventTypeCosmosauthzv1beta1EventGrant TypesEventType = "cosmos.authz.v1beta1.EventGrant" EventTypeSendPacket TypesEventType = "send_packet" EventTypeIbcTransfer TypesEventType = "ibc_transfer" EventTypeFungibleTokenPacket TypesEventType = "fungible_token_packet" EventTypeAcknowledgePacket TypesEventType = "acknowledge_packet" EventTypeCreateClient TypesEventType = "create_client" EventTypeUpdateClient TypesEventType = "update_client" EventTypeConnectionOpenTry TypesEventType = "connection_open_try" EventTypeConnectionOpenInit TypesEventType = "connection_open_init" EventTypeConnectionOpenConfirm TypesEventType = "connection_open_confirm" EventTypeConnectionOpenAck TypesEventType = "connection_open_ack" EventTypeChannelOpenTry TypesEventType = "channel_open_try" EventTypeChannelOpenInit TypesEventType = "channel_open_init" EventTypeChannelOpenConfirm TypesEventType = "channel_open_confirm" EventTypeChannelOpenAck TypesEventType = "channel_open_ack" EventTypeRecvPacket TypesEventType = "recv_packet" EventTypeWriteAcknowledgement TypesEventType = "write_acknowledgement" EventTypeTimeout TypesEventType = "timeout" EventTypeTimeoutPacket TypesEventType = "timeout_packet" EventTypeCosmosauthzv1beta1EventRevoke TypesEventType = "cosmos.authz.v1beta1.EventRevoke" EventTypeCosmosauthzv1EventRevoke TypesEventType = "cosmos.authz.v1.EventRevoke" EventTypeCancelUnbondingDelegation TypesEventType = "cancel_unbonding_delegation" EventTypeActiveProposal TypesEventType = "active_proposal" EventTypeInactiveProposal TypesEventType = "inactive_proposal" EventTypeIcs27Packet TypesEventType = "ics27_packet" EventTypeChannelCloseConfirm TypesEventType = "channel_close_confirm" EventTypeUpdateClientProposal TypesEventType = "update_client_proposal" EventTypeHyperlanecorev1EventDispatch TypesEventType = "hyperlane.core.v1.EventDispatch" EventTypeHyperlanecorev1EventProcess TypesEventType = "hyperlane.core.v1.EventProcess" EventTypeHyperlanecorev1EventCreateMailbox TypesEventType = "hyperlane.core.v1.EventCreateMailbox" EventTypeHyperlanecorev1EventSetMailbox TypesEventType = "hyperlane.core.v1.EventSetMailbox" EventTypeHyperlanewarpv1EventCreateSyntheticToken TypesEventType = "hyperlane.warp.v1.EventCreateSyntheticToken" EventTypeHyperlanewarpv1EventCreateCollateralToken TypesEventType = "hyperlane.warp.v1.EventCreateCollateralToken" EventTypeHyperlanewarpv1EventSetToken TypesEventType = "hyperlane.warp.v1.EventSetToken" EventTypeHyperlanewarpv1EventEnrollRemoteRouter TypesEventType = "hyperlane.warp.v1.EventEnrollRemoteRouter" EventTypeHyperlanewarpv1EventUnrollRemoteRouter TypesEventType = "hyperlane.warp.v1.EventUnrollRemoteRouter" EventTypeHyperlanewarpv1EventSendRemoteTransfer TypesEventType = "hyperlane.warp.v1.EventSendRemoteTransfer" EventTypeHyperlanewarpv1EventReceiveRemoteTransfer TypesEventType = "hyperlane.warp.v1.EventReceiveRemoteTransfer" EventTypeHyperlanecorepostDispatchv1EventCreateMerkleTreeHook TypesEventType = "hyperlane.core.post_dispatch.v1.EventCreateMerkleTreeHook" EventTypeHyperlanecorepostDispatchv1EventInsertedIntoTree TypesEventType = "hyperlane.core.post_dispatch.v1.EventInsertedIntoTree" EventTypeHyperlanecorepostDispatchv1EventGasPayment TypesEventType = "hyperlane.core.post_dispatch.v1.EventGasPayment" EventTypeHyperlanecorepostDispatchv1EventCreateNoopHook TypesEventType = "hyperlane.core.post_dispatch.v1.EventCreateNoopHook" EventTypeHyperlanecorepostDispatchv1EventCreateIgp TypesEventType = "hyperlane.core.post_dispatch.v1.EventCreateIgp" EventTypeHyperlanecorepostDispatchv1EventSetIgp TypesEventType = "hyperlane.core.post_dispatch.v1.EventSetIgp" EventTypeHyperlanecorepostDispatchv1EventSetDestinationGasConfig TypesEventType = "hyperlane.core.post_dispatch.v1.EventSetDestinationGasConfig" EventTypeHyperlanecorepostDispatchv1EventClaimIgp TypesEventType = "hyperlane.core.post_dispatch.v1.EventClaimIgp" )
List of types.EventType
func NewTypesEventTypeFromValue ¶
func NewTypesEventTypeFromValue(v string) (*TypesEventType, error)
NewTypesEventTypeFromValue returns a pointer to a valid TypesEventType for the value passed as argument, or an error if the value passed is not allowed by the enum
func (TypesEventType) IsValid ¶
func (v TypesEventType) IsValid() bool
IsValid return true if the value is valid for the enum, false otherwise
func (TypesEventType) Ptr ¶
func (v TypesEventType) Ptr() *TypesEventType
Ptr returns reference to types.EventType value
func (*TypesEventType) UnmarshalJSON ¶
func (v *TypesEventType) UnmarshalJSON(src []byte) error
type TypesMsgAddressType ¶
type TypesMsgAddressType string
TypesMsgAddressType the model 'TypesMsgAddressType'
const ( MsgAddressTypeValidator TypesMsgAddressType = "validator" MsgAddressTypeDelegator TypesMsgAddressType = "delegator" MsgAddressTypeDepositor TypesMsgAddressType = "depositor" MsgAddressTypeValidatorSrc TypesMsgAddressType = "validatorSrc" MsgAddressTypeValidatorDst TypesMsgAddressType = "validatorDst" MsgAddressTypeFromAddress TypesMsgAddressType = "fromAddress" MsgAddressTypeToAddress TypesMsgAddressType = "toAddress" MsgAddressTypeInput TypesMsgAddressType = "input" MsgAddressTypeOutput TypesMsgAddressType = "output" MsgAddressTypeGrantee TypesMsgAddressType = "grantee" MsgAddressTypeGranter TypesMsgAddressType = "granter" MsgAddressTypeSigner TypesMsgAddressType = "signer" MsgAddressTypeWithdraw TypesMsgAddressType = "withdraw" MsgAddressTypeVoter TypesMsgAddressType = "voter" MsgAddressTypeProposer TypesMsgAddressType = "proposer" MsgAddressTypeAuthority TypesMsgAddressType = "authority" MsgAddressTypeSender TypesMsgAddressType = "sender" MsgAddressTypeReceiver TypesMsgAddressType = "receiver" MsgAddressTypeSubmitter TypesMsgAddressType = "submitter" MsgAddressTypeAdmin TypesMsgAddressType = "admin" MsgAddressTypeNewAdmin TypesMsgAddressType = "newAdmin" MsgAddressTypeGroupPolicyAddress TypesMsgAddressType = "groupPolicyAddress" MsgAddressTypeExecutor TypesMsgAddressType = "executor" MsgAddressTypeGroupMember TypesMsgAddressType = "groupMember" MsgAddressTypeOwner TypesMsgAddressType = "owner" MsgAddressTypeRelayer TypesMsgAddressType = "relayer" MsgAddressTypePayee TypesMsgAddressType = "payee" )
List of types.MsgAddressType
func NewTypesMsgAddressTypeFromValue ¶
func NewTypesMsgAddressTypeFromValue(v string) (*TypesMsgAddressType, error)
NewTypesMsgAddressTypeFromValue returns a pointer to a valid TypesMsgAddressType for the value passed as argument, or an error if the value passed is not allowed by the enum
func (TypesMsgAddressType) IsValid ¶
func (v TypesMsgAddressType) IsValid() bool
IsValid return true if the value is valid for the enum, false otherwise
func (TypesMsgAddressType) Ptr ¶
func (v TypesMsgAddressType) Ptr() *TypesMsgAddressType
Ptr returns reference to types.MsgAddressType value
func (*TypesMsgAddressType) UnmarshalJSON ¶
func (v *TypesMsgAddressType) UnmarshalJSON(src []byte) error
type TypesMsgType ¶
type TypesMsgType string
TypesMsgType the model 'TypesMsgType'
const ( MsgUnknown TypesMsgType = "MsgUnknown" MsgSetWithdrawAddress TypesMsgType = "MsgSetWithdrawAddress" MsgWithdrawDelegatorReward TypesMsgType = "MsgWithdrawDelegatorReward" MsgWithdrawValidatorCommission TypesMsgType = "MsgWithdrawValidatorCommission" MsgFundCommunityPool TypesMsgType = "MsgFundCommunityPool" MsgCreateValidator TypesMsgType = "MsgCreateValidator" MsgEditValidator TypesMsgType = "MsgEditValidator" MsgDelegate TypesMsgType = "MsgDelegate" MsgBeginRedelegate TypesMsgType = "MsgBeginRedelegate" MsgUndelegate TypesMsgType = "MsgUndelegate" MsgCancelUnbondingDelegation TypesMsgType = "MsgCancelUnbondingDelegation" MsgUnjail TypesMsgType = "MsgUnjail" MsgSend TypesMsgType = "MsgSend" MsgMultiSend TypesMsgType = "MsgMultiSend" MsgCreateVestingAccount TypesMsgType = "MsgCreateVestingAccount" MsgCreatePermanentLockedAccount TypesMsgType = "MsgCreatePermanentLockedAccount" MsgCreatePeriodicVestingAccount TypesMsgType = "MsgCreatePeriodicVestingAccount" MsgPayForBlobs TypesMsgType = "MsgPayForBlobs" MsgGrant TypesMsgType = "MsgGrant" MsgExec TypesMsgType = "MsgExec" MsgRevoke TypesMsgType = "MsgRevoke" MsgGrantAllowance TypesMsgType = "MsgGrantAllowance" MsgRevokeAllowance TypesMsgType = "MsgRevokeAllowance" MsgRegisterEVMAddress TypesMsgType = "MsgRegisterEVMAddress" MsgSubmitProposal TypesMsgType = "MsgSubmitProposal" MsgExecLegacyContent TypesMsgType = "MsgExecLegacyContent" MsgVote TypesMsgType = "MsgVote" MsgVoteWeighted TypesMsgType = "MsgVoteWeighted" MsgDeposit TypesMsgType = "MsgDeposit" IBCTransfer TypesMsgType = "IBCTransfer" MsgVerifyInvariant TypesMsgType = "MsgVerifyInvariant" MsgSubmitEvidence TypesMsgType = "MsgSubmitEvidence" MsgSendNFT TypesMsgType = "MsgSendNFT" MsgCreateGroup TypesMsgType = "MsgCreateGroup" MsgUpdateGroupMembers TypesMsgType = "MsgUpdateGroupMembers" MsgUpdateGroupAdmin TypesMsgType = "MsgUpdateGroupAdmin" MsgUpdateGroupMetadata TypesMsgType = "MsgUpdateGroupMetadata" MsgCreateGroupPolicy TypesMsgType = "MsgCreateGroupPolicy" MsgUpdateGroupPolicyAdmin TypesMsgType = "MsgUpdateGroupPolicyAdmin" MsgCreateGroupWithPolicy TypesMsgType = "MsgCreateGroupWithPolicy" MsgUpdateGroupPolicyDecisionPolicy TypesMsgType = "MsgUpdateGroupPolicyDecisionPolicy" MsgUpdateGroupPolicyMetadata TypesMsgType = "MsgUpdateGroupPolicyMetadata" MsgSubmitProposalGroup TypesMsgType = "MsgSubmitProposalGroup" MsgWithdrawProposal TypesMsgType = "MsgWithdrawProposal" MsgVoteGroup TypesMsgType = "MsgVoteGroup" MsgExecGroup TypesMsgType = "MsgExecGroup" MsgLeaveGroup TypesMsgType = "MsgLeaveGroup" MsgSoftwareUpgrade TypesMsgType = "MsgSoftwareUpgrade" MsgCancelUpgrade TypesMsgType = "MsgCancelUpgrade" MsgRegisterInterchainAccount TypesMsgType = "MsgRegisterInterchainAccount" MsgSendTx TypesMsgType = "MsgSendTx" MsgRegisterPayee TypesMsgType = "MsgRegisterPayee" MsgRegisterCounterpartyPayee TypesMsgType = "MsgRegisterCounterpartyPayee" MsgPayPacketFee TypesMsgType = "MsgPayPacketFee" MsgPayPacketFeeAsync TypesMsgType = "MsgPayPacketFeeAsync" MsgTransfer TypesMsgType = "MsgTransfer" MsgCreateClient TypesMsgType = "MsgCreateClient" MsgUpdateClient TypesMsgType = "MsgUpdateClient" MsgUpgradeClient TypesMsgType = "MsgUpgradeClient" MsgSubmitMisbehaviour TypesMsgType = "MsgSubmitMisbehaviour" MsgRecoverClient TypesMsgType = "MsgRecoverClient" MsgIBCSoftwareUpgrade TypesMsgType = "MsgIBCSoftwareUpgrade" MsgUpdateParams TypesMsgType = "MsgUpdateParams" MsgConnectionOpenInit TypesMsgType = "MsgConnectionOpenInit" MsgConnectionOpenTry TypesMsgType = "MsgConnectionOpenTry" MsgConnectionOpenAck TypesMsgType = "MsgConnectionOpenAck" MsgConnectionOpenConfirm TypesMsgType = "MsgConnectionOpenConfirm" MsgChannelOpenInit TypesMsgType = "MsgChannelOpenInit" MsgChannelOpenTry TypesMsgType = "MsgChannelOpenTry" MsgChannelOpenAck TypesMsgType = "MsgChannelOpenAck" MsgChannelOpenConfirm TypesMsgType = "MsgChannelOpenConfirm" MsgChannelCloseInit TypesMsgType = "MsgChannelCloseInit" MsgChannelCloseConfirm TypesMsgType = "MsgChannelCloseConfirm" MsgRecvPacket TypesMsgType = "MsgRecvPacket" MsgTimeout TypesMsgType = "MsgTimeout" MsgTimeoutOnClose TypesMsgType = "MsgTimeoutOnClose" MsgAcknowledgement TypesMsgType = "MsgAcknowledgement" MsgSignalVersion TypesMsgType = "MsgSignalVersion" MsgTryUpgrade TypesMsgType = "MsgTryUpgrade" MsgCreateMailbox TypesMsgType = "MsgCreateMailbox" MsgProcessMessage TypesMsgType = "MsgProcessMessage" MsgSetMailbox TypesMsgType = "MsgSetMailbox" MsgCreateCollateralToken TypesMsgType = "MsgCreateCollateralToken" MsgCreateSyntheticToken TypesMsgType = "MsgCreateSyntheticToken" MsgSetToken TypesMsgType = "MsgSetToken" MsgEnrollRemoteRouter TypesMsgType = "MsgEnrollRemoteRouter" MsgUnrollRemoteRouter TypesMsgType = "MsgUnrollRemoteRouter" MsgRemoteTransfer TypesMsgType = "MsgRemoteTransfer" MsgUpdateMinfeeParams TypesMsgType = "MsgUpdateMinfeeParams" MsgCreateIgp TypesMsgType = "MsgCreateIgp" MsgSetIgpOwner TypesMsgType = "MsgSetIgpOwner" MsgSetDestinationGasConfig TypesMsgType = "MsgSetDestinationGasConfig" MsgPayForGas TypesMsgType = "MsgPayForGas" MsgClaim TypesMsgType = "MsgClaim" MsgCreateMerkleTreeHook TypesMsgType = "MsgCreateMerkleTreeHook" MsgCreateNoopHook TypesMsgType = "MsgCreateNoopHook" MsgCreateMessageIdMultisigIsm TypesMsgType = "MsgCreateMessageIdMultisigIsm" MsgCreateMerkleRootMultisigIsm TypesMsgType = "MsgCreateMerkleRootMultisigIsm" MsgCreateNoopIsm TypesMsgType = "MsgCreateNoopIsm" MsgAnnounceValidator TypesMsgType = "MsgAnnounceValidator" MsgCreateRoutingIsm TypesMsgType = "MsgCreateRoutingIsm" )
List of types.MsgType
func NewTypesMsgTypeFromValue ¶
func NewTypesMsgTypeFromValue(v string) (*TypesMsgType, error)
NewTypesMsgTypeFromValue returns a pointer to a valid TypesMsgType for the value passed as argument, or an error if the value passed is not allowed by the enum
func (TypesMsgType) IsValid ¶
func (v TypesMsgType) IsValid() bool
IsValid return true if the value is valid for the enum, false otherwise
func (TypesMsgType) Ptr ¶
func (v TypesMsgType) Ptr() *TypesMsgType
Ptr returns reference to types.MsgType value
func (*TypesMsgType) UnmarshalJSON ¶
func (v *TypesMsgType) UnmarshalJSON(src []byte) error
type ValidatorAPIService ¶
type ValidatorAPIService service
ValidatorAPIService ValidatorAPI service
func (*ValidatorAPIService) GetValidator ¶
func (a *ValidatorAPIService) GetValidator(ctx context.Context, id int32) ApiGetValidatorRequest
GetValidator Get validator info
Get validator info
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param id Internal validator id @return ApiGetValidatorRequest
func (*ValidatorAPIService) GetValidatorBlocks ¶
func (a *ValidatorAPIService) GetValidatorBlocks(ctx context.Context, id int32) ApiGetValidatorBlocksRequest
GetValidatorBlocks Get blocks which was proposed by validator
Get blocks which was proposed by validator
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param id Internal validator id @return ApiGetValidatorBlocksRequest
func (*ValidatorAPIService) GetValidatorBlocksExecute ¶
func (a *ValidatorAPIService) GetValidatorBlocksExecute(r ApiGetValidatorBlocksRequest) (*ResponsesBlock, *http.Response, error)
Execute executes the request
@return ResponsesBlock
func (*ValidatorAPIService) GetValidatorExecute ¶
func (a *ValidatorAPIService) GetValidatorExecute(r ApiGetValidatorRequest) (*ResponsesValidator, *http.Response, error)
Execute executes the request
@return ResponsesValidator
func (*ValidatorAPIService) GetValidatorUptime ¶
func (a *ValidatorAPIService) GetValidatorUptime(ctx context.Context, id int32) ApiGetValidatorUptimeRequest
GetValidatorUptime Get validator's uptime and history of signed block
Get validator's uptime and history of signed block
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param id Internal validator id @return ApiGetValidatorUptimeRequest
func (*ValidatorAPIService) GetValidatorUptimeExecute ¶
func (a *ValidatorAPIService) GetValidatorUptimeExecute(r ApiGetValidatorUptimeRequest) (*ResponsesValidatorUptime, *http.Response, error)
Execute executes the request
@return ResponsesValidatorUptime
func (*ValidatorAPIService) ListValidator ¶
func (a *ValidatorAPIService) ListValidator(ctx context.Context) ApiListValidatorRequest
ListValidator List validators
List validators
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return ApiListValidatorRequest
func (*ValidatorAPIService) ListValidatorExecute ¶
func (a *ValidatorAPIService) ListValidatorExecute(r ApiListValidatorRequest) ([]ResponsesValidator, *http.Response, error)
Execute executes the request
@return []ResponsesValidator
func (*ValidatorAPIService) ValidatorCount ¶
func (a *ValidatorAPIService) ValidatorCount(ctx context.Context) ApiValidatorCountRequest
ValidatorCount Get validator's count by status
Get validator's count by status
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return ApiValidatorCountRequest
func (*ValidatorAPIService) ValidatorCountExecute ¶
func (a *ValidatorAPIService) ValidatorCountExecute(r ApiValidatorCountRequest) (*ResponsesValidatorCount, *http.Response, error)
Execute executes the request
@return ResponsesValidatorCount
func (*ValidatorAPIService) ValidatorDelegators ¶
func (a *ValidatorAPIService) ValidatorDelegators(ctx context.Context, id int32) ApiValidatorDelegatorsRequest
ValidatorDelegators Get validator's delegators
Get validator's delegators
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param id Internal validator id @return ApiValidatorDelegatorsRequest
func (*ValidatorAPIService) ValidatorDelegatorsExecute ¶
func (a *ValidatorAPIService) ValidatorDelegatorsExecute(r ApiValidatorDelegatorsRequest) ([]ResponsesDelegation, *http.Response, error)
Execute executes the request
@return []ResponsesDelegation
func (*ValidatorAPIService) ValidatorJails ¶
func (a *ValidatorAPIService) ValidatorJails(ctx context.Context, id int32) ApiValidatorJailsRequest
ValidatorJails Get validator's jails
Get validator's jails
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param id Internal validator id @return ApiValidatorJailsRequest
func (*ValidatorAPIService) ValidatorJailsExecute ¶
func (a *ValidatorAPIService) ValidatorJailsExecute(r ApiValidatorJailsRequest) ([]ResponsesJail, *http.Response, error)
Execute executes the request
@return []ResponsesJail
func (*ValidatorAPIService) ValidatorVotes ¶ added in v1.13.0
func (a *ValidatorAPIService) ValidatorVotes(ctx context.Context, id int32) ApiValidatorVotesRequest
ValidatorVotes Get list of votes for validator
Get list of votes for validator
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param id Internal validator id @return ApiValidatorVotesRequest
func (*ValidatorAPIService) ValidatorVotesExecute ¶ added in v1.13.0
func (a *ValidatorAPIService) ValidatorVotesExecute(r ApiValidatorVotesRequest) ([]ResponsesVote, *http.Response, error)
Execute executes the request
@return []ResponsesVote
type VestingAPIService ¶
type VestingAPIService service
VestingAPIService VestingAPI service
func (*VestingAPIService) GetVestingPeriods ¶
func (a *VestingAPIService) GetVestingPeriods(ctx context.Context, id int32) ApiGetVestingPeriodsRequest
GetVestingPeriods Periods vesting periods by id
Periods vesting periods by id. Returns not empty array only for periodic vestings.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param id Internal identity @return ApiGetVestingPeriodsRequest
func (*VestingAPIService) GetVestingPeriodsExecute ¶
func (a *VestingAPIService) GetVestingPeriodsExecute(r ApiGetVestingPeriodsRequest) (*ResponsesVestingPeriod, *http.Response, error)
Execute executes the request
@return ResponsesVestingPeriod
Source Files
¶
- api_address.go
- api_block.go
- api_gas.go
- api_general.go
- api_hyperlane.go
- api_ibc.go
- api_namespace.go
- api_proposal.go
- api_rollup.go
- api_search.go
- api_stats.go
- api_transactions.go
- api_validator.go
- api_vesting.go
- client.go
- configuration.go
- model_github_com_celenium_io_celestia_indexer_internal_storage_types_status.go
- model_handler_error.go
- model_handler_post_blob_request.go
- model_responses_address.go
- model_responses_balance.go
- model_responses_blob.go
- model_responses_blob_log.go
- model_responses_block.go
- model_responses_block_stats.go
- model_responses_celestial.go
- model_responses_change24h_block_stats.go
- model_responses_constants.go
- model_responses_count_item.go
- model_responses_delegation.go
- model_responses_denom_metadata.go
- model_responses_distribution_item.go
- model_responses_enums.go
- model_responses_event.go
- model_responses_gas_price.go
- model_responses_grant.go
- model_responses_histogram_item.go
- model_responses_hyperlane_counterparty.go
- model_responses_hyperlane_mailbox.go
- model_responses_hyperlane_token.go
- model_responses_hyperlane_transfer.go
- model_responses_ibc_chain_stats.go
- model_responses_ibc_channel.go
- model_responses_ibc_client.go
- model_responses_ibc_connection.go
- model_responses_ibc_transfer.go
- model_responses_jail.go
- model_responses_light_blob_log.go
- model_responses_message.go
- model_responses_message_for_address.go
- model_responses_namespace.go
- model_responses_namespace_kind.go
- model_responses_namespace_message.go
- model_responses_namespace_usage.go
- model_responses_ods.go
- model_responses_ods_item.go
- model_responses_proposal.go
- model_responses_redelegation.go
- model_responses_rollup.go
- model_responses_rollup_all_series_item.go
- model_responses_rollup_all_series_response.go
- model_responses_rollup_grouped_stats.go
- model_responses_rollup_stats24h.go
- model_responses_rollup_with_day_stats.go
- model_responses_rollup_with_stats.go
- model_responses_search_item.go
- model_responses_series_item.go
- model_responses_short_address.go
- model_responses_short_ibc_client.go
- model_responses_short_rollup.go
- model_responses_short_validator.go
- model_responses_signed_blocks.go
- model_responses_size_group.go
- model_responses_state.go
- model_responses_time_value_item.go
- model_responses_tps.go
- model_responses_tx.go
- model_responses_tx_for_address.go
- model_responses_undelegation.go
- model_responses_validator.go
- model_responses_validator_count.go
- model_responses_validator_uptime.go
- model_responses_vesting.go
- model_responses_vesting_period.go
- model_responses_vote.go
- model_types_event_type.go
- model_types_msg_address_type.go
- model_types_msg_type.go
- response.go
- utils.go