Versions in this module Expand all Collapse all v0 v0.5.0 Nov 26, 2024 v0.4.0 Nov 15, 2024 v0.3.2 Nov 10, 2024 v0.3.1 Nov 5, 2024 v0.3.0 Nov 3, 2024 v0.2.0 Oct 11, 2024 Changes in this version + var ContextOperationServerIndices = contextKey("serverOperationIndices") + var ContextOperationServerVariables = contextKey("serverOperationVariables") + var ContextServerIndex = contextKey("serverIndex") + var ContextServerVariables = contextKey("serverVariables") + var JsonCheck = regexp.MustCompile(`(?i:(?:application|text)/(?:[^;]+\+)?json)`) + var XmlCheck = regexp.MustCompile(`(?i:(?:application|text)/(?:[^;]+\+)?xml)`) + 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 struct + AccountsAPI *AccountsAPIService + BlocksAPI *BlocksAPIService + FeesAPI *FeesAPIService + InfoAPI *InfoAPIService + MiningAPI *MiningAPIService + SmartContractsAPI *SmartContractsAPIService + TransactionsAPI *TransactionsAPIService + func NewAPIClient(cfg *Configuration) *APIClient + func (c *APIClient) GetConfig() *Configuration + type APIKey struct + Key string + Prefix string + type APIResponse struct + Message string + Method string + Operation string + Payload []byte + RequestURL string + func NewAPIResponse(r *http.Response) *APIResponse + func NewAPIResponseWithError(errorMessage string) *APIResponse + type AccountsAPIService service + func (a *AccountsAPIService) GetAccountInfo(ctx context.Context, principal string) ApiGetAccountInfoRequest + func (a *AccountsAPIService) GetAccountInfoExecute(r ApiGetAccountInfoRequest) (*GetAccountDataschema, *http.Response, error) + type ApiCallReadOnlyFunctionRequest struct + ApiService *SmartContractsAPIService + func (r ApiCallReadOnlyFunctionRequest) Execute() (*PostCallReadOnlyFnschema, *http.Response, error) + func (r ApiCallReadOnlyFunctionRequest) ReadOnlyFunctionArgsschema(readOnlyFunctionArgsschema ReadOnlyFunctionArgsschema) ApiCallReadOnlyFunctionRequest + func (r ApiCallReadOnlyFunctionRequest) Tip(tip string) ApiCallReadOnlyFunctionRequest + type ApiGetAccountInfoRequest struct + ApiService *AccountsAPIService + func (r ApiGetAccountInfoRequest) Execute() (*GetAccountDataschema, *http.Response, error) + func (r ApiGetAccountInfoRequest) Proof(proof int32) ApiGetAccountInfoRequest + func (r ApiGetAccountInfoRequest) Tip(tip string) ApiGetAccountInfoRequest + type ApiGetBlockV3Request struct + ApiService *BlocksAPIService + func (r ApiGetBlockV3Request) Execute() (*os.File, *http.Response, error) + type ApiGetBurnOpsRequest struct + ApiService *InfoAPIService + func (r ApiGetBurnOpsRequest) Execute() (*http.Response, error) + type ApiGetConstantValRequest struct + ApiService *SmartContractsAPIService + func (r ApiGetConstantValRequest) Execute() (*map[string]interface{}, *http.Response, error) + func (r ApiGetConstantValRequest) Tip(tip string) ApiGetConstantValRequest + type ApiGetContractDataMapEntryRequest struct + ApiService *SmartContractsAPIService + func (r ApiGetContractDataMapEntryRequest) Execute() (*GetContractDataMapEntryschema, *http.Response, error) + func (r ApiGetContractDataMapEntryRequest) Key(key string) ApiGetContractDataMapEntryRequest + func (r ApiGetContractDataMapEntryRequest) Proof(proof int32) ApiGetContractDataMapEntryRequest + func (r ApiGetContractDataMapEntryRequest) Tip(tip string) ApiGetContractDataMapEntryRequest + type ApiGetContractInterfaceRequest struct + ApiService *SmartContractsAPIService + func (r ApiGetContractInterfaceRequest) Execute() (*GetContractInterfaceschema, *http.Response, error) + func (r ApiGetContractInterfaceRequest) Tip(tip string) ApiGetContractInterfaceRequest + type ApiGetContractSourceRequest struct + ApiService *SmartContractsAPIService + func (r ApiGetContractSourceRequest) Execute() (*GetContractSourceschema, *http.Response, error) + func (r ApiGetContractSourceRequest) Proof(proof int32) ApiGetContractSourceRequest + func (r ApiGetContractSourceRequest) Tip(tip string) ApiGetContractSourceRequest + type ApiGetCoreApiInfoRequest struct + ApiService *InfoAPIService + func (r ApiGetCoreApiInfoRequest) Execute() (*GetInfoschema, *http.Response, error) + type ApiGetFeeTransferRequest struct + ApiService *FeesAPIService + func (r ApiGetFeeTransferRequest) Execute() (string, *http.Response, error) + type ApiGetIsTraitImplementedRequest struct + ApiService *SmartContractsAPIService + func (r ApiGetIsTraitImplementedRequest) Execute() (*map[string]interface{}, *http.Response, error) + func (r ApiGetIsTraitImplementedRequest) Tip(tip string) ApiGetIsTraitImplementedRequest + type ApiGetPoxInfoRequest struct + ApiService *InfoAPIService + func (r ApiGetPoxInfoRequest) Execute() (*GetPoxschema, *http.Response, error) + func (r ApiGetPoxInfoRequest) Tip(tip string) ApiGetPoxInfoRequest + type ApiGetStackerSetRequest struct + ApiService *MiningAPIService + func (r ApiGetStackerSetRequest) Execute() (*http.Response, error) + type ApiGetTenureInfoRequest struct + ApiService *BlocksAPIService + func (r ApiGetTenureInfoRequest) Execute() (*http.Response, error) + type ApiGetTenuresRequest struct + ApiService *BlocksAPIService + func (r ApiGetTenuresRequest) Execute() (*os.File, *http.Response, error) + func (r ApiGetTenuresRequest) Stop(stop string) ApiGetTenuresRequest + type ApiPostBlockProposalRequest struct + ApiService *MiningAPIService + func (r ApiPostBlockProposalRequest) Execute() (*http.Response, error) + type ApiPostCoreNodeTransactionsRequest struct + ApiService *TransactionsAPIService + func (r ApiPostCoreNodeTransactionsRequest) Body(body *os.File) ApiPostCoreNodeTransactionsRequest + func (r ApiPostCoreNodeTransactionsRequest) Execute() (string, *http.Response, error) + type ApiPostFeeTransactionRequest struct + ApiService *FeesAPIService + func (r ApiPostFeeTransactionRequest) Execute() (*PostFeeTransactionResponseschema, *http.Response, error) + func (r ApiPostFeeTransactionRequest) PostFeeTransactionschema(postFeeTransactionschema PostFeeTransactionschema) ApiPostFeeTransactionRequest + type BasicAuth struct + Password string + UserName string + type BlocksAPIService service + func (a *BlocksAPIService) GetBlockV3(ctx context.Context, blockId string) ApiGetBlockV3Request + func (a *BlocksAPIService) GetBlockV3Execute(r ApiGetBlockV3Request) (*os.File, *http.Response, error) + func (a *BlocksAPIService) GetTenureInfo(ctx context.Context) ApiGetTenureInfoRequest + func (a *BlocksAPIService) GetTenureInfoExecute(r ApiGetTenureInfoRequest) (*http.Response, error) + func (a *BlocksAPIService) GetTenures(ctx context.Context, blockId string) ApiGetTenuresRequest + func (a *BlocksAPIService) GetTenuresExecute(r ApiGetTenuresRequest) (*os.File, *http.Response, error) + type Configuration struct + Debug bool + DefaultHeader map[string]string + HTTPClient *http.Client + Host string + OperationServers map[string]ServerConfigurations + Scheme string + Servers ServerConfigurations + UserAgent string + func NewConfiguration() *Configuration + func (c *Configuration) AddDefaultHeader(key string, value string) + func (c *Configuration) ServerURL(index int, variables map[string]string) (string, error) + func (c *Configuration) ServerURLWithContext(ctx context.Context, endpoint string) (string, error) + type FeesAPIService service + func (a *FeesAPIService) GetFeeTransfer(ctx context.Context) ApiGetFeeTransferRequest + func (a *FeesAPIService) GetFeeTransferExecute(r ApiGetFeeTransferRequest) (string, *http.Response, error) + func (a *FeesAPIService) PostFeeTransaction(ctx context.Context) ApiPostFeeTransactionRequest + func (a *FeesAPIService) PostFeeTransactionExecute(r ApiPostFeeTransactionRequest) (*PostFeeTransactionResponseschema, *http.Response, error) + type GenericOpenAPIError struct + func (e GenericOpenAPIError) Body() []byte + func (e GenericOpenAPIError) Error() string + func (e GenericOpenAPIError) Model() interface{} + type GetAccountDataschema struct + Balance string + BalanceProof string + Locked string + Nonce int32 + NonceProof string + UnlockHeight int32 + func NewGetAccountDataschema(balance string, locked string, unlockHeight int32, nonce int32, ...) *GetAccountDataschema + func NewGetAccountDataschemaWithDefaults() *GetAccountDataschema + func (o *GetAccountDataschema) GetBalance() string + func (o *GetAccountDataschema) GetBalanceOk() (*string, bool) + func (o *GetAccountDataschema) GetBalanceProof() string + func (o *GetAccountDataschema) GetBalanceProofOk() (*string, bool) + func (o *GetAccountDataschema) GetLocked() string + func (o *GetAccountDataschema) GetLockedOk() (*string, bool) + func (o *GetAccountDataschema) GetNonce() int32 + func (o *GetAccountDataschema) GetNonceOk() (*int32, bool) + func (o *GetAccountDataschema) GetNonceProof() string + func (o *GetAccountDataschema) GetNonceProofOk() (*string, bool) + func (o *GetAccountDataschema) GetUnlockHeight() int32 + func (o *GetAccountDataschema) GetUnlockHeightOk() (*int32, bool) + func (o *GetAccountDataschema) SetBalance(v string) + func (o *GetAccountDataschema) SetBalanceProof(v string) + func (o *GetAccountDataschema) SetLocked(v string) + func (o *GetAccountDataschema) SetNonce(v int32) + func (o *GetAccountDataschema) SetNonceProof(v string) + func (o *GetAccountDataschema) SetUnlockHeight(v int32) + func (o *GetAccountDataschema) UnmarshalJSON(data []byte) (err error) + func (o GetAccountDataschema) MarshalJSON() ([]byte, error) + func (o GetAccountDataschema) ToMap() (map[string]interface{}, error) + type GetContractDataMapEntryschema struct + Data string + Proof *string + func NewGetContractDataMapEntryschema(data string) *GetContractDataMapEntryschema + func NewGetContractDataMapEntryschemaWithDefaults() *GetContractDataMapEntryschema + func (o *GetContractDataMapEntryschema) GetData() string + func (o *GetContractDataMapEntryschema) GetDataOk() (*string, bool) + func (o *GetContractDataMapEntryschema) GetProof() string + func (o *GetContractDataMapEntryschema) GetProofOk() (*string, bool) + func (o *GetContractDataMapEntryschema) HasProof() bool + func (o *GetContractDataMapEntryschema) SetData(v string) + func (o *GetContractDataMapEntryschema) SetProof(v string) + func (o *GetContractDataMapEntryschema) UnmarshalJSON(data []byte) (err error) + func (o GetContractDataMapEntryschema) MarshalJSON() ([]byte, error) + func (o GetContractDataMapEntryschema) ToMap() (map[string]interface{}, error) + type GetContractInterfaceschema struct + ClarityVersion string + Epoch string + Functions []map[string]interface{} + FungibleTokens []map[string]interface{} + Maps []map[string]interface{} + NonFungibleTokens []map[string]interface{} + Variables []map[string]interface{} + func NewGetContractInterfaceschema(functions []map[string]interface{}, variables []map[string]interface{}, ...) *GetContractInterfaceschema + func NewGetContractInterfaceschemaWithDefaults() *GetContractInterfaceschema + func (o *GetContractInterfaceschema) GetFunctions() []map[string]interface{} + func (o *GetContractInterfaceschema) GetFunctionsOk() ([]map[string]interface{}, bool) + func (o *GetContractInterfaceschema) GetFungibleTokens() []map[string]interface{} + func (o *GetContractInterfaceschema) GetFungibleTokensOk() ([]map[string]interface{}, bool) + func (o *GetContractInterfaceschema) GetMaps() []map[string]interface{} + func (o *GetContractInterfaceschema) GetMapsOk() ([]map[string]interface{}, bool) + func (o *GetContractInterfaceschema) GetNonFungibleTokens() []map[string]interface{} + func (o *GetContractInterfaceschema) GetNonFungibleTokensOk() ([]map[string]interface{}, bool) + func (o *GetContractInterfaceschema) GetVariables() []map[string]interface{} + func (o *GetContractInterfaceschema) GetVariablesOk() ([]map[string]interface{}, bool) + func (o *GetContractInterfaceschema) SetFunctions(v []map[string]interface{}) + func (o *GetContractInterfaceschema) SetFungibleTokens(v []map[string]interface{}) + func (o *GetContractInterfaceschema) SetMaps(v []map[string]interface{}) + func (o *GetContractInterfaceschema) SetNonFungibleTokens(v []map[string]interface{}) + func (o *GetContractInterfaceschema) SetVariables(v []map[string]interface{}) + func (o *GetContractInterfaceschema) UnmarshalJSON(data []byte) (err error) + func (o GetContractInterfaceschema) MarshalJSON() ([]byte, error) + func (o GetContractInterfaceschema) ToMap() (map[string]interface{}, error) + type GetContractSourceschema struct + Proof string + PublishHeight int32 + Source string + func NewGetContractSourceschema(source string, publishHeight int32, proof string) *GetContractSourceschema + func NewGetContractSourceschemaWithDefaults() *GetContractSourceschema + func (o *GetContractSourceschema) GetProof() string + func (o *GetContractSourceschema) GetProofOk() (*string, bool) + func (o *GetContractSourceschema) GetPublishHeight() int32 + func (o *GetContractSourceschema) GetPublishHeightOk() (*int32, bool) + func (o *GetContractSourceschema) GetSource() string + func (o *GetContractSourceschema) GetSourceOk() (*string, bool) + func (o *GetContractSourceschema) SetProof(v string) + func (o *GetContractSourceschema) SetPublishHeight(v int32) + func (o *GetContractSourceschema) SetSource(v string) + func (o *GetContractSourceschema) UnmarshalJSON(data []byte) (err error) + func (o GetContractSourceschema) MarshalJSON() ([]byte, error) + func (o GetContractSourceschema) ToMap() (map[string]interface{}, error) + type GetInfoschema struct + BurnBlockHeight uint64 + ExitAtBlockHeight uint64 + NetworkId uint64 + ParentNetworkId uint64 + PeerVersion uint64 + PoxConsensus string + ServerVersion string + StableBurnBlockHeight uint64 + StablePoxConsensus string + StacksTip string + StacksTipConsensusHash string + StacksTipHeight uint64 + UnanchoredTip string + func NewGetInfoschema(peerVersion uint64, poxConsensus string, burnBlockHeight uint64, ...) *GetInfoschema + func NewGetInfoschemaWithDefaults() *GetInfoschema + func (o *GetInfoschema) GetBurnBlockHeight() uint64 + func (o *GetInfoschema) GetBurnBlockHeightOk() (*uint64, bool) + func (o *GetInfoschema) GetExitAtBlockHeight() uint64 + func (o *GetInfoschema) GetExitAtBlockHeightOk() (*uint64, bool) + func (o *GetInfoschema) GetNetworkId() uint64 + func (o *GetInfoschema) GetNetworkIdOk() (*uint64, bool) + func (o *GetInfoschema) GetParentNetworkId() uint64 + func (o *GetInfoschema) GetParentNetworkIdOk() (*uint64, bool) + func (o *GetInfoschema) GetPeerVersion() uint64 + func (o *GetInfoschema) GetPeerVersionOk() (*uint64, bool) + func (o *GetInfoschema) GetPoxConsensus() string + func (o *GetInfoschema) GetPoxConsensusOk() (*string, bool) + func (o *GetInfoschema) GetServerVersion() string + func (o *GetInfoschema) GetServerVersionOk() (*string, bool) + func (o *GetInfoschema) GetStableBurnBlockHeight() uint64 + func (o *GetInfoschema) GetStableBurnBlockHeightOk() (*uint64, bool) + func (o *GetInfoschema) GetStablePoxConsensus() string + func (o *GetInfoschema) GetStablePoxConsensusOk() (*string, bool) + func (o *GetInfoschema) GetStacksTip() string + func (o *GetInfoschema) GetStacksTipConsensusHash() string + func (o *GetInfoschema) GetStacksTipConsensusHashOk() (*string, bool) + func (o *GetInfoschema) GetStacksTipHeight() uint64 + func (o *GetInfoschema) GetStacksTipHeightOk() (*uint64, bool) + func (o *GetInfoschema) GetStacksTipOk() (*string, bool) + func (o *GetInfoschema) GetUnanchoredTip() string + func (o *GetInfoschema) GetUnanchoredTipOk() (*string, bool) + func (o *GetInfoschema) SetBurnBlockHeight(v uint64) + func (o *GetInfoschema) SetExitAtBlockHeight(v uint64) + func (o *GetInfoschema) SetNetworkId(v uint64) + func (o *GetInfoschema) SetParentNetworkId(v uint64) + func (o *GetInfoschema) SetPeerVersion(v uint64) + func (o *GetInfoschema) SetPoxConsensus(v string) + func (o *GetInfoschema) SetServerVersion(v string) + func (o *GetInfoschema) SetStableBurnBlockHeight(v uint64) + func (o *GetInfoschema) SetStablePoxConsensus(v string) + func (o *GetInfoschema) SetStacksTip(v string) + func (o *GetInfoschema) SetStacksTipConsensusHash(v string) + func (o *GetInfoschema) SetStacksTipHeight(v uint64) + func (o *GetInfoschema) SetUnanchoredTip(v string) + func (o *GetInfoschema) UnmarshalJSON(data []byte) (err error) + func (o GetInfoschema) MarshalJSON() ([]byte, error) + func (o GetInfoschema) ToMap() (map[string]interface{}, error) + type GetPoxschema struct + ContractId string + ContractVersions []GetPoxschemaContractVersionsInner + CurrentBurnchainBlockHeight int32 + CurrentCycle GetPoxschemaCurrentCycle + FirstBurnchainBlockHeight int32 + MinAmountUstx int32 + NextCycle GetPoxschemaNextCycle + PoxActivationThresholdUstx int32 + PrepareCycleLength int32 + PreparePhaseBlockLength int32 + RejectionFraction int32 + RejectionVotesLeftRequired int32 + RewardCycleId int32 + RewardCycleLength int32 + RewardPhaseBlockLength int32 + RewardSlots int32 + TotalLiquidSupplyUstx int32 + func NewGetPoxschema(contractId string, firstBurnchainBlockHeight int32, ...) *GetPoxschema + func NewGetPoxschemaWithDefaults() *GetPoxschema + func (o *GetPoxschema) GetContractId() string + func (o *GetPoxschema) GetContractIdOk() (*string, bool) + func (o *GetPoxschema) GetContractVersions() []GetPoxschemaContractVersionsInner + func (o *GetPoxschema) GetContractVersionsOk() ([]GetPoxschemaContractVersionsInner, bool) + func (o *GetPoxschema) GetCurrentBurnchainBlockHeight() int32 + func (o *GetPoxschema) GetCurrentBurnchainBlockHeightOk() (*int32, bool) + func (o *GetPoxschema) GetCurrentCycle() GetPoxschemaCurrentCycle + func (o *GetPoxschema) GetCurrentCycleOk() (*GetPoxschemaCurrentCycle, bool) + func (o *GetPoxschema) GetFirstBurnchainBlockHeight() int32 + func (o *GetPoxschema) GetFirstBurnchainBlockHeightOk() (*int32, bool) + func (o *GetPoxschema) GetMinAmountUstx() int32 + func (o *GetPoxschema) GetMinAmountUstxOk() (*int32, bool) + func (o *GetPoxschema) GetNextCycle() GetPoxschemaNextCycle + func (o *GetPoxschema) GetNextCycleOk() (*GetPoxschemaNextCycle, bool) + func (o *GetPoxschema) GetPoxActivationThresholdUstx() int32 + func (o *GetPoxschema) GetPoxActivationThresholdUstxOk() (*int32, bool) + func (o *GetPoxschema) GetPrepareCycleLength() int32 + func (o *GetPoxschema) GetPrepareCycleLengthOk() (*int32, bool) + func (o *GetPoxschema) GetPreparePhaseBlockLength() int32 + func (o *GetPoxschema) GetPreparePhaseBlockLengthOk() (*int32, bool) + func (o *GetPoxschema) GetRejectionFraction() int32 + func (o *GetPoxschema) GetRejectionFractionOk() (*int32, bool) + func (o *GetPoxschema) GetRejectionVotesLeftRequired() int32 + func (o *GetPoxschema) GetRejectionVotesLeftRequiredOk() (*int32, bool) + func (o *GetPoxschema) GetRewardCycleId() int32 + func (o *GetPoxschema) GetRewardCycleIdOk() (*int32, bool) + func (o *GetPoxschema) GetRewardCycleLength() int32 + func (o *GetPoxschema) GetRewardCycleLengthOk() (*int32, bool) + func (o *GetPoxschema) GetRewardPhaseBlockLength() int32 + func (o *GetPoxschema) GetRewardPhaseBlockLengthOk() (*int32, bool) + func (o *GetPoxschema) GetRewardSlots() int32 + func (o *GetPoxschema) GetRewardSlotsOk() (*int32, bool) + func (o *GetPoxschema) GetTotalLiquidSupplyUstx() int32 + func (o *GetPoxschema) GetTotalLiquidSupplyUstxOk() (*int32, bool) + func (o *GetPoxschema) SetContractId(v string) + func (o *GetPoxschema) SetContractVersions(v []GetPoxschemaContractVersionsInner) + func (o *GetPoxschema) SetCurrentBurnchainBlockHeight(v int32) + func (o *GetPoxschema) SetCurrentCycle(v GetPoxschemaCurrentCycle) + func (o *GetPoxschema) SetFirstBurnchainBlockHeight(v int32) + func (o *GetPoxschema) SetMinAmountUstx(v int32) + func (o *GetPoxschema) SetNextCycle(v GetPoxschemaNextCycle) + func (o *GetPoxschema) SetPoxActivationThresholdUstx(v int32) + func (o *GetPoxschema) SetPrepareCycleLength(v int32) + func (o *GetPoxschema) SetPreparePhaseBlockLength(v int32) + func (o *GetPoxschema) SetRejectionFraction(v int32) + func (o *GetPoxschema) SetRejectionVotesLeftRequired(v int32) + func (o *GetPoxschema) SetRewardCycleId(v int32) + func (o *GetPoxschema) SetRewardCycleLength(v int32) + func (o *GetPoxschema) SetRewardPhaseBlockLength(v int32) + func (o *GetPoxschema) SetRewardSlots(v int32) + func (o *GetPoxschema) SetTotalLiquidSupplyUstx(v int32) + func (o *GetPoxschema) UnmarshalJSON(data []byte) (err error) + func (o GetPoxschema) MarshalJSON() ([]byte, error) + func (o GetPoxschema) ToMap() (map[string]interface{}, error) + type GetPoxschemaContractVersionsInner struct + ActivationBurnchainBlockHeight int32 + ContractId string + FirstRewardCycleId int32 + func NewGetPoxschemaContractVersionsInner(contractId string, activationBurnchainBlockHeight int32, ...) *GetPoxschemaContractVersionsInner + func NewGetPoxschemaContractVersionsInnerWithDefaults() *GetPoxschemaContractVersionsInner + func (o *GetPoxschemaContractVersionsInner) GetActivationBurnchainBlockHeight() int32 + func (o *GetPoxschemaContractVersionsInner) GetActivationBurnchainBlockHeightOk() (*int32, bool) + func (o *GetPoxschemaContractVersionsInner) GetContractId() string + func (o *GetPoxschemaContractVersionsInner) GetContractIdOk() (*string, bool) + func (o *GetPoxschemaContractVersionsInner) GetFirstRewardCycleId() int32 + func (o *GetPoxschemaContractVersionsInner) GetFirstRewardCycleIdOk() (*int32, bool) + func (o *GetPoxschemaContractVersionsInner) SetActivationBurnchainBlockHeight(v int32) + func (o *GetPoxschemaContractVersionsInner) SetContractId(v string) + func (o *GetPoxschemaContractVersionsInner) SetFirstRewardCycleId(v int32) + func (o *GetPoxschemaContractVersionsInner) UnmarshalJSON(data []byte) (err error) + func (o GetPoxschemaContractVersionsInner) MarshalJSON() ([]byte, error) + func (o GetPoxschemaContractVersionsInner) ToMap() (map[string]interface{}, error) + type GetPoxschemaCurrentCycle struct + Id int32 + IsPoxActive bool + MinThresholdUstx int32 + StackedUstx int32 + func NewGetPoxschemaCurrentCycle(id int32, minThresholdUstx int32, stackedUstx int32, isPoxActive bool) *GetPoxschemaCurrentCycle + func NewGetPoxschemaCurrentCycleWithDefaults() *GetPoxschemaCurrentCycle + func (o *GetPoxschemaCurrentCycle) GetId() int32 + func (o *GetPoxschemaCurrentCycle) GetIdOk() (*int32, bool) + func (o *GetPoxschemaCurrentCycle) GetIsPoxActive() bool + func (o *GetPoxschemaCurrentCycle) GetIsPoxActiveOk() (*bool, bool) + func (o *GetPoxschemaCurrentCycle) GetMinThresholdUstx() int32 + func (o *GetPoxschemaCurrentCycle) GetMinThresholdUstxOk() (*int32, bool) + func (o *GetPoxschemaCurrentCycle) GetStackedUstx() int32 + func (o *GetPoxschemaCurrentCycle) GetStackedUstxOk() (*int32, bool) + func (o *GetPoxschemaCurrentCycle) SetId(v int32) + func (o *GetPoxschemaCurrentCycle) SetIsPoxActive(v bool) + func (o *GetPoxschemaCurrentCycle) SetMinThresholdUstx(v int32) + func (o *GetPoxschemaCurrentCycle) SetStackedUstx(v int32) + func (o *GetPoxschemaCurrentCycle) UnmarshalJSON(data []byte) (err error) + func (o GetPoxschemaCurrentCycle) MarshalJSON() ([]byte, error) + func (o GetPoxschemaCurrentCycle) ToMap() (map[string]interface{}, error) + type GetPoxschemaNextCycle struct + BlocksUntilPreparePhase int32 + BlocksUntilRewardPhase int32 + Id int32 + MinIncrementUstx int32 + MinThresholdUstx int32 + PreparePhaseStartBlockHeight int32 + RewardPhaseStartBlockHeight int32 + StackedUstx int32 + UstxUntilPoxRejection int32 + func NewGetPoxschemaNextCycle(id int32, minThresholdUstx int32, stackedUstx int32, minIncrementUstx int32, ...) *GetPoxschemaNextCycle + func NewGetPoxschemaNextCycleWithDefaults() *GetPoxschemaNextCycle + func (o *GetPoxschemaNextCycle) GetBlocksUntilPreparePhase() int32 + func (o *GetPoxschemaNextCycle) GetBlocksUntilPreparePhaseOk() (*int32, bool) + func (o *GetPoxschemaNextCycle) GetBlocksUntilRewardPhase() int32 + func (o *GetPoxschemaNextCycle) GetBlocksUntilRewardPhaseOk() (*int32, bool) + func (o *GetPoxschemaNextCycle) GetId() int32 + func (o *GetPoxschemaNextCycle) GetIdOk() (*int32, bool) + func (o *GetPoxschemaNextCycle) GetMinIncrementUstx() int32 + func (o *GetPoxschemaNextCycle) GetMinIncrementUstxOk() (*int32, bool) + func (o *GetPoxschemaNextCycle) GetMinThresholdUstx() int32 + func (o *GetPoxschemaNextCycle) GetMinThresholdUstxOk() (*int32, bool) + func (o *GetPoxschemaNextCycle) GetPreparePhaseStartBlockHeight() int32 + func (o *GetPoxschemaNextCycle) GetPreparePhaseStartBlockHeightOk() (*int32, bool) + func (o *GetPoxschemaNextCycle) GetRewardPhaseStartBlockHeight() int32 + func (o *GetPoxschemaNextCycle) GetRewardPhaseStartBlockHeightOk() (*int32, bool) + func (o *GetPoxschemaNextCycle) GetStackedUstx() int32 + func (o *GetPoxschemaNextCycle) GetStackedUstxOk() (*int32, bool) + func (o *GetPoxschemaNextCycle) GetUstxUntilPoxRejection() int32 + func (o *GetPoxschemaNextCycle) GetUstxUntilPoxRejectionOk() (*int32, bool) + func (o *GetPoxschemaNextCycle) SetBlocksUntilPreparePhase(v int32) + func (o *GetPoxschemaNextCycle) SetBlocksUntilRewardPhase(v int32) + func (o *GetPoxschemaNextCycle) SetId(v int32) + func (o *GetPoxschemaNextCycle) SetMinIncrementUstx(v int32) + func (o *GetPoxschemaNextCycle) SetMinThresholdUstx(v int32) + func (o *GetPoxschemaNextCycle) SetPreparePhaseStartBlockHeight(v int32) + func (o *GetPoxschemaNextCycle) SetRewardPhaseStartBlockHeight(v int32) + func (o *GetPoxschemaNextCycle) SetStackedUstx(v int32) + func (o *GetPoxschemaNextCycle) SetUstxUntilPoxRejection(v int32) + func (o *GetPoxschemaNextCycle) UnmarshalJSON(data []byte) (err error) + func (o GetPoxschemaNextCycle) MarshalJSON() ([]byte, error) + func (o GetPoxschemaNextCycle) ToMap() (map[string]interface{}, error) + type InfoAPIService service + func (a *InfoAPIService) GetBurnOps(ctx context.Context, burnHeight int32, opType string) ApiGetBurnOpsRequest + func (a *InfoAPIService) GetBurnOpsExecute(r ApiGetBurnOpsRequest) (*http.Response, error) + func (a *InfoAPIService) GetCoreApiInfo(ctx context.Context) ApiGetCoreApiInfoRequest + func (a *InfoAPIService) GetCoreApiInfoExecute(r ApiGetCoreApiInfoRequest) (*GetInfoschema, *http.Response, error) + func (a *InfoAPIService) GetPoxInfo(ctx context.Context) ApiGetPoxInfoRequest + func (a *InfoAPIService) GetPoxInfoExecute(r ApiGetPoxInfoRequest) (*GetPoxschema, *http.Response, error) + type MappedNullable interface + ToMap func() (map[string]interface{}, error) + type MiningAPIService service + func (a *MiningAPIService) GetStackerSet(ctx context.Context, cycleNumber int32) ApiGetStackerSetRequest + func (a *MiningAPIService) GetStackerSetExecute(r ApiGetStackerSetRequest) (*http.Response, error) + func (a *MiningAPIService) PostBlockProposal(ctx context.Context) ApiPostBlockProposalRequest + func (a *MiningAPIService) PostBlockProposalExecute(r ApiPostBlockProposalRequest) (*http.Response, error) + type NullableBool struct + func NewNullableBool(val *bool) *NullableBool + func (v *NullableBool) Set(val *bool) + func (v *NullableBool) UnmarshalJSON(src []byte) error + func (v *NullableBool) Unset() + func (v NullableBool) Get() *bool + func (v NullableBool) IsSet() bool + func (v NullableBool) MarshalJSON() ([]byte, error) + type NullableFloat32 struct + func NewNullableFloat32(val *float32) *NullableFloat32 + func (v *NullableFloat32) Set(val *float32) + func (v *NullableFloat32) UnmarshalJSON(src []byte) error + func (v *NullableFloat32) Unset() + func (v NullableFloat32) Get() *float32 + func (v NullableFloat32) IsSet() bool + func (v NullableFloat32) MarshalJSON() ([]byte, error) + type NullableFloat64 struct + func NewNullableFloat64(val *float64) *NullableFloat64 + func (v *NullableFloat64) Set(val *float64) + func (v *NullableFloat64) UnmarshalJSON(src []byte) error + func (v *NullableFloat64) Unset() + func (v NullableFloat64) Get() *float64 + func (v NullableFloat64) IsSet() bool + func (v NullableFloat64) MarshalJSON() ([]byte, error) + type NullableGetAccountDataschema struct + func NewNullableGetAccountDataschema(val *GetAccountDataschema) *NullableGetAccountDataschema + func (v *NullableGetAccountDataschema) Set(val *GetAccountDataschema) + func (v *NullableGetAccountDataschema) UnmarshalJSON(src []byte) error + func (v *NullableGetAccountDataschema) Unset() + func (v NullableGetAccountDataschema) Get() *GetAccountDataschema + func (v NullableGetAccountDataschema) IsSet() bool + func (v NullableGetAccountDataschema) MarshalJSON() ([]byte, error) + type NullableGetContractDataMapEntryschema struct + func NewNullableGetContractDataMapEntryschema(val *GetContractDataMapEntryschema) *NullableGetContractDataMapEntryschema + func (v *NullableGetContractDataMapEntryschema) Set(val *GetContractDataMapEntryschema) + func (v *NullableGetContractDataMapEntryschema) UnmarshalJSON(src []byte) error + func (v *NullableGetContractDataMapEntryschema) Unset() + func (v NullableGetContractDataMapEntryschema) Get() *GetContractDataMapEntryschema + func (v NullableGetContractDataMapEntryschema) IsSet() bool + func (v NullableGetContractDataMapEntryschema) MarshalJSON() ([]byte, error) + type NullableGetContractInterfaceschema struct + func NewNullableGetContractInterfaceschema(val *GetContractInterfaceschema) *NullableGetContractInterfaceschema + func (v *NullableGetContractInterfaceschema) Set(val *GetContractInterfaceschema) + func (v *NullableGetContractInterfaceschema) UnmarshalJSON(src []byte) error + func (v *NullableGetContractInterfaceschema) Unset() + func (v NullableGetContractInterfaceschema) Get() *GetContractInterfaceschema + func (v NullableGetContractInterfaceschema) IsSet() bool + func (v NullableGetContractInterfaceschema) MarshalJSON() ([]byte, error) + type NullableGetContractSourceschema struct + func NewNullableGetContractSourceschema(val *GetContractSourceschema) *NullableGetContractSourceschema + func (v *NullableGetContractSourceschema) Set(val *GetContractSourceschema) + func (v *NullableGetContractSourceschema) UnmarshalJSON(src []byte) error + func (v *NullableGetContractSourceschema) Unset() + func (v NullableGetContractSourceschema) Get() *GetContractSourceschema + func (v NullableGetContractSourceschema) IsSet() bool + func (v NullableGetContractSourceschema) MarshalJSON() ([]byte, error) + type NullableGetInfoschema struct + func NewNullableGetInfoschema(val *GetInfoschema) *NullableGetInfoschema + func (v *NullableGetInfoschema) Set(val *GetInfoschema) + func (v *NullableGetInfoschema) UnmarshalJSON(src []byte) error + func (v *NullableGetInfoschema) Unset() + func (v NullableGetInfoschema) Get() *GetInfoschema + func (v NullableGetInfoschema) IsSet() bool + func (v NullableGetInfoschema) MarshalJSON() ([]byte, error) + type NullableGetPoxschema struct + func NewNullableGetPoxschema(val *GetPoxschema) *NullableGetPoxschema + func (v *NullableGetPoxschema) Set(val *GetPoxschema) + func (v *NullableGetPoxschema) UnmarshalJSON(src []byte) error + func (v *NullableGetPoxschema) Unset() + func (v NullableGetPoxschema) Get() *GetPoxschema + func (v NullableGetPoxschema) IsSet() bool + func (v NullableGetPoxschema) MarshalJSON() ([]byte, error) + type NullableGetPoxschemaContractVersionsInner struct + func NewNullableGetPoxschemaContractVersionsInner(val *GetPoxschemaContractVersionsInner) *NullableGetPoxschemaContractVersionsInner + func (v *NullableGetPoxschemaContractVersionsInner) Set(val *GetPoxschemaContractVersionsInner) + func (v *NullableGetPoxschemaContractVersionsInner) UnmarshalJSON(src []byte) error + func (v *NullableGetPoxschemaContractVersionsInner) Unset() + func (v NullableGetPoxschemaContractVersionsInner) Get() *GetPoxschemaContractVersionsInner + func (v NullableGetPoxschemaContractVersionsInner) IsSet() bool + func (v NullableGetPoxschemaContractVersionsInner) MarshalJSON() ([]byte, error) + type NullableGetPoxschemaCurrentCycle struct + func NewNullableGetPoxschemaCurrentCycle(val *GetPoxschemaCurrentCycle) *NullableGetPoxschemaCurrentCycle + func (v *NullableGetPoxschemaCurrentCycle) Set(val *GetPoxschemaCurrentCycle) + func (v *NullableGetPoxschemaCurrentCycle) UnmarshalJSON(src []byte) error + func (v *NullableGetPoxschemaCurrentCycle) Unset() + func (v NullableGetPoxschemaCurrentCycle) Get() *GetPoxschemaCurrentCycle + func (v NullableGetPoxschemaCurrentCycle) IsSet() bool + func (v NullableGetPoxschemaCurrentCycle) MarshalJSON() ([]byte, error) + type NullableGetPoxschemaNextCycle struct + func NewNullableGetPoxschemaNextCycle(val *GetPoxschemaNextCycle) *NullableGetPoxschemaNextCycle + func (v *NullableGetPoxschemaNextCycle) Set(val *GetPoxschemaNextCycle) + func (v *NullableGetPoxschemaNextCycle) UnmarshalJSON(src []byte) error + func (v *NullableGetPoxschemaNextCycle) Unset() + func (v NullableGetPoxschemaNextCycle) Get() *GetPoxschemaNextCycle + func (v NullableGetPoxschemaNextCycle) IsSet() bool + func (v NullableGetPoxschemaNextCycle) MarshalJSON() ([]byte, error) + type NullableInt struct + func NewNullableInt(val *int) *NullableInt + func (v *NullableInt) Set(val *int) + func (v *NullableInt) UnmarshalJSON(src []byte) error + func (v *NullableInt) Unset() + func (v NullableInt) Get() *int + func (v NullableInt) IsSet() bool + func (v NullableInt) MarshalJSON() ([]byte, error) + type NullableInt32 struct + func NewNullableInt32(val *int32) *NullableInt32 + func (v *NullableInt32) Set(val *int32) + func (v *NullableInt32) UnmarshalJSON(src []byte) error + func (v *NullableInt32) Unset() + func (v NullableInt32) Get() *int32 + func (v NullableInt32) IsSet() bool + func (v NullableInt32) MarshalJSON() ([]byte, error) + type NullableInt64 struct + func NewNullableInt64(val *int64) *NullableInt64 + func (v *NullableInt64) Set(val *int64) + func (v *NullableInt64) UnmarshalJSON(src []byte) error + func (v *NullableInt64) Unset() + func (v NullableInt64) Get() *int64 + func (v NullableInt64) IsSet() bool + func (v NullableInt64) MarshalJSON() ([]byte, error) + type NullablePostCallReadOnlyFnschema struct + func NewNullablePostCallReadOnlyFnschema(val *PostCallReadOnlyFnschema) *NullablePostCallReadOnlyFnschema + func (v *NullablePostCallReadOnlyFnschema) Set(val *PostCallReadOnlyFnschema) + func (v *NullablePostCallReadOnlyFnschema) UnmarshalJSON(src []byte) error + func (v *NullablePostCallReadOnlyFnschema) Unset() + func (v NullablePostCallReadOnlyFnschema) Get() *PostCallReadOnlyFnschema + func (v NullablePostCallReadOnlyFnschema) IsSet() bool + func (v NullablePostCallReadOnlyFnschema) MarshalJSON() ([]byte, error) + type NullablePostCoreNodeTransactionsErrorschema struct + func NewNullablePostCoreNodeTransactionsErrorschema(val *PostCoreNodeTransactionsErrorschema) *NullablePostCoreNodeTransactionsErrorschema + func (v *NullablePostCoreNodeTransactionsErrorschema) Set(val *PostCoreNodeTransactionsErrorschema) + func (v *NullablePostCoreNodeTransactionsErrorschema) UnmarshalJSON(src []byte) error + func (v *NullablePostCoreNodeTransactionsErrorschema) Unset() + func (v NullablePostCoreNodeTransactionsErrorschema) Get() *PostCoreNodeTransactionsErrorschema + func (v NullablePostCoreNodeTransactionsErrorschema) IsSet() bool + func (v NullablePostCoreNodeTransactionsErrorschema) MarshalJSON() ([]byte, error) + type NullablePostFeeTransactionResponseschema struct + func NewNullablePostFeeTransactionResponseschema(val *PostFeeTransactionResponseschema) *NullablePostFeeTransactionResponseschema + func (v *NullablePostFeeTransactionResponseschema) Set(val *PostFeeTransactionResponseschema) + func (v *NullablePostFeeTransactionResponseschema) UnmarshalJSON(src []byte) error + func (v *NullablePostFeeTransactionResponseschema) Unset() + func (v NullablePostFeeTransactionResponseschema) Get() *PostFeeTransactionResponseschema + func (v NullablePostFeeTransactionResponseschema) IsSet() bool + func (v NullablePostFeeTransactionResponseschema) MarshalJSON() ([]byte, error) + type NullablePostFeeTransactionResponseschemaEstimatedCost struct + func NewNullablePostFeeTransactionResponseschemaEstimatedCost(val *PostFeeTransactionResponseschemaEstimatedCost) *NullablePostFeeTransactionResponseschemaEstimatedCost + func (v *NullablePostFeeTransactionResponseschemaEstimatedCost) Set(val *PostFeeTransactionResponseschemaEstimatedCost) + func (v *NullablePostFeeTransactionResponseschemaEstimatedCost) UnmarshalJSON(src []byte) error + func (v *NullablePostFeeTransactionResponseschemaEstimatedCost) Unset() + func (v NullablePostFeeTransactionResponseschemaEstimatedCost) Get() *PostFeeTransactionResponseschemaEstimatedCost + func (v NullablePostFeeTransactionResponseschemaEstimatedCost) IsSet() bool + func (v NullablePostFeeTransactionResponseschemaEstimatedCost) MarshalJSON() ([]byte, error) + type NullablePostFeeTransactionResponseschemaEstimationsInner struct + func NewNullablePostFeeTransactionResponseschemaEstimationsInner(val *PostFeeTransactionResponseschemaEstimationsInner) *NullablePostFeeTransactionResponseschemaEstimationsInner + func (v *NullablePostFeeTransactionResponseschemaEstimationsInner) Set(val *PostFeeTransactionResponseschemaEstimationsInner) + func (v *NullablePostFeeTransactionResponseschemaEstimationsInner) UnmarshalJSON(src []byte) error + func (v *NullablePostFeeTransactionResponseschemaEstimationsInner) Unset() + func (v NullablePostFeeTransactionResponseschemaEstimationsInner) Get() *PostFeeTransactionResponseschemaEstimationsInner + func (v NullablePostFeeTransactionResponseschemaEstimationsInner) IsSet() bool + func (v NullablePostFeeTransactionResponseschemaEstimationsInner) MarshalJSON() ([]byte, error) + type NullablePostFeeTransactionschema struct + func NewNullablePostFeeTransactionschema(val *PostFeeTransactionschema) *NullablePostFeeTransactionschema + func (v *NullablePostFeeTransactionschema) Set(val *PostFeeTransactionschema) + func (v *NullablePostFeeTransactionschema) UnmarshalJSON(src []byte) error + func (v *NullablePostFeeTransactionschema) Unset() + func (v NullablePostFeeTransactionschema) Get() *PostFeeTransactionschema + func (v NullablePostFeeTransactionschema) IsSet() bool + func (v NullablePostFeeTransactionschema) MarshalJSON() ([]byte, error) + type NullableReadOnlyFunctionArgsschema struct + func NewNullableReadOnlyFunctionArgsschema(val *ReadOnlyFunctionArgsschema) *NullableReadOnlyFunctionArgsschema + func (v *NullableReadOnlyFunctionArgsschema) Set(val *ReadOnlyFunctionArgsschema) + func (v *NullableReadOnlyFunctionArgsschema) UnmarshalJSON(src []byte) error + func (v *NullableReadOnlyFunctionArgsschema) Unset() + func (v NullableReadOnlyFunctionArgsschema) Get() *ReadOnlyFunctionArgsschema + func (v NullableReadOnlyFunctionArgsschema) IsSet() bool + func (v NullableReadOnlyFunctionArgsschema) MarshalJSON() ([]byte, error) + type NullableString struct + func NewNullableString(val *string) *NullableString + func (v *NullableString) Set(val *string) + func (v *NullableString) UnmarshalJSON(src []byte) error + func (v *NullableString) Unset() + func (v NullableString) Get() *string + func (v NullableString) IsSet() bool + func (v NullableString) MarshalJSON() ([]byte, error) + type NullableTime struct + func NewNullableTime(val *time.Time) *NullableTime + func (v *NullableTime) Set(val *time.Time) + func (v *NullableTime) UnmarshalJSON(src []byte) error + func (v *NullableTime) Unset() + func (v NullableTime) Get() *time.Time + func (v NullableTime) IsSet() bool + func (v NullableTime) MarshalJSON() ([]byte, error) + type PostCallReadOnlyFnschema struct + Cause *string + Okay bool + Result *string + func NewPostCallReadOnlyFnschema(okay bool) *PostCallReadOnlyFnschema + func NewPostCallReadOnlyFnschemaWithDefaults() *PostCallReadOnlyFnschema + func (o *PostCallReadOnlyFnschema) GetCause() string + func (o *PostCallReadOnlyFnschema) GetCauseOk() (*string, bool) + func (o *PostCallReadOnlyFnschema) GetOkay() bool + func (o *PostCallReadOnlyFnschema) GetOkayOk() (*bool, bool) + func (o *PostCallReadOnlyFnschema) GetResult() string + func (o *PostCallReadOnlyFnschema) GetResultOk() (*string, bool) + func (o *PostCallReadOnlyFnschema) HasCause() bool + func (o *PostCallReadOnlyFnschema) HasResult() bool + func (o *PostCallReadOnlyFnschema) SetCause(v string) + func (o *PostCallReadOnlyFnschema) SetOkay(v bool) + func (o *PostCallReadOnlyFnschema) SetResult(v string) + func (o *PostCallReadOnlyFnschema) UnmarshalJSON(data []byte) (err error) + func (o PostCallReadOnlyFnschema) MarshalJSON() ([]byte, error) + func (o PostCallReadOnlyFnschema) ToMap() (map[string]interface{}, error) + type PostCoreNodeTransactionsErrorschema struct + Error string + Reason string + ReasonData map[string]interface{} + Txid string + func NewPostCoreNodeTransactionsErrorschema(error_ string, reason string, reasonData map[string]interface{}, txid string) *PostCoreNodeTransactionsErrorschema + func NewPostCoreNodeTransactionsErrorschemaWithDefaults() *PostCoreNodeTransactionsErrorschema + func (o *PostCoreNodeTransactionsErrorschema) GetError() string + func (o *PostCoreNodeTransactionsErrorschema) GetErrorOk() (*string, bool) + func (o *PostCoreNodeTransactionsErrorschema) GetReason() string + func (o *PostCoreNodeTransactionsErrorschema) GetReasonData() map[string]interface{} + func (o *PostCoreNodeTransactionsErrorschema) GetReasonDataOk() (map[string]interface{}, bool) + func (o *PostCoreNodeTransactionsErrorschema) GetReasonOk() (*string, bool) + func (o *PostCoreNodeTransactionsErrorschema) GetTxid() string + func (o *PostCoreNodeTransactionsErrorschema) GetTxidOk() (*string, bool) + func (o *PostCoreNodeTransactionsErrorschema) SetError(v string) + func (o *PostCoreNodeTransactionsErrorschema) SetReason(v string) + func (o *PostCoreNodeTransactionsErrorschema) SetReasonData(v map[string]interface{}) + func (o *PostCoreNodeTransactionsErrorschema) SetTxid(v string) + func (o *PostCoreNodeTransactionsErrorschema) UnmarshalJSON(data []byte) (err error) + func (o PostCoreNodeTransactionsErrorschema) MarshalJSON() ([]byte, error) + func (o PostCoreNodeTransactionsErrorschema) ToMap() (map[string]interface{}, error) + type PostFeeTransactionResponseschema struct + CostScalarChangeByByte *float32 + EstimatedCost PostFeeTransactionResponseschemaEstimatedCost + EstimatedCostScalar int32 + Estimations []PostFeeTransactionResponseschemaEstimationsInner + func NewPostFeeTransactionResponseschema(estimatedCostScalar int32, ...) *PostFeeTransactionResponseschema + func NewPostFeeTransactionResponseschemaWithDefaults() *PostFeeTransactionResponseschema + func (o *PostFeeTransactionResponseschema) GetCostScalarChangeByByte() float32 + func (o *PostFeeTransactionResponseschema) GetCostScalarChangeByByteOk() (*float32, bool) + func (o *PostFeeTransactionResponseschema) GetEstimatedCost() PostFeeTransactionResponseschemaEstimatedCost + func (o *PostFeeTransactionResponseschema) GetEstimatedCostOk() (*PostFeeTransactionResponseschemaEstimatedCost, bool) + func (o *PostFeeTransactionResponseschema) GetEstimatedCostScalar() int32 + func (o *PostFeeTransactionResponseschema) GetEstimatedCostScalarOk() (*int32, bool) + func (o *PostFeeTransactionResponseschema) GetEstimations() []PostFeeTransactionResponseschemaEstimationsInner + func (o *PostFeeTransactionResponseschema) GetEstimationsOk() ([]PostFeeTransactionResponseschemaEstimationsInner, bool) + func (o *PostFeeTransactionResponseschema) HasCostScalarChangeByByte() bool + func (o *PostFeeTransactionResponseschema) HasEstimations() bool + func (o *PostFeeTransactionResponseschema) SetCostScalarChangeByByte(v float32) + func (o *PostFeeTransactionResponseschema) SetEstimatedCost(v PostFeeTransactionResponseschemaEstimatedCost) + func (o *PostFeeTransactionResponseschema) SetEstimatedCostScalar(v int32) + func (o *PostFeeTransactionResponseschema) SetEstimations(v []PostFeeTransactionResponseschemaEstimationsInner) + func (o *PostFeeTransactionResponseschema) UnmarshalJSON(data []byte) (err error) + func (o PostFeeTransactionResponseschema) MarshalJSON() ([]byte, error) + func (o PostFeeTransactionResponseschema) ToMap() (map[string]interface{}, error) + type PostFeeTransactionResponseschemaEstimatedCost struct + ReadCount int32 + ReadLength int32 + Runtime int32 + WriteCount int32 + WriteLength int32 + func NewPostFeeTransactionResponseschemaEstimatedCost(readCount int32, readLength int32, runtime int32, writeCount int32, ...) *PostFeeTransactionResponseschemaEstimatedCost + func NewPostFeeTransactionResponseschemaEstimatedCostWithDefaults() *PostFeeTransactionResponseschemaEstimatedCost + func (o *PostFeeTransactionResponseschemaEstimatedCost) GetReadCount() int32 + func (o *PostFeeTransactionResponseschemaEstimatedCost) GetReadCountOk() (*int32, bool) + func (o *PostFeeTransactionResponseschemaEstimatedCost) GetReadLength() int32 + func (o *PostFeeTransactionResponseschemaEstimatedCost) GetReadLengthOk() (*int32, bool) + func (o *PostFeeTransactionResponseschemaEstimatedCost) GetRuntime() int32 + func (o *PostFeeTransactionResponseschemaEstimatedCost) GetRuntimeOk() (*int32, bool) + func (o *PostFeeTransactionResponseschemaEstimatedCost) GetWriteCount() int32 + func (o *PostFeeTransactionResponseschemaEstimatedCost) GetWriteCountOk() (*int32, bool) + func (o *PostFeeTransactionResponseschemaEstimatedCost) GetWriteLength() int32 + func (o *PostFeeTransactionResponseschemaEstimatedCost) GetWriteLengthOk() (*int32, bool) + func (o *PostFeeTransactionResponseschemaEstimatedCost) SetReadCount(v int32) + func (o *PostFeeTransactionResponseschemaEstimatedCost) SetReadLength(v int32) + func (o *PostFeeTransactionResponseschemaEstimatedCost) SetRuntime(v int32) + func (o *PostFeeTransactionResponseschemaEstimatedCost) SetWriteCount(v int32) + func (o *PostFeeTransactionResponseschemaEstimatedCost) SetWriteLength(v int32) + func (o *PostFeeTransactionResponseschemaEstimatedCost) UnmarshalJSON(data []byte) (err error) + func (o PostFeeTransactionResponseschemaEstimatedCost) MarshalJSON() ([]byte, error) + func (o PostFeeTransactionResponseschemaEstimatedCost) ToMap() (map[string]interface{}, error) + type PostFeeTransactionResponseschemaEstimationsInner struct + Fee *float32 + FeeRate *float32 + func NewPostFeeTransactionResponseschemaEstimationsInner() *PostFeeTransactionResponseschemaEstimationsInner + func NewPostFeeTransactionResponseschemaEstimationsInnerWithDefaults() *PostFeeTransactionResponseschemaEstimationsInner + func (o *PostFeeTransactionResponseschemaEstimationsInner) GetFee() float32 + func (o *PostFeeTransactionResponseschemaEstimationsInner) GetFeeOk() (*float32, bool) + func (o *PostFeeTransactionResponseschemaEstimationsInner) GetFeeRate() float32 + func (o *PostFeeTransactionResponseschemaEstimationsInner) GetFeeRateOk() (*float32, bool) + func (o *PostFeeTransactionResponseschemaEstimationsInner) HasFee() bool + func (o *PostFeeTransactionResponseschemaEstimationsInner) HasFeeRate() bool + func (o *PostFeeTransactionResponseschemaEstimationsInner) SetFee(v float32) + func (o *PostFeeTransactionResponseschemaEstimationsInner) SetFeeRate(v float32) + func (o PostFeeTransactionResponseschemaEstimationsInner) MarshalJSON() ([]byte, error) + func (o PostFeeTransactionResponseschemaEstimationsInner) ToMap() (map[string]interface{}, error) + type PostFeeTransactionschema struct + EstimatedLen *int32 + TransactionPayload string + func NewPostFeeTransactionschema(transactionPayload string) *PostFeeTransactionschema + func NewPostFeeTransactionschemaWithDefaults() *PostFeeTransactionschema + func (o *PostFeeTransactionschema) GetEstimatedLen() int32 + func (o *PostFeeTransactionschema) GetEstimatedLenOk() (*int32, bool) + func (o *PostFeeTransactionschema) GetTransactionPayload() string + func (o *PostFeeTransactionschema) GetTransactionPayloadOk() (*string, bool) + func (o *PostFeeTransactionschema) HasEstimatedLen() bool + func (o *PostFeeTransactionschema) SetEstimatedLen(v int32) + func (o *PostFeeTransactionschema) SetTransactionPayload(v string) + func (o *PostFeeTransactionschema) UnmarshalJSON(data []byte) (err error) + func (o PostFeeTransactionschema) MarshalJSON() ([]byte, error) + func (o PostFeeTransactionschema) ToMap() (map[string]interface{}, error) + type ReadOnlyFunctionArgsschema struct + Arguments []string + Sender string + func NewReadOnlyFunctionArgsschema(sender string, arguments []string) *ReadOnlyFunctionArgsschema + func NewReadOnlyFunctionArgsschemaWithDefaults() *ReadOnlyFunctionArgsschema + func (o *ReadOnlyFunctionArgsschema) GetArguments() []string + func (o *ReadOnlyFunctionArgsschema) GetArgumentsOk() ([]string, bool) + func (o *ReadOnlyFunctionArgsschema) GetSender() string + func (o *ReadOnlyFunctionArgsschema) GetSenderOk() (*string, bool) + func (o *ReadOnlyFunctionArgsschema) SetArguments(v []string) + func (o *ReadOnlyFunctionArgsschema) SetSender(v string) + func (o *ReadOnlyFunctionArgsschema) UnmarshalJSON(data []byte) (err error) + func (o ReadOnlyFunctionArgsschema) MarshalJSON() ([]byte, error) + func (o ReadOnlyFunctionArgsschema) ToMap() (map[string]interface{}, error) + type ServerConfiguration struct + Description string + URL string + Variables map[string]ServerVariable + type ServerConfigurations []ServerConfiguration + func (sc ServerConfigurations) URL(index int, variables map[string]string) (string, error) + type ServerVariable struct + DefaultValue string + Description string + EnumValues []string + type SmartContractsAPIService service + func (a *SmartContractsAPIService) CallReadOnlyFunction(ctx context.Context, contractAddress string, contractName string, ...) ApiCallReadOnlyFunctionRequest + func (a *SmartContractsAPIService) CallReadOnlyFunctionExecute(r ApiCallReadOnlyFunctionRequest) (*PostCallReadOnlyFnschema, *http.Response, error) + func (a *SmartContractsAPIService) GetConstantVal(ctx context.Context, contractAddress string, contractName string, ...) ApiGetConstantValRequest + func (a *SmartContractsAPIService) GetConstantValExecute(r ApiGetConstantValRequest) (*map[string]interface{}, *http.Response, error) + func (a *SmartContractsAPIService) GetContractDataMapEntry(ctx context.Context, contractAddress string, contractName string, ...) ApiGetContractDataMapEntryRequest + func (a *SmartContractsAPIService) GetContractDataMapEntryExecute(r ApiGetContractDataMapEntryRequest) (*GetContractDataMapEntryschema, *http.Response, error) + func (a *SmartContractsAPIService) GetContractInterface(ctx context.Context, contractAddress string, contractName string) ApiGetContractInterfaceRequest + func (a *SmartContractsAPIService) GetContractInterfaceExecute(r ApiGetContractInterfaceRequest) (*GetContractInterfaceschema, *http.Response, error) + func (a *SmartContractsAPIService) GetContractSource(ctx context.Context, contractAddress string, contractName string) ApiGetContractSourceRequest + func (a *SmartContractsAPIService) GetContractSourceExecute(r ApiGetContractSourceRequest) (*GetContractSourceschema, *http.Response, error) + func (a *SmartContractsAPIService) GetIsTraitImplemented(ctx context.Context, contractAddress string, contractName string, ...) ApiGetIsTraitImplementedRequest + func (a *SmartContractsAPIService) GetIsTraitImplementedExecute(r ApiGetIsTraitImplementedRequest) (*map[string]interface{}, *http.Response, error) + type TransactionsAPIService service + func (a *TransactionsAPIService) PostCoreNodeTransactions(ctx context.Context) ApiPostCoreNodeTransactionsRequest + func (a *TransactionsAPIService) PostCoreNodeTransactionsExecute(r ApiPostCoreNodeTransactionsRequest) (string, *http.Response, error)