moonsdk

package module
v1.0.4 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 17, 2024 License: MIT Imports: 21 Imported by: 0

README

Go API client for moonsdk

No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)

Overview

This API client was generated by the OpenAPI Generator project. By using the OpenAPI-spec from a remote server, you can easily generate an API client.

  • API version: 1.0.0
  • Package version: 1.0.0
  • Generator version: 7.4.0
  • Build package: org.openapitools.codegen.languages.GoClientCodegen

Installation

Install the following dependencies:

go get github.com/stretchr/testify/assert
go get golang.org/x/oauth2
go get golang.org/x/net/context

Put the package under your project folder and add the following in import:

import moonsdk "github.com/moon-up/moon-sdk-go"

To use a proxy, set the environment variable HTTP_PROXY:

os.Setenv("HTTP_PROXY", "http://proxy_name:proxy_port")

Configuration of Server URL

Default configuration comes with Servers field that contains server objects as defined in the OpenAPI specification.

Select Server Configuration

For using other server than the one defined on index 0 set context value moonsdk.ContextServerIndex of type int.

ctx := context.WithValue(context.Background(), moonsdk.ContextServerIndex, 1)
Templated Server URL

Templated server URL is formatted using default variables from configuration or from context value moonsdk.ContextServerVariables of type map[string]string.

ctx := context.WithValue(context.Background(), moonsdk.ContextServerVariables, map[string]string{
	"basePath": "v2",
})

Note, enum values are always validated and all unused variables are silently ignored.

URLs Configuration per Operation

Each operation can use different server URL defined using OperationServers map in the Configuration. An operation is uniquely identified by "{classname}Service.{nickname}" string. Similar rules for overriding default operation server index and variables applies by using moonsdk.ContextOperationServerIndices and moonsdk.ContextOperationServerVariables context maps.

ctx := context.WithValue(context.Background(), moonsdk.ContextOperationServerIndices, map[string]int{
	"{classname}Service.{nickname}": 2,
})
ctx = context.WithValue(context.Background(), moonsdk.ContextOperationServerVariables, map[string]map[string]string{
	"{classname}Service.{nickname}": {
		"port": "8443",
	},
})

Documentation for API Endpoints

All URIs are relative to https://beta.usemoon.ai

Class Method HTTP request Description
AaveAPI Borrow Post /aave/{name}/borrow
AaveAPI Lend Post /aave/{name}/lend
AaveAPI Repay Post /aave/{name}/repay
AaveAPI UserReserveData Post /aave/{name}/user-reserve-data
AccountsAPI BroadcastTx Post /accounts/{accountName}/broadcast-tx
AccountsAPI CreateAccount Post /accounts
AccountsAPI DeleteAccount Delete /accounts/{accountName}
AccountsAPI DeployContract Post /accounts/{accountName}/deploy
AccountsAPI GetAccount Get /accounts/{accountName}
AccountsAPI GetBalance Get /accounts/{accountName}/balance
AccountsAPI GetNonce Get /accounts/{accountName}/nonce
AccountsAPI ListAccounts Get /accounts
AccountsAPI SignMessage Post /accounts/{accountName}/sign-message
AccountsAPI SignTransaction Post /accounts/{accountName}/sign-transaction
AccountsAPI SignTypedData Post /accounts/{accountName}/sign-typed-data
AccountsAPI TransferEth Post /accounts/{accountName}/transfer-eth
BitcoinAPI CreateBitcoinAccount Post /bitcoin
BitcoinAPI GetBitcoinAccount Get /bitcoin/{accountName}
BitcoinAPI ListBitcoinAccounts Get /bitcoin
BitcoinAPI SignBitcoinTransaction Post /bitcoin/{accountName}/sign-tx
BitcoincashAPI CreateBitcoinCashAccount Post /bitcoincash
BitcoincashAPI GetBitcoinCashAccount Get /bitcoincash/{accountName}
BitcoincashAPI ListBitcoinCashAccounts Get /bitcoincash
BitcoincashAPI SignBitcoinCashTransaction Post /bitcoincash/{accountName}/sign-tx
ConveyorFinanceAPI Swap Post /conveyorfinance/{name}/swap
CosmosAPI CreateCosmosAccount Post /cosmos
CosmosAPI GetCosmosAccount Get /cosmos/{accountName}
CosmosAPI ListCosmosAccounts Get /cosmos
CosmosAPI SignCosmosTransaction Post /cosmos/{accountName}/sign-tx
DefaultAPI GetMessage Get /ping
DogeCoinAPI CreateDogeCoinAccount Post /dogecoin
DogeCoinAPI GetDogeCoinAccount Get /dogecoin/{accountName}
DogeCoinAPI ListDogeCoinAccounts Get /dogecoin
DogeCoinAPI SignDogeCoinTransaction Post /dogecoin/{accountName}/sign-tx
ENSAPI Resolve Post /ens/resolve
ERC1155API BalanceOf Post /erc1155/{name}/balance-of
ERC1155API BalanceOfBatch Post /erc1155/{name}/balance-of-batch
ERC1155API IsApprovedForAll Post /erc1155/{name}/is-approved-for-all
ERC1155API SafeBatchTransferFrom Post /erc1155/{name}/safe-batch-transfer-from
ERC1155API SafeTransferFrom Post /erc1155/{name}/safe-transfer-from
ERC1155API SetApprovalForAll Post /erc1155/{name}/set-approval-for-all
EosAPI CreateEosAccount Post /eos
EosAPI GetEosAccount Get /eos/{accountName}
EosAPI ListEosAccounts Get /eos
EosAPI SignEosTransaction Post /eos/{accountName}/sign-tx
Erc20API AllowanceErc20 Post /erc20/{name}/allowance
Erc20API ApproveErc20 Post /erc20/{name}/approve
Erc20API BalanceOfErc20 Post /erc20/{name}/balance-of
Erc20API DecimalsErc20 Post /erc20/{name}/decimals
Erc20API NameErc20 Post /erc20/{name}/name
Erc20API SymbolErc20 Post /erc20/{name}/symbol
Erc20API TotalSupplyErc20 Post /erc20/{name}/total-supply
Erc20API TransferErc20 Post /erc20/{name}/transfer
Erc20API TransferFromErc20 Post /erc20/{name}/transfer-from
Erc721API Approve Post /erc721/{name}/approve
Erc721API BalanceOf Post /erc721/{name}/balance-of
Erc721API GetApproved Post /erc721/{name}/get-approved
Erc721API IsApprovedForAll Post /erc721/{name}/is-approved-for-all
Erc721API Name Post /erc721/{name}/name
Erc721API OwnerOf Post /erc721/{name}/owner-of
Erc721API SafeTransferFrom Post /erc721/{name}/safe-transfer-from
Erc721API SetApprovalForAll Post /erc721/{name}/set-approval-for-all
Erc721API Symbol Post /erc721/{name}/symbol
Erc721API TokenUri Post /erc721/{name}/token-uri
Erc721API Transfer Post /erc721/{name}/transfer
Erc721API TransferFrom Post /erc721/{name}/transfer-from
LitecoinAPI CreateLitecoinAccount Post /litecoin
LitecoinAPI GetLitecoinAccount Get /litecoin/{accountName}
LitecoinAPI ListLitecoinAccounts Get /litecoin
LitecoinAPI SignLitecoinTransaction Post /litecoin/{accountName}/sign-tx
OneinchAPI ApproveCallData Post /oneinch/approve-call-data
OneinchAPI ApproveSpender Post /oneinch/approve-spender
OneinchAPI Protocols Post /oneinch/protocols
OneinchAPI Quote Post /oneinch/quote
OneinchAPI Swap Post /oneinch/{accountName}/swap
OneinchAPI Tokens Post /oneinch/tokens
OnramperAPI OnRamperCheckout Post /onramper/fund/${accountName}
OnramperAPI OnRamperGetQuotesBuy Get /onramper/quotes/buy
OnramperAPI OnRamperGetQuotesSell Get /onramper/quotes/sell
OnramperAPI OnRamperGetSupportedAssets Get /onramper/assets
OnramperAPI OnRamperGetSupportedCurrencies Get /onramper/currencies
OnramperAPI OnRamperGetSupportedDefaultsAll Get /onramper/defaults
OnramperAPI OnRamperGetSupportedOnRampsAll Get /onramper/onramps
OnramperAPI OnRamperGetSupportedPaymentTypes Get /onramper/payment-types
OnramperAPI OnRamperGetSupportedPaymentTypesFiat Get /onramper/payment-types/fiat
RippleAPI CreateRippleAccount Post /ripple
RippleAPI GetRippleAccount Get /ripple/{accountName}
RippleAPI ListRippleAccounts Get /ripple
RippleAPI SignRippleTransaction Post /ripple/{accountName}/sign-tx
SolanaAPI CreateSolanaAccount Post /solana
SolanaAPI GetSolanaAccount Get /solana/{accountName}
SolanaAPI ListSolanaAccounts Get /solana
SolanaAPI SignSolanaTransaction Post /solana/{accountName}/sign-tx
TronAPI CreateTronAccount Post /tron
TronAPI GetTronAccount Get /tron/{accountName}
TronAPI ListTronAccounts Get /tron
TronAPI SignTronTransaction Post /tron/{accountName}/sign-tx
UniSwapAPI AddLiquidity Post /uniswap/{name}/add-liquidity
UniSwapAPI RemoveLiquidity Post /uniswap/{name}/remove-liquidity
UniSwapAPI SwapExactETHForTokens Post /uniswap/{name}/swap-exact-eth-for-tokens
UniSwapAPI SwapExactTokensForTokens Post /uniswap/{name}/swap-exact-tokens-for-tokens
YearnAPI AddLiquidity Post /yearn/{name}/add-liquidity
YearnAPI AddLiquidityWeth Post /yearn/{name}/add-liquidity-weth
YearnAPI RemoveLiquidity Post /yearn/{name}/remove-liquidity
YearnAPI RemoveLiquidityWeth Post /yearn/{name}/remove-liquidity-weth

Documentation For Models

Documentation For Authorization

Authentication schemes defined for the API:

BearerAuth
  • Type: API key
  • API key parameter name: Authorization
  • Location: HTTP header

Note, each API key must be added to a map of map[string]APIKey where the key is: Authorization and passed in as the auth context for each request.

Example

auth := context.WithValue(
		context.Background(),
		moonsdk.ContextAPIKeys,
		map[string]moonsdk.APIKey{
			"Authorization": {Key: "API_KEY_STRING"},
		},
	)
r, err := client.Service.Operation(auth, args)
OAuth2
  • Type: OAuth
  • Flow: password
  • Authorization URL:
  • Scopes:
  • authorization_code: grants authorization_code

Example

auth := context.WithValue(context.Background(), moonsdk.ContextAccessToken, "ACCESSTOKENSTRING")
r, err := client.Service.Operation(auth, args)

Or via OAuth2 module to automatically refresh tokens and perform user authentication.

import "golang.org/x/oauth2"

/* Perform OAuth2 round trip request and obtain a token */

tokenSource := oauth2cfg.TokenSource(createContext(httpClient), &token)
auth := context.WithValue(oauth2.NoContext, moonsdk.ContextOAuth2, tokenSource)
r, err := client.Service.Operation(auth, args)
ApiKeyAuth
  • Type: API key
  • API key parameter name: x-api-key
  • Location: HTTP header

Note, each API key must be added to a map of map[string]APIKey where the key is: x-api-key and passed in as the auth context for each request.

Example

auth := context.WithValue(
		context.Background(),
		moonsdk.ContextAPIKeys,
		map[string]moonsdk.APIKey{
			"x-api-key": {Key: "API_KEY_STRING"},
		},
	)
r, err := client.Service.Operation(auth, args)

Documentation for Utility Methods

Due to the fact that model structure members are all pointers, this package contains a number of utility functions to easily obtain pointers to values of basic types. Each of these functions takes a value of the given basic type and returns a pointer to it:

  • PtrBool
  • PtrInt
  • PtrInt32
  • PtrInt64
  • PtrFloat
  • PtrFloat32
  • PtrFloat64
  • PtrString
  • PtrTime

Author

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	JsonCheck = regexp.MustCompile(`(?i:(?:application|text)/(?:[^;]+\+)?json)`)
	XmlCheck  = regexp.MustCompile(`(?i:(?:application|text)/(?:[^;]+\+)?xml)`)
)
View Source
var (
	// ContextOAuth2 takes an oauth2.TokenSource as authentication for the request.
	ContextOAuth2 = contextKey("token")

	// 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")
)

Functions

func CacheExpires

func CacheExpires(r *http.Response) time.Time

CacheExpires helper function to determine remaining time before repeating a request.

func IsNil

func IsNil(i interface{}) bool

IsNil checks if an input is nil

func PtrBool

func PtrBool(v bool) *bool

PtrBool is a helper routine that returns a pointer to given boolean value.

func PtrFloat32

func PtrFloat32(v float32) *float32

PtrFloat32 is a helper routine that returns a pointer to given float value.

func PtrFloat64

func PtrFloat64(v float64) *float64

PtrFloat64 is a helper routine that returns a pointer to given float value.

func PtrInt

func PtrInt(v int) *int

PtrInt is a helper routine that returns a pointer to given integer value.

func PtrInt32

func PtrInt32(v int32) *int32

PtrInt32 is a helper routine that returns a pointer to given integer value.

func PtrInt64

func PtrInt64(v int64) *int64

PtrInt64 is a helper routine that returns a pointer to given integer value.

func PtrString

func PtrString(v string) *string

PtrString is a helper routine that returns a pointer to given string value.

func PtrTime

func PtrTime(v time.Time) *time.Time

PtrTime is helper routine that returns a pointer to given Time value.

Types

type APIClient

type APIClient struct {
	AaveAPI AaveAPI

	AccountsAPI AccountsAPI

	BitcoinAPI BitcoinAPI

	BitcoincashAPI BitcoincashAPI

	ConveyorFinanceAPI ConveyorFinanceAPI

	CosmosAPI CosmosAPI

	DefaultAPI DefaultAPI

	DogeCoinAPI DogeCoinAPI

	ENSAPI ENSAPI

	ERC1155API ERC1155API

	EosAPI EosAPI

	Erc20API Erc20API

	Erc721API Erc721API

	LitecoinAPI LitecoinAPI

	OneinchAPI OneinchAPI

	OnramperAPI OnramperAPI

	RippleAPI RippleAPI

	SolanaAPI SolanaAPI

	TronAPI TronAPI

	UniSwapAPI UniSwapAPI

	YearnAPI YearnAPI
	// contains filtered or unexported fields
}

APIClient manages communication with the moon-vault-api API v1.0.0 In most cases there should be only one, shared, APIClient.

func NewAPIClient

func NewAPIClient(cfg *Configuration) *APIClient

NewAPIClient creates a new API client. Requires a userAgent string describing your application. optionally a custom http.Client to allow for advanced features such as caching.

func (*APIClient) GetConfig

func (c *APIClient) GetConfig() *Configuration

Allow modification of underlying config for alternate implementations and testing Caution: modifying the configuration while live can cause data races and potentially unwanted behavior

type APIKey

type APIKey struct {
	Key    string
	Prefix string
}

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 AaveAPI

type AaveAPI interface {

	/*
		Borrow Method for Borrow

		@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
		@param name
		@return AaveAPIBorrowRequest
	*/
	Borrow(ctx context.Context, name string) AaveAPIBorrowRequest

	// BorrowExecute executes the request
	//  @return TransactionAPIResponse
	BorrowExecute(r AaveAPIBorrowRequest) (*TransactionAPIResponse, *http.Response, error)

	/*
		Lend Method for Lend

		@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
		@param name
		@return AaveAPILendRequest
	*/
	Lend(ctx context.Context, name string) AaveAPILendRequest

	// LendExecute executes the request
	//  @return TransactionAPIResponse
	LendExecute(r AaveAPILendRequest) (*TransactionAPIResponse, *http.Response, error)

	/*
		Repay Method for Repay

		@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
		@param name
		@return AaveAPIRepayRequest
	*/
	Repay(ctx context.Context, name string) AaveAPIRepayRequest

	// RepayExecute executes the request
	//  @return TransactionAPIResponse
	RepayExecute(r AaveAPIRepayRequest) (*TransactionAPIResponse, *http.Response, error)

	/*
		UserReserveData Method for UserReserveData

		@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
		@param name
		@return AaveAPIUserReserveDataRequest
	*/
	UserReserveData(ctx context.Context, name string) AaveAPIUserReserveDataRequest

	// UserReserveDataExecute executes the request
	//  @return AaveReservesAPIResponse
	UserReserveDataExecute(r AaveAPIUserReserveDataRequest) (*AaveReservesAPIResponse, *http.Response, error)
}

type AaveAPIBorrowRequest

type AaveAPIBorrowRequest struct {
	ApiService AaveAPI
	// contains filtered or unexported fields
}

func (AaveAPIBorrowRequest) AaveInput

func (r AaveAPIBorrowRequest) AaveInput(aaveInput AaveInput) AaveAPIBorrowRequest

func (AaveAPIBorrowRequest) Authorization

func (r AaveAPIBorrowRequest) Authorization(authorization string) AaveAPIBorrowRequest

func (AaveAPIBorrowRequest) Execute

type AaveAPILendRequest

type AaveAPILendRequest struct {
	ApiService AaveAPI
	// contains filtered or unexported fields
}

func (AaveAPILendRequest) AaveInput

func (r AaveAPILendRequest) AaveInput(aaveInput AaveInput) AaveAPILendRequest

func (AaveAPILendRequest) Authorization

func (r AaveAPILendRequest) Authorization(authorization string) AaveAPILendRequest

func (AaveAPILendRequest) Execute

type AaveAPIRepayRequest

type AaveAPIRepayRequest struct {
	ApiService AaveAPI
	// contains filtered or unexported fields
}

func (AaveAPIRepayRequest) AaveInput

func (r AaveAPIRepayRequest) AaveInput(aaveInput AaveInput) AaveAPIRepayRequest

func (AaveAPIRepayRequest) Authorization

func (r AaveAPIRepayRequest) Authorization(authorization string) AaveAPIRepayRequest

func (AaveAPIRepayRequest) Execute

type AaveAPIService

type AaveAPIService service

AaveAPIService AaveAPI service

func (*AaveAPIService) Borrow

Borrow Method for Borrow

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param name
@return AaveAPIBorrowRequest

func (*AaveAPIService) BorrowExecute

Execute executes the request

@return TransactionAPIResponse

func (*AaveAPIService) Lend

Lend Method for Lend

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param name
@return AaveAPILendRequest

func (*AaveAPIService) LendExecute

Execute executes the request

@return TransactionAPIResponse

func (*AaveAPIService) Repay

Repay Method for Repay

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param name
@return AaveAPIRepayRequest

func (*AaveAPIService) RepayExecute

Execute executes the request

@return TransactionAPIResponse

func (*AaveAPIService) UserReserveData

func (a *AaveAPIService) UserReserveData(ctx context.Context, name string) AaveAPIUserReserveDataRequest

UserReserveData Method for UserReserveData

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param name
@return AaveAPIUserReserveDataRequest

func (*AaveAPIService) UserReserveDataExecute

Execute executes the request

@return AaveReservesAPIResponse

type AaveAPIUserReserveDataRequest

type AaveAPIUserReserveDataRequest struct {
	ApiService AaveAPI
	// contains filtered or unexported fields
}

func (AaveAPIUserReserveDataRequest) AaveInput

func (AaveAPIUserReserveDataRequest) Authorization

func (AaveAPIUserReserveDataRequest) Execute

type AaveInput

type AaveInput struct {
	To               *string `json:"to,omitempty"`
	Data             *string `json:"data,omitempty"`
	Input            *string `json:"input,omitempty"`
	Value            *string `json:"value,omitempty"`
	Nonce            *string `json:"nonce,omitempty"`
	Gas              *string `json:"gas,omitempty"`
	GasPrice         *string `json:"gasPrice,omitempty"`
	ChainId          *string `json:"chain_id,omitempty"`
	Encoding         *string `json:"encoding,omitempty"`
	EOA              *bool   `json:"EOA,omitempty"`
	ContractAddress  *string `json:"contract_address,omitempty"`
	TokenId          *string `json:"token_id,omitempty"`
	TokenIds         *string `json:"token_ids,omitempty"`
	Approved         *bool   `json:"approved,omitempty"`
	Broadcast        *bool   `json:"broadcast,omitempty"`
	LendingPool      *string `json:"lending_pool,omitempty"`
	Amount           *string `json:"amount,omitempty"`
	AtokenToRedeeem  *string `json:"atoken_to_redeeem,omitempty"`
	RefCode          *string `json:"ref_code,omitempty"`
	InterestRateMode *string `json:"interest_rate_mode,omitempty"`
}

AaveInput struct for AaveInput

func NewAaveInput

func NewAaveInput() *AaveInput

NewAaveInput instantiates a new AaveInput 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 NewAaveInputWithDefaults

func NewAaveInputWithDefaults() *AaveInput

NewAaveInputWithDefaults instantiates a new AaveInput 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 (*AaveInput) GetAmount

func (o *AaveInput) GetAmount() string

GetAmount returns the Amount field value if set, zero value otherwise.

func (*AaveInput) GetAmountOk

func (o *AaveInput) 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 (*AaveInput) GetApproved

func (o *AaveInput) GetApproved() bool

GetApproved returns the Approved field value if set, zero value otherwise.

func (*AaveInput) GetApprovedOk

func (o *AaveInput) GetApprovedOk() (*bool, bool)

GetApprovedOk returns a tuple with the Approved field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AaveInput) GetAtokenToRedeeem

func (o *AaveInput) GetAtokenToRedeeem() string

GetAtokenToRedeeem returns the AtokenToRedeeem field value if set, zero value otherwise.

func (*AaveInput) GetAtokenToRedeeemOk

func (o *AaveInput) GetAtokenToRedeeemOk() (*string, bool)

GetAtokenToRedeeemOk returns a tuple with the AtokenToRedeeem field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AaveInput) GetBroadcast

func (o *AaveInput) GetBroadcast() bool

GetBroadcast returns the Broadcast field value if set, zero value otherwise.

func (*AaveInput) GetBroadcastOk

func (o *AaveInput) GetBroadcastOk() (*bool, bool)

GetBroadcastOk returns a tuple with the Broadcast field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AaveInput) GetChainId

func (o *AaveInput) GetChainId() string

GetChainId returns the ChainId field value if set, zero value otherwise.

func (*AaveInput) GetChainIdOk

func (o *AaveInput) 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 (*AaveInput) GetContractAddress

func (o *AaveInput) GetContractAddress() string

GetContractAddress returns the ContractAddress field value if set, zero value otherwise.

func (*AaveInput) GetContractAddressOk

func (o *AaveInput) GetContractAddressOk() (*string, bool)

GetContractAddressOk returns a tuple with the ContractAddress field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AaveInput) GetData

func (o *AaveInput) GetData() string

GetData returns the Data field value if set, zero value otherwise.

func (*AaveInput) GetDataOk

func (o *AaveInput) 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 (*AaveInput) GetEOA

func (o *AaveInput) GetEOA() bool

GetEOA returns the EOA field value if set, zero value otherwise.

func (*AaveInput) GetEOAOk

func (o *AaveInput) GetEOAOk() (*bool, bool)

GetEOAOk returns a tuple with the EOA field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AaveInput) GetEncoding

func (o *AaveInput) GetEncoding() string

GetEncoding returns the Encoding field value if set, zero value otherwise.

func (*AaveInput) GetEncodingOk

func (o *AaveInput) GetEncodingOk() (*string, bool)

GetEncodingOk returns a tuple with the Encoding field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AaveInput) GetGas

func (o *AaveInput) GetGas() string

GetGas returns the Gas field value if set, zero value otherwise.

func (*AaveInput) GetGasOk

func (o *AaveInput) GetGasOk() (*string, bool)

GetGasOk returns a tuple with the Gas field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AaveInput) GetGasPrice

func (o *AaveInput) GetGasPrice() string

GetGasPrice returns the GasPrice field value if set, zero value otherwise.

func (*AaveInput) GetGasPriceOk

func (o *AaveInput) GetGasPriceOk() (*string, bool)

GetGasPriceOk returns a tuple with the GasPrice field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AaveInput) GetInput

func (o *AaveInput) GetInput() string

GetInput returns the Input field value if set, zero value otherwise.

func (*AaveInput) GetInputOk

func (o *AaveInput) GetInputOk() (*string, bool)

GetInputOk returns a tuple with the Input field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AaveInput) GetInterestRateMode

func (o *AaveInput) GetInterestRateMode() string

GetInterestRateMode returns the InterestRateMode field value if set, zero value otherwise.

func (*AaveInput) GetInterestRateModeOk

func (o *AaveInput) GetInterestRateModeOk() (*string, bool)

GetInterestRateModeOk returns a tuple with the InterestRateMode field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AaveInput) GetLendingPool

func (o *AaveInput) GetLendingPool() string

GetLendingPool returns the LendingPool field value if set, zero value otherwise.

func (*AaveInput) GetLendingPoolOk

func (o *AaveInput) GetLendingPoolOk() (*string, bool)

GetLendingPoolOk returns a tuple with the LendingPool field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AaveInput) GetNonce

func (o *AaveInput) GetNonce() string

GetNonce returns the Nonce field value if set, zero value otherwise.

func (*AaveInput) GetNonceOk

func (o *AaveInput) GetNonceOk() (*string, 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 (*AaveInput) GetRefCode

func (o *AaveInput) GetRefCode() string

GetRefCode returns the RefCode field value if set, zero value otherwise.

func (*AaveInput) GetRefCodeOk

func (o *AaveInput) GetRefCodeOk() (*string, bool)

GetRefCodeOk returns a tuple with the RefCode field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AaveInput) GetTo

func (o *AaveInput) GetTo() string

GetTo returns the To field value if set, zero value otherwise.

func (*AaveInput) GetToOk

func (o *AaveInput) GetToOk() (*string, bool)

GetToOk returns a tuple with the To field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AaveInput) GetTokenId

func (o *AaveInput) GetTokenId() string

GetTokenId returns the TokenId field value if set, zero value otherwise.

func (*AaveInput) GetTokenIdOk

func (o *AaveInput) GetTokenIdOk() (*string, 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 (*AaveInput) GetTokenIds

func (o *AaveInput) GetTokenIds() string

GetTokenIds returns the TokenIds field value if set, zero value otherwise.

func (*AaveInput) GetTokenIdsOk

func (o *AaveInput) GetTokenIdsOk() (*string, bool)

GetTokenIdsOk returns a tuple with the TokenIds field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AaveInput) GetValue

func (o *AaveInput) GetValue() string

GetValue returns the Value field value if set, zero value otherwise.

func (*AaveInput) GetValueOk

func (o *AaveInput) 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 (*AaveInput) HasAmount

func (o *AaveInput) HasAmount() bool

HasAmount returns a boolean if a field has been set.

func (*AaveInput) HasApproved

func (o *AaveInput) HasApproved() bool

HasApproved returns a boolean if a field has been set.

func (*AaveInput) HasAtokenToRedeeem

func (o *AaveInput) HasAtokenToRedeeem() bool

HasAtokenToRedeeem returns a boolean if a field has been set.

func (*AaveInput) HasBroadcast

func (o *AaveInput) HasBroadcast() bool

HasBroadcast returns a boolean if a field has been set.

func (*AaveInput) HasChainId

func (o *AaveInput) HasChainId() bool

HasChainId returns a boolean if a field has been set.

func (*AaveInput) HasContractAddress

func (o *AaveInput) HasContractAddress() bool

HasContractAddress returns a boolean if a field has been set.

func (*AaveInput) HasData

func (o *AaveInput) HasData() bool

HasData returns a boolean if a field has been set.

func (*AaveInput) HasEOA

func (o *AaveInput) HasEOA() bool

HasEOA returns a boolean if a field has been set.

func (*AaveInput) HasEncoding

func (o *AaveInput) HasEncoding() bool

HasEncoding returns a boolean if a field has been set.

func (*AaveInput) HasGas

func (o *AaveInput) HasGas() bool

HasGas returns a boolean if a field has been set.

func (*AaveInput) HasGasPrice

func (o *AaveInput) HasGasPrice() bool

HasGasPrice returns a boolean if a field has been set.

func (*AaveInput) HasInput

func (o *AaveInput) HasInput() bool

HasInput returns a boolean if a field has been set.

func (*AaveInput) HasInterestRateMode

func (o *AaveInput) HasInterestRateMode() bool

HasInterestRateMode returns a boolean if a field has been set.

func (*AaveInput) HasLendingPool

func (o *AaveInput) HasLendingPool() bool

HasLendingPool returns a boolean if a field has been set.

func (*AaveInput) HasNonce

func (o *AaveInput) HasNonce() bool

HasNonce returns a boolean if a field has been set.

func (*AaveInput) HasRefCode

func (o *AaveInput) HasRefCode() bool

HasRefCode returns a boolean if a field has been set.

func (*AaveInput) HasTo

func (o *AaveInput) HasTo() bool

HasTo returns a boolean if a field has been set.

func (*AaveInput) HasTokenId

func (o *AaveInput) HasTokenId() bool

HasTokenId returns a boolean if a field has been set.

func (*AaveInput) HasTokenIds

func (o *AaveInput) HasTokenIds() bool

HasTokenIds returns a boolean if a field has been set.

func (*AaveInput) HasValue

func (o *AaveInput) HasValue() bool

HasValue returns a boolean if a field has been set.

func (AaveInput) MarshalJSON

func (o AaveInput) MarshalJSON() ([]byte, error)

func (*AaveInput) SetAmount

func (o *AaveInput) SetAmount(v string)

SetAmount gets a reference to the given string and assigns it to the Amount field.

func (*AaveInput) SetApproved

func (o *AaveInput) SetApproved(v bool)

SetApproved gets a reference to the given bool and assigns it to the Approved field.

func (*AaveInput) SetAtokenToRedeeem

func (o *AaveInput) SetAtokenToRedeeem(v string)

SetAtokenToRedeeem gets a reference to the given string and assigns it to the AtokenToRedeeem field.

func (*AaveInput) SetBroadcast

func (o *AaveInput) SetBroadcast(v bool)

SetBroadcast gets a reference to the given bool and assigns it to the Broadcast field.

func (*AaveInput) SetChainId

func (o *AaveInput) SetChainId(v string)

SetChainId gets a reference to the given string and assigns it to the ChainId field.

func (*AaveInput) SetContractAddress

func (o *AaveInput) SetContractAddress(v string)

SetContractAddress gets a reference to the given string and assigns it to the ContractAddress field.

func (*AaveInput) SetData

func (o *AaveInput) SetData(v string)

SetData gets a reference to the given string and assigns it to the Data field.

func (*AaveInput) SetEOA

func (o *AaveInput) SetEOA(v bool)

SetEOA gets a reference to the given bool and assigns it to the EOA field.

func (*AaveInput) SetEncoding

func (o *AaveInput) SetEncoding(v string)

SetEncoding gets a reference to the given string and assigns it to the Encoding field.

func (*AaveInput) SetGas

func (o *AaveInput) SetGas(v string)

SetGas gets a reference to the given string and assigns it to the Gas field.

func (*AaveInput) SetGasPrice

func (o *AaveInput) SetGasPrice(v string)

SetGasPrice gets a reference to the given string and assigns it to the GasPrice field.

func (*AaveInput) SetInput

func (o *AaveInput) SetInput(v string)

SetInput gets a reference to the given string and assigns it to the Input field.

func (*AaveInput) SetInterestRateMode

func (o *AaveInput) SetInterestRateMode(v string)

SetInterestRateMode gets a reference to the given string and assigns it to the InterestRateMode field.

func (*AaveInput) SetLendingPool

func (o *AaveInput) SetLendingPool(v string)

SetLendingPool gets a reference to the given string and assigns it to the LendingPool field.

func (*AaveInput) SetNonce

func (o *AaveInput) SetNonce(v string)

SetNonce gets a reference to the given string and assigns it to the Nonce field.

func (*AaveInput) SetRefCode

func (o *AaveInput) SetRefCode(v string)

SetRefCode gets a reference to the given string and assigns it to the RefCode field.

func (*AaveInput) SetTo

func (o *AaveInput) SetTo(v string)

SetTo gets a reference to the given string and assigns it to the To field.

func (*AaveInput) SetTokenId

func (o *AaveInput) SetTokenId(v string)

SetTokenId gets a reference to the given string and assigns it to the TokenId field.

func (*AaveInput) SetTokenIds

func (o *AaveInput) SetTokenIds(v string)

SetTokenIds gets a reference to the given string and assigns it to the TokenIds field.

func (*AaveInput) SetValue

func (o *AaveInput) SetValue(v string)

SetValue gets a reference to the given string and assigns it to the Value field.

func (AaveInput) ToMap

func (o AaveInput) ToMap() (map[string]interface{}, error)

type AaveReservesAPIResponse

type AaveReservesAPIResponse struct {
	Success bool              `json:"success"`
	Message string            `json:"message"`
	Body    *InputBody        `json:"body,omitempty"`
	Address *string           `json:"address,omitempty"`
	Data    *AaveReservesData `json:"data,omitempty"`
}

AaveReservesAPIResponse struct for AaveReservesAPIResponse

func NewAaveReservesAPIResponse

func NewAaveReservesAPIResponse(success bool, message string) *AaveReservesAPIResponse

NewAaveReservesAPIResponse instantiates a new AaveReservesAPIResponse 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 NewAaveReservesAPIResponseWithDefaults

func NewAaveReservesAPIResponseWithDefaults() *AaveReservesAPIResponse

NewAaveReservesAPIResponseWithDefaults instantiates a new AaveReservesAPIResponse 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 (*AaveReservesAPIResponse) GetAddress

func (o *AaveReservesAPIResponse) GetAddress() string

GetAddress returns the Address field value if set, zero value otherwise.

func (*AaveReservesAPIResponse) GetAddressOk

func (o *AaveReservesAPIResponse) GetAddressOk() (*string, 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 (*AaveReservesAPIResponse) GetBody

func (o *AaveReservesAPIResponse) GetBody() InputBody

GetBody returns the Body field value if set, zero value otherwise.

func (*AaveReservesAPIResponse) GetBodyOk

func (o *AaveReservesAPIResponse) GetBodyOk() (*InputBody, 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 (*AaveReservesAPIResponse) GetData

GetData returns the Data field value if set, zero value otherwise.

func (*AaveReservesAPIResponse) GetDataOk

func (o *AaveReservesAPIResponse) GetDataOk() (*AaveReservesData, 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 (*AaveReservesAPIResponse) GetMessage

func (o *AaveReservesAPIResponse) GetMessage() string

GetMessage returns the Message field value

func (*AaveReservesAPIResponse) GetMessageOk

func (o *AaveReservesAPIResponse) GetMessageOk() (*string, bool)

GetMessageOk returns a tuple with the Message field value and a boolean to check if the value has been set.

func (*AaveReservesAPIResponse) GetSuccess

func (o *AaveReservesAPIResponse) GetSuccess() bool

GetSuccess returns the Success field value

func (*AaveReservesAPIResponse) GetSuccessOk

func (o *AaveReservesAPIResponse) GetSuccessOk() (*bool, bool)

GetSuccessOk returns a tuple with the Success field value and a boolean to check if the value has been set.

func (*AaveReservesAPIResponse) HasAddress

func (o *AaveReservesAPIResponse) HasAddress() bool

HasAddress returns a boolean if a field has been set.

func (*AaveReservesAPIResponse) HasBody

func (o *AaveReservesAPIResponse) HasBody() bool

HasBody returns a boolean if a field has been set.

func (*AaveReservesAPIResponse) HasData

func (o *AaveReservesAPIResponse) HasData() bool

HasData returns a boolean if a field has been set.

func (AaveReservesAPIResponse) MarshalJSON

func (o AaveReservesAPIResponse) MarshalJSON() ([]byte, error)

func (*AaveReservesAPIResponse) SetAddress

func (o *AaveReservesAPIResponse) SetAddress(v string)

SetAddress gets a reference to the given string and assigns it to the Address field.

func (*AaveReservesAPIResponse) SetBody

func (o *AaveReservesAPIResponse) SetBody(v InputBody)

SetBody gets a reference to the given InputBody and assigns it to the Body field.

func (*AaveReservesAPIResponse) SetData

SetData gets a reference to the given AaveReservesData and assigns it to the Data field.

func (*AaveReservesAPIResponse) SetMessage

func (o *AaveReservesAPIResponse) SetMessage(v string)

SetMessage sets field value

func (*AaveReservesAPIResponse) SetSuccess

func (o *AaveReservesAPIResponse) SetSuccess(v bool)

SetSuccess sets field value

func (AaveReservesAPIResponse) ToMap

func (o AaveReservesAPIResponse) ToMap() (map[string]interface{}, error)

func (*AaveReservesAPIResponse) UnmarshalJSON

func (o *AaveReservesAPIResponse) UnmarshalJSON(data []byte) (err error)

type AaveReservesData

type AaveReservesData struct {
	CurrentAtokenBalance     string `json:"current_atoken_balance"`
	CurrentBorrowBalance     string `json:"current_borrow_balance"`
	PrincipalBorrowBalance   string `json:"principal_borrow_balance"`
	BorrowRateMode           string `json:"borrow_rate_mode"`
	BorrowRate               string `json:"borrow_rate"`
	LiquidityRate            string `json:"liquidity_rate"`
	OriginationFee           string `json:"origination_fee"`
	VariableBorrowIndex      string `json:"variable_borrow_index"`
	LastUpdateTimestamp      string `json:"last_update_timestamp"`
	UsageAsCollateralEnabled string `json:"usage_as_collateral_enabled"`
}

AaveReservesData struct for AaveReservesData

func NewAaveReservesData

func NewAaveReservesData(currentAtokenBalance string, currentBorrowBalance string, principalBorrowBalance string, borrowRateMode string, borrowRate string, liquidityRate string, originationFee string, variableBorrowIndex string, lastUpdateTimestamp string, usageAsCollateralEnabled string) *AaveReservesData

NewAaveReservesData instantiates a new AaveReservesData 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 NewAaveReservesDataWithDefaults

func NewAaveReservesDataWithDefaults() *AaveReservesData

NewAaveReservesDataWithDefaults instantiates a new AaveReservesData 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 (*AaveReservesData) GetBorrowRate

func (o *AaveReservesData) GetBorrowRate() string

GetBorrowRate returns the BorrowRate field value

func (*AaveReservesData) GetBorrowRateMode

func (o *AaveReservesData) GetBorrowRateMode() string

GetBorrowRateMode returns the BorrowRateMode field value

func (*AaveReservesData) GetBorrowRateModeOk

func (o *AaveReservesData) GetBorrowRateModeOk() (*string, bool)

GetBorrowRateModeOk returns a tuple with the BorrowRateMode field value and a boolean to check if the value has been set.

func (*AaveReservesData) GetBorrowRateOk

func (o *AaveReservesData) GetBorrowRateOk() (*string, bool)

GetBorrowRateOk returns a tuple with the BorrowRate field value and a boolean to check if the value has been set.

func (*AaveReservesData) GetCurrentAtokenBalance

func (o *AaveReservesData) GetCurrentAtokenBalance() string

GetCurrentAtokenBalance returns the CurrentAtokenBalance field value

func (*AaveReservesData) GetCurrentAtokenBalanceOk

func (o *AaveReservesData) GetCurrentAtokenBalanceOk() (*string, bool)

GetCurrentAtokenBalanceOk returns a tuple with the CurrentAtokenBalance field value and a boolean to check if the value has been set.

func (*AaveReservesData) GetCurrentBorrowBalance

func (o *AaveReservesData) GetCurrentBorrowBalance() string

GetCurrentBorrowBalance returns the CurrentBorrowBalance field value

func (*AaveReservesData) GetCurrentBorrowBalanceOk

func (o *AaveReservesData) GetCurrentBorrowBalanceOk() (*string, bool)

GetCurrentBorrowBalanceOk returns a tuple with the CurrentBorrowBalance field value and a boolean to check if the value has been set.

func (*AaveReservesData) GetLastUpdateTimestamp

func (o *AaveReservesData) GetLastUpdateTimestamp() string

GetLastUpdateTimestamp returns the LastUpdateTimestamp field value

func (*AaveReservesData) GetLastUpdateTimestampOk

func (o *AaveReservesData) GetLastUpdateTimestampOk() (*string, bool)

GetLastUpdateTimestampOk returns a tuple with the LastUpdateTimestamp field value and a boolean to check if the value has been set.

func (*AaveReservesData) GetLiquidityRate

func (o *AaveReservesData) GetLiquidityRate() string

GetLiquidityRate returns the LiquidityRate field value

func (*AaveReservesData) GetLiquidityRateOk

func (o *AaveReservesData) GetLiquidityRateOk() (*string, bool)

GetLiquidityRateOk returns a tuple with the LiquidityRate field value and a boolean to check if the value has been set.

func (*AaveReservesData) GetOriginationFee

func (o *AaveReservesData) GetOriginationFee() string

GetOriginationFee returns the OriginationFee field value

func (*AaveReservesData) GetOriginationFeeOk

func (o *AaveReservesData) GetOriginationFeeOk() (*string, bool)

GetOriginationFeeOk returns a tuple with the OriginationFee field value and a boolean to check if the value has been set.

func (*AaveReservesData) GetPrincipalBorrowBalance

func (o *AaveReservesData) GetPrincipalBorrowBalance() string

GetPrincipalBorrowBalance returns the PrincipalBorrowBalance field value

func (*AaveReservesData) GetPrincipalBorrowBalanceOk

func (o *AaveReservesData) GetPrincipalBorrowBalanceOk() (*string, bool)

GetPrincipalBorrowBalanceOk returns a tuple with the PrincipalBorrowBalance field value and a boolean to check if the value has been set.

func (*AaveReservesData) GetUsageAsCollateralEnabled

func (o *AaveReservesData) GetUsageAsCollateralEnabled() string

GetUsageAsCollateralEnabled returns the UsageAsCollateralEnabled field value

func (*AaveReservesData) GetUsageAsCollateralEnabledOk

func (o *AaveReservesData) GetUsageAsCollateralEnabledOk() (*string, bool)

GetUsageAsCollateralEnabledOk returns a tuple with the UsageAsCollateralEnabled field value and a boolean to check if the value has been set.

func (*AaveReservesData) GetVariableBorrowIndex

func (o *AaveReservesData) GetVariableBorrowIndex() string

GetVariableBorrowIndex returns the VariableBorrowIndex field value

func (*AaveReservesData) GetVariableBorrowIndexOk

func (o *AaveReservesData) GetVariableBorrowIndexOk() (*string, bool)

GetVariableBorrowIndexOk returns a tuple with the VariableBorrowIndex field value and a boolean to check if the value has been set.

func (AaveReservesData) MarshalJSON

func (o AaveReservesData) MarshalJSON() ([]byte, error)

func (*AaveReservesData) SetBorrowRate

func (o *AaveReservesData) SetBorrowRate(v string)

SetBorrowRate sets field value

func (*AaveReservesData) SetBorrowRateMode

func (o *AaveReservesData) SetBorrowRateMode(v string)

SetBorrowRateMode sets field value

func (*AaveReservesData) SetCurrentAtokenBalance

func (o *AaveReservesData) SetCurrentAtokenBalance(v string)

SetCurrentAtokenBalance sets field value

func (*AaveReservesData) SetCurrentBorrowBalance

func (o *AaveReservesData) SetCurrentBorrowBalance(v string)

SetCurrentBorrowBalance sets field value

func (*AaveReservesData) SetLastUpdateTimestamp

func (o *AaveReservesData) SetLastUpdateTimestamp(v string)

SetLastUpdateTimestamp sets field value

func (*AaveReservesData) SetLiquidityRate

func (o *AaveReservesData) SetLiquidityRate(v string)

SetLiquidityRate sets field value

func (*AaveReservesData) SetOriginationFee

func (o *AaveReservesData) SetOriginationFee(v string)

SetOriginationFee sets field value

func (*AaveReservesData) SetPrincipalBorrowBalance

func (o *AaveReservesData) SetPrincipalBorrowBalance(v string)

SetPrincipalBorrowBalance sets field value

func (*AaveReservesData) SetUsageAsCollateralEnabled

func (o *AaveReservesData) SetUsageAsCollateralEnabled(v string)

SetUsageAsCollateralEnabled sets field value

func (*AaveReservesData) SetVariableBorrowIndex

func (o *AaveReservesData) SetVariableBorrowIndex(v string)

SetVariableBorrowIndex sets field value

func (AaveReservesData) ToMap

func (o AaveReservesData) ToMap() (map[string]interface{}, error)

func (*AaveReservesData) UnmarshalJSON

func (o *AaveReservesData) UnmarshalJSON(data []byte) (err error)

type AccountAPIResponse

type AccountAPIResponse struct {
	Success bool             `json:"success"`
	Message string           `json:"message"`
	Body    *InputBody       `json:"body,omitempty"`
	Address *string          `json:"address,omitempty"`
	Data    *AccountResponse `json:"data,omitempty"`
}

AccountAPIResponse struct for AccountAPIResponse

func NewAccountAPIResponse

func NewAccountAPIResponse(success bool, message string) *AccountAPIResponse

NewAccountAPIResponse instantiates a new AccountAPIResponse 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 NewAccountAPIResponseWithDefaults

func NewAccountAPIResponseWithDefaults() *AccountAPIResponse

NewAccountAPIResponseWithDefaults instantiates a new AccountAPIResponse 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 (*AccountAPIResponse) GetAddress

func (o *AccountAPIResponse) GetAddress() string

GetAddress returns the Address field value if set, zero value otherwise.

func (*AccountAPIResponse) GetAddressOk

func (o *AccountAPIResponse) GetAddressOk() (*string, 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 (*AccountAPIResponse) GetBody

func (o *AccountAPIResponse) GetBody() InputBody

GetBody returns the Body field value if set, zero value otherwise.

func (*AccountAPIResponse) GetBodyOk

func (o *AccountAPIResponse) GetBodyOk() (*InputBody, 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 (*AccountAPIResponse) GetData

func (o *AccountAPIResponse) GetData() AccountResponse

GetData returns the Data field value if set, zero value otherwise.

func (*AccountAPIResponse) GetDataOk

func (o *AccountAPIResponse) GetDataOk() (*AccountResponse, 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 (*AccountAPIResponse) GetMessage

func (o *AccountAPIResponse) GetMessage() string

GetMessage returns the Message field value

func (*AccountAPIResponse) GetMessageOk

func (o *AccountAPIResponse) GetMessageOk() (*string, bool)

GetMessageOk returns a tuple with the Message field value and a boolean to check if the value has been set.

func (*AccountAPIResponse) GetSuccess

func (o *AccountAPIResponse) GetSuccess() bool

GetSuccess returns the Success field value

func (*AccountAPIResponse) GetSuccessOk

func (o *AccountAPIResponse) GetSuccessOk() (*bool, bool)

GetSuccessOk returns a tuple with the Success field value and a boolean to check if the value has been set.

func (*AccountAPIResponse) HasAddress

func (o *AccountAPIResponse) HasAddress() bool

HasAddress returns a boolean if a field has been set.

func (*AccountAPIResponse) HasBody

func (o *AccountAPIResponse) HasBody() bool

HasBody returns a boolean if a field has been set.

func (*AccountAPIResponse) HasData

func (o *AccountAPIResponse) HasData() bool

HasData returns a boolean if a field has been set.

func (AccountAPIResponse) MarshalJSON

func (o AccountAPIResponse) MarshalJSON() ([]byte, error)

func (*AccountAPIResponse) SetAddress

func (o *AccountAPIResponse) SetAddress(v string)

SetAddress gets a reference to the given string and assigns it to the Address field.

func (*AccountAPIResponse) SetBody

func (o *AccountAPIResponse) SetBody(v InputBody)

SetBody gets a reference to the given InputBody and assigns it to the Body field.

func (*AccountAPIResponse) SetData

func (o *AccountAPIResponse) SetData(v AccountResponse)

SetData gets a reference to the given AccountResponse and assigns it to the Data field.

func (*AccountAPIResponse) SetMessage

func (o *AccountAPIResponse) SetMessage(v string)

SetMessage sets field value

func (*AccountAPIResponse) SetSuccess

func (o *AccountAPIResponse) SetSuccess(v bool)

SetSuccess sets field value

func (AccountAPIResponse) ToMap

func (o AccountAPIResponse) ToMap() (map[string]interface{}, error)

func (*AccountAPIResponse) UnmarshalJSON

func (o *AccountAPIResponse) UnmarshalJSON(data []byte) (err error)

type AccountData

type AccountData struct {
	Keys    []string `json:"keys,omitempty"`
	Address *string  `json:"address,omitempty"`
}

AccountData struct for AccountData

func NewAccountData

func NewAccountData() *AccountData

NewAccountData instantiates a new AccountData 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 NewAccountDataWithDefaults

func NewAccountDataWithDefaults() *AccountData

NewAccountDataWithDefaults instantiates a new AccountData 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 (*AccountData) GetAddress

func (o *AccountData) GetAddress() string

GetAddress returns the Address field value if set, zero value otherwise.

func (*AccountData) GetAddressOk

func (o *AccountData) GetAddressOk() (*string, 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 (*AccountData) GetKeys

func (o *AccountData) GetKeys() []string

GetKeys returns the Keys field value if set, zero value otherwise.

func (*AccountData) GetKeysOk

func (o *AccountData) GetKeysOk() ([]string, bool)

GetKeysOk returns a tuple with the Keys field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AccountData) HasAddress

func (o *AccountData) HasAddress() bool

HasAddress returns a boolean if a field has been set.

func (*AccountData) HasKeys

func (o *AccountData) HasKeys() bool

HasKeys returns a boolean if a field has been set.

func (AccountData) MarshalJSON

func (o AccountData) MarshalJSON() ([]byte, error)

func (*AccountData) SetAddress

func (o *AccountData) SetAddress(v string)

SetAddress gets a reference to the given string and assigns it to the Address field.

func (*AccountData) SetKeys

func (o *AccountData) SetKeys(v []string)

SetKeys gets a reference to the given []string and assigns it to the Keys field.

func (AccountData) ToMap

func (o AccountData) ToMap() (map[string]interface{}, error)

type AccountResponse

type AccountResponse struct {
	Data AccountData `json:"data"`
}

AccountResponse struct for AccountResponse

func NewAccountResponse

func NewAccountResponse(data AccountData) *AccountResponse

NewAccountResponse instantiates a new AccountResponse 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 NewAccountResponseWithDefaults

func NewAccountResponseWithDefaults() *AccountResponse

NewAccountResponseWithDefaults instantiates a new AccountResponse 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 (*AccountResponse) GetData

func (o *AccountResponse) GetData() AccountData

GetData returns the Data field value

func (*AccountResponse) GetDataOk

func (o *AccountResponse) GetDataOk() (*AccountData, bool)

GetDataOk returns a tuple with the Data field value and a boolean to check if the value has been set.

func (AccountResponse) MarshalJSON

func (o AccountResponse) MarshalJSON() ([]byte, error)

func (*AccountResponse) SetData

func (o *AccountResponse) SetData(v AccountData)

SetData sets field value

func (AccountResponse) ToMap

func (o AccountResponse) ToMap() (map[string]interface{}, error)

func (*AccountResponse) UnmarshalJSON

func (o *AccountResponse) UnmarshalJSON(data []byte) (err error)

type AccountsAPI

type AccountsAPI interface {

	/*
		BroadcastTx Method for BroadcastTx

		@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
		@param accountName
		@return AccountsAPIBroadcastTxRequest
	*/
	BroadcastTx(ctx context.Context, accountName string) AccountsAPIBroadcastTxRequest

	// BroadcastTxExecute executes the request
	//  @return BroadCastRawTransactionAPIResponse
	BroadcastTxExecute(r AccountsAPIBroadcastTxRequest) (*BroadCastRawTransactionAPIResponse, *http.Response, error)

	/*
		CreateAccount Method for CreateAccount

		@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
		@return AccountsAPICreateAccountRequest
	*/
	CreateAccount(ctx context.Context) AccountsAPICreateAccountRequest

	// CreateAccountExecute executes the request
	//  @return AccountAPIResponse
	CreateAccountExecute(r AccountsAPICreateAccountRequest) (*AccountAPIResponse, *http.Response, error)

	/*
		DeleteAccount Method for DeleteAccount

		@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
		@param accountName
		@return AccountsAPIDeleteAccountRequest
	*/
	DeleteAccount(ctx context.Context, accountName string) AccountsAPIDeleteAccountRequest

	// DeleteAccountExecute executes the request
	//  @return AccountAPIResponse
	DeleteAccountExecute(r AccountsAPIDeleteAccountRequest) (*AccountAPIResponse, *http.Response, error)

	/*
		DeployContract Method for DeployContract

		@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
		@param accountName
		@return AccountsAPIDeployContractRequest
	*/
	DeployContract(ctx context.Context, accountName string) AccountsAPIDeployContractRequest

	// DeployContractExecute executes the request
	//  @return TransactionAPIResponse
	DeployContractExecute(r AccountsAPIDeployContractRequest) (*TransactionAPIResponse, *http.Response, error)

	/*
		GetAccount Method for GetAccount

		@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
		@param accountName
		@return AccountsAPIGetAccountRequest
	*/
	GetAccount(ctx context.Context, accountName string) AccountsAPIGetAccountRequest

	// GetAccountExecute executes the request
	//  @return AccountAPIResponse
	GetAccountExecute(r AccountsAPIGetAccountRequest) (*AccountAPIResponse, *http.Response, error)

	/*
		GetBalance Method for GetBalance

		@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
		@param accountName
		@return AccountsAPIGetBalanceRequest
	*/
	GetBalance(ctx context.Context, accountName string) AccountsAPIGetBalanceRequest

	// GetBalanceExecute executes the request
	//  @return BalanceAPIResponse
	GetBalanceExecute(r AccountsAPIGetBalanceRequest) (*BalanceAPIResponse, *http.Response, error)

	/*
		GetNonce Method for GetNonce

		@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
		@param accountName
		@return AccountsAPIGetNonceRequest
	*/
	GetNonce(ctx context.Context, accountName string) AccountsAPIGetNonceRequest

	// GetNonceExecute executes the request
	//  @return NonceAPIResponse
	GetNonceExecute(r AccountsAPIGetNonceRequest) (*NonceAPIResponse, *http.Response, error)

	/*
		ListAccounts Method for ListAccounts

		@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
		@return AccountsAPIListAccountsRequest
	*/
	ListAccounts(ctx context.Context) AccountsAPIListAccountsRequest

	// ListAccountsExecute executes the request
	//  @return AccountAPIResponse
	ListAccountsExecute(r AccountsAPIListAccountsRequest) (*AccountAPIResponse, *http.Response, error)

	/*
		SignMessage Method for SignMessage

		@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
		@param accountName
		@return AccountsAPISignMessageRequest
	*/
	SignMessage(ctx context.Context, accountName string) AccountsAPISignMessageRequest

	// SignMessageExecute executes the request
	//  @return SignMessageAPIResponse
	SignMessageExecute(r AccountsAPISignMessageRequest) (*SignMessageAPIResponse, *http.Response, error)

	/*
		SignTransaction Method for SignTransaction

		@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
		@param accountName
		@return AccountsAPISignTransactionRequest
	*/
	SignTransaction(ctx context.Context, accountName string) AccountsAPISignTransactionRequest

	// SignTransactionExecute executes the request
	//  @return TransactionAPIResponse
	SignTransactionExecute(r AccountsAPISignTransactionRequest) (*TransactionAPIResponse, *http.Response, error)

	/*
		SignTypedData Method for SignTypedData

		@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
		@param accountName
		@return AccountsAPISignTypedDataRequest
	*/
	SignTypedData(ctx context.Context, accountName string) AccountsAPISignTypedDataRequest

	// SignTypedDataExecute executes the request
	//  @return SignMessageAPIResponse
	SignTypedDataExecute(r AccountsAPISignTypedDataRequest) (*SignMessageAPIResponse, *http.Response, error)

	/*
		TransferEth Method for TransferEth

		@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
		@param accountName
		@return AccountsAPITransferEthRequest
	*/
	TransferEth(ctx context.Context, accountName string) AccountsAPITransferEthRequest

	// TransferEthExecute executes the request
	//  @return TransactionAPIResponse
	TransferEthExecute(r AccountsAPITransferEthRequest) (*TransactionAPIResponse, *http.Response, error)
}

type AccountsAPIBroadcastTxRequest

type AccountsAPIBroadcastTxRequest struct {
	ApiService AccountsAPI
	// contains filtered or unexported fields
}

func (AccountsAPIBroadcastTxRequest) Authorization

func (AccountsAPIBroadcastTxRequest) BroadcastInput

func (AccountsAPIBroadcastTxRequest) Execute

type AccountsAPICreateAccountRequest

type AccountsAPICreateAccountRequest struct {
	ApiService AccountsAPI
	// contains filtered or unexported fields
}

func (AccountsAPICreateAccountRequest) Authorization

func (AccountsAPICreateAccountRequest) CreateAccountInput

func (AccountsAPICreateAccountRequest) Execute

type AccountsAPIDeleteAccountRequest

type AccountsAPIDeleteAccountRequest struct {
	ApiService AccountsAPI
	// contains filtered or unexported fields
}

func (AccountsAPIDeleteAccountRequest) Authorization

func (AccountsAPIDeleteAccountRequest) Execute

type AccountsAPIDeployContractRequest

type AccountsAPIDeployContractRequest struct {
	ApiService AccountsAPI
	// contains filtered or unexported fields
}

func (AccountsAPIDeployContractRequest) Authorization

func (AccountsAPIDeployContractRequest) DeployInput

func (AccountsAPIDeployContractRequest) Execute

type AccountsAPIGetAccountRequest

type AccountsAPIGetAccountRequest struct {
	ApiService AccountsAPI
	// contains filtered or unexported fields
}

func (AccountsAPIGetAccountRequest) Authorization

func (r AccountsAPIGetAccountRequest) Authorization(authorization string) AccountsAPIGetAccountRequest

func (AccountsAPIGetAccountRequest) Execute

type AccountsAPIGetBalanceRequest

type AccountsAPIGetBalanceRequest struct {
	ApiService AccountsAPI
	// contains filtered or unexported fields
}

func (AccountsAPIGetBalanceRequest) Authorization

func (r AccountsAPIGetBalanceRequest) Authorization(authorization string) AccountsAPIGetBalanceRequest

func (AccountsAPIGetBalanceRequest) ChainId

func (AccountsAPIGetBalanceRequest) Execute

type AccountsAPIGetNonceRequest

type AccountsAPIGetNonceRequest struct {
	ApiService AccountsAPI
	// contains filtered or unexported fields
}

func (AccountsAPIGetNonceRequest) Authorization

func (r AccountsAPIGetNonceRequest) Authorization(authorization string) AccountsAPIGetNonceRequest

func (AccountsAPIGetNonceRequest) Execute

type AccountsAPIListAccountsRequest

type AccountsAPIListAccountsRequest struct {
	ApiService AccountsAPI
	// contains filtered or unexported fields
}

func (AccountsAPIListAccountsRequest) Authorization

func (AccountsAPIListAccountsRequest) Execute

type AccountsAPIService

type AccountsAPIService service

AccountsAPIService AccountsAPI service

func (*AccountsAPIService) BroadcastTx

func (a *AccountsAPIService) BroadcastTx(ctx context.Context, accountName string) AccountsAPIBroadcastTxRequest

BroadcastTx Method for BroadcastTx

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param accountName
@return AccountsAPIBroadcastTxRequest

func (*AccountsAPIService) BroadcastTxExecute

Execute executes the request

@return BroadCastRawTransactionAPIResponse

func (*AccountsAPIService) CreateAccount

CreateAccount Method for CreateAccount

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return AccountsAPICreateAccountRequest

func (*AccountsAPIService) CreateAccountExecute

Execute executes the request

@return AccountAPIResponse

func (*AccountsAPIService) DeleteAccount

func (a *AccountsAPIService) DeleteAccount(ctx context.Context, accountName string) AccountsAPIDeleteAccountRequest

DeleteAccount Method for DeleteAccount

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param accountName
@return AccountsAPIDeleteAccountRequest

func (*AccountsAPIService) DeleteAccountExecute

Execute executes the request

@return AccountAPIResponse

func (*AccountsAPIService) DeployContract

func (a *AccountsAPIService) DeployContract(ctx context.Context, accountName string) AccountsAPIDeployContractRequest

DeployContract Method for DeployContract

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param accountName
@return AccountsAPIDeployContractRequest

func (*AccountsAPIService) DeployContractExecute

Execute executes the request

@return TransactionAPIResponse

func (*AccountsAPIService) GetAccount

func (a *AccountsAPIService) GetAccount(ctx context.Context, accountName string) AccountsAPIGetAccountRequest

GetAccount Method for GetAccount

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param accountName
@return AccountsAPIGetAccountRequest

func (*AccountsAPIService) GetAccountExecute

Execute executes the request

@return AccountAPIResponse

func (*AccountsAPIService) GetBalance

func (a *AccountsAPIService) GetBalance(ctx context.Context, accountName string) AccountsAPIGetBalanceRequest

GetBalance Method for GetBalance

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param accountName
@return AccountsAPIGetBalanceRequest

func (*AccountsAPIService) GetBalanceExecute

Execute executes the request

@return BalanceAPIResponse

func (*AccountsAPIService) GetNonce

func (a *AccountsAPIService) GetNonce(ctx context.Context, accountName string) AccountsAPIGetNonceRequest

GetNonce Method for GetNonce

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param accountName
@return AccountsAPIGetNonceRequest

func (*AccountsAPIService) GetNonceExecute

Execute executes the request

@return NonceAPIResponse

func (*AccountsAPIService) ListAccounts

ListAccounts Method for ListAccounts

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return AccountsAPIListAccountsRequest

func (*AccountsAPIService) ListAccountsExecute

Execute executes the request

@return AccountAPIResponse

func (*AccountsAPIService) SignMessage

func (a *AccountsAPIService) SignMessage(ctx context.Context, accountName string) AccountsAPISignMessageRequest

SignMessage Method for SignMessage

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param accountName
@return AccountsAPISignMessageRequest

func (*AccountsAPIService) SignMessageExecute

Execute executes the request

@return SignMessageAPIResponse

func (*AccountsAPIService) SignTransaction

func (a *AccountsAPIService) SignTransaction(ctx context.Context, accountName string) AccountsAPISignTransactionRequest

SignTransaction Method for SignTransaction

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param accountName
@return AccountsAPISignTransactionRequest

func (*AccountsAPIService) SignTransactionExecute

Execute executes the request

@return TransactionAPIResponse

func (*AccountsAPIService) SignTypedData

func (a *AccountsAPIService) SignTypedData(ctx context.Context, accountName string) AccountsAPISignTypedDataRequest

SignTypedData Method for SignTypedData

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param accountName
@return AccountsAPISignTypedDataRequest

func (*AccountsAPIService) SignTypedDataExecute

Execute executes the request

@return SignMessageAPIResponse

func (*AccountsAPIService) TransferEth

func (a *AccountsAPIService) TransferEth(ctx context.Context, accountName string) AccountsAPITransferEthRequest

TransferEth Method for TransferEth

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param accountName
@return AccountsAPITransferEthRequest

func (*AccountsAPIService) TransferEthExecute

Execute executes the request

@return TransactionAPIResponse

type AccountsAPISignMessageRequest

type AccountsAPISignMessageRequest struct {
	ApiService AccountsAPI
	// contains filtered or unexported fields
}

func (AccountsAPISignMessageRequest) Authorization

func (AccountsAPISignMessageRequest) Execute

func (AccountsAPISignMessageRequest) SignMessage

type AccountsAPISignTransactionRequest

type AccountsAPISignTransactionRequest struct {
	ApiService AccountsAPI
	// contains filtered or unexported fields
}

func (AccountsAPISignTransactionRequest) Authorization

func (AccountsAPISignTransactionRequest) Execute

func (AccountsAPISignTransactionRequest) InputBody

type AccountsAPISignTypedDataRequest

type AccountsAPISignTypedDataRequest struct {
	ApiService AccountsAPI
	// contains filtered or unexported fields
}

func (AccountsAPISignTypedDataRequest) Authorization

func (AccountsAPISignTypedDataRequest) Execute

func (AccountsAPISignTypedDataRequest) SignTypedData

type AccountsAPITransferEthRequest

type AccountsAPITransferEthRequest struct {
	ApiService AccountsAPI
	// contains filtered or unexported fields
}

func (AccountsAPITransferEthRequest) Authorization

func (AccountsAPITransferEthRequest) Execute

func (AccountsAPITransferEthRequest) InputBody

type AvailablePaymentMethod

type AvailablePaymentMethod struct {
	Icon          string `json:"icon"`
	Name          string `json:"name"`
	PaymentTypeId string `json:"paymentTypeId"`
}

AvailablePaymentMethod struct for AvailablePaymentMethod

func NewAvailablePaymentMethod

func NewAvailablePaymentMethod(icon string, name string, paymentTypeId string) *AvailablePaymentMethod

NewAvailablePaymentMethod instantiates a new AvailablePaymentMethod 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 NewAvailablePaymentMethodWithDefaults

func NewAvailablePaymentMethodWithDefaults() *AvailablePaymentMethod

NewAvailablePaymentMethodWithDefaults instantiates a new AvailablePaymentMethod 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 (*AvailablePaymentMethod) GetIcon

func (o *AvailablePaymentMethod) GetIcon() string

GetIcon returns the Icon field value

func (*AvailablePaymentMethod) GetIconOk

func (o *AvailablePaymentMethod) GetIconOk() (*string, bool)

GetIconOk returns a tuple with the Icon field value and a boolean to check if the value has been set.

func (*AvailablePaymentMethod) GetName

func (o *AvailablePaymentMethod) GetName() string

GetName returns the Name field value

func (*AvailablePaymentMethod) GetNameOk

func (o *AvailablePaymentMethod) GetNameOk() (*string, bool)

GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.

func (*AvailablePaymentMethod) GetPaymentTypeId

func (o *AvailablePaymentMethod) GetPaymentTypeId() string

GetPaymentTypeId returns the PaymentTypeId field value

func (*AvailablePaymentMethod) GetPaymentTypeIdOk

func (o *AvailablePaymentMethod) GetPaymentTypeIdOk() (*string, bool)

GetPaymentTypeIdOk returns a tuple with the PaymentTypeId field value and a boolean to check if the value has been set.

func (AvailablePaymentMethod) MarshalJSON

func (o AvailablePaymentMethod) MarshalJSON() ([]byte, error)

func (*AvailablePaymentMethod) SetIcon

func (o *AvailablePaymentMethod) SetIcon(v string)

SetIcon sets field value

func (*AvailablePaymentMethod) SetName

func (o *AvailablePaymentMethod) SetName(v string)

SetName sets field value

func (*AvailablePaymentMethod) SetPaymentTypeId

func (o *AvailablePaymentMethod) SetPaymentTypeId(v string)

SetPaymentTypeId sets field value

func (AvailablePaymentMethod) ToMap

func (o AvailablePaymentMethod) ToMap() (map[string]interface{}, error)

func (*AvailablePaymentMethod) UnmarshalJSON

func (o *AvailablePaymentMethod) UnmarshalJSON(data []byte) (err error)

type BalanceAPIResponse

type BalanceAPIResponse struct {
	Success bool             `json:"success"`
	Message string           `json:"message"`
	Body    *InputBody       `json:"body,omitempty"`
	Address *string          `json:"address,omitempty"`
	Data    *BalanceResponse `json:"data,omitempty"`
}

BalanceAPIResponse struct for BalanceAPIResponse

func NewBalanceAPIResponse

func NewBalanceAPIResponse(success bool, message string) *BalanceAPIResponse

NewBalanceAPIResponse instantiates a new BalanceAPIResponse 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 NewBalanceAPIResponseWithDefaults

func NewBalanceAPIResponseWithDefaults() *BalanceAPIResponse

NewBalanceAPIResponseWithDefaults instantiates a new BalanceAPIResponse 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 (*BalanceAPIResponse) GetAddress

func (o *BalanceAPIResponse) GetAddress() string

GetAddress returns the Address field value if set, zero value otherwise.

func (*BalanceAPIResponse) GetAddressOk

func (o *BalanceAPIResponse) GetAddressOk() (*string, 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 (*BalanceAPIResponse) GetBody

func (o *BalanceAPIResponse) GetBody() InputBody

GetBody returns the Body field value if set, zero value otherwise.

func (*BalanceAPIResponse) GetBodyOk

func (o *BalanceAPIResponse) GetBodyOk() (*InputBody, 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 (*BalanceAPIResponse) GetData

func (o *BalanceAPIResponse) GetData() BalanceResponse

GetData returns the Data field value if set, zero value otherwise.

func (*BalanceAPIResponse) GetDataOk

func (o *BalanceAPIResponse) GetDataOk() (*BalanceResponse, 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 (*BalanceAPIResponse) GetMessage

func (o *BalanceAPIResponse) GetMessage() string

GetMessage returns the Message field value

func (*BalanceAPIResponse) GetMessageOk

func (o *BalanceAPIResponse) GetMessageOk() (*string, bool)

GetMessageOk returns a tuple with the Message field value and a boolean to check if the value has been set.

func (*BalanceAPIResponse) GetSuccess

func (o *BalanceAPIResponse) GetSuccess() bool

GetSuccess returns the Success field value

func (*BalanceAPIResponse) GetSuccessOk

func (o *BalanceAPIResponse) GetSuccessOk() (*bool, bool)

GetSuccessOk returns a tuple with the Success field value and a boolean to check if the value has been set.

func (*BalanceAPIResponse) HasAddress

func (o *BalanceAPIResponse) HasAddress() bool

HasAddress returns a boolean if a field has been set.

func (*BalanceAPIResponse) HasBody

func (o *BalanceAPIResponse) HasBody() bool

HasBody returns a boolean if a field has been set.

func (*BalanceAPIResponse) HasData

func (o *BalanceAPIResponse) HasData() bool

HasData returns a boolean if a field has been set.

func (BalanceAPIResponse) MarshalJSON

func (o BalanceAPIResponse) MarshalJSON() ([]byte, error)

func (*BalanceAPIResponse) SetAddress

func (o *BalanceAPIResponse) SetAddress(v string)

SetAddress gets a reference to the given string and assigns it to the Address field.

func (*BalanceAPIResponse) SetBody

func (o *BalanceAPIResponse) SetBody(v InputBody)

SetBody gets a reference to the given InputBody and assigns it to the Body field.

func (*BalanceAPIResponse) SetData

func (o *BalanceAPIResponse) SetData(v BalanceResponse)

SetData gets a reference to the given BalanceResponse and assigns it to the Data field.

func (*BalanceAPIResponse) SetMessage

func (o *BalanceAPIResponse) SetMessage(v string)

SetMessage sets field value

func (*BalanceAPIResponse) SetSuccess

func (o *BalanceAPIResponse) SetSuccess(v bool)

SetSuccess sets field value

func (BalanceAPIResponse) ToMap

func (o BalanceAPIResponse) ToMap() (map[string]interface{}, error)

func (*BalanceAPIResponse) UnmarshalJSON

func (o *BalanceAPIResponse) UnmarshalJSON(data []byte) (err error)

type BalanceResponse

type BalanceResponse struct {
	Balance string `json:"balance"`
}

BalanceResponse struct for BalanceResponse

func NewBalanceResponse

func NewBalanceResponse(balance string) *BalanceResponse

NewBalanceResponse instantiates a new BalanceResponse 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 NewBalanceResponseWithDefaults

func NewBalanceResponseWithDefaults() *BalanceResponse

NewBalanceResponseWithDefaults instantiates a new BalanceResponse 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 (*BalanceResponse) GetBalance

func (o *BalanceResponse) GetBalance() string

GetBalance returns the Balance field value

func (*BalanceResponse) GetBalanceOk

func (o *BalanceResponse) GetBalanceOk() (*string, bool)

GetBalanceOk returns a tuple with the Balance field value and a boolean to check if the value has been set.

func (BalanceResponse) MarshalJSON

func (o BalanceResponse) MarshalJSON() ([]byte, error)

func (*BalanceResponse) SetBalance

func (o *BalanceResponse) SetBalance(v string)

SetBalance sets field value

func (BalanceResponse) ToMap

func (o BalanceResponse) ToMap() (map[string]interface{}, error)

func (*BalanceResponse) UnmarshalJSON

func (o *BalanceResponse) UnmarshalJSON(data []byte) (err error)

type BasicAuth

type BasicAuth struct {
	UserName string `json:"userName,omitempty"`
	Password string `json:"password,omitempty"`
}

BasicAuth provides basic http authentication to a request passed via context using ContextBasicAuth

type BitcoinAPI

type BitcoinAPI interface {

	/*
		CreateBitcoinAccount Method for CreateBitcoinAccount

		@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
		@return BitcoinAPICreateBitcoinAccountRequest
	*/
	CreateBitcoinAccount(ctx context.Context) BitcoinAPICreateBitcoinAccountRequest

	// CreateBitcoinAccountExecute executes the request
	//  @return AccountAPIResponse
	CreateBitcoinAccountExecute(r BitcoinAPICreateBitcoinAccountRequest) (*AccountAPIResponse, *http.Response, error)

	/*
		GetBitcoinAccount Method for GetBitcoinAccount

		@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
		@param accountName
		@return BitcoinAPIGetBitcoinAccountRequest
	*/
	GetBitcoinAccount(ctx context.Context, accountName string) BitcoinAPIGetBitcoinAccountRequest

	// GetBitcoinAccountExecute executes the request
	//  @return AccountAPIResponse
	GetBitcoinAccountExecute(r BitcoinAPIGetBitcoinAccountRequest) (*AccountAPIResponse, *http.Response, error)

	/*
		ListBitcoinAccounts Method for ListBitcoinAccounts

		@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
		@return BitcoinAPIListBitcoinAccountsRequest
	*/
	ListBitcoinAccounts(ctx context.Context) BitcoinAPIListBitcoinAccountsRequest

	// ListBitcoinAccountsExecute executes the request
	//  @return AccountAPIResponse
	ListBitcoinAccountsExecute(r BitcoinAPIListBitcoinAccountsRequest) (*AccountAPIResponse, *http.Response, error)

	/*
		SignBitcoinTransaction Method for SignBitcoinTransaction

		@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
		@param accountName
		@return BitcoinAPISignBitcoinTransactionRequest
	*/
	SignBitcoinTransaction(ctx context.Context, accountName string) BitcoinAPISignBitcoinTransactionRequest

	// SignBitcoinTransactionExecute executes the request
	//  @return BitcoinAPIResponse
	SignBitcoinTransactionExecute(r BitcoinAPISignBitcoinTransactionRequest) (*BitcoinAPIResponse, *http.Response, error)
}

type BitcoinAPICreateBitcoinAccountRequest

type BitcoinAPICreateBitcoinAccountRequest struct {
	ApiService BitcoinAPI
	// contains filtered or unexported fields
}

func (BitcoinAPICreateBitcoinAccountRequest) Authorization

func (BitcoinAPICreateBitcoinAccountRequest) BitcoinInput

func (BitcoinAPICreateBitcoinAccountRequest) Execute

type BitcoinAPIGetBitcoinAccountRequest

type BitcoinAPIGetBitcoinAccountRequest struct {
	ApiService BitcoinAPI
	// contains filtered or unexported fields
}

func (BitcoinAPIGetBitcoinAccountRequest) Authorization

func (BitcoinAPIGetBitcoinAccountRequest) Execute

type BitcoinAPIListBitcoinAccountsRequest

type BitcoinAPIListBitcoinAccountsRequest struct {
	ApiService BitcoinAPI
	// contains filtered or unexported fields
}

func (BitcoinAPIListBitcoinAccountsRequest) Authorization

func (BitcoinAPIListBitcoinAccountsRequest) Execute

type BitcoinAPIResponse

type BitcoinAPIResponse struct {
	Success bool                      `json:"success"`
	Message string                    `json:"message"`
	Body    *InputBody                `json:"body,omitempty"`
	Address *string                   `json:"address,omitempty"`
	Data    *BitcoinTransactionOutput `json:"data,omitempty"`
}

BitcoinAPIResponse struct for BitcoinAPIResponse

func NewBitcoinAPIResponse

func NewBitcoinAPIResponse(success bool, message string) *BitcoinAPIResponse

NewBitcoinAPIResponse instantiates a new BitcoinAPIResponse 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 NewBitcoinAPIResponseWithDefaults

func NewBitcoinAPIResponseWithDefaults() *BitcoinAPIResponse

NewBitcoinAPIResponseWithDefaults instantiates a new BitcoinAPIResponse 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 (*BitcoinAPIResponse) GetAddress

func (o *BitcoinAPIResponse) GetAddress() string

GetAddress returns the Address field value if set, zero value otherwise.

func (*BitcoinAPIResponse) GetAddressOk

func (o *BitcoinAPIResponse) GetAddressOk() (*string, 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 (*BitcoinAPIResponse) GetBody

func (o *BitcoinAPIResponse) GetBody() InputBody

GetBody returns the Body field value if set, zero value otherwise.

func (*BitcoinAPIResponse) GetBodyOk

func (o *BitcoinAPIResponse) GetBodyOk() (*InputBody, 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 (*BitcoinAPIResponse) GetData

GetData returns the Data field value if set, zero value otherwise.

func (*BitcoinAPIResponse) GetDataOk

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 (*BitcoinAPIResponse) GetMessage

func (o *BitcoinAPIResponse) GetMessage() string

GetMessage returns the Message field value

func (*BitcoinAPIResponse) GetMessageOk

func (o *BitcoinAPIResponse) GetMessageOk() (*string, bool)

GetMessageOk returns a tuple with the Message field value and a boolean to check if the value has been set.

func (*BitcoinAPIResponse) GetSuccess

func (o *BitcoinAPIResponse) GetSuccess() bool

GetSuccess returns the Success field value

func (*BitcoinAPIResponse) GetSuccessOk

func (o *BitcoinAPIResponse) GetSuccessOk() (*bool, bool)

GetSuccessOk returns a tuple with the Success field value and a boolean to check if the value has been set.

func (*BitcoinAPIResponse) HasAddress

func (o *BitcoinAPIResponse) HasAddress() bool

HasAddress returns a boolean if a field has been set.

func (*BitcoinAPIResponse) HasBody

func (o *BitcoinAPIResponse) HasBody() bool

HasBody returns a boolean if a field has been set.

func (*BitcoinAPIResponse) HasData

func (o *BitcoinAPIResponse) HasData() bool

HasData returns a boolean if a field has been set.

func (BitcoinAPIResponse) MarshalJSON

func (o BitcoinAPIResponse) MarshalJSON() ([]byte, error)

func (*BitcoinAPIResponse) SetAddress

func (o *BitcoinAPIResponse) SetAddress(v string)

SetAddress gets a reference to the given string and assigns it to the Address field.

func (*BitcoinAPIResponse) SetBody

func (o *BitcoinAPIResponse) SetBody(v InputBody)

SetBody gets a reference to the given InputBody and assigns it to the Body field.

func (*BitcoinAPIResponse) SetData

SetData gets a reference to the given BitcoinTransactionOutput and assigns it to the Data field.

func (*BitcoinAPIResponse) SetMessage

func (o *BitcoinAPIResponse) SetMessage(v string)

SetMessage sets field value

func (*BitcoinAPIResponse) SetSuccess

func (o *BitcoinAPIResponse) SetSuccess(v bool)

SetSuccess sets field value

func (BitcoinAPIResponse) ToMap

func (o BitcoinAPIResponse) ToMap() (map[string]interface{}, error)

func (*BitcoinAPIResponse) UnmarshalJSON

func (o *BitcoinAPIResponse) UnmarshalJSON(data []byte) (err error)

type BitcoinAPIService

type BitcoinAPIService service

BitcoinAPIService BitcoinAPI service

func (*BitcoinAPIService) CreateBitcoinAccount

CreateBitcoinAccount Method for CreateBitcoinAccount

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return BitcoinAPICreateBitcoinAccountRequest

func (*BitcoinAPIService) CreateBitcoinAccountExecute

Execute executes the request

@return AccountAPIResponse

func (*BitcoinAPIService) GetBitcoinAccount

func (a *BitcoinAPIService) GetBitcoinAccount(ctx context.Context, accountName string) BitcoinAPIGetBitcoinAccountRequest

GetBitcoinAccount Method for GetBitcoinAccount

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param accountName
@return BitcoinAPIGetBitcoinAccountRequest

func (*BitcoinAPIService) GetBitcoinAccountExecute

Execute executes the request

@return AccountAPIResponse

func (*BitcoinAPIService) ListBitcoinAccounts

ListBitcoinAccounts Method for ListBitcoinAccounts

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return BitcoinAPIListBitcoinAccountsRequest

func (*BitcoinAPIService) ListBitcoinAccountsExecute

Execute executes the request

@return AccountAPIResponse

func (*BitcoinAPIService) SignBitcoinTransaction

func (a *BitcoinAPIService) SignBitcoinTransaction(ctx context.Context, accountName string) BitcoinAPISignBitcoinTransactionRequest

SignBitcoinTransaction Method for SignBitcoinTransaction

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param accountName
@return BitcoinAPISignBitcoinTransactionRequest

func (*BitcoinAPIService) SignBitcoinTransactionExecute

Execute executes the request

@return BitcoinAPIResponse

type BitcoinAPISignBitcoinTransactionRequest

type BitcoinAPISignBitcoinTransactionRequest struct {
	ApiService BitcoinAPI
	// contains filtered or unexported fields
}

func (BitcoinAPISignBitcoinTransactionRequest) Authorization

func (BitcoinAPISignBitcoinTransactionRequest) BitcoinTransactionInput

func (BitcoinAPISignBitcoinTransactionRequest) Execute

type BitcoinCashAPIResponse

type BitcoinCashAPIResponse struct {
	Success bool                          `json:"success"`
	Message string                        `json:"message"`
	Body    *InputBody                    `json:"body,omitempty"`
	Address *string                       `json:"address,omitempty"`
	Data    *BitcoinCashTransactionOutput `json:"data,omitempty"`
}

BitcoinCashAPIResponse struct for BitcoinCashAPIResponse

func NewBitcoinCashAPIResponse

func NewBitcoinCashAPIResponse(success bool, message string) *BitcoinCashAPIResponse

NewBitcoinCashAPIResponse instantiates a new BitcoinCashAPIResponse 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 NewBitcoinCashAPIResponseWithDefaults

func NewBitcoinCashAPIResponseWithDefaults() *BitcoinCashAPIResponse

NewBitcoinCashAPIResponseWithDefaults instantiates a new BitcoinCashAPIResponse 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 (*BitcoinCashAPIResponse) GetAddress

func (o *BitcoinCashAPIResponse) GetAddress() string

GetAddress returns the Address field value if set, zero value otherwise.

func (*BitcoinCashAPIResponse) GetAddressOk

func (o *BitcoinCashAPIResponse) GetAddressOk() (*string, 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 (*BitcoinCashAPIResponse) GetBody

func (o *BitcoinCashAPIResponse) GetBody() InputBody

GetBody returns the Body field value if set, zero value otherwise.

func (*BitcoinCashAPIResponse) GetBodyOk

func (o *BitcoinCashAPIResponse) GetBodyOk() (*InputBody, 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 (*BitcoinCashAPIResponse) GetData

GetData returns the Data field value if set, zero value otherwise.

func (*BitcoinCashAPIResponse) GetDataOk

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 (*BitcoinCashAPIResponse) GetMessage

func (o *BitcoinCashAPIResponse) GetMessage() string

GetMessage returns the Message field value

func (*BitcoinCashAPIResponse) GetMessageOk

func (o *BitcoinCashAPIResponse) GetMessageOk() (*string, bool)

GetMessageOk returns a tuple with the Message field value and a boolean to check if the value has been set.

func (*BitcoinCashAPIResponse) GetSuccess

func (o *BitcoinCashAPIResponse) GetSuccess() bool

GetSuccess returns the Success field value

func (*BitcoinCashAPIResponse) GetSuccessOk

func (o *BitcoinCashAPIResponse) GetSuccessOk() (*bool, bool)

GetSuccessOk returns a tuple with the Success field value and a boolean to check if the value has been set.

func (*BitcoinCashAPIResponse) HasAddress

func (o *BitcoinCashAPIResponse) HasAddress() bool

HasAddress returns a boolean if a field has been set.

func (*BitcoinCashAPIResponse) HasBody

func (o *BitcoinCashAPIResponse) HasBody() bool

HasBody returns a boolean if a field has been set.

func (*BitcoinCashAPIResponse) HasData

func (o *BitcoinCashAPIResponse) HasData() bool

HasData returns a boolean if a field has been set.

func (BitcoinCashAPIResponse) MarshalJSON

func (o BitcoinCashAPIResponse) MarshalJSON() ([]byte, error)

func (*BitcoinCashAPIResponse) SetAddress

func (o *BitcoinCashAPIResponse) SetAddress(v string)

SetAddress gets a reference to the given string and assigns it to the Address field.

func (*BitcoinCashAPIResponse) SetBody

func (o *BitcoinCashAPIResponse) SetBody(v InputBody)

SetBody gets a reference to the given InputBody and assigns it to the Body field.

func (*BitcoinCashAPIResponse) SetData

SetData gets a reference to the given BitcoinCashTransactionOutput and assigns it to the Data field.

func (*BitcoinCashAPIResponse) SetMessage

func (o *BitcoinCashAPIResponse) SetMessage(v string)

SetMessage sets field value

func (*BitcoinCashAPIResponse) SetSuccess

func (o *BitcoinCashAPIResponse) SetSuccess(v bool)

SetSuccess sets field value

func (BitcoinCashAPIResponse) ToMap

func (o BitcoinCashAPIResponse) ToMap() (map[string]interface{}, error)

func (*BitcoinCashAPIResponse) UnmarshalJSON

func (o *BitcoinCashAPIResponse) UnmarshalJSON(data []byte) (err error)

type BitcoinCashInput

type BitcoinCashInput struct {
	Network    *string `json:"network,omitempty"`
	PrivateKey *string `json:"private_key,omitempty"`
}

BitcoinCashInput struct for BitcoinCashInput

func NewBitcoinCashInput

func NewBitcoinCashInput() *BitcoinCashInput

NewBitcoinCashInput instantiates a new BitcoinCashInput 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 NewBitcoinCashInputWithDefaults

func NewBitcoinCashInputWithDefaults() *BitcoinCashInput

NewBitcoinCashInputWithDefaults instantiates a new BitcoinCashInput 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 (*BitcoinCashInput) GetNetwork

func (o *BitcoinCashInput) GetNetwork() string

GetNetwork returns the Network field value if set, zero value otherwise.

func (*BitcoinCashInput) GetNetworkOk

func (o *BitcoinCashInput) GetNetworkOk() (*string, bool)

GetNetworkOk returns a tuple with the Network field value if set, nil otherwise and a boolean to check if the value has been set.

func (*BitcoinCashInput) GetPrivateKey

func (o *BitcoinCashInput) GetPrivateKey() string

GetPrivateKey returns the PrivateKey field value if set, zero value otherwise.

func (*BitcoinCashInput) GetPrivateKeyOk

func (o *BitcoinCashInput) GetPrivateKeyOk() (*string, bool)

GetPrivateKeyOk returns a tuple with the PrivateKey field value if set, nil otherwise and a boolean to check if the value has been set.

func (*BitcoinCashInput) HasNetwork

func (o *BitcoinCashInput) HasNetwork() bool

HasNetwork returns a boolean if a field has been set.

func (*BitcoinCashInput) HasPrivateKey

func (o *BitcoinCashInput) HasPrivateKey() bool

HasPrivateKey returns a boolean if a field has been set.

func (BitcoinCashInput) MarshalJSON

func (o BitcoinCashInput) MarshalJSON() ([]byte, error)

func (*BitcoinCashInput) SetNetwork

func (o *BitcoinCashInput) SetNetwork(v string)

SetNetwork gets a reference to the given string and assigns it to the Network field.

func (*BitcoinCashInput) SetPrivateKey

func (o *BitcoinCashInput) SetPrivateKey(v string)

SetPrivateKey gets a reference to the given string and assigns it to the PrivateKey field.

func (BitcoinCashInput) ToMap

func (o BitcoinCashInput) ToMap() (map[string]interface{}, error)

type BitcoinCashTransactionInput

type BitcoinCashTransactionInput struct {
	To       *string  `json:"to,omitempty"`
	Value    *float64 `json:"value,omitempty"`
	Network  *string  `json:"network,omitempty"`
	Compress *bool    `json:"compress,omitempty"`
}

BitcoinCashTransactionInput struct for BitcoinCashTransactionInput

func NewBitcoinCashTransactionInput

func NewBitcoinCashTransactionInput() *BitcoinCashTransactionInput

NewBitcoinCashTransactionInput instantiates a new BitcoinCashTransactionInput 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 NewBitcoinCashTransactionInputWithDefaults

func NewBitcoinCashTransactionInputWithDefaults() *BitcoinCashTransactionInput

NewBitcoinCashTransactionInputWithDefaults instantiates a new BitcoinCashTransactionInput 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 (*BitcoinCashTransactionInput) GetCompress

func (o *BitcoinCashTransactionInput) GetCompress() bool

GetCompress returns the Compress field value if set, zero value otherwise.

func (*BitcoinCashTransactionInput) GetCompressOk

func (o *BitcoinCashTransactionInput) GetCompressOk() (*bool, bool)

GetCompressOk returns a tuple with the Compress field value if set, nil otherwise and a boolean to check if the value has been set.

func (*BitcoinCashTransactionInput) GetNetwork

func (o *BitcoinCashTransactionInput) GetNetwork() string

GetNetwork returns the Network field value if set, zero value otherwise.

func (*BitcoinCashTransactionInput) GetNetworkOk

func (o *BitcoinCashTransactionInput) GetNetworkOk() (*string, bool)

GetNetworkOk returns a tuple with the Network field value if set, nil otherwise and a boolean to check if the value has been set.

func (*BitcoinCashTransactionInput) GetTo

GetTo returns the To field value if set, zero value otherwise.

func (*BitcoinCashTransactionInput) GetToOk

func (o *BitcoinCashTransactionInput) GetToOk() (*string, bool)

GetToOk returns a tuple with the To field value if set, nil otherwise and a boolean to check if the value has been set.

func (*BitcoinCashTransactionInput) GetValue

func (o *BitcoinCashTransactionInput) GetValue() float64

GetValue returns the Value field value if set, zero value otherwise.

func (*BitcoinCashTransactionInput) GetValueOk

func (o *BitcoinCashTransactionInput) GetValueOk() (*float64, 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 (*BitcoinCashTransactionInput) HasCompress

func (o *BitcoinCashTransactionInput) HasCompress() bool

HasCompress returns a boolean if a field has been set.

func (*BitcoinCashTransactionInput) HasNetwork

func (o *BitcoinCashTransactionInput) HasNetwork() bool

HasNetwork returns a boolean if a field has been set.

func (*BitcoinCashTransactionInput) HasTo

func (o *BitcoinCashTransactionInput) HasTo() bool

HasTo returns a boolean if a field has been set.

func (*BitcoinCashTransactionInput) HasValue

func (o *BitcoinCashTransactionInput) HasValue() bool

HasValue returns a boolean if a field has been set.

func (BitcoinCashTransactionInput) MarshalJSON

func (o BitcoinCashTransactionInput) MarshalJSON() ([]byte, error)

func (*BitcoinCashTransactionInput) SetCompress

func (o *BitcoinCashTransactionInput) SetCompress(v bool)

SetCompress gets a reference to the given bool and assigns it to the Compress field.

func (*BitcoinCashTransactionInput) SetNetwork

func (o *BitcoinCashTransactionInput) SetNetwork(v string)

SetNetwork gets a reference to the given string and assigns it to the Network field.

func (*BitcoinCashTransactionInput) SetTo

func (o *BitcoinCashTransactionInput) SetTo(v string)

SetTo gets a reference to the given string and assigns it to the To field.

func (*BitcoinCashTransactionInput) SetValue

func (o *BitcoinCashTransactionInput) SetValue(v float64)

SetValue gets a reference to the given float64 and assigns it to the Value field.

func (BitcoinCashTransactionInput) ToMap

func (o BitcoinCashTransactionInput) ToMap() (map[string]interface{}, error)

type BitcoinCashTransactionOutput

type BitcoinCashTransactionOutput struct {
	SignedTx        *string `json:"signedTx,omitempty"`
	TransactionHash *string `json:"transaction_hash,omitempty"`
}

BitcoinCashTransactionOutput struct for BitcoinCashTransactionOutput

func NewBitcoinCashTransactionOutput

func NewBitcoinCashTransactionOutput() *BitcoinCashTransactionOutput

NewBitcoinCashTransactionOutput instantiates a new BitcoinCashTransactionOutput 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 NewBitcoinCashTransactionOutputWithDefaults

func NewBitcoinCashTransactionOutputWithDefaults() *BitcoinCashTransactionOutput

NewBitcoinCashTransactionOutputWithDefaults instantiates a new BitcoinCashTransactionOutput 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 (*BitcoinCashTransactionOutput) GetSignedTx

func (o *BitcoinCashTransactionOutput) GetSignedTx() string

GetSignedTx returns the SignedTx field value if set, zero value otherwise.

func (*BitcoinCashTransactionOutput) GetSignedTxOk

func (o *BitcoinCashTransactionOutput) GetSignedTxOk() (*string, bool)

GetSignedTxOk returns a tuple with the SignedTx field value if set, nil otherwise and a boolean to check if the value has been set.

func (*BitcoinCashTransactionOutput) GetTransactionHash

func (o *BitcoinCashTransactionOutput) GetTransactionHash() string

GetTransactionHash returns the TransactionHash field value if set, zero value otherwise.

func (*BitcoinCashTransactionOutput) GetTransactionHashOk

func (o *BitcoinCashTransactionOutput) GetTransactionHashOk() (*string, bool)

GetTransactionHashOk returns a tuple with the TransactionHash field value if set, nil otherwise and a boolean to check if the value has been set.

func (*BitcoinCashTransactionOutput) HasSignedTx

func (o *BitcoinCashTransactionOutput) HasSignedTx() bool

HasSignedTx returns a boolean if a field has been set.

func (*BitcoinCashTransactionOutput) HasTransactionHash

func (o *BitcoinCashTransactionOutput) HasTransactionHash() bool

HasTransactionHash returns a boolean if a field has been set.

func (BitcoinCashTransactionOutput) MarshalJSON

func (o BitcoinCashTransactionOutput) MarshalJSON() ([]byte, error)

func (*BitcoinCashTransactionOutput) SetSignedTx

func (o *BitcoinCashTransactionOutput) SetSignedTx(v string)

SetSignedTx gets a reference to the given string and assigns it to the SignedTx field.

func (*BitcoinCashTransactionOutput) SetTransactionHash

func (o *BitcoinCashTransactionOutput) SetTransactionHash(v string)

SetTransactionHash gets a reference to the given string and assigns it to the TransactionHash field.

func (BitcoinCashTransactionOutput) ToMap

func (o BitcoinCashTransactionOutput) ToMap() (map[string]interface{}, error)

type BitcoinInput

type BitcoinInput struct {
	Network    *string `json:"network,omitempty"`
	PrivateKey *string `json:"private_key,omitempty"`
}

BitcoinInput struct for BitcoinInput

func NewBitcoinInput

func NewBitcoinInput() *BitcoinInput

NewBitcoinInput instantiates a new BitcoinInput 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 NewBitcoinInputWithDefaults

func NewBitcoinInputWithDefaults() *BitcoinInput

NewBitcoinInputWithDefaults instantiates a new BitcoinInput 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 (*BitcoinInput) GetNetwork

func (o *BitcoinInput) GetNetwork() string

GetNetwork returns the Network field value if set, zero value otherwise.

func (*BitcoinInput) GetNetworkOk

func (o *BitcoinInput) GetNetworkOk() (*string, bool)

GetNetworkOk returns a tuple with the Network field value if set, nil otherwise and a boolean to check if the value has been set.

func (*BitcoinInput) GetPrivateKey

func (o *BitcoinInput) GetPrivateKey() string

GetPrivateKey returns the PrivateKey field value if set, zero value otherwise.

func (*BitcoinInput) GetPrivateKeyOk

func (o *BitcoinInput) GetPrivateKeyOk() (*string, bool)

GetPrivateKeyOk returns a tuple with the PrivateKey field value if set, nil otherwise and a boolean to check if the value has been set.

func (*BitcoinInput) HasNetwork

func (o *BitcoinInput) HasNetwork() bool

HasNetwork returns a boolean if a field has been set.

func (*BitcoinInput) HasPrivateKey

func (o *BitcoinInput) HasPrivateKey() bool

HasPrivateKey returns a boolean if a field has been set.

func (BitcoinInput) MarshalJSON

func (o BitcoinInput) MarshalJSON() ([]byte, error)

func (*BitcoinInput) SetNetwork

func (o *BitcoinInput) SetNetwork(v string)

SetNetwork gets a reference to the given string and assigns it to the Network field.

func (*BitcoinInput) SetPrivateKey

func (o *BitcoinInput) SetPrivateKey(v string)

SetPrivateKey gets a reference to the given string and assigns it to the PrivateKey field.

func (BitcoinInput) ToMap

func (o BitcoinInput) ToMap() (map[string]interface{}, error)

type BitcoinTransactionInput

type BitcoinTransactionInput struct {
	To       *string  `json:"to,omitempty"`
	Value    *float64 `json:"value,omitempty"`
	Network  *string  `json:"network,omitempty"`
	Compress *bool    `json:"compress,omitempty"`
}

BitcoinTransactionInput struct for BitcoinTransactionInput

func NewBitcoinTransactionInput

func NewBitcoinTransactionInput() *BitcoinTransactionInput

NewBitcoinTransactionInput instantiates a new BitcoinTransactionInput 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 NewBitcoinTransactionInputWithDefaults

func NewBitcoinTransactionInputWithDefaults() *BitcoinTransactionInput

NewBitcoinTransactionInputWithDefaults instantiates a new BitcoinTransactionInput 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 (*BitcoinTransactionInput) GetCompress

func (o *BitcoinTransactionInput) GetCompress() bool

GetCompress returns the Compress field value if set, zero value otherwise.

func (*BitcoinTransactionInput) GetCompressOk

func (o *BitcoinTransactionInput) GetCompressOk() (*bool, bool)

GetCompressOk returns a tuple with the Compress field value if set, nil otherwise and a boolean to check if the value has been set.

func (*BitcoinTransactionInput) GetNetwork

func (o *BitcoinTransactionInput) GetNetwork() string

GetNetwork returns the Network field value if set, zero value otherwise.

func (*BitcoinTransactionInput) GetNetworkOk

func (o *BitcoinTransactionInput) GetNetworkOk() (*string, bool)

GetNetworkOk returns a tuple with the Network field value if set, nil otherwise and a boolean to check if the value has been set.

func (*BitcoinTransactionInput) GetTo

func (o *BitcoinTransactionInput) GetTo() string

GetTo returns the To field value if set, zero value otherwise.

func (*BitcoinTransactionInput) GetToOk

func (o *BitcoinTransactionInput) GetToOk() (*string, bool)

GetToOk returns a tuple with the To field value if set, nil otherwise and a boolean to check if the value has been set.

func (*BitcoinTransactionInput) GetValue

func (o *BitcoinTransactionInput) GetValue() float64

GetValue returns the Value field value if set, zero value otherwise.

func (*BitcoinTransactionInput) GetValueOk

func (o *BitcoinTransactionInput) GetValueOk() (*float64, 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 (*BitcoinTransactionInput) HasCompress

func (o *BitcoinTransactionInput) HasCompress() bool

HasCompress returns a boolean if a field has been set.

func (*BitcoinTransactionInput) HasNetwork

func (o *BitcoinTransactionInput) HasNetwork() bool

HasNetwork returns a boolean if a field has been set.

func (*BitcoinTransactionInput) HasTo

func (o *BitcoinTransactionInput) HasTo() bool

HasTo returns a boolean if a field has been set.

func (*BitcoinTransactionInput) HasValue

func (o *BitcoinTransactionInput) HasValue() bool

HasValue returns a boolean if a field has been set.

func (BitcoinTransactionInput) MarshalJSON

func (o BitcoinTransactionInput) MarshalJSON() ([]byte, error)

func (*BitcoinTransactionInput) SetCompress

func (o *BitcoinTransactionInput) SetCompress(v bool)

SetCompress gets a reference to the given bool and assigns it to the Compress field.

func (*BitcoinTransactionInput) SetNetwork

func (o *BitcoinTransactionInput) SetNetwork(v string)

SetNetwork gets a reference to the given string and assigns it to the Network field.

func (*BitcoinTransactionInput) SetTo

func (o *BitcoinTransactionInput) SetTo(v string)

SetTo gets a reference to the given string and assigns it to the To field.

func (*BitcoinTransactionInput) SetValue

func (o *BitcoinTransactionInput) SetValue(v float64)

SetValue gets a reference to the given float64 and assigns it to the Value field.

func (BitcoinTransactionInput) ToMap

func (o BitcoinTransactionInput) ToMap() (map[string]interface{}, error)

type BitcoinTransactionOutput

type BitcoinTransactionOutput struct {
	SignedTx        *string `json:"signedTx,omitempty"`
	TransactionHash *string `json:"transaction_hash,omitempty"`
}

BitcoinTransactionOutput struct for BitcoinTransactionOutput

func NewBitcoinTransactionOutput

func NewBitcoinTransactionOutput() *BitcoinTransactionOutput

NewBitcoinTransactionOutput instantiates a new BitcoinTransactionOutput 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 NewBitcoinTransactionOutputWithDefaults

func NewBitcoinTransactionOutputWithDefaults() *BitcoinTransactionOutput

NewBitcoinTransactionOutputWithDefaults instantiates a new BitcoinTransactionOutput 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 (*BitcoinTransactionOutput) GetSignedTx

func (o *BitcoinTransactionOutput) GetSignedTx() string

GetSignedTx returns the SignedTx field value if set, zero value otherwise.

func (*BitcoinTransactionOutput) GetSignedTxOk

func (o *BitcoinTransactionOutput) GetSignedTxOk() (*string, bool)

GetSignedTxOk returns a tuple with the SignedTx field value if set, nil otherwise and a boolean to check if the value has been set.

func (*BitcoinTransactionOutput) GetTransactionHash

func (o *BitcoinTransactionOutput) GetTransactionHash() string

GetTransactionHash returns the TransactionHash field value if set, zero value otherwise.

func (*BitcoinTransactionOutput) GetTransactionHashOk

func (o *BitcoinTransactionOutput) GetTransactionHashOk() (*string, bool)

GetTransactionHashOk returns a tuple with the TransactionHash field value if set, nil otherwise and a boolean to check if the value has been set.

func (*BitcoinTransactionOutput) HasSignedTx

func (o *BitcoinTransactionOutput) HasSignedTx() bool

HasSignedTx returns a boolean if a field has been set.

func (*BitcoinTransactionOutput) HasTransactionHash

func (o *BitcoinTransactionOutput) HasTransactionHash() bool

HasTransactionHash returns a boolean if a field has been set.

func (BitcoinTransactionOutput) MarshalJSON

func (o BitcoinTransactionOutput) MarshalJSON() ([]byte, error)

func (*BitcoinTransactionOutput) SetSignedTx

func (o *BitcoinTransactionOutput) SetSignedTx(v string)

SetSignedTx gets a reference to the given string and assigns it to the SignedTx field.

func (*BitcoinTransactionOutput) SetTransactionHash

func (o *BitcoinTransactionOutput) SetTransactionHash(v string)

SetTransactionHash gets a reference to the given string and assigns it to the TransactionHash field.

func (BitcoinTransactionOutput) ToMap

func (o BitcoinTransactionOutput) ToMap() (map[string]interface{}, error)

type BitcoincashAPI

type BitcoincashAPI interface {

	/*
		CreateBitcoinCashAccount Method for CreateBitcoinCashAccount

		@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
		@return BitcoincashAPICreateBitcoinCashAccountRequest
	*/
	CreateBitcoinCashAccount(ctx context.Context) BitcoincashAPICreateBitcoinCashAccountRequest

	// CreateBitcoinCashAccountExecute executes the request
	//  @return AccountAPIResponse
	CreateBitcoinCashAccountExecute(r BitcoincashAPICreateBitcoinCashAccountRequest) (*AccountAPIResponse, *http.Response, error)

	/*
		GetBitcoinCashAccount Method for GetBitcoinCashAccount

		@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
		@param accountName
		@return BitcoincashAPIGetBitcoinCashAccountRequest
	*/
	GetBitcoinCashAccount(ctx context.Context, accountName string) BitcoincashAPIGetBitcoinCashAccountRequest

	// GetBitcoinCashAccountExecute executes the request
	//  @return AccountAPIResponse
	GetBitcoinCashAccountExecute(r BitcoincashAPIGetBitcoinCashAccountRequest) (*AccountAPIResponse, *http.Response, error)

	/*
		ListBitcoinCashAccounts Method for ListBitcoinCashAccounts

		@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
		@return BitcoincashAPIListBitcoinCashAccountsRequest
	*/
	ListBitcoinCashAccounts(ctx context.Context) BitcoincashAPIListBitcoinCashAccountsRequest

	// ListBitcoinCashAccountsExecute executes the request
	//  @return AccountAPIResponse
	ListBitcoinCashAccountsExecute(r BitcoincashAPIListBitcoinCashAccountsRequest) (*AccountAPIResponse, *http.Response, error)

	/*
		SignBitcoinCashTransaction Method for SignBitcoinCashTransaction

		@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
		@param accountName
		@return BitcoincashAPISignBitcoinCashTransactionRequest
	*/
	SignBitcoinCashTransaction(ctx context.Context, accountName string) BitcoincashAPISignBitcoinCashTransactionRequest

	// SignBitcoinCashTransactionExecute executes the request
	//  @return BitcoinCashAPIResponse
	SignBitcoinCashTransactionExecute(r BitcoincashAPISignBitcoinCashTransactionRequest) (*BitcoinCashAPIResponse, *http.Response, error)
}

type BitcoincashAPICreateBitcoinCashAccountRequest

type BitcoincashAPICreateBitcoinCashAccountRequest struct {
	ApiService BitcoincashAPI
	// contains filtered or unexported fields
}

func (BitcoincashAPICreateBitcoinCashAccountRequest) Authorization

func (BitcoincashAPICreateBitcoinCashAccountRequest) BitcoinCashInput

func (BitcoincashAPICreateBitcoinCashAccountRequest) Execute

type BitcoincashAPIGetBitcoinCashAccountRequest

type BitcoincashAPIGetBitcoinCashAccountRequest struct {
	ApiService BitcoincashAPI
	// contains filtered or unexported fields
}

func (BitcoincashAPIGetBitcoinCashAccountRequest) Authorization

func (BitcoincashAPIGetBitcoinCashAccountRequest) Execute

type BitcoincashAPIListBitcoinCashAccountsRequest

type BitcoincashAPIListBitcoinCashAccountsRequest struct {
	ApiService BitcoincashAPI
	// contains filtered or unexported fields
}

func (BitcoincashAPIListBitcoinCashAccountsRequest) Authorization

func (BitcoincashAPIListBitcoinCashAccountsRequest) Execute

type BitcoincashAPIService

type BitcoincashAPIService service

BitcoincashAPIService BitcoincashAPI service

func (*BitcoincashAPIService) CreateBitcoinCashAccount

CreateBitcoinCashAccount Method for CreateBitcoinCashAccount

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return BitcoincashAPICreateBitcoinCashAccountRequest

func (*BitcoincashAPIService) CreateBitcoinCashAccountExecute

Execute executes the request

@return AccountAPIResponse

func (*BitcoincashAPIService) GetBitcoinCashAccount

func (a *BitcoincashAPIService) GetBitcoinCashAccount(ctx context.Context, accountName string) BitcoincashAPIGetBitcoinCashAccountRequest

GetBitcoinCashAccount Method for GetBitcoinCashAccount

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param accountName
@return BitcoincashAPIGetBitcoinCashAccountRequest

func (*BitcoincashAPIService) GetBitcoinCashAccountExecute

Execute executes the request

@return AccountAPIResponse

func (*BitcoincashAPIService) ListBitcoinCashAccounts

ListBitcoinCashAccounts Method for ListBitcoinCashAccounts

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return BitcoincashAPIListBitcoinCashAccountsRequest

func (*BitcoincashAPIService) ListBitcoinCashAccountsExecute

Execute executes the request

@return AccountAPIResponse

func (*BitcoincashAPIService) SignBitcoinCashTransaction

func (a *BitcoincashAPIService) SignBitcoinCashTransaction(ctx context.Context, accountName string) BitcoincashAPISignBitcoinCashTransactionRequest

SignBitcoinCashTransaction Method for SignBitcoinCashTransaction

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param accountName
@return BitcoincashAPISignBitcoinCashTransactionRequest

func (*BitcoincashAPIService) SignBitcoinCashTransactionExecute

Execute executes the request

@return BitcoinCashAPIResponse

type BitcoincashAPISignBitcoinCashTransactionRequest

type BitcoincashAPISignBitcoinCashTransactionRequest struct {
	ApiService BitcoincashAPI
	// contains filtered or unexported fields
}

func (BitcoincashAPISignBitcoinCashTransactionRequest) Authorization

func (BitcoincashAPISignBitcoinCashTransactionRequest) BitcoinCashTransactionInput

func (BitcoincashAPISignBitcoinCashTransactionRequest) Execute

type BroadCastRawTransactionAPIResponse

type BroadCastRawTransactionAPIResponse struct {
	Success bool                             `json:"success"`
	Message string                           `json:"message"`
	Body    *InputBody                       `json:"body,omitempty"`
	Address *string                          `json:"address,omitempty"`
	Data    *BroadCastRawTransactionResponse `json:"data,omitempty"`
}

BroadCastRawTransactionAPIResponse struct for BroadCastRawTransactionAPIResponse

func NewBroadCastRawTransactionAPIResponse

func NewBroadCastRawTransactionAPIResponse(success bool, message string) *BroadCastRawTransactionAPIResponse

NewBroadCastRawTransactionAPIResponse instantiates a new BroadCastRawTransactionAPIResponse 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 NewBroadCastRawTransactionAPIResponseWithDefaults

func NewBroadCastRawTransactionAPIResponseWithDefaults() *BroadCastRawTransactionAPIResponse

NewBroadCastRawTransactionAPIResponseWithDefaults instantiates a new BroadCastRawTransactionAPIResponse 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 (*BroadCastRawTransactionAPIResponse) GetAddress

GetAddress returns the Address field value if set, zero value otherwise.

func (*BroadCastRawTransactionAPIResponse) GetAddressOk

func (o *BroadCastRawTransactionAPIResponse) GetAddressOk() (*string, 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 (*BroadCastRawTransactionAPIResponse) GetBody

GetBody returns the Body field value if set, zero value otherwise.

func (*BroadCastRawTransactionAPIResponse) GetBodyOk

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 (*BroadCastRawTransactionAPIResponse) GetData

GetData returns the Data field value if set, zero value otherwise.

func (*BroadCastRawTransactionAPIResponse) GetDataOk

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 (*BroadCastRawTransactionAPIResponse) GetMessage

GetMessage returns the Message field value

func (*BroadCastRawTransactionAPIResponse) GetMessageOk

func (o *BroadCastRawTransactionAPIResponse) GetMessageOk() (*string, bool)

GetMessageOk returns a tuple with the Message field value and a boolean to check if the value has been set.

func (*BroadCastRawTransactionAPIResponse) GetSuccess

func (o *BroadCastRawTransactionAPIResponse) GetSuccess() bool

GetSuccess returns the Success field value

func (*BroadCastRawTransactionAPIResponse) GetSuccessOk

func (o *BroadCastRawTransactionAPIResponse) GetSuccessOk() (*bool, bool)

GetSuccessOk returns a tuple with the Success field value and a boolean to check if the value has been set.

func (*BroadCastRawTransactionAPIResponse) HasAddress

func (o *BroadCastRawTransactionAPIResponse) HasAddress() bool

HasAddress returns a boolean if a field has been set.

func (*BroadCastRawTransactionAPIResponse) HasBody

HasBody returns a boolean if a field has been set.

func (*BroadCastRawTransactionAPIResponse) HasData

HasData returns a boolean if a field has been set.

func (BroadCastRawTransactionAPIResponse) MarshalJSON

func (o BroadCastRawTransactionAPIResponse) MarshalJSON() ([]byte, error)

func (*BroadCastRawTransactionAPIResponse) SetAddress

func (o *BroadCastRawTransactionAPIResponse) SetAddress(v string)

SetAddress gets a reference to the given string and assigns it to the Address field.

func (*BroadCastRawTransactionAPIResponse) SetBody

SetBody gets a reference to the given InputBody and assigns it to the Body field.

func (*BroadCastRawTransactionAPIResponse) SetData

SetData gets a reference to the given BroadCastRawTransactionResponse and assigns it to the Data field.

func (*BroadCastRawTransactionAPIResponse) SetMessage

func (o *BroadCastRawTransactionAPIResponse) SetMessage(v string)

SetMessage sets field value

func (*BroadCastRawTransactionAPIResponse) SetSuccess

func (o *BroadCastRawTransactionAPIResponse) SetSuccess(v bool)

SetSuccess sets field value

func (BroadCastRawTransactionAPIResponse) ToMap

func (o BroadCastRawTransactionAPIResponse) ToMap() (map[string]interface{}, error)

func (*BroadCastRawTransactionAPIResponse) UnmarshalJSON

func (o *BroadCastRawTransactionAPIResponse) UnmarshalJSON(data []byte) (err error)

type BroadCastRawTransactionResponse

type BroadCastRawTransactionResponse struct {
	Success bool   `json:"success"`
	Message string `json:"message"`
	Data    string `json:"data"`
}

BroadCastRawTransactionResponse struct for BroadCastRawTransactionResponse

func NewBroadCastRawTransactionResponse

func NewBroadCastRawTransactionResponse(success bool, message string, data string) *BroadCastRawTransactionResponse

NewBroadCastRawTransactionResponse instantiates a new BroadCastRawTransactionResponse 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 NewBroadCastRawTransactionResponseWithDefaults

func NewBroadCastRawTransactionResponseWithDefaults() *BroadCastRawTransactionResponse

NewBroadCastRawTransactionResponseWithDefaults instantiates a new BroadCastRawTransactionResponse 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 (*BroadCastRawTransactionResponse) GetData

GetData returns the Data field value

func (*BroadCastRawTransactionResponse) GetDataOk

func (o *BroadCastRawTransactionResponse) GetDataOk() (*string, bool)

GetDataOk returns a tuple with the Data field value and a boolean to check if the value has been set.

func (*BroadCastRawTransactionResponse) GetMessage

func (o *BroadCastRawTransactionResponse) GetMessage() string

GetMessage returns the Message field value

func (*BroadCastRawTransactionResponse) GetMessageOk

func (o *BroadCastRawTransactionResponse) GetMessageOk() (*string, bool)

GetMessageOk returns a tuple with the Message field value and a boolean to check if the value has been set.

func (*BroadCastRawTransactionResponse) GetSuccess

func (o *BroadCastRawTransactionResponse) GetSuccess() bool

GetSuccess returns the Success field value

func (*BroadCastRawTransactionResponse) GetSuccessOk

func (o *BroadCastRawTransactionResponse) GetSuccessOk() (*bool, bool)

GetSuccessOk returns a tuple with the Success field value and a boolean to check if the value has been set.

func (BroadCastRawTransactionResponse) MarshalJSON

func (o BroadCastRawTransactionResponse) MarshalJSON() ([]byte, error)

func (*BroadCastRawTransactionResponse) SetData

SetData sets field value

func (*BroadCastRawTransactionResponse) SetMessage

func (o *BroadCastRawTransactionResponse) SetMessage(v string)

SetMessage sets field value

func (*BroadCastRawTransactionResponse) SetSuccess

func (o *BroadCastRawTransactionResponse) SetSuccess(v bool)

SetSuccess sets field value

func (BroadCastRawTransactionResponse) ToMap

func (o BroadCastRawTransactionResponse) ToMap() (map[string]interface{}, error)

func (*BroadCastRawTransactionResponse) UnmarshalJSON

func (o *BroadCastRawTransactionResponse) UnmarshalJSON(data []byte) (err error)

type BroadcastInput

type BroadcastInput struct {
	ChainId        string `json:"chainId"`
	RawTransaction string `json:"rawTransaction"`
}

BroadcastInput struct for BroadcastInput

func NewBroadcastInput

func NewBroadcastInput(chainId string, rawTransaction string) *BroadcastInput

NewBroadcastInput instantiates a new BroadcastInput 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 NewBroadcastInputWithDefaults

func NewBroadcastInputWithDefaults() *BroadcastInput

NewBroadcastInputWithDefaults instantiates a new BroadcastInput 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 (*BroadcastInput) GetChainId

func (o *BroadcastInput) GetChainId() string

GetChainId returns the ChainId field value

func (*BroadcastInput) GetChainIdOk

func (o *BroadcastInput) GetChainIdOk() (*string, bool)

GetChainIdOk returns a tuple with the ChainId field value and a boolean to check if the value has been set.

func (*BroadcastInput) GetRawTransaction

func (o *BroadcastInput) GetRawTransaction() string

GetRawTransaction returns the RawTransaction field value

func (*BroadcastInput) GetRawTransactionOk

func (o *BroadcastInput) GetRawTransactionOk() (*string, bool)

GetRawTransactionOk returns a tuple with the RawTransaction field value and a boolean to check if the value has been set.

func (BroadcastInput) MarshalJSON

func (o BroadcastInput) MarshalJSON() ([]byte, error)

func (*BroadcastInput) SetChainId

func (o *BroadcastInput) SetChainId(v string)

SetChainId sets field value

func (*BroadcastInput) SetRawTransaction

func (o *BroadcastInput) SetRawTransaction(v string)

SetRawTransaction sets field value

func (BroadcastInput) ToMap

func (o BroadcastInput) ToMap() (map[string]interface{}, error)

func (*BroadcastInput) UnmarshalJSON

func (o *BroadcastInput) UnmarshalJSON(data []byte) (err error)

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) ServerURL

func (c *Configuration) ServerURL(index int, variables map[string]string) (string, error)

ServerURL returns URL based on server settings

func (*Configuration) ServerURLWithContext

func (c *Configuration) ServerURLWithContext(ctx context.Context, endpoint string) (string, error)

ServerURLWithContext returns a new server URL given an endpoint

type ConveyorFinanceAPI

type ConveyorFinanceAPI interface {

	/*
		Swap Method for Swap

		@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
		@param name
		@return ConveyorFinanceAPISwapRequest
	*/
	Swap(ctx context.Context, name string) ConveyorFinanceAPISwapRequest

	// SwapExecute executes the request
	//  @return ConveyorFinanceControllerResponse
	SwapExecute(r ConveyorFinanceAPISwapRequest) (*ConveyorFinanceControllerResponse, *http.Response, error)
}

type ConveyorFinanceAPIService

type ConveyorFinanceAPIService service

ConveyorFinanceAPIService ConveyorFinanceAPI service

func (*ConveyorFinanceAPIService) Swap

Swap Method for Swap

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param name
@return ConveyorFinanceAPISwapRequest

func (*ConveyorFinanceAPIService) SwapExecute

Execute executes the request

@return ConveyorFinanceControllerResponse

type ConveyorFinanceAPISwapRequest

type ConveyorFinanceAPISwapRequest struct {
	ApiService ConveyorFinanceAPI
	// contains filtered or unexported fields
}

func (ConveyorFinanceAPISwapRequest) Authorization

func (ConveyorFinanceAPISwapRequest) Execute

func (ConveyorFinanceAPISwapRequest) TokenSwapParams

type ConveyorFinanceControllerResponse

type ConveyorFinanceControllerResponse struct {
	Input   *InputBody             `json:"input,omitempty"`
	Convey  *TransactionResponse   `json:"convey,omitempty"`
	Data    *TransactionData       `json:"data,omitempty"`
	Tx      *TransactionResponseTx `json:"tx,omitempty"`
	Signed  *Transaction           `json:"signed,omitempty"`
	Success bool                   `json:"success"`
	Message string                 `json:"message"`
}

ConveyorFinanceControllerResponse struct for ConveyorFinanceControllerResponse

func NewConveyorFinanceControllerResponse

func NewConveyorFinanceControllerResponse(success bool, message string) *ConveyorFinanceControllerResponse

NewConveyorFinanceControllerResponse instantiates a new ConveyorFinanceControllerResponse 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 NewConveyorFinanceControllerResponseWithDefaults

func NewConveyorFinanceControllerResponseWithDefaults() *ConveyorFinanceControllerResponse

NewConveyorFinanceControllerResponseWithDefaults instantiates a new ConveyorFinanceControllerResponse 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 (*ConveyorFinanceControllerResponse) GetConvey

GetConvey returns the Convey field value if set, zero value otherwise.

func (*ConveyorFinanceControllerResponse) GetConveyOk

GetConveyOk returns a tuple with the Convey field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ConveyorFinanceControllerResponse) GetData

GetData returns the Data field value if set, zero value otherwise.

func (*ConveyorFinanceControllerResponse) GetDataOk

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 (*ConveyorFinanceControllerResponse) GetInput

GetInput returns the Input field value if set, zero value otherwise.

func (*ConveyorFinanceControllerResponse) GetInputOk

func (o *ConveyorFinanceControllerResponse) GetInputOk() (*InputBody, bool)

GetInputOk returns a tuple with the Input field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ConveyorFinanceControllerResponse) GetMessage

func (o *ConveyorFinanceControllerResponse) GetMessage() string

GetMessage returns the Message field value

func (*ConveyorFinanceControllerResponse) GetMessageOk

func (o *ConveyorFinanceControllerResponse) GetMessageOk() (*string, bool)

GetMessageOk returns a tuple with the Message field value and a boolean to check if the value has been set.

func (*ConveyorFinanceControllerResponse) GetSigned

GetSigned returns the Signed field value if set, zero value otherwise.

func (*ConveyorFinanceControllerResponse) GetSignedOk

func (o *ConveyorFinanceControllerResponse) GetSignedOk() (*Transaction, 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 (*ConveyorFinanceControllerResponse) GetSuccess

func (o *ConveyorFinanceControllerResponse) GetSuccess() bool

GetSuccess returns the Success field value

func (*ConveyorFinanceControllerResponse) GetSuccessOk

func (o *ConveyorFinanceControllerResponse) GetSuccessOk() (*bool, bool)

GetSuccessOk returns a tuple with the Success field value and a boolean to check if the value has been set.

func (*ConveyorFinanceControllerResponse) GetTx

GetTx returns the Tx field value if set, zero value otherwise.

func (*ConveyorFinanceControllerResponse) GetTxOk

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 (*ConveyorFinanceControllerResponse) HasConvey

func (o *ConveyorFinanceControllerResponse) HasConvey() bool

HasConvey returns a boolean if a field has been set.

func (*ConveyorFinanceControllerResponse) HasData

HasData returns a boolean if a field has been set.

func (*ConveyorFinanceControllerResponse) HasInput

HasInput returns a boolean if a field has been set.

func (*ConveyorFinanceControllerResponse) HasSigned

func (o *ConveyorFinanceControllerResponse) HasSigned() bool

HasSigned returns a boolean if a field has been set.

func (*ConveyorFinanceControllerResponse) HasTx

HasTx returns a boolean if a field has been set.

func (ConveyorFinanceControllerResponse) MarshalJSON

func (o ConveyorFinanceControllerResponse) MarshalJSON() ([]byte, error)

func (*ConveyorFinanceControllerResponse) SetConvey

SetConvey gets a reference to the given TransactionResponse and assigns it to the Convey field.

func (*ConveyorFinanceControllerResponse) SetData

SetData gets a reference to the given TransactionData and assigns it to the Data field.

func (*ConveyorFinanceControllerResponse) SetInput

SetInput gets a reference to the given InputBody and assigns it to the Input field.

func (*ConveyorFinanceControllerResponse) SetMessage

func (o *ConveyorFinanceControllerResponse) SetMessage(v string)

SetMessage sets field value

func (*ConveyorFinanceControllerResponse) SetSigned

SetSigned gets a reference to the given Transaction and assigns it to the Signed field.

func (*ConveyorFinanceControllerResponse) SetSuccess

func (o *ConveyorFinanceControllerResponse) SetSuccess(v bool)

SetSuccess sets field value

func (*ConveyorFinanceControllerResponse) SetTx

SetTx gets a reference to the given TransactionResponseTx and assigns it to the Tx field.

func (ConveyorFinanceControllerResponse) ToMap

func (o ConveyorFinanceControllerResponse) ToMap() (map[string]interface{}, error)

func (*ConveyorFinanceControllerResponse) UnmarshalJSON

func (o *ConveyorFinanceControllerResponse) UnmarshalJSON(data []byte) (err error)

type CosmosAPI

type CosmosAPI interface {

	/*
		CreateCosmosAccount Method for CreateCosmosAccount

		@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
		@return CosmosAPICreateCosmosAccountRequest
	*/
	CreateCosmosAccount(ctx context.Context) CosmosAPICreateCosmosAccountRequest

	// CreateCosmosAccountExecute executes the request
	//  @return AccountAPIResponse
	CreateCosmosAccountExecute(r CosmosAPICreateCosmosAccountRequest) (*AccountAPIResponse, *http.Response, error)

	/*
		GetCosmosAccount Method for GetCosmosAccount

		@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
		@param accountName
		@return CosmosAPIGetCosmosAccountRequest
	*/
	GetCosmosAccount(ctx context.Context, accountName string) CosmosAPIGetCosmosAccountRequest

	// GetCosmosAccountExecute executes the request
	//  @return AccountAPIResponse
	GetCosmosAccountExecute(r CosmosAPIGetCosmosAccountRequest) (*AccountAPIResponse, *http.Response, error)

	/*
		ListCosmosAccounts Method for ListCosmosAccounts

		@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
		@return CosmosAPIListCosmosAccountsRequest
	*/
	ListCosmosAccounts(ctx context.Context) CosmosAPIListCosmosAccountsRequest

	// ListCosmosAccountsExecute executes the request
	//  @return AccountAPIResponse
	ListCosmosAccountsExecute(r CosmosAPIListCosmosAccountsRequest) (*AccountAPIResponse, *http.Response, error)

	/*
		SignCosmosTransaction Method for SignCosmosTransaction

		@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
		@param accountName
		@return CosmosAPISignCosmosTransactionRequest
	*/
	SignCosmosTransaction(ctx context.Context, accountName string) CosmosAPISignCosmosTransactionRequest

	// SignCosmosTransactionExecute executes the request
	//  @return CosmosAPIResponse
	SignCosmosTransactionExecute(r CosmosAPISignCosmosTransactionRequest) (*CosmosAPIResponse, *http.Response, error)
}

type CosmosAPICreateCosmosAccountRequest

type CosmosAPICreateCosmosAccountRequest struct {
	ApiService CosmosAPI
	// contains filtered or unexported fields
}

func (CosmosAPICreateCosmosAccountRequest) Authorization

func (CosmosAPICreateCosmosAccountRequest) CosmosInput

func (CosmosAPICreateCosmosAccountRequest) Execute

type CosmosAPIGetCosmosAccountRequest

type CosmosAPIGetCosmosAccountRequest struct {
	ApiService CosmosAPI
	// contains filtered or unexported fields
}

func (CosmosAPIGetCosmosAccountRequest) Authorization

func (CosmosAPIGetCosmosAccountRequest) Execute

type CosmosAPIListCosmosAccountsRequest

type CosmosAPIListCosmosAccountsRequest struct {
	ApiService CosmosAPI
	// contains filtered or unexported fields
}

func (CosmosAPIListCosmosAccountsRequest) Authorization

func (CosmosAPIListCosmosAccountsRequest) Execute

type CosmosAPIResponse

type CosmosAPIResponse struct {
	Success bool                     `json:"success"`
	Message string                   `json:"message"`
	Body    *InputBody               `json:"body,omitempty"`
	Address *string                  `json:"address,omitempty"`
	Data    *CosmosTransactionOutput `json:"data,omitempty"`
}

CosmosAPIResponse struct for CosmosAPIResponse

func NewCosmosAPIResponse

func NewCosmosAPIResponse(success bool, message string) *CosmosAPIResponse

NewCosmosAPIResponse instantiates a new CosmosAPIResponse 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 NewCosmosAPIResponseWithDefaults

func NewCosmosAPIResponseWithDefaults() *CosmosAPIResponse

NewCosmosAPIResponseWithDefaults instantiates a new CosmosAPIResponse 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 (*CosmosAPIResponse) GetAddress

func (o *CosmosAPIResponse) GetAddress() string

GetAddress returns the Address field value if set, zero value otherwise.

func (*CosmosAPIResponse) GetAddressOk

func (o *CosmosAPIResponse) GetAddressOk() (*string, 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 (*CosmosAPIResponse) GetBody

func (o *CosmosAPIResponse) GetBody() InputBody

GetBody returns the Body field value if set, zero value otherwise.

func (*CosmosAPIResponse) GetBodyOk

func (o *CosmosAPIResponse) GetBodyOk() (*InputBody, 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 (*CosmosAPIResponse) GetData

GetData returns the Data field value if set, zero value otherwise.

func (*CosmosAPIResponse) GetDataOk

func (o *CosmosAPIResponse) GetDataOk() (*CosmosTransactionOutput, 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 (*CosmosAPIResponse) GetMessage

func (o *CosmosAPIResponse) GetMessage() string

GetMessage returns the Message field value

func (*CosmosAPIResponse) GetMessageOk

func (o *CosmosAPIResponse) GetMessageOk() (*string, bool)

GetMessageOk returns a tuple with the Message field value and a boolean to check if the value has been set.

func (*CosmosAPIResponse) GetSuccess

func (o *CosmosAPIResponse) GetSuccess() bool

GetSuccess returns the Success field value

func (*CosmosAPIResponse) GetSuccessOk

func (o *CosmosAPIResponse) GetSuccessOk() (*bool, bool)

GetSuccessOk returns a tuple with the Success field value and a boolean to check if the value has been set.

func (*CosmosAPIResponse) HasAddress

func (o *CosmosAPIResponse) HasAddress() bool

HasAddress returns a boolean if a field has been set.

func (*CosmosAPIResponse) HasBody

func (o *CosmosAPIResponse) HasBody() bool

HasBody returns a boolean if a field has been set.

func (*CosmosAPIResponse) HasData

func (o *CosmosAPIResponse) HasData() bool

HasData returns a boolean if a field has been set.

func (CosmosAPIResponse) MarshalJSON

func (o CosmosAPIResponse) MarshalJSON() ([]byte, error)

func (*CosmosAPIResponse) SetAddress

func (o *CosmosAPIResponse) SetAddress(v string)

SetAddress gets a reference to the given string and assigns it to the Address field.

func (*CosmosAPIResponse) SetBody

func (o *CosmosAPIResponse) SetBody(v InputBody)

SetBody gets a reference to the given InputBody and assigns it to the Body field.

func (*CosmosAPIResponse) SetData

SetData gets a reference to the given CosmosTransactionOutput and assigns it to the Data field.

func (*CosmosAPIResponse) SetMessage

func (o *CosmosAPIResponse) SetMessage(v string)

SetMessage sets field value

func (*CosmosAPIResponse) SetSuccess

func (o *CosmosAPIResponse) SetSuccess(v bool)

SetSuccess sets field value

func (CosmosAPIResponse) ToMap

func (o CosmosAPIResponse) ToMap() (map[string]interface{}, error)

func (*CosmosAPIResponse) UnmarshalJSON

func (o *CosmosAPIResponse) UnmarshalJSON(data []byte) (err error)

type CosmosAPIService

type CosmosAPIService service

CosmosAPIService CosmosAPI service

func (*CosmosAPIService) CreateCosmosAccount

CreateCosmosAccount Method for CreateCosmosAccount

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return CosmosAPICreateCosmosAccountRequest

func (*CosmosAPIService) CreateCosmosAccountExecute

Execute executes the request

@return AccountAPIResponse

func (*CosmosAPIService) GetCosmosAccount

func (a *CosmosAPIService) GetCosmosAccount(ctx context.Context, accountName string) CosmosAPIGetCosmosAccountRequest

GetCosmosAccount Method for GetCosmosAccount

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param accountName
@return CosmosAPIGetCosmosAccountRequest

func (*CosmosAPIService) GetCosmosAccountExecute

Execute executes the request

@return AccountAPIResponse

func (*CosmosAPIService) ListCosmosAccounts

ListCosmosAccounts Method for ListCosmosAccounts

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return CosmosAPIListCosmosAccountsRequest

func (*CosmosAPIService) ListCosmosAccountsExecute

Execute executes the request

@return AccountAPIResponse

func (*CosmosAPIService) SignCosmosTransaction

func (a *CosmosAPIService) SignCosmosTransaction(ctx context.Context, accountName string) CosmosAPISignCosmosTransactionRequest

SignCosmosTransaction Method for SignCosmosTransaction

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param accountName
@return CosmosAPISignCosmosTransactionRequest

func (*CosmosAPIService) SignCosmosTransactionExecute

Execute executes the request

@return CosmosAPIResponse

type CosmosAPISignCosmosTransactionRequest

type CosmosAPISignCosmosTransactionRequest struct {
	ApiService CosmosAPI
	// contains filtered or unexported fields
}

func (CosmosAPISignCosmosTransactionRequest) Authorization

func (CosmosAPISignCosmosTransactionRequest) CosmosTransactionInput

func (CosmosAPISignCosmosTransactionRequest) Execute

type CosmosInput

type CosmosInput struct {
	Network    *string `json:"network,omitempty"`
	PrivateKey *string `json:"private_key,omitempty"`
}

CosmosInput struct for CosmosInput

func NewCosmosInput

func NewCosmosInput() *CosmosInput

NewCosmosInput instantiates a new CosmosInput 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 NewCosmosInputWithDefaults

func NewCosmosInputWithDefaults() *CosmosInput

NewCosmosInputWithDefaults instantiates a new CosmosInput 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 (*CosmosInput) GetNetwork

func (o *CosmosInput) GetNetwork() string

GetNetwork returns the Network field value if set, zero value otherwise.

func (*CosmosInput) GetNetworkOk

func (o *CosmosInput) GetNetworkOk() (*string, bool)

GetNetworkOk returns a tuple with the Network field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CosmosInput) GetPrivateKey

func (o *CosmosInput) GetPrivateKey() string

GetPrivateKey returns the PrivateKey field value if set, zero value otherwise.

func (*CosmosInput) GetPrivateKeyOk

func (o *CosmosInput) GetPrivateKeyOk() (*string, bool)

GetPrivateKeyOk returns a tuple with the PrivateKey field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CosmosInput) HasNetwork

func (o *CosmosInput) HasNetwork() bool

HasNetwork returns a boolean if a field has been set.

func (*CosmosInput) HasPrivateKey

func (o *CosmosInput) HasPrivateKey() bool

HasPrivateKey returns a boolean if a field has been set.

func (CosmosInput) MarshalJSON

func (o CosmosInput) MarshalJSON() ([]byte, error)

func (*CosmosInput) SetNetwork

func (o *CosmosInput) SetNetwork(v string)

SetNetwork gets a reference to the given string and assigns it to the Network field.

func (*CosmosInput) SetPrivateKey

func (o *CosmosInput) SetPrivateKey(v string)

SetPrivateKey gets a reference to the given string and assigns it to the PrivateKey field.

func (CosmosInput) ToMap

func (o CosmosInput) ToMap() (map[string]interface{}, error)

type CosmosTransactionInput

type CosmosTransactionInput struct {
	To       *string  `json:"to,omitempty"`
	Value    *float64 `json:"value,omitempty"`
	Network  *string  `json:"network,omitempty"`
	Compress *bool    `json:"compress,omitempty"`
}

CosmosTransactionInput struct for CosmosTransactionInput

func NewCosmosTransactionInput

func NewCosmosTransactionInput() *CosmosTransactionInput

NewCosmosTransactionInput instantiates a new CosmosTransactionInput 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 NewCosmosTransactionInputWithDefaults

func NewCosmosTransactionInputWithDefaults() *CosmosTransactionInput

NewCosmosTransactionInputWithDefaults instantiates a new CosmosTransactionInput 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 (*CosmosTransactionInput) GetCompress

func (o *CosmosTransactionInput) GetCompress() bool

GetCompress returns the Compress field value if set, zero value otherwise.

func (*CosmosTransactionInput) GetCompressOk

func (o *CosmosTransactionInput) GetCompressOk() (*bool, bool)

GetCompressOk returns a tuple with the Compress field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CosmosTransactionInput) GetNetwork

func (o *CosmosTransactionInput) GetNetwork() string

GetNetwork returns the Network field value if set, zero value otherwise.

func (*CosmosTransactionInput) GetNetworkOk

func (o *CosmosTransactionInput) GetNetworkOk() (*string, bool)

GetNetworkOk returns a tuple with the Network field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CosmosTransactionInput) GetTo

func (o *CosmosTransactionInput) GetTo() string

GetTo returns the To field value if set, zero value otherwise.

func (*CosmosTransactionInput) GetToOk

func (o *CosmosTransactionInput) GetToOk() (*string, bool)

GetToOk returns a tuple with the To field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CosmosTransactionInput) GetValue

func (o *CosmosTransactionInput) GetValue() float64

GetValue returns the Value field value if set, zero value otherwise.

func (*CosmosTransactionInput) GetValueOk

func (o *CosmosTransactionInput) GetValueOk() (*float64, 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 (*CosmosTransactionInput) HasCompress

func (o *CosmosTransactionInput) HasCompress() bool

HasCompress returns a boolean if a field has been set.

func (*CosmosTransactionInput) HasNetwork

func (o *CosmosTransactionInput) HasNetwork() bool

HasNetwork returns a boolean if a field has been set.

func (*CosmosTransactionInput) HasTo

func (o *CosmosTransactionInput) HasTo() bool

HasTo returns a boolean if a field has been set.

func (*CosmosTransactionInput) HasValue

func (o *CosmosTransactionInput) HasValue() bool

HasValue returns a boolean if a field has been set.

func (CosmosTransactionInput) MarshalJSON

func (o CosmosTransactionInput) MarshalJSON() ([]byte, error)

func (*CosmosTransactionInput) SetCompress

func (o *CosmosTransactionInput) SetCompress(v bool)

SetCompress gets a reference to the given bool and assigns it to the Compress field.

func (*CosmosTransactionInput) SetNetwork

func (o *CosmosTransactionInput) SetNetwork(v string)

SetNetwork gets a reference to the given string and assigns it to the Network field.

func (*CosmosTransactionInput) SetTo

func (o *CosmosTransactionInput) SetTo(v string)

SetTo gets a reference to the given string and assigns it to the To field.

func (*CosmosTransactionInput) SetValue

func (o *CosmosTransactionInput) SetValue(v float64)

SetValue gets a reference to the given float64 and assigns it to the Value field.

func (CosmosTransactionInput) ToMap

func (o CosmosTransactionInput) ToMap() (map[string]interface{}, error)

type CosmosTransactionOutput

type CosmosTransactionOutput struct {
	SignedTx        *string `json:"signedTx,omitempty"`
	TransactionHash *string `json:"transaction_hash,omitempty"`
}

CosmosTransactionOutput struct for CosmosTransactionOutput

func NewCosmosTransactionOutput

func NewCosmosTransactionOutput() *CosmosTransactionOutput

NewCosmosTransactionOutput instantiates a new CosmosTransactionOutput 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 NewCosmosTransactionOutputWithDefaults

func NewCosmosTransactionOutputWithDefaults() *CosmosTransactionOutput

NewCosmosTransactionOutputWithDefaults instantiates a new CosmosTransactionOutput 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 (*CosmosTransactionOutput) GetSignedTx

func (o *CosmosTransactionOutput) GetSignedTx() string

GetSignedTx returns the SignedTx field value if set, zero value otherwise.

func (*CosmosTransactionOutput) GetSignedTxOk

func (o *CosmosTransactionOutput) GetSignedTxOk() (*string, bool)

GetSignedTxOk returns a tuple with the SignedTx field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CosmosTransactionOutput) GetTransactionHash

func (o *CosmosTransactionOutput) GetTransactionHash() string

GetTransactionHash returns the TransactionHash field value if set, zero value otherwise.

func (*CosmosTransactionOutput) GetTransactionHashOk

func (o *CosmosTransactionOutput) GetTransactionHashOk() (*string, bool)

GetTransactionHashOk returns a tuple with the TransactionHash field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CosmosTransactionOutput) HasSignedTx

func (o *CosmosTransactionOutput) HasSignedTx() bool

HasSignedTx returns a boolean if a field has been set.

func (*CosmosTransactionOutput) HasTransactionHash

func (o *CosmosTransactionOutput) HasTransactionHash() bool

HasTransactionHash returns a boolean if a field has been set.

func (CosmosTransactionOutput) MarshalJSON

func (o CosmosTransactionOutput) MarshalJSON() ([]byte, error)

func (*CosmosTransactionOutput) SetSignedTx

func (o *CosmosTransactionOutput) SetSignedTx(v string)

SetSignedTx gets a reference to the given string and assigns it to the SignedTx field.

func (*CosmosTransactionOutput) SetTransactionHash

func (o *CosmosTransactionOutput) SetTransactionHash(v string)

SetTransactionHash gets a reference to the given string and assigns it to the TransactionHash field.

func (CosmosTransactionOutput) ToMap

func (o CosmosTransactionOutput) ToMap() (map[string]interface{}, error)

type CreateAccountInput

type CreateAccountInput struct {
	PrivateKey *string `json:"private_key,omitempty"`
}

CreateAccountInput struct for CreateAccountInput

func NewCreateAccountInput

func NewCreateAccountInput() *CreateAccountInput

NewCreateAccountInput instantiates a new CreateAccountInput 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 NewCreateAccountInputWithDefaults

func NewCreateAccountInputWithDefaults() *CreateAccountInput

NewCreateAccountInputWithDefaults instantiates a new CreateAccountInput 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 (*CreateAccountInput) GetPrivateKey

func (o *CreateAccountInput) GetPrivateKey() string

GetPrivateKey returns the PrivateKey field value if set, zero value otherwise.

func (*CreateAccountInput) GetPrivateKeyOk

func (o *CreateAccountInput) GetPrivateKeyOk() (*string, bool)

GetPrivateKeyOk returns a tuple with the PrivateKey field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CreateAccountInput) HasPrivateKey

func (o *CreateAccountInput) HasPrivateKey() bool

HasPrivateKey returns a boolean if a field has been set.

func (CreateAccountInput) MarshalJSON

func (o CreateAccountInput) MarshalJSON() ([]byte, error)

func (*CreateAccountInput) SetPrivateKey

func (o *CreateAccountInput) SetPrivateKey(v string)

SetPrivateKey gets a reference to the given string and assigns it to the PrivateKey field.

func (CreateAccountInput) ToMap

func (o CreateAccountInput) ToMap() (map[string]interface{}, error)

type CryptoCurrency

type CryptoCurrency struct {
	NetworkDisplayName string  `json:"networkDisplayName"`
	Icon               string  `json:"icon"`
	ChainId            float64 `json:"chainId"`
	Address            string  `json:"address"`
	Decimals           float64 `json:"decimals"`
	Network            string  `json:"network"`
	Symbol             string  `json:"symbol"`
	Name               string  `json:"name"`
	Code               string  `json:"code"`
	Id                 string  `json:"id"`
}

CryptoCurrency struct for CryptoCurrency

func NewCryptoCurrency

func NewCryptoCurrency(networkDisplayName string, icon string, chainId float64, address string, decimals float64, network string, symbol string, name string, code string, id string) *CryptoCurrency

NewCryptoCurrency instantiates a new CryptoCurrency 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 NewCryptoCurrencyWithDefaults

func NewCryptoCurrencyWithDefaults() *CryptoCurrency

NewCryptoCurrencyWithDefaults instantiates a new CryptoCurrency 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 (*CryptoCurrency) GetAddress

func (o *CryptoCurrency) GetAddress() string

GetAddress returns the Address field value

func (*CryptoCurrency) GetAddressOk

func (o *CryptoCurrency) GetAddressOk() (*string, bool)

GetAddressOk returns a tuple with the Address field value and a boolean to check if the value has been set.

func (*CryptoCurrency) GetChainId

func (o *CryptoCurrency) GetChainId() float64

GetChainId returns the ChainId field value

func (*CryptoCurrency) GetChainIdOk

func (o *CryptoCurrency) GetChainIdOk() (*float64, bool)

GetChainIdOk returns a tuple with the ChainId field value and a boolean to check if the value has been set.

func (*CryptoCurrency) GetCode

func (o *CryptoCurrency) GetCode() string

GetCode returns the Code field value

func (*CryptoCurrency) GetCodeOk

func (o *CryptoCurrency) GetCodeOk() (*string, bool)

GetCodeOk returns a tuple with the Code field value and a boolean to check if the value has been set.

func (*CryptoCurrency) GetDecimals

func (o *CryptoCurrency) GetDecimals() float64

GetDecimals returns the Decimals field value

func (*CryptoCurrency) GetDecimalsOk

func (o *CryptoCurrency) GetDecimalsOk() (*float64, bool)

GetDecimalsOk returns a tuple with the Decimals field value and a boolean to check if the value has been set.

func (*CryptoCurrency) GetIcon

func (o *CryptoCurrency) GetIcon() string

GetIcon returns the Icon field value

func (*CryptoCurrency) GetIconOk

func (o *CryptoCurrency) GetIconOk() (*string, bool)

GetIconOk returns a tuple with the Icon field value and a boolean to check if the value has been set.

func (*CryptoCurrency) GetId

func (o *CryptoCurrency) GetId() string

GetId returns the Id field value

func (*CryptoCurrency) GetIdOk

func (o *CryptoCurrency) GetIdOk() (*string, bool)

GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.

func (*CryptoCurrency) GetName

func (o *CryptoCurrency) GetName() string

GetName returns the Name field value

func (*CryptoCurrency) GetNameOk

func (o *CryptoCurrency) GetNameOk() (*string, bool)

GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.

func (*CryptoCurrency) GetNetwork

func (o *CryptoCurrency) GetNetwork() string

GetNetwork returns the Network field value

func (*CryptoCurrency) GetNetworkDisplayName

func (o *CryptoCurrency) GetNetworkDisplayName() string

GetNetworkDisplayName returns the NetworkDisplayName field value

func (*CryptoCurrency) GetNetworkDisplayNameOk

func (o *CryptoCurrency) GetNetworkDisplayNameOk() (*string, bool)

GetNetworkDisplayNameOk returns a tuple with the NetworkDisplayName field value and a boolean to check if the value has been set.

func (*CryptoCurrency) GetNetworkOk

func (o *CryptoCurrency) GetNetworkOk() (*string, bool)

GetNetworkOk returns a tuple with the Network field value and a boolean to check if the value has been set.

func (*CryptoCurrency) GetSymbol

func (o *CryptoCurrency) GetSymbol() string

GetSymbol returns the Symbol field value

func (*CryptoCurrency) GetSymbolOk

func (o *CryptoCurrency) GetSymbolOk() (*string, bool)

GetSymbolOk returns a tuple with the Symbol field value and a boolean to check if the value has been set.

func (CryptoCurrency) MarshalJSON

func (o CryptoCurrency) MarshalJSON() ([]byte, error)

func (*CryptoCurrency) SetAddress

func (o *CryptoCurrency) SetAddress(v string)

SetAddress sets field value

func (*CryptoCurrency) SetChainId

func (o *CryptoCurrency) SetChainId(v float64)

SetChainId sets field value

func (*CryptoCurrency) SetCode

func (o *CryptoCurrency) SetCode(v string)

SetCode sets field value

func (*CryptoCurrency) SetDecimals

func (o *CryptoCurrency) SetDecimals(v float64)

SetDecimals sets field value

func (*CryptoCurrency) SetIcon

func (o *CryptoCurrency) SetIcon(v string)

SetIcon sets field value

func (*CryptoCurrency) SetId

func (o *CryptoCurrency) SetId(v string)

SetId sets field value

func (*CryptoCurrency) SetName

func (o *CryptoCurrency) SetName(v string)

SetName sets field value

func (*CryptoCurrency) SetNetwork

func (o *CryptoCurrency) SetNetwork(v string)

SetNetwork sets field value

func (*CryptoCurrency) SetNetworkDisplayName

func (o *CryptoCurrency) SetNetworkDisplayName(v string)

SetNetworkDisplayName sets field value

func (*CryptoCurrency) SetSymbol

func (o *CryptoCurrency) SetSymbol(v string)

SetSymbol sets field value

func (CryptoCurrency) ToMap

func (o CryptoCurrency) ToMap() (map[string]interface{}, error)

func (*CryptoCurrency) UnmarshalJSON

func (o *CryptoCurrency) UnmarshalJSON(data []byte) (err error)

type DefaultAPI

type DefaultAPI interface {

	/*
		GetMessage Method for GetMessage

		@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
		@return DefaultAPIGetMessageRequest
	*/
	GetMessage(ctx context.Context) DefaultAPIGetMessageRequest

	// GetMessageExecute executes the request
	//  @return PingResponse
	GetMessageExecute(r DefaultAPIGetMessageRequest) (*PingResponse, *http.Response, error)
}

type DefaultAPIGetMessageRequest

type DefaultAPIGetMessageRequest struct {
	ApiService DefaultAPI
	// contains filtered or unexported fields
}

func (DefaultAPIGetMessageRequest) Execute

type DefaultAPIService

type DefaultAPIService service

DefaultAPIService DefaultAPI service

func (*DefaultAPIService) GetMessage

GetMessage Method for GetMessage

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return DefaultAPIGetMessageRequest

func (*DefaultAPIService) GetMessageExecute

Execute executes the request

@return PingResponse

type DeployInput

type DeployInput struct {
	ChainId         *string `json:"chain_id,omitempty"`
	Abi             string  `json:"abi"`
	Bytecode        string  `json:"bytecode"`
	ConstructorArgs *string `json:"constructor_args,omitempty"`
}

DeployInput struct for DeployInput

func NewDeployInput

func NewDeployInput(abi string, bytecode string) *DeployInput

NewDeployInput instantiates a new DeployInput 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 NewDeployInputWithDefaults

func NewDeployInputWithDefaults() *DeployInput

NewDeployInputWithDefaults instantiates a new DeployInput 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 (*DeployInput) GetAbi

func (o *DeployInput) GetAbi() string

GetAbi returns the Abi field value

func (*DeployInput) GetAbiOk

func (o *DeployInput) GetAbiOk() (*string, bool)

GetAbiOk returns a tuple with the Abi field value and a boolean to check if the value has been set.

func (*DeployInput) GetBytecode

func (o *DeployInput) GetBytecode() string

GetBytecode returns the Bytecode field value

func (*DeployInput) GetBytecodeOk

func (o *DeployInput) GetBytecodeOk() (*string, bool)

GetBytecodeOk returns a tuple with the Bytecode field value and a boolean to check if the value has been set.

func (*DeployInput) GetChainId

func (o *DeployInput) GetChainId() string

GetChainId returns the ChainId field value if set, zero value otherwise.

func (*DeployInput) GetChainIdOk

func (o *DeployInput) 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 (*DeployInput) GetConstructorArgs

func (o *DeployInput) GetConstructorArgs() string

GetConstructorArgs returns the ConstructorArgs field value if set, zero value otherwise.

func (*DeployInput) GetConstructorArgsOk

func (o *DeployInput) GetConstructorArgsOk() (*string, bool)

GetConstructorArgsOk returns a tuple with the ConstructorArgs field value if set, nil otherwise and a boolean to check if the value has been set.

func (*DeployInput) HasChainId

func (o *DeployInput) HasChainId() bool

HasChainId returns a boolean if a field has been set.

func (*DeployInput) HasConstructorArgs

func (o *DeployInput) HasConstructorArgs() bool

HasConstructorArgs returns a boolean if a field has been set.

func (DeployInput) MarshalJSON

func (o DeployInput) MarshalJSON() ([]byte, error)

func (*DeployInput) SetAbi

func (o *DeployInput) SetAbi(v string)

SetAbi sets field value

func (*DeployInput) SetBytecode

func (o *DeployInput) SetBytecode(v string)

SetBytecode sets field value

func (*DeployInput) SetChainId

func (o *DeployInput) SetChainId(v string)

SetChainId gets a reference to the given string and assigns it to the ChainId field.

func (*DeployInput) SetConstructorArgs

func (o *DeployInput) SetConstructorArgs(v string)

SetConstructorArgs gets a reference to the given string and assigns it to the ConstructorArgs field.

func (DeployInput) ToMap

func (o DeployInput) ToMap() (map[string]interface{}, error)

func (*DeployInput) UnmarshalJSON

func (o *DeployInput) UnmarshalJSON(data []byte) (err error)

type DogeCoinAPI

type DogeCoinAPI interface {

	/*
		CreateDogeCoinAccount Method for CreateDogeCoinAccount

		@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
		@return DogeCoinAPICreateDogeCoinAccountRequest
	*/
	CreateDogeCoinAccount(ctx context.Context) DogeCoinAPICreateDogeCoinAccountRequest

	// CreateDogeCoinAccountExecute executes the request
	//  @return AccountAPIResponse
	CreateDogeCoinAccountExecute(r DogeCoinAPICreateDogeCoinAccountRequest) (*AccountAPIResponse, *http.Response, error)

	/*
		GetDogeCoinAccount Method for GetDogeCoinAccount

		@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
		@param accountName
		@return DogeCoinAPIGetDogeCoinAccountRequest
	*/
	GetDogeCoinAccount(ctx context.Context, accountName string) DogeCoinAPIGetDogeCoinAccountRequest

	// GetDogeCoinAccountExecute executes the request
	//  @return AccountAPIResponse
	GetDogeCoinAccountExecute(r DogeCoinAPIGetDogeCoinAccountRequest) (*AccountAPIResponse, *http.Response, error)

	/*
		ListDogeCoinAccounts Method for ListDogeCoinAccounts

		@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
		@return DogeCoinAPIListDogeCoinAccountsRequest
	*/
	ListDogeCoinAccounts(ctx context.Context) DogeCoinAPIListDogeCoinAccountsRequest

	// ListDogeCoinAccountsExecute executes the request
	//  @return AccountAPIResponse
	ListDogeCoinAccountsExecute(r DogeCoinAPIListDogeCoinAccountsRequest) (*AccountAPIResponse, *http.Response, error)

	/*
		SignDogeCoinTransaction Method for SignDogeCoinTransaction

		@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
		@param accountName
		@return DogeCoinAPISignDogeCoinTransactionRequest
	*/
	SignDogeCoinTransaction(ctx context.Context, accountName string) DogeCoinAPISignDogeCoinTransactionRequest

	// SignDogeCoinTransactionExecute executes the request
	//  @return DogeCoinAPIResponse
	SignDogeCoinTransactionExecute(r DogeCoinAPISignDogeCoinTransactionRequest) (*DogeCoinAPIResponse, *http.Response, error)
}

type DogeCoinAPICreateDogeCoinAccountRequest

type DogeCoinAPICreateDogeCoinAccountRequest struct {
	ApiService DogeCoinAPI
	// contains filtered or unexported fields
}

func (DogeCoinAPICreateDogeCoinAccountRequest) Authorization

func (DogeCoinAPICreateDogeCoinAccountRequest) DogeCoinInput

func (DogeCoinAPICreateDogeCoinAccountRequest) Execute

type DogeCoinAPIGetDogeCoinAccountRequest

type DogeCoinAPIGetDogeCoinAccountRequest struct {
	ApiService DogeCoinAPI
	// contains filtered or unexported fields
}

func (DogeCoinAPIGetDogeCoinAccountRequest) Authorization

func (DogeCoinAPIGetDogeCoinAccountRequest) Execute

type DogeCoinAPIListDogeCoinAccountsRequest

type DogeCoinAPIListDogeCoinAccountsRequest struct {
	ApiService DogeCoinAPI
	// contains filtered or unexported fields
}

func (DogeCoinAPIListDogeCoinAccountsRequest) Authorization

func (DogeCoinAPIListDogeCoinAccountsRequest) Execute

type DogeCoinAPIResponse

type DogeCoinAPIResponse struct {
	Success bool                       `json:"success"`
	Message string                     `json:"message"`
	Body    *InputBody                 `json:"body,omitempty"`
	Address *string                    `json:"address,omitempty"`
	Data    *DogeCoinTransactionOutput `json:"data,omitempty"`
}

DogeCoinAPIResponse struct for DogeCoinAPIResponse

func NewDogeCoinAPIResponse

func NewDogeCoinAPIResponse(success bool, message string) *DogeCoinAPIResponse

NewDogeCoinAPIResponse instantiates a new DogeCoinAPIResponse 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 NewDogeCoinAPIResponseWithDefaults

func NewDogeCoinAPIResponseWithDefaults() *DogeCoinAPIResponse

NewDogeCoinAPIResponseWithDefaults instantiates a new DogeCoinAPIResponse 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 (*DogeCoinAPIResponse) GetAddress

func (o *DogeCoinAPIResponse) GetAddress() string

GetAddress returns the Address field value if set, zero value otherwise.

func (*DogeCoinAPIResponse) GetAddressOk

func (o *DogeCoinAPIResponse) GetAddressOk() (*string, 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 (*DogeCoinAPIResponse) GetBody

func (o *DogeCoinAPIResponse) GetBody() InputBody

GetBody returns the Body field value if set, zero value otherwise.

func (*DogeCoinAPIResponse) GetBodyOk

func (o *DogeCoinAPIResponse) GetBodyOk() (*InputBody, 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 (*DogeCoinAPIResponse) GetData

GetData returns the Data field value if set, zero value otherwise.

func (*DogeCoinAPIResponse) GetDataOk

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 (*DogeCoinAPIResponse) GetMessage

func (o *DogeCoinAPIResponse) GetMessage() string

GetMessage returns the Message field value

func (*DogeCoinAPIResponse) GetMessageOk

func (o *DogeCoinAPIResponse) GetMessageOk() (*string, bool)

GetMessageOk returns a tuple with the Message field value and a boolean to check if the value has been set.

func (*DogeCoinAPIResponse) GetSuccess

func (o *DogeCoinAPIResponse) GetSuccess() bool

GetSuccess returns the Success field value

func (*DogeCoinAPIResponse) GetSuccessOk

func (o *DogeCoinAPIResponse) GetSuccessOk() (*bool, bool)

GetSuccessOk returns a tuple with the Success field value and a boolean to check if the value has been set.

func (*DogeCoinAPIResponse) HasAddress

func (o *DogeCoinAPIResponse) HasAddress() bool

HasAddress returns a boolean if a field has been set.

func (*DogeCoinAPIResponse) HasBody

func (o *DogeCoinAPIResponse) HasBody() bool

HasBody returns a boolean if a field has been set.

func (*DogeCoinAPIResponse) HasData

func (o *DogeCoinAPIResponse) HasData() bool

HasData returns a boolean if a field has been set.

func (DogeCoinAPIResponse) MarshalJSON

func (o DogeCoinAPIResponse) MarshalJSON() ([]byte, error)

func (*DogeCoinAPIResponse) SetAddress

func (o *DogeCoinAPIResponse) SetAddress(v string)

SetAddress gets a reference to the given string and assigns it to the Address field.

func (*DogeCoinAPIResponse) SetBody

func (o *DogeCoinAPIResponse) SetBody(v InputBody)

SetBody gets a reference to the given InputBody and assigns it to the Body field.

func (*DogeCoinAPIResponse) SetData

SetData gets a reference to the given DogeCoinTransactionOutput and assigns it to the Data field.

func (*DogeCoinAPIResponse) SetMessage

func (o *DogeCoinAPIResponse) SetMessage(v string)

SetMessage sets field value

func (*DogeCoinAPIResponse) SetSuccess

func (o *DogeCoinAPIResponse) SetSuccess(v bool)

SetSuccess sets field value

func (DogeCoinAPIResponse) ToMap

func (o DogeCoinAPIResponse) ToMap() (map[string]interface{}, error)

func (*DogeCoinAPIResponse) UnmarshalJSON

func (o *DogeCoinAPIResponse) UnmarshalJSON(data []byte) (err error)

type DogeCoinAPIService

type DogeCoinAPIService service

DogeCoinAPIService DogeCoinAPI service

func (*DogeCoinAPIService) CreateDogeCoinAccount

CreateDogeCoinAccount Method for CreateDogeCoinAccount

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return DogeCoinAPICreateDogeCoinAccountRequest

func (*DogeCoinAPIService) CreateDogeCoinAccountExecute

Execute executes the request

@return AccountAPIResponse

func (*DogeCoinAPIService) GetDogeCoinAccount

func (a *DogeCoinAPIService) GetDogeCoinAccount(ctx context.Context, accountName string) DogeCoinAPIGetDogeCoinAccountRequest

GetDogeCoinAccount Method for GetDogeCoinAccount

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param accountName
@return DogeCoinAPIGetDogeCoinAccountRequest

func (*DogeCoinAPIService) GetDogeCoinAccountExecute

Execute executes the request

@return AccountAPIResponse

func (*DogeCoinAPIService) ListDogeCoinAccounts

ListDogeCoinAccounts Method for ListDogeCoinAccounts

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return DogeCoinAPIListDogeCoinAccountsRequest

func (*DogeCoinAPIService) ListDogeCoinAccountsExecute

Execute executes the request

@return AccountAPIResponse

func (*DogeCoinAPIService) SignDogeCoinTransaction

func (a *DogeCoinAPIService) SignDogeCoinTransaction(ctx context.Context, accountName string) DogeCoinAPISignDogeCoinTransactionRequest

SignDogeCoinTransaction Method for SignDogeCoinTransaction

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param accountName
@return DogeCoinAPISignDogeCoinTransactionRequest

func (*DogeCoinAPIService) SignDogeCoinTransactionExecute

Execute executes the request

@return DogeCoinAPIResponse

type DogeCoinAPISignDogeCoinTransactionRequest

type DogeCoinAPISignDogeCoinTransactionRequest struct {
	ApiService DogeCoinAPI
	// contains filtered or unexported fields
}

func (DogeCoinAPISignDogeCoinTransactionRequest) Authorization

func (DogeCoinAPISignDogeCoinTransactionRequest) DogeCoinTransactionInput

func (DogeCoinAPISignDogeCoinTransactionRequest) Execute

type DogeCoinInput

type DogeCoinInput struct {
	Network    *string `json:"network,omitempty"`
	PrivateKey *string `json:"private_key,omitempty"`
}

DogeCoinInput struct for DogeCoinInput

func NewDogeCoinInput

func NewDogeCoinInput() *DogeCoinInput

NewDogeCoinInput instantiates a new DogeCoinInput 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 NewDogeCoinInputWithDefaults

func NewDogeCoinInputWithDefaults() *DogeCoinInput

NewDogeCoinInputWithDefaults instantiates a new DogeCoinInput 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 (*DogeCoinInput) GetNetwork

func (o *DogeCoinInput) GetNetwork() string

GetNetwork returns the Network field value if set, zero value otherwise.

func (*DogeCoinInput) GetNetworkOk

func (o *DogeCoinInput) GetNetworkOk() (*string, bool)

GetNetworkOk returns a tuple with the Network field value if set, nil otherwise and a boolean to check if the value has been set.

func (*DogeCoinInput) GetPrivateKey

func (o *DogeCoinInput) GetPrivateKey() string

GetPrivateKey returns the PrivateKey field value if set, zero value otherwise.

func (*DogeCoinInput) GetPrivateKeyOk

func (o *DogeCoinInput) GetPrivateKeyOk() (*string, bool)

GetPrivateKeyOk returns a tuple with the PrivateKey field value if set, nil otherwise and a boolean to check if the value has been set.

func (*DogeCoinInput) HasNetwork

func (o *DogeCoinInput) HasNetwork() bool

HasNetwork returns a boolean if a field has been set.

func (*DogeCoinInput) HasPrivateKey

func (o *DogeCoinInput) HasPrivateKey() bool

HasPrivateKey returns a boolean if a field has been set.

func (DogeCoinInput) MarshalJSON

func (o DogeCoinInput) MarshalJSON() ([]byte, error)

func (*DogeCoinInput) SetNetwork

func (o *DogeCoinInput) SetNetwork(v string)

SetNetwork gets a reference to the given string and assigns it to the Network field.

func (*DogeCoinInput) SetPrivateKey

func (o *DogeCoinInput) SetPrivateKey(v string)

SetPrivateKey gets a reference to the given string and assigns it to the PrivateKey field.

func (DogeCoinInput) ToMap

func (o DogeCoinInput) ToMap() (map[string]interface{}, error)

type DogeCoinTransactionInput

type DogeCoinTransactionInput struct {
	To       *string  `json:"to,omitempty"`
	Value    *float64 `json:"value,omitempty"`
	Network  *string  `json:"network,omitempty"`
	Compress *bool    `json:"compress,omitempty"`
}

DogeCoinTransactionInput struct for DogeCoinTransactionInput

func NewDogeCoinTransactionInput

func NewDogeCoinTransactionInput() *DogeCoinTransactionInput

NewDogeCoinTransactionInput instantiates a new DogeCoinTransactionInput 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 NewDogeCoinTransactionInputWithDefaults

func NewDogeCoinTransactionInputWithDefaults() *DogeCoinTransactionInput

NewDogeCoinTransactionInputWithDefaults instantiates a new DogeCoinTransactionInput 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 (*DogeCoinTransactionInput) GetCompress

func (o *DogeCoinTransactionInput) GetCompress() bool

GetCompress returns the Compress field value if set, zero value otherwise.

func (*DogeCoinTransactionInput) GetCompressOk

func (o *DogeCoinTransactionInput) GetCompressOk() (*bool, bool)

GetCompressOk returns a tuple with the Compress field value if set, nil otherwise and a boolean to check if the value has been set.

func (*DogeCoinTransactionInput) GetNetwork

func (o *DogeCoinTransactionInput) GetNetwork() string

GetNetwork returns the Network field value if set, zero value otherwise.

func (*DogeCoinTransactionInput) GetNetworkOk

func (o *DogeCoinTransactionInput) GetNetworkOk() (*string, bool)

GetNetworkOk returns a tuple with the Network field value if set, nil otherwise and a boolean to check if the value has been set.

func (*DogeCoinTransactionInput) GetTo

func (o *DogeCoinTransactionInput) GetTo() string

GetTo returns the To field value if set, zero value otherwise.

func (*DogeCoinTransactionInput) GetToOk

func (o *DogeCoinTransactionInput) GetToOk() (*string, bool)

GetToOk returns a tuple with the To field value if set, nil otherwise and a boolean to check if the value has been set.

func (*DogeCoinTransactionInput) GetValue

func (o *DogeCoinTransactionInput) GetValue() float64

GetValue returns the Value field value if set, zero value otherwise.

func (*DogeCoinTransactionInput) GetValueOk

func (o *DogeCoinTransactionInput) GetValueOk() (*float64, 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 (*DogeCoinTransactionInput) HasCompress

func (o *DogeCoinTransactionInput) HasCompress() bool

HasCompress returns a boolean if a field has been set.

func (*DogeCoinTransactionInput) HasNetwork

func (o *DogeCoinTransactionInput) HasNetwork() bool

HasNetwork returns a boolean if a field has been set.

func (*DogeCoinTransactionInput) HasTo

func (o *DogeCoinTransactionInput) HasTo() bool

HasTo returns a boolean if a field has been set.

func (*DogeCoinTransactionInput) HasValue

func (o *DogeCoinTransactionInput) HasValue() bool

HasValue returns a boolean if a field has been set.

func (DogeCoinTransactionInput) MarshalJSON

func (o DogeCoinTransactionInput) MarshalJSON() ([]byte, error)

func (*DogeCoinTransactionInput) SetCompress

func (o *DogeCoinTransactionInput) SetCompress(v bool)

SetCompress gets a reference to the given bool and assigns it to the Compress field.

func (*DogeCoinTransactionInput) SetNetwork

func (o *DogeCoinTransactionInput) SetNetwork(v string)

SetNetwork gets a reference to the given string and assigns it to the Network field.

func (*DogeCoinTransactionInput) SetTo

func (o *DogeCoinTransactionInput) SetTo(v string)

SetTo gets a reference to the given string and assigns it to the To field.

func (*DogeCoinTransactionInput) SetValue

func (o *DogeCoinTransactionInput) SetValue(v float64)

SetValue gets a reference to the given float64 and assigns it to the Value field.

func (DogeCoinTransactionInput) ToMap

func (o DogeCoinTransactionInput) ToMap() (map[string]interface{}, error)

type DogeCoinTransactionOutput

type DogeCoinTransactionOutput struct {
	SignedTx        *string `json:"signedTx,omitempty"`
	TransactionHash *string `json:"transaction_hash,omitempty"`
}

DogeCoinTransactionOutput struct for DogeCoinTransactionOutput

func NewDogeCoinTransactionOutput

func NewDogeCoinTransactionOutput() *DogeCoinTransactionOutput

NewDogeCoinTransactionOutput instantiates a new DogeCoinTransactionOutput 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 NewDogeCoinTransactionOutputWithDefaults

func NewDogeCoinTransactionOutputWithDefaults() *DogeCoinTransactionOutput

NewDogeCoinTransactionOutputWithDefaults instantiates a new DogeCoinTransactionOutput 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 (*DogeCoinTransactionOutput) GetSignedTx

func (o *DogeCoinTransactionOutput) GetSignedTx() string

GetSignedTx returns the SignedTx field value if set, zero value otherwise.

func (*DogeCoinTransactionOutput) GetSignedTxOk

func (o *DogeCoinTransactionOutput) GetSignedTxOk() (*string, bool)

GetSignedTxOk returns a tuple with the SignedTx field value if set, nil otherwise and a boolean to check if the value has been set.

func (*DogeCoinTransactionOutput) GetTransactionHash

func (o *DogeCoinTransactionOutput) GetTransactionHash() string

GetTransactionHash returns the TransactionHash field value if set, zero value otherwise.

func (*DogeCoinTransactionOutput) GetTransactionHashOk

func (o *DogeCoinTransactionOutput) GetTransactionHashOk() (*string, bool)

GetTransactionHashOk returns a tuple with the TransactionHash field value if set, nil otherwise and a boolean to check if the value has been set.

func (*DogeCoinTransactionOutput) HasSignedTx

func (o *DogeCoinTransactionOutput) HasSignedTx() bool

HasSignedTx returns a boolean if a field has been set.

func (*DogeCoinTransactionOutput) HasTransactionHash

func (o *DogeCoinTransactionOutput) HasTransactionHash() bool

HasTransactionHash returns a boolean if a field has been set.

func (DogeCoinTransactionOutput) MarshalJSON

func (o DogeCoinTransactionOutput) MarshalJSON() ([]byte, error)

func (*DogeCoinTransactionOutput) SetSignedTx

func (o *DogeCoinTransactionOutput) SetSignedTx(v string)

SetSignedTx gets a reference to the given string and assigns it to the SignedTx field.

func (*DogeCoinTransactionOutput) SetTransactionHash

func (o *DogeCoinTransactionOutput) SetTransactionHash(v string)

SetTransactionHash gets a reference to the given string and assigns it to the TransactionHash field.

func (DogeCoinTransactionOutput) ToMap

func (o DogeCoinTransactionOutput) ToMap() (map[string]interface{}, error)

type ENSAPI

type ENSAPI interface {

	/*
		Resolve Method for Resolve

		@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
		@return ENSAPIResolveRequest
	*/
	Resolve(ctx context.Context) ENSAPIResolveRequest

	// ResolveExecute executes the request
	//  @return EnsResolveAPIResponse
	ResolveExecute(r ENSAPIResolveRequest) (*EnsResolveAPIResponse, *http.Response, error)
}

type ENSAPIResolveRequest

type ENSAPIResolveRequest struct {
	ApiService ENSAPI
	// contains filtered or unexported fields
}

func (ENSAPIResolveRequest) Authorization

func (r ENSAPIResolveRequest) Authorization(authorization string) ENSAPIResolveRequest

func (ENSAPIResolveRequest) EnsResolveInput

func (r ENSAPIResolveRequest) EnsResolveInput(ensResolveInput EnsResolveInput) ENSAPIResolveRequest

func (ENSAPIResolveRequest) Execute

type ENSAPIService

type ENSAPIService service

ENSAPIService ENSAPI service

func (*ENSAPIService) Resolve

Resolve Method for Resolve

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ENSAPIResolveRequest

func (*ENSAPIService) ResolveExecute

Execute executes the request

@return EnsResolveAPIResponse

type ERC1155API

type ERC1155API interface {

	/*
		BalanceOf Method for BalanceOf

		@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
		@param name
		@return ERC1155APIBalanceOfRequest
	*/
	BalanceOf(ctx context.Context, name string) ERC1155APIBalanceOfRequest

	// BalanceOfExecute executes the request
	//  @return TransactionAPIResponse
	BalanceOfExecute(r ERC1155APIBalanceOfRequest) (*TransactionAPIResponse, *http.Response, error)

	/*
		BalanceOfBatch Method for BalanceOfBatch

		@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
		@param name
		@return ERC1155APIBalanceOfBatchRequest
	*/
	BalanceOfBatch(ctx context.Context, name string) ERC1155APIBalanceOfBatchRequest

	// BalanceOfBatchExecute executes the request
	//  @return TransactionAPIResponse
	BalanceOfBatchExecute(r ERC1155APIBalanceOfBatchRequest) (*TransactionAPIResponse, *http.Response, error)

	/*
		IsApprovedForAll Method for IsApprovedForAll

		@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
		@param name
		@return ERC1155APIIsApprovedForAllRequest
	*/
	IsApprovedForAll(ctx context.Context, name string) ERC1155APIIsApprovedForAllRequest

	// IsApprovedForAllExecute executes the request
	//  @return TransactionAPIResponse
	IsApprovedForAllExecute(r ERC1155APIIsApprovedForAllRequest) (*TransactionAPIResponse, *http.Response, error)

	/*
		SafeBatchTransferFrom Method for SafeBatchTransferFrom

		@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
		@param name
		@return ERC1155APISafeBatchTransferFromRequest
	*/
	SafeBatchTransferFrom(ctx context.Context, name string) ERC1155APISafeBatchTransferFromRequest

	// SafeBatchTransferFromExecute executes the request
	//  @return TransactionAPIResponse
	SafeBatchTransferFromExecute(r ERC1155APISafeBatchTransferFromRequest) (*TransactionAPIResponse, *http.Response, error)

	/*
		SafeTransferFrom Method for SafeTransferFrom

		@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
		@param name
		@return ERC1155APISafeTransferFromRequest
	*/
	SafeTransferFrom(ctx context.Context, name string) ERC1155APISafeTransferFromRequest

	// SafeTransferFromExecute executes the request
	//  @return TransactionAPIResponse
	SafeTransferFromExecute(r ERC1155APISafeTransferFromRequest) (*TransactionAPIResponse, *http.Response, error)

	/*
		SetApprovalForAll Method for SetApprovalForAll

		@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
		@param name
		@return ERC1155APISetApprovalForAllRequest
	*/
	SetApprovalForAll(ctx context.Context, name string) ERC1155APISetApprovalForAllRequest

	// SetApprovalForAllExecute executes the request
	//  @return TransactionAPIResponse
	SetApprovalForAllExecute(r ERC1155APISetApprovalForAllRequest) (*TransactionAPIResponse, *http.Response, error)
}

type ERC1155APIBalanceOfBatchRequest

type ERC1155APIBalanceOfBatchRequest struct {
	ApiService ERC1155API
	// contains filtered or unexported fields
}

func (ERC1155APIBalanceOfBatchRequest) Authorization

func (ERC1155APIBalanceOfBatchRequest) Erc1155Request

func (ERC1155APIBalanceOfBatchRequest) Execute

type ERC1155APIBalanceOfRequest

type ERC1155APIBalanceOfRequest struct {
	ApiService ERC1155API
	// contains filtered or unexported fields
}

func (ERC1155APIBalanceOfRequest) Authorization

func (r ERC1155APIBalanceOfRequest) Authorization(authorization string) ERC1155APIBalanceOfRequest

func (ERC1155APIBalanceOfRequest) Erc1155Request

func (r ERC1155APIBalanceOfRequest) Erc1155Request(erc1155Request Erc1155Request) ERC1155APIBalanceOfRequest

func (ERC1155APIBalanceOfRequest) Execute

type ERC1155APIIsApprovedForAllRequest

type ERC1155APIIsApprovedForAllRequest struct {
	ApiService ERC1155API
	// contains filtered or unexported fields
}

func (ERC1155APIIsApprovedForAllRequest) Authorization

func (ERC1155APIIsApprovedForAllRequest) Erc1155Request

func (ERC1155APIIsApprovedForAllRequest) Execute

type ERC1155APISafeBatchTransferFromRequest

type ERC1155APISafeBatchTransferFromRequest struct {
	ApiService ERC1155API
	// contains filtered or unexported fields
}

func (ERC1155APISafeBatchTransferFromRequest) Authorization

func (ERC1155APISafeBatchTransferFromRequest) Erc1155Request

func (ERC1155APISafeBatchTransferFromRequest) Execute

type ERC1155APISafeTransferFromRequest

type ERC1155APISafeTransferFromRequest struct {
	ApiService ERC1155API
	// contains filtered or unexported fields
}

func (ERC1155APISafeTransferFromRequest) Authorization

func (ERC1155APISafeTransferFromRequest) Erc1155Request

func (ERC1155APISafeTransferFromRequest) Execute

type ERC1155APIService

type ERC1155APIService service

ERC1155APIService ERC1155API service

func (*ERC1155APIService) BalanceOf

BalanceOf Method for BalanceOf

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param name
@return ERC1155APIBalanceOfRequest

func (*ERC1155APIService) BalanceOfBatch

BalanceOfBatch Method for BalanceOfBatch

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param name
@return ERC1155APIBalanceOfBatchRequest

func (*ERC1155APIService) BalanceOfBatchExecute

Execute executes the request

@return TransactionAPIResponse

func (*ERC1155APIService) BalanceOfExecute

Execute executes the request

@return TransactionAPIResponse

func (*ERC1155APIService) IsApprovedForAll

IsApprovedForAll Method for IsApprovedForAll

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param name
@return ERC1155APIIsApprovedForAllRequest

func (*ERC1155APIService) IsApprovedForAllExecute

Execute executes the request

@return TransactionAPIResponse

func (*ERC1155APIService) SafeBatchTransferFrom

SafeBatchTransferFrom Method for SafeBatchTransferFrom

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param name
@return ERC1155APISafeBatchTransferFromRequest

func (*ERC1155APIService) SafeBatchTransferFromExecute

Execute executes the request

@return TransactionAPIResponse

func (*ERC1155APIService) SafeTransferFrom

SafeTransferFrom Method for SafeTransferFrom

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param name
@return ERC1155APISafeTransferFromRequest

func (*ERC1155APIService) SafeTransferFromExecute

Execute executes the request

@return TransactionAPIResponse

func (*ERC1155APIService) SetApprovalForAll

SetApprovalForAll Method for SetApprovalForAll

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param name
@return ERC1155APISetApprovalForAllRequest

func (*ERC1155APIService) SetApprovalForAllExecute

Execute executes the request

@return TransactionAPIResponse

type ERC1155APISetApprovalForAllRequest

type ERC1155APISetApprovalForAllRequest struct {
	ApiService ERC1155API
	// contains filtered or unexported fields
}

func (ERC1155APISetApprovalForAllRequest) Authorization

func (ERC1155APISetApprovalForAllRequest) Erc1155Request

func (ERC1155APISetApprovalForAllRequest) Execute

type EnsResolveAPIResponse

type EnsResolveAPIResponse struct {
	Success bool                `json:"success"`
	Message string              `json:"message"`
	Body    *InputBody          `json:"body,omitempty"`
	Address *string             `json:"address,omitempty"`
	Data    *EnsResolveResponse `json:"data,omitempty"`
}

EnsResolveAPIResponse struct for EnsResolveAPIResponse

func NewEnsResolveAPIResponse

func NewEnsResolveAPIResponse(success bool, message string) *EnsResolveAPIResponse

NewEnsResolveAPIResponse instantiates a new EnsResolveAPIResponse 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 NewEnsResolveAPIResponseWithDefaults

func NewEnsResolveAPIResponseWithDefaults() *EnsResolveAPIResponse

NewEnsResolveAPIResponseWithDefaults instantiates a new EnsResolveAPIResponse 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 (*EnsResolveAPIResponse) GetAddress

func (o *EnsResolveAPIResponse) GetAddress() string

GetAddress returns the Address field value if set, zero value otherwise.

func (*EnsResolveAPIResponse) GetAddressOk

func (o *EnsResolveAPIResponse) GetAddressOk() (*string, 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 (*EnsResolveAPIResponse) GetBody

func (o *EnsResolveAPIResponse) GetBody() InputBody

GetBody returns the Body field value if set, zero value otherwise.

func (*EnsResolveAPIResponse) GetBodyOk

func (o *EnsResolveAPIResponse) GetBodyOk() (*InputBody, 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 (*EnsResolveAPIResponse) GetData

GetData returns the Data field value if set, zero value otherwise.

func (*EnsResolveAPIResponse) GetDataOk

func (o *EnsResolveAPIResponse) GetDataOk() (*EnsResolveResponse, 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 (*EnsResolveAPIResponse) GetMessage

func (o *EnsResolveAPIResponse) GetMessage() string

GetMessage returns the Message field value

func (*EnsResolveAPIResponse) GetMessageOk

func (o *EnsResolveAPIResponse) GetMessageOk() (*string, bool)

GetMessageOk returns a tuple with the Message field value and a boolean to check if the value has been set.

func (*EnsResolveAPIResponse) GetSuccess

func (o *EnsResolveAPIResponse) GetSuccess() bool

GetSuccess returns the Success field value

func (*EnsResolveAPIResponse) GetSuccessOk

func (o *EnsResolveAPIResponse) GetSuccessOk() (*bool, bool)

GetSuccessOk returns a tuple with the Success field value and a boolean to check if the value has been set.

func (*EnsResolveAPIResponse) HasAddress

func (o *EnsResolveAPIResponse) HasAddress() bool

HasAddress returns a boolean if a field has been set.

func (*EnsResolveAPIResponse) HasBody

func (o *EnsResolveAPIResponse) HasBody() bool

HasBody returns a boolean if a field has been set.

func (*EnsResolveAPIResponse) HasData

func (o *EnsResolveAPIResponse) HasData() bool

HasData returns a boolean if a field has been set.

func (EnsResolveAPIResponse) MarshalJSON

func (o EnsResolveAPIResponse) MarshalJSON() ([]byte, error)

func (*EnsResolveAPIResponse) SetAddress

func (o *EnsResolveAPIResponse) SetAddress(v string)

SetAddress gets a reference to the given string and assigns it to the Address field.

func (*EnsResolveAPIResponse) SetBody

func (o *EnsResolveAPIResponse) SetBody(v InputBody)

SetBody gets a reference to the given InputBody and assigns it to the Body field.

func (*EnsResolveAPIResponse) SetData

SetData gets a reference to the given EnsResolveResponse and assigns it to the Data field.

func (*EnsResolveAPIResponse) SetMessage

func (o *EnsResolveAPIResponse) SetMessage(v string)

SetMessage sets field value

func (*EnsResolveAPIResponse) SetSuccess

func (o *EnsResolveAPIResponse) SetSuccess(v bool)

SetSuccess sets field value

func (EnsResolveAPIResponse) ToMap

func (o EnsResolveAPIResponse) ToMap() (map[string]interface{}, error)

func (*EnsResolveAPIResponse) UnmarshalJSON

func (o *EnsResolveAPIResponse) UnmarshalJSON(data []byte) (err error)

type EnsResolveInput

type EnsResolveInput struct {
	Domain  string `json:"domain"`
	ChainId string `json:"chain_id"`
}

EnsResolveInput struct for EnsResolveInput

func NewEnsResolveInput

func NewEnsResolveInput(domain string, chainId string) *EnsResolveInput

NewEnsResolveInput instantiates a new EnsResolveInput 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 NewEnsResolveInputWithDefaults

func NewEnsResolveInputWithDefaults() *EnsResolveInput

NewEnsResolveInputWithDefaults instantiates a new EnsResolveInput 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 (*EnsResolveInput) GetChainId

func (o *EnsResolveInput) GetChainId() string

GetChainId returns the ChainId field value

func (*EnsResolveInput) GetChainIdOk

func (o *EnsResolveInput) GetChainIdOk() (*string, bool)

GetChainIdOk returns a tuple with the ChainId field value and a boolean to check if the value has been set.

func (*EnsResolveInput) GetDomain

func (o *EnsResolveInput) GetDomain() string

GetDomain returns the Domain field value

func (*EnsResolveInput) GetDomainOk

func (o *EnsResolveInput) GetDomainOk() (*string, bool)

GetDomainOk returns a tuple with the Domain field value and a boolean to check if the value has been set.

func (EnsResolveInput) MarshalJSON

func (o EnsResolveInput) MarshalJSON() ([]byte, error)

func (*EnsResolveInput) SetChainId

func (o *EnsResolveInput) SetChainId(v string)

SetChainId sets field value

func (*EnsResolveInput) SetDomain

func (o *EnsResolveInput) SetDomain(v string)

SetDomain sets field value

func (EnsResolveInput) ToMap

func (o EnsResolveInput) ToMap() (map[string]interface{}, error)

func (*EnsResolveInput) UnmarshalJSON

func (o *EnsResolveInput) UnmarshalJSON(data []byte) (err error)

type EnsResolveResponse

type EnsResolveResponse struct {
	Address string `json:"address"`
}

EnsResolveResponse struct for EnsResolveResponse

func NewEnsResolveResponse

func NewEnsResolveResponse(address string) *EnsResolveResponse

NewEnsResolveResponse instantiates a new EnsResolveResponse 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 NewEnsResolveResponseWithDefaults

func NewEnsResolveResponseWithDefaults() *EnsResolveResponse

NewEnsResolveResponseWithDefaults instantiates a new EnsResolveResponse 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 (*EnsResolveResponse) GetAddress

func (o *EnsResolveResponse) GetAddress() string

GetAddress returns the Address field value

func (*EnsResolveResponse) GetAddressOk

func (o *EnsResolveResponse) GetAddressOk() (*string, bool)

GetAddressOk returns a tuple with the Address field value and a boolean to check if the value has been set.

func (EnsResolveResponse) MarshalJSON

func (o EnsResolveResponse) MarshalJSON() ([]byte, error)

func (*EnsResolveResponse) SetAddress

func (o *EnsResolveResponse) SetAddress(v string)

SetAddress sets field value

func (EnsResolveResponse) ToMap

func (o EnsResolveResponse) ToMap() (map[string]interface{}, error)

func (*EnsResolveResponse) UnmarshalJSON

func (o *EnsResolveResponse) UnmarshalJSON(data []byte) (err error)

type EosAPI

type EosAPI interface {

	/*
		CreateEosAccount Method for CreateEosAccount

		@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
		@return EosAPICreateEosAccountRequest
	*/
	CreateEosAccount(ctx context.Context) EosAPICreateEosAccountRequest

	// CreateEosAccountExecute executes the request
	//  @return AccountAPIResponse
	CreateEosAccountExecute(r EosAPICreateEosAccountRequest) (*AccountAPIResponse, *http.Response, error)

	/*
		GetEosAccount Method for GetEosAccount

		@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
		@param accountName
		@return EosAPIGetEosAccountRequest
	*/
	GetEosAccount(ctx context.Context, accountName string) EosAPIGetEosAccountRequest

	// GetEosAccountExecute executes the request
	//  @return AccountAPIResponse
	GetEosAccountExecute(r EosAPIGetEosAccountRequest) (*AccountAPIResponse, *http.Response, error)

	/*
		ListEosAccounts Method for ListEosAccounts

		@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
		@return EosAPIListEosAccountsRequest
	*/
	ListEosAccounts(ctx context.Context) EosAPIListEosAccountsRequest

	// ListEosAccountsExecute executes the request
	//  @return AccountAPIResponse
	ListEosAccountsExecute(r EosAPIListEosAccountsRequest) (*AccountAPIResponse, *http.Response, error)

	/*
		SignEosTransaction Method for SignEosTransaction

		@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
		@param accountName
		@return EosAPISignEosTransactionRequest
	*/
	SignEosTransaction(ctx context.Context, accountName string) EosAPISignEosTransactionRequest

	// SignEosTransactionExecute executes the request
	//  @return EosAPIResponse
	SignEosTransactionExecute(r EosAPISignEosTransactionRequest) (*EosAPIResponse, *http.Response, error)
}

type EosAPICreateEosAccountRequest

type EosAPICreateEosAccountRequest struct {
	ApiService EosAPI
	// contains filtered or unexported fields
}

func (EosAPICreateEosAccountRequest) Authorization

func (EosAPICreateEosAccountRequest) EosInput

func (EosAPICreateEosAccountRequest) Execute

type EosAPIGetEosAccountRequest

type EosAPIGetEosAccountRequest struct {
	ApiService EosAPI
	// contains filtered or unexported fields
}

func (EosAPIGetEosAccountRequest) Authorization

func (r EosAPIGetEosAccountRequest) Authorization(authorization string) EosAPIGetEosAccountRequest

func (EosAPIGetEosAccountRequest) Execute

type EosAPIListEosAccountsRequest

type EosAPIListEosAccountsRequest struct {
	ApiService EosAPI
	// contains filtered or unexported fields
}

func (EosAPIListEosAccountsRequest) Authorization

func (r EosAPIListEosAccountsRequest) Authorization(authorization string) EosAPIListEosAccountsRequest

func (EosAPIListEosAccountsRequest) Execute

type EosAPIResponse

type EosAPIResponse struct {
	Success bool                  `json:"success"`
	Message string                `json:"message"`
	Body    *InputBody            `json:"body,omitempty"`
	Address *string               `json:"address,omitempty"`
	Data    *EosTransactionOutput `json:"data,omitempty"`
}

EosAPIResponse struct for EosAPIResponse

func NewEosAPIResponse

func NewEosAPIResponse(success bool, message string) *EosAPIResponse

NewEosAPIResponse instantiates a new EosAPIResponse 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 NewEosAPIResponseWithDefaults

func NewEosAPIResponseWithDefaults() *EosAPIResponse

NewEosAPIResponseWithDefaults instantiates a new EosAPIResponse 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 (*EosAPIResponse) GetAddress

func (o *EosAPIResponse) GetAddress() string

GetAddress returns the Address field value if set, zero value otherwise.

func (*EosAPIResponse) GetAddressOk

func (o *EosAPIResponse) GetAddressOk() (*string, 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 (*EosAPIResponse) GetBody

func (o *EosAPIResponse) GetBody() InputBody

GetBody returns the Body field value if set, zero value otherwise.

func (*EosAPIResponse) GetBodyOk

func (o *EosAPIResponse) GetBodyOk() (*InputBody, 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 (*EosAPIResponse) GetData

func (o *EosAPIResponse) GetData() EosTransactionOutput

GetData returns the Data field value if set, zero value otherwise.

func (*EosAPIResponse) GetDataOk

func (o *EosAPIResponse) GetDataOk() (*EosTransactionOutput, 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 (*EosAPIResponse) GetMessage

func (o *EosAPIResponse) GetMessage() string

GetMessage returns the Message field value

func (*EosAPIResponse) GetMessageOk

func (o *EosAPIResponse) GetMessageOk() (*string, bool)

GetMessageOk returns a tuple with the Message field value and a boolean to check if the value has been set.

func (*EosAPIResponse) GetSuccess

func (o *EosAPIResponse) GetSuccess() bool

GetSuccess returns the Success field value

func (*EosAPIResponse) GetSuccessOk

func (o *EosAPIResponse) GetSuccessOk() (*bool, bool)

GetSuccessOk returns a tuple with the Success field value and a boolean to check if the value has been set.

func (*EosAPIResponse) HasAddress

func (o *EosAPIResponse) HasAddress() bool

HasAddress returns a boolean if a field has been set.

func (*EosAPIResponse) HasBody

func (o *EosAPIResponse) HasBody() bool

HasBody returns a boolean if a field has been set.

func (*EosAPIResponse) HasData

func (o *EosAPIResponse) HasData() bool

HasData returns a boolean if a field has been set.

func (EosAPIResponse) MarshalJSON

func (o EosAPIResponse) MarshalJSON() ([]byte, error)

func (*EosAPIResponse) SetAddress

func (o *EosAPIResponse) SetAddress(v string)

SetAddress gets a reference to the given string and assigns it to the Address field.

func (*EosAPIResponse) SetBody

func (o *EosAPIResponse) SetBody(v InputBody)

SetBody gets a reference to the given InputBody and assigns it to the Body field.

func (*EosAPIResponse) SetData

func (o *EosAPIResponse) SetData(v EosTransactionOutput)

SetData gets a reference to the given EosTransactionOutput and assigns it to the Data field.

func (*EosAPIResponse) SetMessage

func (o *EosAPIResponse) SetMessage(v string)

SetMessage sets field value

func (*EosAPIResponse) SetSuccess

func (o *EosAPIResponse) SetSuccess(v bool)

SetSuccess sets field value

func (EosAPIResponse) ToMap

func (o EosAPIResponse) ToMap() (map[string]interface{}, error)

func (*EosAPIResponse) UnmarshalJSON

func (o *EosAPIResponse) UnmarshalJSON(data []byte) (err error)

type EosAPIService

type EosAPIService service

EosAPIService EosAPI service

func (*EosAPIService) CreateEosAccount

CreateEosAccount Method for CreateEosAccount

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return EosAPICreateEosAccountRequest

func (*EosAPIService) CreateEosAccountExecute

Execute executes the request

@return AccountAPIResponse

func (*EosAPIService) GetEosAccount

func (a *EosAPIService) GetEosAccount(ctx context.Context, accountName string) EosAPIGetEosAccountRequest

GetEosAccount Method for GetEosAccount

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param accountName
@return EosAPIGetEosAccountRequest

func (*EosAPIService) GetEosAccountExecute

Execute executes the request

@return AccountAPIResponse

func (*EosAPIService) ListEosAccounts

ListEosAccounts Method for ListEosAccounts

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return EosAPIListEosAccountsRequest

func (*EosAPIService) ListEosAccountsExecute

Execute executes the request

@return AccountAPIResponse

func (*EosAPIService) SignEosTransaction

func (a *EosAPIService) SignEosTransaction(ctx context.Context, accountName string) EosAPISignEosTransactionRequest

SignEosTransaction Method for SignEosTransaction

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param accountName
@return EosAPISignEosTransactionRequest

func (*EosAPIService) SignEosTransactionExecute

func (a *EosAPIService) SignEosTransactionExecute(r EosAPISignEosTransactionRequest) (*EosAPIResponse, *http.Response, error)

Execute executes the request

@return EosAPIResponse

type EosAPISignEosTransactionRequest

type EosAPISignEosTransactionRequest struct {
	ApiService EosAPI
	// contains filtered or unexported fields
}

func (EosAPISignEosTransactionRequest) Authorization

func (EosAPISignEosTransactionRequest) EosTransactionInput

func (r EosAPISignEosTransactionRequest) EosTransactionInput(eosTransactionInput EosTransactionInput) EosAPISignEosTransactionRequest

func (EosAPISignEosTransactionRequest) Execute

type EosInput

type EosInput struct {
	Network    *string `json:"network,omitempty"`
	PrivateKey *string `json:"private_key,omitempty"`
}

EosInput struct for EosInput

func NewEosInput

func NewEosInput() *EosInput

NewEosInput instantiates a new EosInput 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 NewEosInputWithDefaults

func NewEosInputWithDefaults() *EosInput

NewEosInputWithDefaults instantiates a new EosInput 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 (*EosInput) GetNetwork

func (o *EosInput) GetNetwork() string

GetNetwork returns the Network field value if set, zero value otherwise.

func (*EosInput) GetNetworkOk

func (o *EosInput) GetNetworkOk() (*string, bool)

GetNetworkOk returns a tuple with the Network field value if set, nil otherwise and a boolean to check if the value has been set.

func (*EosInput) GetPrivateKey

func (o *EosInput) GetPrivateKey() string

GetPrivateKey returns the PrivateKey field value if set, zero value otherwise.

func (*EosInput) GetPrivateKeyOk

func (o *EosInput) GetPrivateKeyOk() (*string, bool)

GetPrivateKeyOk returns a tuple with the PrivateKey field value if set, nil otherwise and a boolean to check if the value has been set.

func (*EosInput) HasNetwork

func (o *EosInput) HasNetwork() bool

HasNetwork returns a boolean if a field has been set.

func (*EosInput) HasPrivateKey

func (o *EosInput) HasPrivateKey() bool

HasPrivateKey returns a boolean if a field has been set.

func (EosInput) MarshalJSON

func (o EosInput) MarshalJSON() ([]byte, error)

func (*EosInput) SetNetwork

func (o *EosInput) SetNetwork(v string)

SetNetwork gets a reference to the given string and assigns it to the Network field.

func (*EosInput) SetPrivateKey

func (o *EosInput) SetPrivateKey(v string)

SetPrivateKey gets a reference to the given string and assigns it to the PrivateKey field.

func (EosInput) ToMap

func (o EosInput) ToMap() (map[string]interface{}, error)

type EosTransactionInput

type EosTransactionInput struct {
	To       *string  `json:"to,omitempty"`
	Value    *float64 `json:"value,omitempty"`
	Network  *string  `json:"network,omitempty"`
	Compress *bool    `json:"compress,omitempty"`
}

EosTransactionInput struct for EosTransactionInput

func NewEosTransactionInput

func NewEosTransactionInput() *EosTransactionInput

NewEosTransactionInput instantiates a new EosTransactionInput 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 NewEosTransactionInputWithDefaults

func NewEosTransactionInputWithDefaults() *EosTransactionInput

NewEosTransactionInputWithDefaults instantiates a new EosTransactionInput 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 (*EosTransactionInput) GetCompress

func (o *EosTransactionInput) GetCompress() bool

GetCompress returns the Compress field value if set, zero value otherwise.

func (*EosTransactionInput) GetCompressOk

func (o *EosTransactionInput) GetCompressOk() (*bool, bool)

GetCompressOk returns a tuple with the Compress field value if set, nil otherwise and a boolean to check if the value has been set.

func (*EosTransactionInput) GetNetwork

func (o *EosTransactionInput) GetNetwork() string

GetNetwork returns the Network field value if set, zero value otherwise.

func (*EosTransactionInput) GetNetworkOk

func (o *EosTransactionInput) GetNetworkOk() (*string, bool)

GetNetworkOk returns a tuple with the Network field value if set, nil otherwise and a boolean to check if the value has been set.

func (*EosTransactionInput) GetTo

func (o *EosTransactionInput) GetTo() string

GetTo returns the To field value if set, zero value otherwise.

func (*EosTransactionInput) GetToOk

func (o *EosTransactionInput) GetToOk() (*string, bool)

GetToOk returns a tuple with the To field value if set, nil otherwise and a boolean to check if the value has been set.

func (*EosTransactionInput) GetValue

func (o *EosTransactionInput) GetValue() float64

GetValue returns the Value field value if set, zero value otherwise.

func (*EosTransactionInput) GetValueOk

func (o *EosTransactionInput) GetValueOk() (*float64, 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 (*EosTransactionInput) HasCompress

func (o *EosTransactionInput) HasCompress() bool

HasCompress returns a boolean if a field has been set.

func (*EosTransactionInput) HasNetwork

func (o *EosTransactionInput) HasNetwork() bool

HasNetwork returns a boolean if a field has been set.

func (*EosTransactionInput) HasTo

func (o *EosTransactionInput) HasTo() bool

HasTo returns a boolean if a field has been set.

func (*EosTransactionInput) HasValue

func (o *EosTransactionInput) HasValue() bool

HasValue returns a boolean if a field has been set.

func (EosTransactionInput) MarshalJSON

func (o EosTransactionInput) MarshalJSON() ([]byte, error)

func (*EosTransactionInput) SetCompress

func (o *EosTransactionInput) SetCompress(v bool)

SetCompress gets a reference to the given bool and assigns it to the Compress field.

func (*EosTransactionInput) SetNetwork

func (o *EosTransactionInput) SetNetwork(v string)

SetNetwork gets a reference to the given string and assigns it to the Network field.

func (*EosTransactionInput) SetTo

func (o *EosTransactionInput) SetTo(v string)

SetTo gets a reference to the given string and assigns it to the To field.

func (*EosTransactionInput) SetValue

func (o *EosTransactionInput) SetValue(v float64)

SetValue gets a reference to the given float64 and assigns it to the Value field.

func (EosTransactionInput) ToMap

func (o EosTransactionInput) ToMap() (map[string]interface{}, error)

type EosTransactionOutput

type EosTransactionOutput struct {
	SignedTx        *string `json:"signedTx,omitempty"`
	TransactionHash *string `json:"transaction_hash,omitempty"`
}

EosTransactionOutput struct for EosTransactionOutput

func NewEosTransactionOutput

func NewEosTransactionOutput() *EosTransactionOutput

NewEosTransactionOutput instantiates a new EosTransactionOutput 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 NewEosTransactionOutputWithDefaults

func NewEosTransactionOutputWithDefaults() *EosTransactionOutput

NewEosTransactionOutputWithDefaults instantiates a new EosTransactionOutput 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 (*EosTransactionOutput) GetSignedTx

func (o *EosTransactionOutput) GetSignedTx() string

GetSignedTx returns the SignedTx field value if set, zero value otherwise.

func (*EosTransactionOutput) GetSignedTxOk

func (o *EosTransactionOutput) GetSignedTxOk() (*string, bool)

GetSignedTxOk returns a tuple with the SignedTx field value if set, nil otherwise and a boolean to check if the value has been set.

func (*EosTransactionOutput) GetTransactionHash

func (o *EosTransactionOutput) GetTransactionHash() string

GetTransactionHash returns the TransactionHash field value if set, zero value otherwise.

func (*EosTransactionOutput) GetTransactionHashOk

func (o *EosTransactionOutput) GetTransactionHashOk() (*string, bool)

GetTransactionHashOk returns a tuple with the TransactionHash field value if set, nil otherwise and a boolean to check if the value has been set.

func (*EosTransactionOutput) HasSignedTx

func (o *EosTransactionOutput) HasSignedTx() bool

HasSignedTx returns a boolean if a field has been set.

func (*EosTransactionOutput) HasTransactionHash

func (o *EosTransactionOutput) HasTransactionHash() bool

HasTransactionHash returns a boolean if a field has been set.

func (EosTransactionOutput) MarshalJSON

func (o EosTransactionOutput) MarshalJSON() ([]byte, error)

func (*EosTransactionOutput) SetSignedTx

func (o *EosTransactionOutput) SetSignedTx(v string)

SetSignedTx gets a reference to the given string and assigns it to the SignedTx field.

func (*EosTransactionOutput) SetTransactionHash

func (o *EosTransactionOutput) SetTransactionHash(v string)

SetTransactionHash gets a reference to the given string and assigns it to the TransactionHash field.

func (EosTransactionOutput) ToMap

func (o EosTransactionOutput) ToMap() (map[string]interface{}, error)

type Erc1155Request

type Erc1155Request struct {
	To              *string `json:"to,omitempty"`
	Data            *string `json:"data,omitempty"`
	Input           *string `json:"input,omitempty"`
	Value           *string `json:"value,omitempty"`
	Nonce           *string `json:"nonce,omitempty"`
	Gas             *string `json:"gas,omitempty"`
	GasPrice        *string `json:"gasPrice,omitempty"`
	ChainId         *string `json:"chain_id,omitempty"`
	Encoding        *string `json:"encoding,omitempty"`
	EOA             *bool   `json:"EOA,omitempty"`
	ContractAddress *string `json:"contract_address,omitempty"`
	TokenId         *string `json:"token_id,omitempty"`
	TokenIds        *string `json:"token_ids,omitempty"`
	Approved        *bool   `json:"approved,omitempty"`
	Broadcast       *bool   `json:"broadcast,omitempty"`
}

Erc1155Request struct for Erc1155Request

func NewErc1155Request

func NewErc1155Request() *Erc1155Request

NewErc1155Request instantiates a new Erc1155Request 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 NewErc1155RequestWithDefaults

func NewErc1155RequestWithDefaults() *Erc1155Request

NewErc1155RequestWithDefaults instantiates a new Erc1155Request 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 (*Erc1155Request) GetApproved

func (o *Erc1155Request) GetApproved() bool

GetApproved returns the Approved field value if set, zero value otherwise.

func (*Erc1155Request) GetApprovedOk

func (o *Erc1155Request) GetApprovedOk() (*bool, bool)

GetApprovedOk returns a tuple with the Approved field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Erc1155Request) GetBroadcast

func (o *Erc1155Request) GetBroadcast() bool

GetBroadcast returns the Broadcast field value if set, zero value otherwise.

func (*Erc1155Request) GetBroadcastOk

func (o *Erc1155Request) GetBroadcastOk() (*bool, bool)

GetBroadcastOk returns a tuple with the Broadcast field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Erc1155Request) GetChainId

func (o *Erc1155Request) GetChainId() string

GetChainId returns the ChainId field value if set, zero value otherwise.

func (*Erc1155Request) GetChainIdOk

func (o *Erc1155Request) 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 (*Erc1155Request) GetContractAddress

func (o *Erc1155Request) GetContractAddress() string

GetContractAddress returns the ContractAddress field value if set, zero value otherwise.

func (*Erc1155Request) GetContractAddressOk

func (o *Erc1155Request) GetContractAddressOk() (*string, bool)

GetContractAddressOk returns a tuple with the ContractAddress field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Erc1155Request) GetData

func (o *Erc1155Request) GetData() string

GetData returns the Data field value if set, zero value otherwise.

func (*Erc1155Request) GetDataOk

func (o *Erc1155Request) 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 (*Erc1155Request) GetEOA

func (o *Erc1155Request) GetEOA() bool

GetEOA returns the EOA field value if set, zero value otherwise.

func (*Erc1155Request) GetEOAOk

func (o *Erc1155Request) GetEOAOk() (*bool, bool)

GetEOAOk returns a tuple with the EOA field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Erc1155Request) GetEncoding

func (o *Erc1155Request) GetEncoding() string

GetEncoding returns the Encoding field value if set, zero value otherwise.

func (*Erc1155Request) GetEncodingOk

func (o *Erc1155Request) GetEncodingOk() (*string, bool)

GetEncodingOk returns a tuple with the Encoding field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Erc1155Request) GetGas

func (o *Erc1155Request) GetGas() string

GetGas returns the Gas field value if set, zero value otherwise.

func (*Erc1155Request) GetGasOk

func (o *Erc1155Request) GetGasOk() (*string, bool)

GetGasOk returns a tuple with the Gas field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Erc1155Request) GetGasPrice

func (o *Erc1155Request) GetGasPrice() string

GetGasPrice returns the GasPrice field value if set, zero value otherwise.

func (*Erc1155Request) GetGasPriceOk

func (o *Erc1155Request) GetGasPriceOk() (*string, bool)

GetGasPriceOk returns a tuple with the GasPrice field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Erc1155Request) GetInput

func (o *Erc1155Request) GetInput() string

GetInput returns the Input field value if set, zero value otherwise.

func (*Erc1155Request) GetInputOk

func (o *Erc1155Request) GetInputOk() (*string, bool)

GetInputOk returns a tuple with the Input field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Erc1155Request) GetNonce

func (o *Erc1155Request) GetNonce() string

GetNonce returns the Nonce field value if set, zero value otherwise.

func (*Erc1155Request) GetNonceOk

func (o *Erc1155Request) GetNonceOk() (*string, 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 (*Erc1155Request) GetTo

func (o *Erc1155Request) GetTo() string

GetTo returns the To field value if set, zero value otherwise.

func (*Erc1155Request) GetToOk

func (o *Erc1155Request) GetToOk() (*string, bool)

GetToOk returns a tuple with the To field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Erc1155Request) GetTokenId

func (o *Erc1155Request) GetTokenId() string

GetTokenId returns the TokenId field value if set, zero value otherwise.

func (*Erc1155Request) GetTokenIdOk

func (o *Erc1155Request) GetTokenIdOk() (*string, 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 (*Erc1155Request) GetTokenIds

func (o *Erc1155Request) GetTokenIds() string

GetTokenIds returns the TokenIds field value if set, zero value otherwise.

func (*Erc1155Request) GetTokenIdsOk

func (o *Erc1155Request) GetTokenIdsOk() (*string, bool)

GetTokenIdsOk returns a tuple with the TokenIds field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Erc1155Request) GetValue

func (o *Erc1155Request) GetValue() string

GetValue returns the Value field value if set, zero value otherwise.

func (*Erc1155Request) GetValueOk

func (o *Erc1155Request) 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 (*Erc1155Request) HasApproved

func (o *Erc1155Request) HasApproved() bool

HasApproved returns a boolean if a field has been set.

func (*Erc1155Request) HasBroadcast

func (o *Erc1155Request) HasBroadcast() bool

HasBroadcast returns a boolean if a field has been set.

func (*Erc1155Request) HasChainId

func (o *Erc1155Request) HasChainId() bool

HasChainId returns a boolean if a field has been set.

func (*Erc1155Request) HasContractAddress

func (o *Erc1155Request) HasContractAddress() bool

HasContractAddress returns a boolean if a field has been set.

func (*Erc1155Request) HasData

func (o *Erc1155Request) HasData() bool

HasData returns a boolean if a field has been set.

func (*Erc1155Request) HasEOA

func (o *Erc1155Request) HasEOA() bool

HasEOA returns a boolean if a field has been set.

func (*Erc1155Request) HasEncoding

func (o *Erc1155Request) HasEncoding() bool

HasEncoding returns a boolean if a field has been set.

func (*Erc1155Request) HasGas

func (o *Erc1155Request) HasGas() bool

HasGas returns a boolean if a field has been set.

func (*Erc1155Request) HasGasPrice

func (o *Erc1155Request) HasGasPrice() bool

HasGasPrice returns a boolean if a field has been set.

func (*Erc1155Request) HasInput

func (o *Erc1155Request) HasInput() bool

HasInput returns a boolean if a field has been set.

func (*Erc1155Request) HasNonce

func (o *Erc1155Request) HasNonce() bool

HasNonce returns a boolean if a field has been set.

func (*Erc1155Request) HasTo

func (o *Erc1155Request) HasTo() bool

HasTo returns a boolean if a field has been set.

func (*Erc1155Request) HasTokenId

func (o *Erc1155Request) HasTokenId() bool

HasTokenId returns a boolean if a field has been set.

func (*Erc1155Request) HasTokenIds

func (o *Erc1155Request) HasTokenIds() bool

HasTokenIds returns a boolean if a field has been set.

func (*Erc1155Request) HasValue

func (o *Erc1155Request) HasValue() bool

HasValue returns a boolean if a field has been set.

func (Erc1155Request) MarshalJSON

func (o Erc1155Request) MarshalJSON() ([]byte, error)

func (*Erc1155Request) SetApproved

func (o *Erc1155Request) SetApproved(v bool)

SetApproved gets a reference to the given bool and assigns it to the Approved field.

func (*Erc1155Request) SetBroadcast

func (o *Erc1155Request) SetBroadcast(v bool)

SetBroadcast gets a reference to the given bool and assigns it to the Broadcast field.

func (*Erc1155Request) SetChainId

func (o *Erc1155Request) SetChainId(v string)

SetChainId gets a reference to the given string and assigns it to the ChainId field.

func (*Erc1155Request) SetContractAddress

func (o *Erc1155Request) SetContractAddress(v string)

SetContractAddress gets a reference to the given string and assigns it to the ContractAddress field.

func (*Erc1155Request) SetData

func (o *Erc1155Request) SetData(v string)

SetData gets a reference to the given string and assigns it to the Data field.

func (*Erc1155Request) SetEOA

func (o *Erc1155Request) SetEOA(v bool)

SetEOA gets a reference to the given bool and assigns it to the EOA field.

func (*Erc1155Request) SetEncoding

func (o *Erc1155Request) SetEncoding(v string)

SetEncoding gets a reference to the given string and assigns it to the Encoding field.

func (*Erc1155Request) SetGas

func (o *Erc1155Request) SetGas(v string)

SetGas gets a reference to the given string and assigns it to the Gas field.

func (*Erc1155Request) SetGasPrice

func (o *Erc1155Request) SetGasPrice(v string)

SetGasPrice gets a reference to the given string and assigns it to the GasPrice field.

func (*Erc1155Request) SetInput

func (o *Erc1155Request) SetInput(v string)

SetInput gets a reference to the given string and assigns it to the Input field.

func (*Erc1155Request) SetNonce

func (o *Erc1155Request) SetNonce(v string)

SetNonce gets a reference to the given string and assigns it to the Nonce field.

func (*Erc1155Request) SetTo

func (o *Erc1155Request) SetTo(v string)

SetTo gets a reference to the given string and assigns it to the To field.

func (*Erc1155Request) SetTokenId

func (o *Erc1155Request) SetTokenId(v string)

SetTokenId gets a reference to the given string and assigns it to the TokenId field.

func (*Erc1155Request) SetTokenIds

func (o *Erc1155Request) SetTokenIds(v string)

SetTokenIds gets a reference to the given string and assigns it to the TokenIds field.

func (*Erc1155Request) SetValue

func (o *Erc1155Request) SetValue(v string)

SetValue gets a reference to the given string and assigns it to the Value field.

func (Erc1155Request) ToMap

func (o Erc1155Request) ToMap() (map[string]interface{}, error)

type Erc20API

type Erc20API interface {

	/*
		AllowanceErc20 Method for AllowanceErc20

		@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
		@param name
		@return Erc20APIAllowanceErc20Request
	*/
	AllowanceErc20(ctx context.Context, name string) Erc20APIAllowanceErc20Request

	// AllowanceErc20Execute executes the request
	//  @return TransactionAPIResponse
	AllowanceErc20Execute(r Erc20APIAllowanceErc20Request) (*TransactionAPIResponse, *http.Response, error)

	/*
		ApproveErc20 Method for ApproveErc20

		@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
		@param name
		@return Erc20APIApproveErc20Request
	*/
	ApproveErc20(ctx context.Context, name string) Erc20APIApproveErc20Request

	// ApproveErc20Execute executes the request
	//  @return TransactionAPIResponse
	ApproveErc20Execute(r Erc20APIApproveErc20Request) (*TransactionAPIResponse, *http.Response, error)

	/*
		BalanceOfErc20 Method for BalanceOfErc20

		@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
		@param name
		@return Erc20APIBalanceOfErc20Request
	*/
	BalanceOfErc20(ctx context.Context, name string) Erc20APIBalanceOfErc20Request

	// BalanceOfErc20Execute executes the request
	//  @return TransactionAPIResponse
	BalanceOfErc20Execute(r Erc20APIBalanceOfErc20Request) (*TransactionAPIResponse, *http.Response, error)

	/*
		DecimalsErc20 Method for DecimalsErc20

		@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
		@param name
		@return Erc20APIDecimalsErc20Request
	*/
	DecimalsErc20(ctx context.Context, name string) Erc20APIDecimalsErc20Request

	// DecimalsErc20Execute executes the request
	//  @return TransactionAPIResponse
	DecimalsErc20Execute(r Erc20APIDecimalsErc20Request) (*TransactionAPIResponse, *http.Response, error)

	/*
		NameErc20 Method for NameErc20

		@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
		@param name
		@return Erc20APINameErc20Request
	*/
	NameErc20(ctx context.Context, name string) Erc20APINameErc20Request

	// NameErc20Execute executes the request
	//  @return TransactionAPIResponse
	NameErc20Execute(r Erc20APINameErc20Request) (*TransactionAPIResponse, *http.Response, error)

	/*
		SymbolErc20 Method for SymbolErc20

		@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
		@param name
		@return Erc20APISymbolErc20Request
	*/
	SymbolErc20(ctx context.Context, name string) Erc20APISymbolErc20Request

	// SymbolErc20Execute executes the request
	//  @return TransactionAPIResponse
	SymbolErc20Execute(r Erc20APISymbolErc20Request) (*TransactionAPIResponse, *http.Response, error)

	/*
		TotalSupplyErc20 Method for TotalSupplyErc20

		@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
		@param name
		@return Erc20APITotalSupplyErc20Request
	*/
	TotalSupplyErc20(ctx context.Context, name string) Erc20APITotalSupplyErc20Request

	// TotalSupplyErc20Execute executes the request
	//  @return TransactionAPIResponse
	TotalSupplyErc20Execute(r Erc20APITotalSupplyErc20Request) (*TransactionAPIResponse, *http.Response, error)

	/*
		TransferErc20 Method for TransferErc20

		@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
		@param name
		@return Erc20APITransferErc20Request
	*/
	TransferErc20(ctx context.Context, name string) Erc20APITransferErc20Request

	// TransferErc20Execute executes the request
	//  @return TransactionAPIResponse
	TransferErc20Execute(r Erc20APITransferErc20Request) (*TransactionAPIResponse, *http.Response, error)

	/*
		TransferFromErc20 Method for TransferFromErc20

		@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
		@param name
		@return Erc20APITransferFromErc20Request
	*/
	TransferFromErc20(ctx context.Context, name string) Erc20APITransferFromErc20Request

	// TransferFromErc20Execute executes the request
	//  @return TransactionAPIResponse
	TransferFromErc20Execute(r Erc20APITransferFromErc20Request) (*TransactionAPIResponse, *http.Response, error)
}

type Erc20APIAllowanceErc20Request

type Erc20APIAllowanceErc20Request struct {
	ApiService Erc20API
	// contains filtered or unexported fields
}

func (Erc20APIAllowanceErc20Request) Authorization

func (Erc20APIAllowanceErc20Request) Execute

func (Erc20APIAllowanceErc20Request) InputBody

type Erc20APIApproveErc20Request

type Erc20APIApproveErc20Request struct {
	ApiService Erc20API
	// contains filtered or unexported fields
}

func (Erc20APIApproveErc20Request) Authorization

func (r Erc20APIApproveErc20Request) Authorization(authorization string) Erc20APIApproveErc20Request

func (Erc20APIApproveErc20Request) Execute

func (Erc20APIApproveErc20Request) InputBody

type Erc20APIBalanceOfErc20Request

type Erc20APIBalanceOfErc20Request struct {
	ApiService Erc20API
	// contains filtered or unexported fields
}

func (Erc20APIBalanceOfErc20Request) Authorization

func (Erc20APIBalanceOfErc20Request) Execute

func (Erc20APIBalanceOfErc20Request) InputBody

type Erc20APIDecimalsErc20Request

type Erc20APIDecimalsErc20Request struct {
	ApiService Erc20API
	// contains filtered or unexported fields
}

func (Erc20APIDecimalsErc20Request) Authorization

func (r Erc20APIDecimalsErc20Request) Authorization(authorization string) Erc20APIDecimalsErc20Request

func (Erc20APIDecimalsErc20Request) Execute

func (Erc20APIDecimalsErc20Request) InputBody

type Erc20APINameErc20Request

type Erc20APINameErc20Request struct {
	ApiService Erc20API
	// contains filtered or unexported fields
}

func (Erc20APINameErc20Request) Authorization

func (r Erc20APINameErc20Request) Authorization(authorization string) Erc20APINameErc20Request

func (Erc20APINameErc20Request) Execute

func (Erc20APINameErc20Request) InputBody

type Erc20APIService

type Erc20APIService service

Erc20APIService Erc20API service

func (*Erc20APIService) AllowanceErc20

AllowanceErc20 Method for AllowanceErc20

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param name
@return Erc20APIAllowanceErc20Request

func (*Erc20APIService) AllowanceErc20Execute

Execute executes the request

@return TransactionAPIResponse

func (*Erc20APIService) ApproveErc20

ApproveErc20 Method for ApproveErc20

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param name
@return Erc20APIApproveErc20Request

func (*Erc20APIService) ApproveErc20Execute

Execute executes the request

@return TransactionAPIResponse

func (*Erc20APIService) BalanceOfErc20

BalanceOfErc20 Method for BalanceOfErc20

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param name
@return Erc20APIBalanceOfErc20Request

func (*Erc20APIService) BalanceOfErc20Execute

Execute executes the request

@return TransactionAPIResponse

func (*Erc20APIService) DecimalsErc20

DecimalsErc20 Method for DecimalsErc20

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param name
@return Erc20APIDecimalsErc20Request

func (*Erc20APIService) DecimalsErc20Execute

Execute executes the request

@return TransactionAPIResponse

func (*Erc20APIService) NameErc20

NameErc20 Method for NameErc20

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param name
@return Erc20APINameErc20Request

func (*Erc20APIService) NameErc20Execute

Execute executes the request

@return TransactionAPIResponse

func (*Erc20APIService) SymbolErc20

SymbolErc20 Method for SymbolErc20

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param name
@return Erc20APISymbolErc20Request

func (*Erc20APIService) SymbolErc20Execute

Execute executes the request

@return TransactionAPIResponse

func (*Erc20APIService) TotalSupplyErc20

func (a *Erc20APIService) TotalSupplyErc20(ctx context.Context, name string) Erc20APITotalSupplyErc20Request

TotalSupplyErc20 Method for TotalSupplyErc20

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param name
@return Erc20APITotalSupplyErc20Request

func (*Erc20APIService) TotalSupplyErc20Execute

Execute executes the request

@return TransactionAPIResponse

func (*Erc20APIService) TransferErc20

TransferErc20 Method for TransferErc20

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param name
@return Erc20APITransferErc20Request

func (*Erc20APIService) TransferErc20Execute

Execute executes the request

@return TransactionAPIResponse

func (*Erc20APIService) TransferFromErc20

func (a *Erc20APIService) TransferFromErc20(ctx context.Context, name string) Erc20APITransferFromErc20Request

TransferFromErc20 Method for TransferFromErc20

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param name
@return Erc20APITransferFromErc20Request

func (*Erc20APIService) TransferFromErc20Execute

Execute executes the request

@return TransactionAPIResponse

type Erc20APISymbolErc20Request

type Erc20APISymbolErc20Request struct {
	ApiService Erc20API
	// contains filtered or unexported fields
}

func (Erc20APISymbolErc20Request) Authorization

func (r Erc20APISymbolErc20Request) Authorization(authorization string) Erc20APISymbolErc20Request

func (Erc20APISymbolErc20Request) Execute

func (Erc20APISymbolErc20Request) InputBody

type Erc20APITotalSupplyErc20Request

type Erc20APITotalSupplyErc20Request struct {
	ApiService Erc20API
	// contains filtered or unexported fields
}

func (Erc20APITotalSupplyErc20Request) Authorization

func (Erc20APITotalSupplyErc20Request) Execute

func (Erc20APITotalSupplyErc20Request) InputBody

type Erc20APITransferErc20Request

type Erc20APITransferErc20Request struct {
	ApiService Erc20API
	// contains filtered or unexported fields
}

func (Erc20APITransferErc20Request) Authorization

func (r Erc20APITransferErc20Request) Authorization(authorization string) Erc20APITransferErc20Request

func (Erc20APITransferErc20Request) Execute

func (Erc20APITransferErc20Request) InputBody

type Erc20APITransferFromErc20Request

type Erc20APITransferFromErc20Request struct {
	ApiService Erc20API
	// contains filtered or unexported fields
}

func (Erc20APITransferFromErc20Request) Authorization

func (Erc20APITransferFromErc20Request) Execute

func (Erc20APITransferFromErc20Request) InputBody

type Erc721API

type Erc721API interface {

	/*
		Approve Method for Approve

		@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
		@param name
		@return Erc721APIApproveRequest
	*/
	Approve(ctx context.Context, name string) Erc721APIApproveRequest

	// ApproveExecute executes the request
	//  @return TransactionAPIResponse
	ApproveExecute(r Erc721APIApproveRequest) (*TransactionAPIResponse, *http.Response, error)

	/*
		BalanceOf Method for BalanceOf

		@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
		@param name
		@return Erc721APIBalanceOfRequest
	*/
	BalanceOf(ctx context.Context, name string) Erc721APIBalanceOfRequest

	// BalanceOfExecute executes the request
	//  @return TransactionAPIResponse
	BalanceOfExecute(r Erc721APIBalanceOfRequest) (*TransactionAPIResponse, *http.Response, error)

	/*
		GetApproved Method for GetApproved

		@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
		@param name
		@return Erc721APIGetApprovedRequest
	*/
	GetApproved(ctx context.Context, name string) Erc721APIGetApprovedRequest

	// GetApprovedExecute executes the request
	//  @return TransactionAPIResponse
	GetApprovedExecute(r Erc721APIGetApprovedRequest) (*TransactionAPIResponse, *http.Response, error)

	/*
		IsApprovedForAll Method for IsApprovedForAll

		@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
		@param name
		@return Erc721APIIsApprovedForAllRequest
	*/
	IsApprovedForAll(ctx context.Context, name string) Erc721APIIsApprovedForAllRequest

	// IsApprovedForAllExecute executes the request
	//  @return TransactionAPIResponse
	IsApprovedForAllExecute(r Erc721APIIsApprovedForAllRequest) (*TransactionAPIResponse, *http.Response, error)

	/*
		Name Method for Name

		@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
		@param name
		@return Erc721APINameRequest
	*/
	Name(ctx context.Context, name string) Erc721APINameRequest

	// NameExecute executes the request
	//  @return TransactionAPIResponse
	NameExecute(r Erc721APINameRequest) (*TransactionAPIResponse, *http.Response, error)

	/*
		OwnerOf Method for OwnerOf

		@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
		@param name
		@return Erc721APIOwnerOfRequest
	*/
	OwnerOf(ctx context.Context, name string) Erc721APIOwnerOfRequest

	// OwnerOfExecute executes the request
	//  @return TransactionAPIResponse
	OwnerOfExecute(r Erc721APIOwnerOfRequest) (*TransactionAPIResponse, *http.Response, error)

	/*
		SafeTransferFrom Method for SafeTransferFrom

		@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
		@param name
		@return Erc721APISafeTransferFromRequest
	*/
	SafeTransferFrom(ctx context.Context, name string) Erc721APISafeTransferFromRequest

	// SafeTransferFromExecute executes the request
	//  @return TransactionAPIResponse
	SafeTransferFromExecute(r Erc721APISafeTransferFromRequest) (*TransactionAPIResponse, *http.Response, error)

	/*
		SetApprovalForAll Method for SetApprovalForAll

		@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
		@param name
		@return Erc721APISetApprovalForAllRequest
	*/
	SetApprovalForAll(ctx context.Context, name string) Erc721APISetApprovalForAllRequest

	// SetApprovalForAllExecute executes the request
	//  @return TransactionAPIResponse
	SetApprovalForAllExecute(r Erc721APISetApprovalForAllRequest) (*TransactionAPIResponse, *http.Response, error)

	/*
		Symbol Method for Symbol

		@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
		@param name
		@return Erc721APISymbolRequest
	*/
	Symbol(ctx context.Context, name string) Erc721APISymbolRequest

	// SymbolExecute executes the request
	//  @return TransactionAPIResponse
	SymbolExecute(r Erc721APISymbolRequest) (*TransactionAPIResponse, *http.Response, error)

	/*
		TokenUri Method for TokenUri

		@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
		@param name
		@return Erc721APITokenUriRequest
	*/
	TokenUri(ctx context.Context, name string) Erc721APITokenUriRequest

	// TokenUriExecute executes the request
	//  @return TransactionAPIResponse
	TokenUriExecute(r Erc721APITokenUriRequest) (*TransactionAPIResponse, *http.Response, error)

	/*
		Transfer Method for Transfer

		@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
		@param name
		@return Erc721APITransferRequest
	*/
	Transfer(ctx context.Context, name string) Erc721APITransferRequest

	// TransferExecute executes the request
	//  @return TransactionAPIResponse
	TransferExecute(r Erc721APITransferRequest) (*TransactionAPIResponse, *http.Response, error)

	/*
		TransferFrom Method for TransferFrom

		@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
		@param name
		@return Erc721APITransferFromRequest
	*/
	TransferFrom(ctx context.Context, name string) Erc721APITransferFromRequest

	// TransferFromExecute executes the request
	//  @return TransactionAPIResponse
	TransferFromExecute(r Erc721APITransferFromRequest) (*TransactionAPIResponse, *http.Response, error)
}

type Erc721APIApproveRequest

type Erc721APIApproveRequest struct {
	ApiService Erc721API
	// contains filtered or unexported fields
}

func (Erc721APIApproveRequest) Authorization

func (r Erc721APIApproveRequest) Authorization(authorization string) Erc721APIApproveRequest

func (Erc721APIApproveRequest) Erc721Request

func (r Erc721APIApproveRequest) Erc721Request(erc721Request Erc721Request) Erc721APIApproveRequest

func (Erc721APIApproveRequest) Execute

type Erc721APIBalanceOfRequest

type Erc721APIBalanceOfRequest struct {
	ApiService Erc721API
	// contains filtered or unexported fields
}

func (Erc721APIBalanceOfRequest) Authorization

func (r Erc721APIBalanceOfRequest) Authorization(authorization string) Erc721APIBalanceOfRequest

func (Erc721APIBalanceOfRequest) Erc721Request

func (r Erc721APIBalanceOfRequest) Erc721Request(erc721Request Erc721Request) Erc721APIBalanceOfRequest

func (Erc721APIBalanceOfRequest) Execute

type Erc721APIGetApprovedRequest

type Erc721APIGetApprovedRequest struct {
	ApiService Erc721API
	// contains filtered or unexported fields
}

func (Erc721APIGetApprovedRequest) Authorization

func (r Erc721APIGetApprovedRequest) Authorization(authorization string) Erc721APIGetApprovedRequest

func (Erc721APIGetApprovedRequest) Erc721Request

func (Erc721APIGetApprovedRequest) Execute

type Erc721APIIsApprovedForAllRequest

type Erc721APIIsApprovedForAllRequest struct {
	ApiService Erc721API
	// contains filtered or unexported fields
}

func (Erc721APIIsApprovedForAllRequest) Authorization

func (Erc721APIIsApprovedForAllRequest) Erc721Request

func (Erc721APIIsApprovedForAllRequest) Execute

type Erc721APINameRequest

type Erc721APINameRequest struct {
	ApiService Erc721API
	// contains filtered or unexported fields
}

func (Erc721APINameRequest) Authorization

func (r Erc721APINameRequest) Authorization(authorization string) Erc721APINameRequest

func (Erc721APINameRequest) Erc721Request

func (r Erc721APINameRequest) Erc721Request(erc721Request Erc721Request) Erc721APINameRequest

func (Erc721APINameRequest) Execute

type Erc721APIOwnerOfRequest

type Erc721APIOwnerOfRequest struct {
	ApiService Erc721API
	// contains filtered or unexported fields
}

func (Erc721APIOwnerOfRequest) Authorization

func (r Erc721APIOwnerOfRequest) Authorization(authorization string) Erc721APIOwnerOfRequest

func (Erc721APIOwnerOfRequest) Erc721Request

func (r Erc721APIOwnerOfRequest) Erc721Request(erc721Request Erc721Request) Erc721APIOwnerOfRequest

func (Erc721APIOwnerOfRequest) Execute

type Erc721APISafeTransferFromRequest

type Erc721APISafeTransferFromRequest struct {
	ApiService Erc721API
	// contains filtered or unexported fields
}

func (Erc721APISafeTransferFromRequest) Authorization

func (Erc721APISafeTransferFromRequest) Erc721Request

func (Erc721APISafeTransferFromRequest) Execute

type Erc721APIService

type Erc721APIService service

Erc721APIService Erc721API service

func (*Erc721APIService) Approve

Approve Method for Approve

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param name
@return Erc721APIApproveRequest

func (*Erc721APIService) ApproveExecute

Execute executes the request

@return TransactionAPIResponse

func (*Erc721APIService) BalanceOf

BalanceOf Method for BalanceOf

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param name
@return Erc721APIBalanceOfRequest

func (*Erc721APIService) BalanceOfExecute

Execute executes the request

@return TransactionAPIResponse

func (*Erc721APIService) GetApproved

GetApproved Method for GetApproved

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param name
@return Erc721APIGetApprovedRequest

func (*Erc721APIService) GetApprovedExecute

Execute executes the request

@return TransactionAPIResponse

func (*Erc721APIService) IsApprovedForAll

IsApprovedForAll Method for IsApprovedForAll

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param name
@return Erc721APIIsApprovedForAllRequest

func (*Erc721APIService) IsApprovedForAllExecute

Execute executes the request

@return TransactionAPIResponse

func (*Erc721APIService) Name

Name Method for Name

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param name
@return Erc721APINameRequest

func (*Erc721APIService) NameExecute

Execute executes the request

@return TransactionAPIResponse

func (*Erc721APIService) OwnerOf

OwnerOf Method for OwnerOf

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param name
@return Erc721APIOwnerOfRequest

func (*Erc721APIService) OwnerOfExecute

Execute executes the request

@return TransactionAPIResponse

func (*Erc721APIService) SafeTransferFrom

SafeTransferFrom Method for SafeTransferFrom

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param name
@return Erc721APISafeTransferFromRequest

func (*Erc721APIService) SafeTransferFromExecute

Execute executes the request

@return TransactionAPIResponse

func (*Erc721APIService) SetApprovalForAll

SetApprovalForAll Method for SetApprovalForAll

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param name
@return Erc721APISetApprovalForAllRequest

func (*Erc721APIService) SetApprovalForAllExecute

Execute executes the request

@return TransactionAPIResponse

func (*Erc721APIService) Symbol

Symbol Method for Symbol

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param name
@return Erc721APISymbolRequest

func (*Erc721APIService) SymbolExecute

Execute executes the request

@return TransactionAPIResponse

func (*Erc721APIService) TokenUri

TokenUri Method for TokenUri

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param name
@return Erc721APITokenUriRequest

func (*Erc721APIService) TokenUriExecute

Execute executes the request

@return TransactionAPIResponse

func (*Erc721APIService) Transfer

Transfer Method for Transfer

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param name
@return Erc721APITransferRequest

func (*Erc721APIService) TransferExecute

Execute executes the request

@return TransactionAPIResponse

func (*Erc721APIService) TransferFrom

TransferFrom Method for TransferFrom

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param name
@return Erc721APITransferFromRequest

func (*Erc721APIService) TransferFromExecute

Execute executes the request

@return TransactionAPIResponse

type Erc721APISetApprovalForAllRequest

type Erc721APISetApprovalForAllRequest struct {
	ApiService Erc721API
	// contains filtered or unexported fields
}

func (Erc721APISetApprovalForAllRequest) Authorization

func (Erc721APISetApprovalForAllRequest) Erc721Request

func (Erc721APISetApprovalForAllRequest) Execute

type Erc721APISymbolRequest

type Erc721APISymbolRequest struct {
	ApiService Erc721API
	// contains filtered or unexported fields
}

func (Erc721APISymbolRequest) Authorization

func (r Erc721APISymbolRequest) Authorization(authorization string) Erc721APISymbolRequest

func (Erc721APISymbolRequest) Erc721Request

func (r Erc721APISymbolRequest) Erc721Request(erc721Request Erc721Request) Erc721APISymbolRequest

func (Erc721APISymbolRequest) Execute

type Erc721APITokenUriRequest

type Erc721APITokenUriRequest struct {
	ApiService Erc721API
	// contains filtered or unexported fields
}

func (Erc721APITokenUriRequest) Authorization

func (r Erc721APITokenUriRequest) Authorization(authorization string) Erc721APITokenUriRequest

func (Erc721APITokenUriRequest) Erc721Request

func (r Erc721APITokenUriRequest) Erc721Request(erc721Request Erc721Request) Erc721APITokenUriRequest

func (Erc721APITokenUriRequest) Execute

type Erc721APITransferFromRequest

type Erc721APITransferFromRequest struct {
	ApiService Erc721API
	// contains filtered or unexported fields
}

func (Erc721APITransferFromRequest) Authorization

func (r Erc721APITransferFromRequest) Authorization(authorization string) Erc721APITransferFromRequest

func (Erc721APITransferFromRequest) Erc721Request

func (Erc721APITransferFromRequest) Execute

type Erc721APITransferRequest

type Erc721APITransferRequest struct {
	ApiService Erc721API
	// contains filtered or unexported fields
}

func (Erc721APITransferRequest) Authorization

func (r Erc721APITransferRequest) Authorization(authorization string) Erc721APITransferRequest

func (Erc721APITransferRequest) Erc721Request

func (r Erc721APITransferRequest) Erc721Request(erc721Request Erc721Request) Erc721APITransferRequest

func (Erc721APITransferRequest) Execute

type Erc721Request

type Erc721Request struct {
	To              *string `json:"to,omitempty"`
	Data            *string `json:"data,omitempty"`
	Input           *string `json:"input,omitempty"`
	Value           *string `json:"value,omitempty"`
	Nonce           *string `json:"nonce,omitempty"`
	Gas             *string `json:"gas,omitempty"`
	GasPrice        *string `json:"gasPrice,omitempty"`
	ChainId         *string `json:"chain_id,omitempty"`
	Encoding        *string `json:"encoding,omitempty"`
	EOA             *bool   `json:"EOA,omitempty"`
	ContractAddress *string `json:"contract_address,omitempty"`
	TokenId         *string `json:"token_id,omitempty"`
	TokenIds        *string `json:"token_ids,omitempty"`
	Approved        *bool   `json:"approved,omitempty"`
	Broadcast       *bool   `json:"broadcast,omitempty"`
}

Erc721Request struct for Erc721Request

func NewErc721Request

func NewErc721Request() *Erc721Request

NewErc721Request instantiates a new Erc721Request 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 NewErc721RequestWithDefaults

func NewErc721RequestWithDefaults() *Erc721Request

NewErc721RequestWithDefaults instantiates a new Erc721Request 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 (*Erc721Request) GetApproved

func (o *Erc721Request) GetApproved() bool

GetApproved returns the Approved field value if set, zero value otherwise.

func (*Erc721Request) GetApprovedOk

func (o *Erc721Request) GetApprovedOk() (*bool, bool)

GetApprovedOk returns a tuple with the Approved field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Erc721Request) GetBroadcast

func (o *Erc721Request) GetBroadcast() bool

GetBroadcast returns the Broadcast field value if set, zero value otherwise.

func (*Erc721Request) GetBroadcastOk

func (o *Erc721Request) GetBroadcastOk() (*bool, bool)

GetBroadcastOk returns a tuple with the Broadcast field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Erc721Request) GetChainId

func (o *Erc721Request) GetChainId() string

GetChainId returns the ChainId field value if set, zero value otherwise.

func (*Erc721Request) GetChainIdOk

func (o *Erc721Request) 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 (*Erc721Request) GetContractAddress

func (o *Erc721Request) GetContractAddress() string

GetContractAddress returns the ContractAddress field value if set, zero value otherwise.

func (*Erc721Request) GetContractAddressOk

func (o *Erc721Request) GetContractAddressOk() (*string, bool)

GetContractAddressOk returns a tuple with the ContractAddress field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Erc721Request) GetData

func (o *Erc721Request) GetData() string

GetData returns the Data field value if set, zero value otherwise.

func (*Erc721Request) GetDataOk

func (o *Erc721Request) 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 (*Erc721Request) GetEOA

func (o *Erc721Request) GetEOA() bool

GetEOA returns the EOA field value if set, zero value otherwise.

func (*Erc721Request) GetEOAOk

func (o *Erc721Request) GetEOAOk() (*bool, bool)

GetEOAOk returns a tuple with the EOA field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Erc721Request) GetEncoding

func (o *Erc721Request) GetEncoding() string

GetEncoding returns the Encoding field value if set, zero value otherwise.

func (*Erc721Request) GetEncodingOk

func (o *Erc721Request) GetEncodingOk() (*string, bool)

GetEncodingOk returns a tuple with the Encoding field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Erc721Request) GetGas

func (o *Erc721Request) GetGas() string

GetGas returns the Gas field value if set, zero value otherwise.

func (*Erc721Request) GetGasOk

func (o *Erc721Request) GetGasOk() (*string, bool)

GetGasOk returns a tuple with the Gas field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Erc721Request) GetGasPrice

func (o *Erc721Request) GetGasPrice() string

GetGasPrice returns the GasPrice field value if set, zero value otherwise.

func (*Erc721Request) GetGasPriceOk

func (o *Erc721Request) GetGasPriceOk() (*string, bool)

GetGasPriceOk returns a tuple with the GasPrice field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Erc721Request) GetInput

func (o *Erc721Request) GetInput() string

GetInput returns the Input field value if set, zero value otherwise.

func (*Erc721Request) GetInputOk

func (o *Erc721Request) GetInputOk() (*string, bool)

GetInputOk returns a tuple with the Input field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Erc721Request) GetNonce

func (o *Erc721Request) GetNonce() string

GetNonce returns the Nonce field value if set, zero value otherwise.

func (*Erc721Request) GetNonceOk

func (o *Erc721Request) GetNonceOk() (*string, 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 (*Erc721Request) GetTo

func (o *Erc721Request) GetTo() string

GetTo returns the To field value if set, zero value otherwise.

func (*Erc721Request) GetToOk

func (o *Erc721Request) GetToOk() (*string, bool)

GetToOk returns a tuple with the To field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Erc721Request) GetTokenId

func (o *Erc721Request) GetTokenId() string

GetTokenId returns the TokenId field value if set, zero value otherwise.

func (*Erc721Request) GetTokenIdOk

func (o *Erc721Request) GetTokenIdOk() (*string, 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 (*Erc721Request) GetTokenIds

func (o *Erc721Request) GetTokenIds() string

GetTokenIds returns the TokenIds field value if set, zero value otherwise.

func (*Erc721Request) GetTokenIdsOk

func (o *Erc721Request) GetTokenIdsOk() (*string, bool)

GetTokenIdsOk returns a tuple with the TokenIds field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Erc721Request) GetValue

func (o *Erc721Request) GetValue() string

GetValue returns the Value field value if set, zero value otherwise.

func (*Erc721Request) GetValueOk

func (o *Erc721Request) 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 (*Erc721Request) HasApproved

func (o *Erc721Request) HasApproved() bool

HasApproved returns a boolean if a field has been set.

func (*Erc721Request) HasBroadcast

func (o *Erc721Request) HasBroadcast() bool

HasBroadcast returns a boolean if a field has been set.

func (*Erc721Request) HasChainId

func (o *Erc721Request) HasChainId() bool

HasChainId returns a boolean if a field has been set.

func (*Erc721Request) HasContractAddress

func (o *Erc721Request) HasContractAddress() bool

HasContractAddress returns a boolean if a field has been set.

func (*Erc721Request) HasData

func (o *Erc721Request) HasData() bool

HasData returns a boolean if a field has been set.

func (*Erc721Request) HasEOA

func (o *Erc721Request) HasEOA() bool

HasEOA returns a boolean if a field has been set.

func (*Erc721Request) HasEncoding

func (o *Erc721Request) HasEncoding() bool

HasEncoding returns a boolean if a field has been set.

func (*Erc721Request) HasGas

func (o *Erc721Request) HasGas() bool

HasGas returns a boolean if a field has been set.

func (*Erc721Request) HasGasPrice

func (o *Erc721Request) HasGasPrice() bool

HasGasPrice returns a boolean if a field has been set.

func (*Erc721Request) HasInput

func (o *Erc721Request) HasInput() bool

HasInput returns a boolean if a field has been set.

func (*Erc721Request) HasNonce

func (o *Erc721Request) HasNonce() bool

HasNonce returns a boolean if a field has been set.

func (*Erc721Request) HasTo

func (o *Erc721Request) HasTo() bool

HasTo returns a boolean if a field has been set.

func (*Erc721Request) HasTokenId

func (o *Erc721Request) HasTokenId() bool

HasTokenId returns a boolean if a field has been set.

func (*Erc721Request) HasTokenIds

func (o *Erc721Request) HasTokenIds() bool

HasTokenIds returns a boolean if a field has been set.

func (*Erc721Request) HasValue

func (o *Erc721Request) HasValue() bool

HasValue returns a boolean if a field has been set.

func (Erc721Request) MarshalJSON

func (o Erc721Request) MarshalJSON() ([]byte, error)

func (*Erc721Request) SetApproved

func (o *Erc721Request) SetApproved(v bool)

SetApproved gets a reference to the given bool and assigns it to the Approved field.

func (*Erc721Request) SetBroadcast

func (o *Erc721Request) SetBroadcast(v bool)

SetBroadcast gets a reference to the given bool and assigns it to the Broadcast field.

func (*Erc721Request) SetChainId

func (o *Erc721Request) SetChainId(v string)

SetChainId gets a reference to the given string and assigns it to the ChainId field.

func (*Erc721Request) SetContractAddress

func (o *Erc721Request) SetContractAddress(v string)

SetContractAddress gets a reference to the given string and assigns it to the ContractAddress field.

func (*Erc721Request) SetData

func (o *Erc721Request) SetData(v string)

SetData gets a reference to the given string and assigns it to the Data field.

func (*Erc721Request) SetEOA

func (o *Erc721Request) SetEOA(v bool)

SetEOA gets a reference to the given bool and assigns it to the EOA field.

func (*Erc721Request) SetEncoding

func (o *Erc721Request) SetEncoding(v string)

SetEncoding gets a reference to the given string and assigns it to the Encoding field.

func (*Erc721Request) SetGas

func (o *Erc721Request) SetGas(v string)

SetGas gets a reference to the given string and assigns it to the Gas field.

func (*Erc721Request) SetGasPrice

func (o *Erc721Request) SetGasPrice(v string)

SetGasPrice gets a reference to the given string and assigns it to the GasPrice field.

func (*Erc721Request) SetInput

func (o *Erc721Request) SetInput(v string)

SetInput gets a reference to the given string and assigns it to the Input field.

func (*Erc721Request) SetNonce

func (o *Erc721Request) SetNonce(v string)

SetNonce gets a reference to the given string and assigns it to the Nonce field.

func (*Erc721Request) SetTo

func (o *Erc721Request) SetTo(v string)

SetTo gets a reference to the given string and assigns it to the To field.

func (*Erc721Request) SetTokenId

func (o *Erc721Request) SetTokenId(v string)

SetTokenId gets a reference to the given string and assigns it to the TokenId field.

func (*Erc721Request) SetTokenIds

func (o *Erc721Request) SetTokenIds(v string)

SetTokenIds gets a reference to the given string and assigns it to the TokenIds field.

func (*Erc721Request) SetValue

func (o *Erc721Request) SetValue(v string)

SetValue gets a reference to the given string and assigns it to the Value field.

func (Erc721Request) ToMap

func (o Erc721Request) ToMap() (map[string]interface{}, error)

type FiatCurrency

type FiatCurrency struct {
	Icon   string `json:"icon"`
	Symbol string `json:"symbol"`
	Name   string `json:"name"`
	Code   string `json:"code"`
	Id     string `json:"id"`
}

FiatCurrency struct for FiatCurrency

func NewFiatCurrency

func NewFiatCurrency(icon string, symbol string, name string, code string, id string) *FiatCurrency

NewFiatCurrency instantiates a new FiatCurrency 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 NewFiatCurrencyWithDefaults

func NewFiatCurrencyWithDefaults() *FiatCurrency

NewFiatCurrencyWithDefaults instantiates a new FiatCurrency 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 (*FiatCurrency) GetCode

func (o *FiatCurrency) GetCode() string

GetCode returns the Code field value

func (*FiatCurrency) GetCodeOk

func (o *FiatCurrency) GetCodeOk() (*string, bool)

GetCodeOk returns a tuple with the Code field value and a boolean to check if the value has been set.

func (*FiatCurrency) GetIcon

func (o *FiatCurrency) GetIcon() string

GetIcon returns the Icon field value

func (*FiatCurrency) GetIconOk

func (o *FiatCurrency) GetIconOk() (*string, bool)

GetIconOk returns a tuple with the Icon field value and a boolean to check if the value has been set.

func (*FiatCurrency) GetId

func (o *FiatCurrency) GetId() string

GetId returns the Id field value

func (*FiatCurrency) GetIdOk

func (o *FiatCurrency) GetIdOk() (*string, bool)

GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.

func (*FiatCurrency) GetName

func (o *FiatCurrency) GetName() string

GetName returns the Name field value

func (*FiatCurrency) GetNameOk

func (o *FiatCurrency) GetNameOk() (*string, bool)

GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.

func (*FiatCurrency) GetSymbol

func (o *FiatCurrency) GetSymbol() string

GetSymbol returns the Symbol field value

func (*FiatCurrency) GetSymbolOk

func (o *FiatCurrency) GetSymbolOk() (*string, bool)

GetSymbolOk returns a tuple with the Symbol field value and a boolean to check if the value has been set.

func (FiatCurrency) MarshalJSON

func (o FiatCurrency) MarshalJSON() ([]byte, error)

func (*FiatCurrency) SetCode

func (o *FiatCurrency) SetCode(v string)

SetCode sets field value

func (*FiatCurrency) SetIcon

func (o *FiatCurrency) SetIcon(v string)

SetIcon sets field value

func (*FiatCurrency) SetId

func (o *FiatCurrency) SetId(v string)

SetId sets field value

func (*FiatCurrency) SetName

func (o *FiatCurrency) SetName(v string)

SetName sets field value

func (*FiatCurrency) SetSymbol

func (o *FiatCurrency) SetSymbol(v string)

SetSymbol sets field value

func (FiatCurrency) ToMap

func (o FiatCurrency) ToMap() (map[string]interface{}, error)

func (*FiatCurrency) UnmarshalJSON

func (o *FiatCurrency) UnmarshalJSON(data []byte) (err error)

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 GetSupportedOnRampsResponse

type GetSupportedOnRampsResponse struct {
	Message []GetSupportedOnRampsResponseMessageInner `json:"message"`
}

GetSupportedOnRampsResponse struct for GetSupportedOnRampsResponse

func NewGetSupportedOnRampsResponse

func NewGetSupportedOnRampsResponse(message []GetSupportedOnRampsResponseMessageInner) *GetSupportedOnRampsResponse

NewGetSupportedOnRampsResponse instantiates a new GetSupportedOnRampsResponse 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 NewGetSupportedOnRampsResponseWithDefaults

func NewGetSupportedOnRampsResponseWithDefaults() *GetSupportedOnRampsResponse

NewGetSupportedOnRampsResponseWithDefaults instantiates a new GetSupportedOnRampsResponse 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 (*GetSupportedOnRampsResponse) GetMessage

GetMessage returns the Message field value

func (*GetSupportedOnRampsResponse) GetMessageOk

GetMessageOk returns a tuple with the Message field value and a boolean to check if the value has been set.

func (GetSupportedOnRampsResponse) MarshalJSON

func (o GetSupportedOnRampsResponse) MarshalJSON() ([]byte, error)

func (*GetSupportedOnRampsResponse) SetMessage

SetMessage sets field value

func (GetSupportedOnRampsResponse) ToMap

func (o GetSupportedOnRampsResponse) ToMap() (map[string]interface{}, error)

func (*GetSupportedOnRampsResponse) UnmarshalJSON

func (o *GetSupportedOnRampsResponse) UnmarshalJSON(data []byte) (err error)

type GetSupportedOnRampsResponseMessageInner

type GetSupportedOnRampsResponseMessageInner struct {
	Id          string                                       `json:"id"`
	DisplayName string                                       `json:"displayName"`
	Icons       GetSupportedOnRampsResponseMessageInnerIcons `json:"icons"`
	Icon        string                                       `json:"icon"`
}

GetSupportedOnRampsResponseMessageInner struct for GetSupportedOnRampsResponseMessageInner

func NewGetSupportedOnRampsResponseMessageInner

func NewGetSupportedOnRampsResponseMessageInner(id string, displayName string, icons GetSupportedOnRampsResponseMessageInnerIcons, icon string) *GetSupportedOnRampsResponseMessageInner

NewGetSupportedOnRampsResponseMessageInner instantiates a new GetSupportedOnRampsResponseMessageInner 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 NewGetSupportedOnRampsResponseMessageInnerWithDefaults

func NewGetSupportedOnRampsResponseMessageInnerWithDefaults() *GetSupportedOnRampsResponseMessageInner

NewGetSupportedOnRampsResponseMessageInnerWithDefaults instantiates a new GetSupportedOnRampsResponseMessageInner 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 (*GetSupportedOnRampsResponseMessageInner) GetDisplayName

func (o *GetSupportedOnRampsResponseMessageInner) GetDisplayName() string

GetDisplayName returns the DisplayName field value

func (*GetSupportedOnRampsResponseMessageInner) GetDisplayNameOk

func (o *GetSupportedOnRampsResponseMessageInner) GetDisplayNameOk() (*string, bool)

GetDisplayNameOk returns a tuple with the DisplayName field value and a boolean to check if the value has been set.

func (*GetSupportedOnRampsResponseMessageInner) GetIcon

GetIcon returns the Icon field value

func (*GetSupportedOnRampsResponseMessageInner) GetIconOk

GetIconOk returns a tuple with the Icon field value and a boolean to check if the value has been set.

func (*GetSupportedOnRampsResponseMessageInner) GetIcons

GetIcons returns the Icons field value

func (*GetSupportedOnRampsResponseMessageInner) GetIconsOk

GetIconsOk returns a tuple with the Icons field value and a boolean to check if the value has been set.

func (*GetSupportedOnRampsResponseMessageInner) GetId

GetId returns the Id field value

func (*GetSupportedOnRampsResponseMessageInner) GetIdOk

GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.

func (GetSupportedOnRampsResponseMessageInner) MarshalJSON

func (o GetSupportedOnRampsResponseMessageInner) MarshalJSON() ([]byte, error)

func (*GetSupportedOnRampsResponseMessageInner) SetDisplayName

func (o *GetSupportedOnRampsResponseMessageInner) SetDisplayName(v string)

SetDisplayName sets field value

func (*GetSupportedOnRampsResponseMessageInner) SetIcon

SetIcon sets field value

func (*GetSupportedOnRampsResponseMessageInner) SetIcons

SetIcons sets field value

func (*GetSupportedOnRampsResponseMessageInner) SetId

SetId sets field value

func (GetSupportedOnRampsResponseMessageInner) ToMap

func (o GetSupportedOnRampsResponseMessageInner) ToMap() (map[string]interface{}, error)

func (*GetSupportedOnRampsResponseMessageInner) UnmarshalJSON

func (o *GetSupportedOnRampsResponseMessageInner) UnmarshalJSON(data []byte) (err error)

type GetSupportedOnRampsResponseMessageInnerIcons

type GetSupportedOnRampsResponseMessageInnerIcons struct {
	Png GetSupportedOnRampsResponseMessageInnerIconsPng `json:"png"`
	Svg string                                          `json:"svg"`
}

GetSupportedOnRampsResponseMessageInnerIcons struct for GetSupportedOnRampsResponseMessageInnerIcons

func NewGetSupportedOnRampsResponseMessageInnerIcons

func NewGetSupportedOnRampsResponseMessageInnerIcons(png GetSupportedOnRampsResponseMessageInnerIconsPng, svg string) *GetSupportedOnRampsResponseMessageInnerIcons

NewGetSupportedOnRampsResponseMessageInnerIcons instantiates a new GetSupportedOnRampsResponseMessageInnerIcons 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 NewGetSupportedOnRampsResponseMessageInnerIconsWithDefaults

func NewGetSupportedOnRampsResponseMessageInnerIconsWithDefaults() *GetSupportedOnRampsResponseMessageInnerIcons

NewGetSupportedOnRampsResponseMessageInnerIconsWithDefaults instantiates a new GetSupportedOnRampsResponseMessageInnerIcons 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 (*GetSupportedOnRampsResponseMessageInnerIcons) GetPng

GetPng returns the Png field value

func (*GetSupportedOnRampsResponseMessageInnerIcons) GetPngOk

GetPngOk returns a tuple with the Png field value and a boolean to check if the value has been set.

func (*GetSupportedOnRampsResponseMessageInnerIcons) GetSvg

GetSvg returns the Svg field value

func (*GetSupportedOnRampsResponseMessageInnerIcons) GetSvgOk

GetSvgOk returns a tuple with the Svg field value and a boolean to check if the value has been set.

func (GetSupportedOnRampsResponseMessageInnerIcons) MarshalJSON

func (*GetSupportedOnRampsResponseMessageInnerIcons) SetPng

SetPng sets field value

func (*GetSupportedOnRampsResponseMessageInnerIcons) SetSvg

SetSvg sets field value

func (GetSupportedOnRampsResponseMessageInnerIcons) ToMap

func (o GetSupportedOnRampsResponseMessageInnerIcons) ToMap() (map[string]interface{}, error)

func (*GetSupportedOnRampsResponseMessageInnerIcons) UnmarshalJSON

func (o *GetSupportedOnRampsResponseMessageInnerIcons) UnmarshalJSON(data []byte) (err error)

type GetSupportedOnRampsResponseMessageInnerIconsPng

type GetSupportedOnRampsResponseMessageInnerIconsPng struct {
	Var160x160 string `json:"160x160"`
	Var32x32   string `json:"32x32"`
}

GetSupportedOnRampsResponseMessageInnerIconsPng struct for GetSupportedOnRampsResponseMessageInnerIconsPng

func NewGetSupportedOnRampsResponseMessageInnerIconsPng

func NewGetSupportedOnRampsResponseMessageInnerIconsPng(var160x160 string, var32x32 string) *GetSupportedOnRampsResponseMessageInnerIconsPng

NewGetSupportedOnRampsResponseMessageInnerIconsPng instantiates a new GetSupportedOnRampsResponseMessageInnerIconsPng 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 NewGetSupportedOnRampsResponseMessageInnerIconsPngWithDefaults

func NewGetSupportedOnRampsResponseMessageInnerIconsPngWithDefaults() *GetSupportedOnRampsResponseMessageInnerIconsPng

NewGetSupportedOnRampsResponseMessageInnerIconsPngWithDefaults instantiates a new GetSupportedOnRampsResponseMessageInnerIconsPng 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 (*GetSupportedOnRampsResponseMessageInnerIconsPng) GetVar160x160

GetVar160x160 returns the Var160x160 field value

func (*GetSupportedOnRampsResponseMessageInnerIconsPng) GetVar160x160Ok

GetVar160x160Ok returns a tuple with the Var160x160 field value and a boolean to check if the value has been set.

func (*GetSupportedOnRampsResponseMessageInnerIconsPng) GetVar32x32

GetVar32x32 returns the Var32x32 field value

func (*GetSupportedOnRampsResponseMessageInnerIconsPng) GetVar32x32Ok

GetVar32x32Ok returns a tuple with the Var32x32 field value and a boolean to check if the value has been set.

func (GetSupportedOnRampsResponseMessageInnerIconsPng) MarshalJSON

func (*GetSupportedOnRampsResponseMessageInnerIconsPng) SetVar160x160

SetVar160x160 sets field value

func (*GetSupportedOnRampsResponseMessageInnerIconsPng) SetVar32x32

SetVar32x32 sets field value

func (GetSupportedOnRampsResponseMessageInnerIconsPng) ToMap

func (o GetSupportedOnRampsResponseMessageInnerIconsPng) ToMap() (map[string]interface{}, error)

func (*GetSupportedOnRampsResponseMessageInnerIconsPng) UnmarshalJSON

func (o *GetSupportedOnRampsResponseMessageInnerIconsPng) UnmarshalJSON(data []byte) (err error)

type GetSwapDto

type GetSwapDto struct {
	Src               string   `json:"src"`
	Dst               string   `json:"dst"`
	Amount            string   `json:"amount"`
	From              string   `json:"from"`
	Slippage          float64  `json:"slippage"`
	Protocols         *string  `json:"protocols,omitempty"`
	Fee               *string  `json:"fee,omitempty"`
	DisableEstimate   *bool    `json:"disableEstimate,omitempty"`
	Permit            *string  `json:"permit,omitempty"`
	IncludeTokensInfo *bool    `json:"includeTokensInfo,omitempty"`
	IncludeProtocols  *bool    `json:"includeProtocols,omitempty"`
	Compatibility     *bool    `json:"compatibility,omitempty"`
	AllowPartialFill  *bool    `json:"allowPartialFill,omitempty"`
	Parts             *string  `json:"parts,omitempty"`
	MainRouteParts    *string  `json:"mainRouteParts,omitempty"`
	ConnectorTokens   *string  `json:"connectorTokens,omitempty"`
	ComplexityLevel   *string  `json:"complexityLevel,omitempty"`
	GasLimit          *string  `json:"gasLimit,omitempty"`
	GasPrice          *string  `json:"gasPrice,omitempty"`
	Referrer          *string  `json:"referrer,omitempty"`
	Receiver          *string  `json:"receiver,omitempty"`
	ChainId           *float64 `json:"chainId,omitempty"`
}

GetSwapDto struct for GetSwapDto

func NewGetSwapDto

func NewGetSwapDto(src string, dst string, amount string, from string, slippage float64) *GetSwapDto

NewGetSwapDto instantiates a new GetSwapDto 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 NewGetSwapDtoWithDefaults

func NewGetSwapDtoWithDefaults() *GetSwapDto

NewGetSwapDtoWithDefaults instantiates a new GetSwapDto 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 (*GetSwapDto) GetAllowPartialFill

func (o *GetSwapDto) GetAllowPartialFill() bool

GetAllowPartialFill returns the AllowPartialFill field value if set, zero value otherwise.

func (*GetSwapDto) GetAllowPartialFillOk

func (o *GetSwapDto) GetAllowPartialFillOk() (*bool, bool)

GetAllowPartialFillOk returns a tuple with the AllowPartialFill field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetSwapDto) GetAmount

func (o *GetSwapDto) GetAmount() string

GetAmount returns the Amount field value

func (*GetSwapDto) GetAmountOk

func (o *GetSwapDto) GetAmountOk() (*string, bool)

GetAmountOk returns a tuple with the Amount field value and a boolean to check if the value has been set.

func (*GetSwapDto) GetChainId

func (o *GetSwapDto) GetChainId() float64

GetChainId returns the ChainId field value if set, zero value otherwise.

func (*GetSwapDto) GetChainIdOk

func (o *GetSwapDto) GetChainIdOk() (*float64, 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 (*GetSwapDto) GetCompatibility

func (o *GetSwapDto) GetCompatibility() bool

GetCompatibility returns the Compatibility field value if set, zero value otherwise.

func (*GetSwapDto) GetCompatibilityOk

func (o *GetSwapDto) GetCompatibilityOk() (*bool, bool)

GetCompatibilityOk returns a tuple with the Compatibility field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetSwapDto) GetComplexityLevel

func (o *GetSwapDto) GetComplexityLevel() string

GetComplexityLevel returns the ComplexityLevel field value if set, zero value otherwise.

func (*GetSwapDto) GetComplexityLevelOk

func (o *GetSwapDto) GetComplexityLevelOk() (*string, bool)

GetComplexityLevelOk returns a tuple with the ComplexityLevel field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetSwapDto) GetConnectorTokens

func (o *GetSwapDto) GetConnectorTokens() string

GetConnectorTokens returns the ConnectorTokens field value if set, zero value otherwise.

func (*GetSwapDto) GetConnectorTokensOk

func (o *GetSwapDto) GetConnectorTokensOk() (*string, bool)

GetConnectorTokensOk returns a tuple with the ConnectorTokens field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetSwapDto) GetDisableEstimate

func (o *GetSwapDto) GetDisableEstimate() bool

GetDisableEstimate returns the DisableEstimate field value if set, zero value otherwise.

func (*GetSwapDto) GetDisableEstimateOk

func (o *GetSwapDto) GetDisableEstimateOk() (*bool, bool)

GetDisableEstimateOk returns a tuple with the DisableEstimate field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetSwapDto) GetDst

func (o *GetSwapDto) GetDst() string

GetDst returns the Dst field value

func (*GetSwapDto) GetDstOk

func (o *GetSwapDto) GetDstOk() (*string, bool)

GetDstOk returns a tuple with the Dst field value and a boolean to check if the value has been set.

func (*GetSwapDto) GetFee

func (o *GetSwapDto) GetFee() string

GetFee returns the Fee field value if set, zero value otherwise.

func (*GetSwapDto) GetFeeOk

func (o *GetSwapDto) 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 (*GetSwapDto) GetFrom

func (o *GetSwapDto) GetFrom() string

GetFrom returns the From field value

func (*GetSwapDto) GetFromOk

func (o *GetSwapDto) GetFromOk() (*string, bool)

GetFromOk returns a tuple with the From field value and a boolean to check if the value has been set.

func (*GetSwapDto) GetGasLimit

func (o *GetSwapDto) GetGasLimit() string

GetGasLimit returns the GasLimit field value if set, zero value otherwise.

func (*GetSwapDto) GetGasLimitOk

func (o *GetSwapDto) GetGasLimitOk() (*string, 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 (*GetSwapDto) GetGasPrice

func (o *GetSwapDto) GetGasPrice() string

GetGasPrice returns the GasPrice field value if set, zero value otherwise.

func (*GetSwapDto) GetGasPriceOk

func (o *GetSwapDto) GetGasPriceOk() (*string, bool)

GetGasPriceOk returns a tuple with the GasPrice field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetSwapDto) GetIncludeProtocols

func (o *GetSwapDto) GetIncludeProtocols() bool

GetIncludeProtocols returns the IncludeProtocols field value if set, zero value otherwise.

func (*GetSwapDto) GetIncludeProtocolsOk

func (o *GetSwapDto) GetIncludeProtocolsOk() (*bool, bool)

GetIncludeProtocolsOk returns a tuple with the IncludeProtocols field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetSwapDto) GetIncludeTokensInfo

func (o *GetSwapDto) GetIncludeTokensInfo() bool

GetIncludeTokensInfo returns the IncludeTokensInfo field value if set, zero value otherwise.

func (*GetSwapDto) GetIncludeTokensInfoOk

func (o *GetSwapDto) GetIncludeTokensInfoOk() (*bool, bool)

GetIncludeTokensInfoOk returns a tuple with the IncludeTokensInfo field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetSwapDto) GetMainRouteParts

func (o *GetSwapDto) GetMainRouteParts() string

GetMainRouteParts returns the MainRouteParts field value if set, zero value otherwise.

func (*GetSwapDto) GetMainRoutePartsOk

func (o *GetSwapDto) GetMainRoutePartsOk() (*string, bool)

GetMainRoutePartsOk returns a tuple with the MainRouteParts field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetSwapDto) GetParts

func (o *GetSwapDto) GetParts() string

GetParts returns the Parts field value if set, zero value otherwise.

func (*GetSwapDto) GetPartsOk

func (o *GetSwapDto) GetPartsOk() (*string, bool)

GetPartsOk returns a tuple with the Parts field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetSwapDto) GetPermit

func (o *GetSwapDto) GetPermit() string

GetPermit returns the Permit field value if set, zero value otherwise.

func (*GetSwapDto) GetPermitOk

func (o *GetSwapDto) GetPermitOk() (*string, bool)

GetPermitOk returns a tuple with the Permit field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetSwapDto) GetProtocols

func (o *GetSwapDto) GetProtocols() string

GetProtocols returns the Protocols field value if set, zero value otherwise.

func (*GetSwapDto) GetProtocolsOk

func (o *GetSwapDto) GetProtocolsOk() (*string, bool)

GetProtocolsOk returns a tuple with the Protocols field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetSwapDto) GetReceiver

func (o *GetSwapDto) GetReceiver() string

GetReceiver returns the Receiver field value if set, zero value otherwise.

func (*GetSwapDto) GetReceiverOk

func (o *GetSwapDto) GetReceiverOk() (*string, 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 (*GetSwapDto) GetReferrer

func (o *GetSwapDto) GetReferrer() string

GetReferrer returns the Referrer field value if set, zero value otherwise.

func (*GetSwapDto) GetReferrerOk

func (o *GetSwapDto) GetReferrerOk() (*string, bool)

GetReferrerOk returns a tuple with the Referrer field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetSwapDto) GetSlippage

func (o *GetSwapDto) GetSlippage() float64

GetSlippage returns the Slippage field value

func (*GetSwapDto) GetSlippageOk

func (o *GetSwapDto) GetSlippageOk() (*float64, bool)

GetSlippageOk returns a tuple with the Slippage field value and a boolean to check if the value has been set.

func (*GetSwapDto) GetSrc

func (o *GetSwapDto) GetSrc() string

GetSrc returns the Src field value

func (*GetSwapDto) GetSrcOk

func (o *GetSwapDto) GetSrcOk() (*string, bool)

GetSrcOk returns a tuple with the Src field value and a boolean to check if the value has been set.

func (*GetSwapDto) HasAllowPartialFill

func (o *GetSwapDto) HasAllowPartialFill() bool

HasAllowPartialFill returns a boolean if a field has been set.

func (*GetSwapDto) HasChainId

func (o *GetSwapDto) HasChainId() bool

HasChainId returns a boolean if a field has been set.

func (*GetSwapDto) HasCompatibility

func (o *GetSwapDto) HasCompatibility() bool

HasCompatibility returns a boolean if a field has been set.

func (*GetSwapDto) HasComplexityLevel

func (o *GetSwapDto) HasComplexityLevel() bool

HasComplexityLevel returns a boolean if a field has been set.

func (*GetSwapDto) HasConnectorTokens

func (o *GetSwapDto) HasConnectorTokens() bool

HasConnectorTokens returns a boolean if a field has been set.

func (*GetSwapDto) HasDisableEstimate

func (o *GetSwapDto) HasDisableEstimate() bool

HasDisableEstimate returns a boolean if a field has been set.

func (*GetSwapDto) HasFee

func (o *GetSwapDto) HasFee() bool

HasFee returns a boolean if a field has been set.

func (*GetSwapDto) HasGasLimit

func (o *GetSwapDto) HasGasLimit() bool

HasGasLimit returns a boolean if a field has been set.

func (*GetSwapDto) HasGasPrice

func (o *GetSwapDto) HasGasPrice() bool

HasGasPrice returns a boolean if a field has been set.

func (*GetSwapDto) HasIncludeProtocols

func (o *GetSwapDto) HasIncludeProtocols() bool

HasIncludeProtocols returns a boolean if a field has been set.

func (*GetSwapDto) HasIncludeTokensInfo

func (o *GetSwapDto) HasIncludeTokensInfo() bool

HasIncludeTokensInfo returns a boolean if a field has been set.

func (*GetSwapDto) HasMainRouteParts

func (o *GetSwapDto) HasMainRouteParts() bool

HasMainRouteParts returns a boolean if a field has been set.

func (*GetSwapDto) HasParts

func (o *GetSwapDto) HasParts() bool

HasParts returns a boolean if a field has been set.

func (*GetSwapDto) HasPermit

func (o *GetSwapDto) HasPermit() bool

HasPermit returns a boolean if a field has been set.

func (*GetSwapDto) HasProtocols

func (o *GetSwapDto) HasProtocols() bool

HasProtocols returns a boolean if a field has been set.

func (*GetSwapDto) HasReceiver

func (o *GetSwapDto) HasReceiver() bool

HasReceiver returns a boolean if a field has been set.

func (*GetSwapDto) HasReferrer

func (o *GetSwapDto) HasReferrer() bool

HasReferrer returns a boolean if a field has been set.

func (GetSwapDto) MarshalJSON

func (o GetSwapDto) MarshalJSON() ([]byte, error)

func (*GetSwapDto) SetAllowPartialFill

func (o *GetSwapDto) SetAllowPartialFill(v bool)

SetAllowPartialFill gets a reference to the given bool and assigns it to the AllowPartialFill field.

func (*GetSwapDto) SetAmount

func (o *GetSwapDto) SetAmount(v string)

SetAmount sets field value

func (*GetSwapDto) SetChainId

func (o *GetSwapDto) SetChainId(v float64)

SetChainId gets a reference to the given float64 and assigns it to the ChainId field.

func (*GetSwapDto) SetCompatibility

func (o *GetSwapDto) SetCompatibility(v bool)

SetCompatibility gets a reference to the given bool and assigns it to the Compatibility field.

func (*GetSwapDto) SetComplexityLevel

func (o *GetSwapDto) SetComplexityLevel(v string)

SetComplexityLevel gets a reference to the given string and assigns it to the ComplexityLevel field.

func (*GetSwapDto) SetConnectorTokens

func (o *GetSwapDto) SetConnectorTokens(v string)

SetConnectorTokens gets a reference to the given string and assigns it to the ConnectorTokens field.

func (*GetSwapDto) SetDisableEstimate

func (o *GetSwapDto) SetDisableEstimate(v bool)

SetDisableEstimate gets a reference to the given bool and assigns it to the DisableEstimate field.

func (*GetSwapDto) SetDst

func (o *GetSwapDto) SetDst(v string)

SetDst sets field value

func (*GetSwapDto) SetFee

func (o *GetSwapDto) SetFee(v string)

SetFee gets a reference to the given string and assigns it to the Fee field.

func (*GetSwapDto) SetFrom

func (o *GetSwapDto) SetFrom(v string)

SetFrom sets field value

func (*GetSwapDto) SetGasLimit

func (o *GetSwapDto) SetGasLimit(v string)

SetGasLimit gets a reference to the given string and assigns it to the GasLimit field.

func (*GetSwapDto) SetGasPrice

func (o *GetSwapDto) SetGasPrice(v string)

SetGasPrice gets a reference to the given string and assigns it to the GasPrice field.

func (*GetSwapDto) SetIncludeProtocols

func (o *GetSwapDto) SetIncludeProtocols(v bool)

SetIncludeProtocols gets a reference to the given bool and assigns it to the IncludeProtocols field.

func (*GetSwapDto) SetIncludeTokensInfo

func (o *GetSwapDto) SetIncludeTokensInfo(v bool)

SetIncludeTokensInfo gets a reference to the given bool and assigns it to the IncludeTokensInfo field.

func (*GetSwapDto) SetMainRouteParts

func (o *GetSwapDto) SetMainRouteParts(v string)

SetMainRouteParts gets a reference to the given string and assigns it to the MainRouteParts field.

func (*GetSwapDto) SetParts

func (o *GetSwapDto) SetParts(v string)

SetParts gets a reference to the given string and assigns it to the Parts field.

func (*GetSwapDto) SetPermit

func (o *GetSwapDto) SetPermit(v string)

SetPermit gets a reference to the given string and assigns it to the Permit field.

func (*GetSwapDto) SetProtocols

func (o *GetSwapDto) SetProtocols(v string)

SetProtocols gets a reference to the given string and assigns it to the Protocols field.

func (*GetSwapDto) SetReceiver

func (o *GetSwapDto) SetReceiver(v string)

SetReceiver gets a reference to the given string and assigns it to the Receiver field.

func (*GetSwapDto) SetReferrer

func (o *GetSwapDto) SetReferrer(v string)

SetReferrer gets a reference to the given string and assigns it to the Referrer field.

func (*GetSwapDto) SetSlippage

func (o *GetSwapDto) SetSlippage(v float64)

SetSlippage sets field value

func (*GetSwapDto) SetSrc

func (o *GetSwapDto) SetSrc(v string)

SetSrc sets field value

func (GetSwapDto) ToMap

func (o GetSwapDto) ToMap() (map[string]interface{}, error)

func (*GetSwapDto) UnmarshalJSON

func (o *GetSwapDto) UnmarshalJSON(data []byte) (err error)

type InputBody

type InputBody struct {
	To              *string `json:"to,omitempty"`
	Data            *string `json:"data,omitempty"`
	Input           *string `json:"input,omitempty"`
	Value           *string `json:"value,omitempty"`
	Nonce           *string `json:"nonce,omitempty"`
	Gas             *string `json:"gas,omitempty"`
	GasPrice        *string `json:"gasPrice,omitempty"`
	ChainId         *string `json:"chain_id,omitempty"`
	Encoding        *string `json:"encoding,omitempty"`
	EOA             *bool   `json:"EOA,omitempty"`
	ContractAddress *string `json:"contract_address,omitempty"`
	TokenId         *string `json:"token_id,omitempty"`
	TokenIds        *string `json:"token_ids,omitempty"`
	Approved        *bool   `json:"approved,omitempty"`
	Broadcast       *bool   `json:"broadcast,omitempty"`
}

InputBody struct for InputBody

func NewInputBody

func NewInputBody() *InputBody

NewInputBody instantiates a new InputBody 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 NewInputBodyWithDefaults

func NewInputBodyWithDefaults() *InputBody

NewInputBodyWithDefaults instantiates a new InputBody 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 (*InputBody) GetApproved

func (o *InputBody) GetApproved() bool

GetApproved returns the Approved field value if set, zero value otherwise.

func (*InputBody) GetApprovedOk

func (o *InputBody) GetApprovedOk() (*bool, bool)

GetApprovedOk returns a tuple with the Approved field value if set, nil otherwise and a boolean to check if the value has been set.

func (*InputBody) GetBroadcast

func (o *InputBody) GetBroadcast() bool

GetBroadcast returns the Broadcast field value if set, zero value otherwise.

func (*InputBody) GetBroadcastOk

func (o *InputBody) GetBroadcastOk() (*bool, bool)

GetBroadcastOk returns a tuple with the Broadcast field value if set, nil otherwise and a boolean to check if the value has been set.

func (*InputBody) GetChainId

func (o *InputBody) GetChainId() string

GetChainId returns the ChainId field value if set, zero value otherwise.

func (*InputBody) GetChainIdOk

func (o *InputBody) 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 (*InputBody) GetContractAddress

func (o *InputBody) GetContractAddress() string

GetContractAddress returns the ContractAddress field value if set, zero value otherwise.

func (*InputBody) GetContractAddressOk

func (o *InputBody) GetContractAddressOk() (*string, bool)

GetContractAddressOk returns a tuple with the ContractAddress field value if set, nil otherwise and a boolean to check if the value has been set.

func (*InputBody) GetData

func (o *InputBody) GetData() string

GetData returns the Data field value if set, zero value otherwise.

func (*InputBody) GetDataOk

func (o *InputBody) 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 (*InputBody) GetEOA

func (o *InputBody) GetEOA() bool

GetEOA returns the EOA field value if set, zero value otherwise.

func (*InputBody) GetEOAOk

func (o *InputBody) GetEOAOk() (*bool, bool)

GetEOAOk returns a tuple with the EOA field value if set, nil otherwise and a boolean to check if the value has been set.

func (*InputBody) GetEncoding

func (o *InputBody) GetEncoding() string

GetEncoding returns the Encoding field value if set, zero value otherwise.

func (*InputBody) GetEncodingOk

func (o *InputBody) GetEncodingOk() (*string, bool)

GetEncodingOk returns a tuple with the Encoding field value if set, nil otherwise and a boolean to check if the value has been set.

func (*InputBody) GetGas

func (o *InputBody) GetGas() string

GetGas returns the Gas field value if set, zero value otherwise.

func (*InputBody) GetGasOk

func (o *InputBody) GetGasOk() (*string, bool)

GetGasOk returns a tuple with the Gas field value if set, nil otherwise and a boolean to check if the value has been set.

func (*InputBody) GetGasPrice

func (o *InputBody) GetGasPrice() string

GetGasPrice returns the GasPrice field value if set, zero value otherwise.

func (*InputBody) GetGasPriceOk

func (o *InputBody) GetGasPriceOk() (*string, bool)

GetGasPriceOk returns a tuple with the GasPrice field value if set, nil otherwise and a boolean to check if the value has been set.

func (*InputBody) GetInput

func (o *InputBody) GetInput() string

GetInput returns the Input field value if set, zero value otherwise.

func (*InputBody) GetInputOk

func (o *InputBody) GetInputOk() (*string, bool)

GetInputOk returns a tuple with the Input field value if set, nil otherwise and a boolean to check if the value has been set.

func (*InputBody) GetNonce

func (o *InputBody) GetNonce() string

GetNonce returns the Nonce field value if set, zero value otherwise.

func (*InputBody) GetNonceOk

func (o *InputBody) GetNonceOk() (*string, 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 (*InputBody) GetTo

func (o *InputBody) GetTo() string

GetTo returns the To field value if set, zero value otherwise.

func (*InputBody) GetToOk

func (o *InputBody) GetToOk() (*string, bool)

GetToOk returns a tuple with the To field value if set, nil otherwise and a boolean to check if the value has been set.

func (*InputBody) GetTokenId

func (o *InputBody) GetTokenId() string

GetTokenId returns the TokenId field value if set, zero value otherwise.

func (*InputBody) GetTokenIdOk

func (o *InputBody) GetTokenIdOk() (*string, 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 (*InputBody) GetTokenIds

func (o *InputBody) GetTokenIds() string

GetTokenIds returns the TokenIds field value if set, zero value otherwise.

func (*InputBody) GetTokenIdsOk

func (o *InputBody) GetTokenIdsOk() (*string, bool)

GetTokenIdsOk returns a tuple with the TokenIds field value if set, nil otherwise and a boolean to check if the value has been set.

func (*InputBody) GetValue

func (o *InputBody) GetValue() string

GetValue returns the Value field value if set, zero value otherwise.

func (*InputBody) GetValueOk

func (o *InputBody) 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 (*InputBody) HasApproved

func (o *InputBody) HasApproved() bool

HasApproved returns a boolean if a field has been set.

func (*InputBody) HasBroadcast

func (o *InputBody) HasBroadcast() bool

HasBroadcast returns a boolean if a field has been set.

func (*InputBody) HasChainId

func (o *InputBody) HasChainId() bool

HasChainId returns a boolean if a field has been set.

func (*InputBody) HasContractAddress

func (o *InputBody) HasContractAddress() bool

HasContractAddress returns a boolean if a field has been set.

func (*InputBody) HasData

func (o *InputBody) HasData() bool

HasData returns a boolean if a field has been set.

func (*InputBody) HasEOA

func (o *InputBody) HasEOA() bool

HasEOA returns a boolean if a field has been set.

func (*InputBody) HasEncoding

func (o *InputBody) HasEncoding() bool

HasEncoding returns a boolean if a field has been set.

func (*InputBody) HasGas

func (o *InputBody) HasGas() bool

HasGas returns a boolean if a field has been set.

func (*InputBody) HasGasPrice

func (o *InputBody) HasGasPrice() bool

HasGasPrice returns a boolean if a field has been set.

func (*InputBody) HasInput

func (o *InputBody) HasInput() bool

HasInput returns a boolean if a field has been set.

func (*InputBody) HasNonce

func (o *InputBody) HasNonce() bool

HasNonce returns a boolean if a field has been set.

func (*InputBody) HasTo

func (o *InputBody) HasTo() bool

HasTo returns a boolean if a field has been set.

func (*InputBody) HasTokenId

func (o *InputBody) HasTokenId() bool

HasTokenId returns a boolean if a field has been set.

func (*InputBody) HasTokenIds

func (o *InputBody) HasTokenIds() bool

HasTokenIds returns a boolean if a field has been set.

func (*InputBody) HasValue

func (o *InputBody) HasValue() bool

HasValue returns a boolean if a field has been set.

func (InputBody) MarshalJSON

func (o InputBody) MarshalJSON() ([]byte, error)

func (*InputBody) SetApproved

func (o *InputBody) SetApproved(v bool)

SetApproved gets a reference to the given bool and assigns it to the Approved field.

func (*InputBody) SetBroadcast

func (o *InputBody) SetBroadcast(v bool)

SetBroadcast gets a reference to the given bool and assigns it to the Broadcast field.

func (*InputBody) SetChainId

func (o *InputBody) SetChainId(v string)

SetChainId gets a reference to the given string and assigns it to the ChainId field.

func (*InputBody) SetContractAddress

func (o *InputBody) SetContractAddress(v string)

SetContractAddress gets a reference to the given string and assigns it to the ContractAddress field.

func (*InputBody) SetData

func (o *InputBody) SetData(v string)

SetData gets a reference to the given string and assigns it to the Data field.

func (*InputBody) SetEOA

func (o *InputBody) SetEOA(v bool)

SetEOA gets a reference to the given bool and assigns it to the EOA field.

func (*InputBody) SetEncoding

func (o *InputBody) SetEncoding(v string)

SetEncoding gets a reference to the given string and assigns it to the Encoding field.

func (*InputBody) SetGas

func (o *InputBody) SetGas(v string)

SetGas gets a reference to the given string and assigns it to the Gas field.

func (*InputBody) SetGasPrice

func (o *InputBody) SetGasPrice(v string)

SetGasPrice gets a reference to the given string and assigns it to the GasPrice field.

func (*InputBody) SetInput

func (o *InputBody) SetInput(v string)

SetInput gets a reference to the given string and assigns it to the Input field.

func (*InputBody) SetNonce

func (o *InputBody) SetNonce(v string)

SetNonce gets a reference to the given string and assigns it to the Nonce field.

func (*InputBody) SetTo

func (o *InputBody) SetTo(v string)

SetTo gets a reference to the given string and assigns it to the To field.

func (*InputBody) SetTokenId

func (o *InputBody) SetTokenId(v string)

SetTokenId gets a reference to the given string and assigns it to the TokenId field.

func (*InputBody) SetTokenIds

func (o *InputBody) SetTokenIds(v string)

SetTokenIds gets a reference to the given string and assigns it to the TokenIds field.

func (*InputBody) SetValue

func (o *InputBody) SetValue(v string)

SetValue gets a reference to the given string and assigns it to the Value field.

func (InputBody) ToMap

func (o InputBody) ToMap() (map[string]interface{}, error)

type LitecoinAPI

type LitecoinAPI interface {

	/*
		CreateLitecoinAccount Method for CreateLitecoinAccount

		@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
		@return LitecoinAPICreateLitecoinAccountRequest
	*/
	CreateLitecoinAccount(ctx context.Context) LitecoinAPICreateLitecoinAccountRequest

	// CreateLitecoinAccountExecute executes the request
	//  @return AccountAPIResponse
	CreateLitecoinAccountExecute(r LitecoinAPICreateLitecoinAccountRequest) (*AccountAPIResponse, *http.Response, error)

	/*
		GetLitecoinAccount Method for GetLitecoinAccount

		@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
		@param accountName
		@return LitecoinAPIGetLitecoinAccountRequest
	*/
	GetLitecoinAccount(ctx context.Context, accountName string) LitecoinAPIGetLitecoinAccountRequest

	// GetLitecoinAccountExecute executes the request
	//  @return AccountAPIResponse
	GetLitecoinAccountExecute(r LitecoinAPIGetLitecoinAccountRequest) (*AccountAPIResponse, *http.Response, error)

	/*
		ListLitecoinAccounts Method for ListLitecoinAccounts

		@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
		@return LitecoinAPIListLitecoinAccountsRequest
	*/
	ListLitecoinAccounts(ctx context.Context) LitecoinAPIListLitecoinAccountsRequest

	// ListLitecoinAccountsExecute executes the request
	//  @return AccountAPIResponse
	ListLitecoinAccountsExecute(r LitecoinAPIListLitecoinAccountsRequest) (*AccountAPIResponse, *http.Response, error)

	/*
		SignLitecoinTransaction Method for SignLitecoinTransaction

		@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
		@param accountName
		@return LitecoinAPISignLitecoinTransactionRequest
	*/
	SignLitecoinTransaction(ctx context.Context, accountName string) LitecoinAPISignLitecoinTransactionRequest

	// SignLitecoinTransactionExecute executes the request
	//  @return LitecoinAPIResponse
	SignLitecoinTransactionExecute(r LitecoinAPISignLitecoinTransactionRequest) (*LitecoinAPIResponse, *http.Response, error)
}

type LitecoinAPICreateLitecoinAccountRequest

type LitecoinAPICreateLitecoinAccountRequest struct {
	ApiService LitecoinAPI
	// contains filtered or unexported fields
}

func (LitecoinAPICreateLitecoinAccountRequest) Authorization

func (LitecoinAPICreateLitecoinAccountRequest) Execute

func (LitecoinAPICreateLitecoinAccountRequest) LitecoinInput

type LitecoinAPIGetLitecoinAccountRequest

type LitecoinAPIGetLitecoinAccountRequest struct {
	ApiService LitecoinAPI
	// contains filtered or unexported fields
}

func (LitecoinAPIGetLitecoinAccountRequest) Authorization

func (LitecoinAPIGetLitecoinAccountRequest) Execute

type LitecoinAPIListLitecoinAccountsRequest

type LitecoinAPIListLitecoinAccountsRequest struct {
	ApiService LitecoinAPI
	// contains filtered or unexported fields
}

func (LitecoinAPIListLitecoinAccountsRequest) Authorization

func (LitecoinAPIListLitecoinAccountsRequest) Execute

type LitecoinAPIResponse

type LitecoinAPIResponse struct {
	Success bool                       `json:"success"`
	Message string                     `json:"message"`
	Body    *InputBody                 `json:"body,omitempty"`
	Address *string                    `json:"address,omitempty"`
	Data    *LitecoinTransactionOutput `json:"data,omitempty"`
}

LitecoinAPIResponse struct for LitecoinAPIResponse

func NewLitecoinAPIResponse

func NewLitecoinAPIResponse(success bool, message string) *LitecoinAPIResponse

NewLitecoinAPIResponse instantiates a new LitecoinAPIResponse 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 NewLitecoinAPIResponseWithDefaults

func NewLitecoinAPIResponseWithDefaults() *LitecoinAPIResponse

NewLitecoinAPIResponseWithDefaults instantiates a new LitecoinAPIResponse 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 (*LitecoinAPIResponse) GetAddress

func (o *LitecoinAPIResponse) GetAddress() string

GetAddress returns the Address field value if set, zero value otherwise.

func (*LitecoinAPIResponse) GetAddressOk

func (o *LitecoinAPIResponse) GetAddressOk() (*string, 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 (*LitecoinAPIResponse) GetBody

func (o *LitecoinAPIResponse) GetBody() InputBody

GetBody returns the Body field value if set, zero value otherwise.

func (*LitecoinAPIResponse) GetBodyOk

func (o *LitecoinAPIResponse) GetBodyOk() (*InputBody, 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 (*LitecoinAPIResponse) GetData

GetData returns the Data field value if set, zero value otherwise.

func (*LitecoinAPIResponse) GetDataOk

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 (*LitecoinAPIResponse) GetMessage

func (o *LitecoinAPIResponse) GetMessage() string

GetMessage returns the Message field value

func (*LitecoinAPIResponse) GetMessageOk

func (o *LitecoinAPIResponse) GetMessageOk() (*string, bool)

GetMessageOk returns a tuple with the Message field value and a boolean to check if the value has been set.

func (*LitecoinAPIResponse) GetSuccess

func (o *LitecoinAPIResponse) GetSuccess() bool

GetSuccess returns the Success field value

func (*LitecoinAPIResponse) GetSuccessOk

func (o *LitecoinAPIResponse) GetSuccessOk() (*bool, bool)

GetSuccessOk returns a tuple with the Success field value and a boolean to check if the value has been set.

func (*LitecoinAPIResponse) HasAddress

func (o *LitecoinAPIResponse) HasAddress() bool

HasAddress returns a boolean if a field has been set.

func (*LitecoinAPIResponse) HasBody

func (o *LitecoinAPIResponse) HasBody() bool

HasBody returns a boolean if a field has been set.

func (*LitecoinAPIResponse) HasData

func (o *LitecoinAPIResponse) HasData() bool

HasData returns a boolean if a field has been set.

func (LitecoinAPIResponse) MarshalJSON

func (o LitecoinAPIResponse) MarshalJSON() ([]byte, error)

func (*LitecoinAPIResponse) SetAddress

func (o *LitecoinAPIResponse) SetAddress(v string)

SetAddress gets a reference to the given string and assigns it to the Address field.

func (*LitecoinAPIResponse) SetBody

func (o *LitecoinAPIResponse) SetBody(v InputBody)

SetBody gets a reference to the given InputBody and assigns it to the Body field.

func (*LitecoinAPIResponse) SetData

SetData gets a reference to the given LitecoinTransactionOutput and assigns it to the Data field.

func (*LitecoinAPIResponse) SetMessage

func (o *LitecoinAPIResponse) SetMessage(v string)

SetMessage sets field value

func (*LitecoinAPIResponse) SetSuccess

func (o *LitecoinAPIResponse) SetSuccess(v bool)

SetSuccess sets field value

func (LitecoinAPIResponse) ToMap

func (o LitecoinAPIResponse) ToMap() (map[string]interface{}, error)

func (*LitecoinAPIResponse) UnmarshalJSON

func (o *LitecoinAPIResponse) UnmarshalJSON(data []byte) (err error)

type LitecoinAPIService

type LitecoinAPIService service

LitecoinAPIService LitecoinAPI service

func (*LitecoinAPIService) CreateLitecoinAccount

CreateLitecoinAccount Method for CreateLitecoinAccount

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return LitecoinAPICreateLitecoinAccountRequest

func (*LitecoinAPIService) CreateLitecoinAccountExecute

Execute executes the request

@return AccountAPIResponse

func (*LitecoinAPIService) GetLitecoinAccount

func (a *LitecoinAPIService) GetLitecoinAccount(ctx context.Context, accountName string) LitecoinAPIGetLitecoinAccountRequest

GetLitecoinAccount Method for GetLitecoinAccount

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param accountName
@return LitecoinAPIGetLitecoinAccountRequest

func (*LitecoinAPIService) GetLitecoinAccountExecute

Execute executes the request

@return AccountAPIResponse

func (*LitecoinAPIService) ListLitecoinAccounts

ListLitecoinAccounts Method for ListLitecoinAccounts

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return LitecoinAPIListLitecoinAccountsRequest

func (*LitecoinAPIService) ListLitecoinAccountsExecute

Execute executes the request

@return AccountAPIResponse

func (*LitecoinAPIService) SignLitecoinTransaction

func (a *LitecoinAPIService) SignLitecoinTransaction(ctx context.Context, accountName string) LitecoinAPISignLitecoinTransactionRequest

SignLitecoinTransaction Method for SignLitecoinTransaction

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param accountName
@return LitecoinAPISignLitecoinTransactionRequest

func (*LitecoinAPIService) SignLitecoinTransactionExecute

Execute executes the request

@return LitecoinAPIResponse

type LitecoinAPISignLitecoinTransactionRequest

type LitecoinAPISignLitecoinTransactionRequest struct {
	ApiService LitecoinAPI
	// contains filtered or unexported fields
}

func (LitecoinAPISignLitecoinTransactionRequest) Authorization

func (LitecoinAPISignLitecoinTransactionRequest) Execute

func (LitecoinAPISignLitecoinTransactionRequest) LitecoinTransactionInput

type LitecoinInput

type LitecoinInput struct {
	Network    *string `json:"network,omitempty"`
	PrivateKey *string `json:"private_key,omitempty"`
}

LitecoinInput struct for LitecoinInput

func NewLitecoinInput

func NewLitecoinInput() *LitecoinInput

NewLitecoinInput instantiates a new LitecoinInput 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 NewLitecoinInputWithDefaults

func NewLitecoinInputWithDefaults() *LitecoinInput

NewLitecoinInputWithDefaults instantiates a new LitecoinInput 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 (*LitecoinInput) GetNetwork

func (o *LitecoinInput) GetNetwork() string

GetNetwork returns the Network field value if set, zero value otherwise.

func (*LitecoinInput) GetNetworkOk

func (o *LitecoinInput) GetNetworkOk() (*string, bool)

GetNetworkOk returns a tuple with the Network field value if set, nil otherwise and a boolean to check if the value has been set.

func (*LitecoinInput) GetPrivateKey

func (o *LitecoinInput) GetPrivateKey() string

GetPrivateKey returns the PrivateKey field value if set, zero value otherwise.

func (*LitecoinInput) GetPrivateKeyOk

func (o *LitecoinInput) GetPrivateKeyOk() (*string, bool)

GetPrivateKeyOk returns a tuple with the PrivateKey field value if set, nil otherwise and a boolean to check if the value has been set.

func (*LitecoinInput) HasNetwork

func (o *LitecoinInput) HasNetwork() bool

HasNetwork returns a boolean if a field has been set.

func (*LitecoinInput) HasPrivateKey

func (o *LitecoinInput) HasPrivateKey() bool

HasPrivateKey returns a boolean if a field has been set.

func (LitecoinInput) MarshalJSON

func (o LitecoinInput) MarshalJSON() ([]byte, error)

func (*LitecoinInput) SetNetwork

func (o *LitecoinInput) SetNetwork(v string)

SetNetwork gets a reference to the given string and assigns it to the Network field.

func (*LitecoinInput) SetPrivateKey

func (o *LitecoinInput) SetPrivateKey(v string)

SetPrivateKey gets a reference to the given string and assigns it to the PrivateKey field.

func (LitecoinInput) ToMap

func (o LitecoinInput) ToMap() (map[string]interface{}, error)

type LitecoinTransactionInput

type LitecoinTransactionInput struct {
	To       *string  `json:"to,omitempty"`
	Value    *float64 `json:"value,omitempty"`
	Network  *string  `json:"network,omitempty"`
	Compress *bool    `json:"compress,omitempty"`
}

LitecoinTransactionInput struct for LitecoinTransactionInput

func NewLitecoinTransactionInput

func NewLitecoinTransactionInput() *LitecoinTransactionInput

NewLitecoinTransactionInput instantiates a new LitecoinTransactionInput 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 NewLitecoinTransactionInputWithDefaults

func NewLitecoinTransactionInputWithDefaults() *LitecoinTransactionInput

NewLitecoinTransactionInputWithDefaults instantiates a new LitecoinTransactionInput 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 (*LitecoinTransactionInput) GetCompress

func (o *LitecoinTransactionInput) GetCompress() bool

GetCompress returns the Compress field value if set, zero value otherwise.

func (*LitecoinTransactionInput) GetCompressOk

func (o *LitecoinTransactionInput) GetCompressOk() (*bool, bool)

GetCompressOk returns a tuple with the Compress field value if set, nil otherwise and a boolean to check if the value has been set.

func (*LitecoinTransactionInput) GetNetwork

func (o *LitecoinTransactionInput) GetNetwork() string

GetNetwork returns the Network field value if set, zero value otherwise.

func (*LitecoinTransactionInput) GetNetworkOk

func (o *LitecoinTransactionInput) GetNetworkOk() (*string, bool)

GetNetworkOk returns a tuple with the Network field value if set, nil otherwise and a boolean to check if the value has been set.

func (*LitecoinTransactionInput) GetTo

func (o *LitecoinTransactionInput) GetTo() string

GetTo returns the To field value if set, zero value otherwise.

func (*LitecoinTransactionInput) GetToOk

func (o *LitecoinTransactionInput) GetToOk() (*string, bool)

GetToOk returns a tuple with the To field value if set, nil otherwise and a boolean to check if the value has been set.

func (*LitecoinTransactionInput) GetValue

func (o *LitecoinTransactionInput) GetValue() float64

GetValue returns the Value field value if set, zero value otherwise.

func (*LitecoinTransactionInput) GetValueOk

func (o *LitecoinTransactionInput) GetValueOk() (*float64, 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 (*LitecoinTransactionInput) HasCompress

func (o *LitecoinTransactionInput) HasCompress() bool

HasCompress returns a boolean if a field has been set.

func (*LitecoinTransactionInput) HasNetwork

func (o *LitecoinTransactionInput) HasNetwork() bool

HasNetwork returns a boolean if a field has been set.

func (*LitecoinTransactionInput) HasTo

func (o *LitecoinTransactionInput) HasTo() bool

HasTo returns a boolean if a field has been set.

func (*LitecoinTransactionInput) HasValue

func (o *LitecoinTransactionInput) HasValue() bool

HasValue returns a boolean if a field has been set.

func (LitecoinTransactionInput) MarshalJSON

func (o LitecoinTransactionInput) MarshalJSON() ([]byte, error)

func (*LitecoinTransactionInput) SetCompress

func (o *LitecoinTransactionInput) SetCompress(v bool)

SetCompress gets a reference to the given bool and assigns it to the Compress field.

func (*LitecoinTransactionInput) SetNetwork

func (o *LitecoinTransactionInput) SetNetwork(v string)

SetNetwork gets a reference to the given string and assigns it to the Network field.

func (*LitecoinTransactionInput) SetTo

func (o *LitecoinTransactionInput) SetTo(v string)

SetTo gets a reference to the given string and assigns it to the To field.

func (*LitecoinTransactionInput) SetValue

func (o *LitecoinTransactionInput) SetValue(v float64)

SetValue gets a reference to the given float64 and assigns it to the Value field.

func (LitecoinTransactionInput) ToMap

func (o LitecoinTransactionInput) ToMap() (map[string]interface{}, error)

type LitecoinTransactionOutput

type LitecoinTransactionOutput struct {
	SignedTx        *string `json:"signedTx,omitempty"`
	TransactionHash *string `json:"transaction_hash,omitempty"`
}

LitecoinTransactionOutput struct for LitecoinTransactionOutput

func NewLitecoinTransactionOutput

func NewLitecoinTransactionOutput() *LitecoinTransactionOutput

NewLitecoinTransactionOutput instantiates a new LitecoinTransactionOutput 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 NewLitecoinTransactionOutputWithDefaults

func NewLitecoinTransactionOutputWithDefaults() *LitecoinTransactionOutput

NewLitecoinTransactionOutputWithDefaults instantiates a new LitecoinTransactionOutput 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 (*LitecoinTransactionOutput) GetSignedTx

func (o *LitecoinTransactionOutput) GetSignedTx() string

GetSignedTx returns the SignedTx field value if set, zero value otherwise.

func (*LitecoinTransactionOutput) GetSignedTxOk

func (o *LitecoinTransactionOutput) GetSignedTxOk() (*string, bool)

GetSignedTxOk returns a tuple with the SignedTx field value if set, nil otherwise and a boolean to check if the value has been set.

func (*LitecoinTransactionOutput) GetTransactionHash

func (o *LitecoinTransactionOutput) GetTransactionHash() string

GetTransactionHash returns the TransactionHash field value if set, zero value otherwise.

func (*LitecoinTransactionOutput) GetTransactionHashOk

func (o *LitecoinTransactionOutput) GetTransactionHashOk() (*string, bool)

GetTransactionHashOk returns a tuple with the TransactionHash field value if set, nil otherwise and a boolean to check if the value has been set.

func (*LitecoinTransactionOutput) HasSignedTx

func (o *LitecoinTransactionOutput) HasSignedTx() bool

HasSignedTx returns a boolean if a field has been set.

func (*LitecoinTransactionOutput) HasTransactionHash

func (o *LitecoinTransactionOutput) HasTransactionHash() bool

HasTransactionHash returns a boolean if a field has been set.

func (LitecoinTransactionOutput) MarshalJSON

func (o LitecoinTransactionOutput) MarshalJSON() ([]byte, error)

func (*LitecoinTransactionOutput) SetSignedTx

func (o *LitecoinTransactionOutput) SetSignedTx(v string)

SetSignedTx gets a reference to the given string and assigns it to the SignedTx field.

func (*LitecoinTransactionOutput) SetTransactionHash

func (o *LitecoinTransactionOutput) SetTransactionHash(v string)

SetTransactionHash gets a reference to the given string and assigns it to the TransactionHash field.

func (LitecoinTransactionOutput) ToMap

func (o LitecoinTransactionOutput) ToMap() (map[string]interface{}, error)

type MappedNullable

type MappedNullable interface {
	ToMap() (map[string]interface{}, error)
}

type Message

type Message struct {
	Fiat   []FiatCurrency   `json:"fiat"`
	Crypto []CryptoCurrency `json:"crypto"`
}

Message struct for Message

func NewMessage

func NewMessage(fiat []FiatCurrency, crypto []CryptoCurrency) *Message

NewMessage instantiates a new Message 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 NewMessageWithDefaults

func NewMessageWithDefaults() *Message

NewMessageWithDefaults instantiates a new Message 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 (*Message) GetCrypto

func (o *Message) GetCrypto() []CryptoCurrency

GetCrypto returns the Crypto field value

func (*Message) GetCryptoOk

func (o *Message) GetCryptoOk() ([]CryptoCurrency, bool)

GetCryptoOk returns a tuple with the Crypto field value and a boolean to check if the value has been set.

func (*Message) GetFiat

func (o *Message) GetFiat() []FiatCurrency

GetFiat returns the Fiat field value

func (*Message) GetFiatOk

func (o *Message) GetFiatOk() ([]FiatCurrency, bool)

GetFiatOk returns a tuple with the Fiat field value and a boolean to check if the value has been set.

func (Message) MarshalJSON

func (o Message) MarshalJSON() ([]byte, error)

func (*Message) SetCrypto

func (o *Message) SetCrypto(v []CryptoCurrency)

SetCrypto sets field value

func (*Message) SetFiat

func (o *Message) SetFiat(v []FiatCurrency)

SetFiat sets field value

func (Message) ToMap

func (o Message) ToMap() (map[string]interface{}, error)

func (*Message) UnmarshalJSON

func (o *Message) UnmarshalJSON(data []byte) (err error)

type NonceAPIResponse

type NonceAPIResponse struct {
	Success bool           `json:"success"`
	Message string         `json:"message"`
	Body    *InputBody     `json:"body,omitempty"`
	Address *string        `json:"address,omitempty"`
	Data    *NonceResponse `json:"data,omitempty"`
}

NonceAPIResponse struct for NonceAPIResponse

func NewNonceAPIResponse

func NewNonceAPIResponse(success bool, message string) *NonceAPIResponse

NewNonceAPIResponse instantiates a new NonceAPIResponse 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 NewNonceAPIResponseWithDefaults

func NewNonceAPIResponseWithDefaults() *NonceAPIResponse

NewNonceAPIResponseWithDefaults instantiates a new NonceAPIResponse 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 (*NonceAPIResponse) GetAddress

func (o *NonceAPIResponse) GetAddress() string

GetAddress returns the Address field value if set, zero value otherwise.

func (*NonceAPIResponse) GetAddressOk

func (o *NonceAPIResponse) GetAddressOk() (*string, 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 (*NonceAPIResponse) GetBody

func (o *NonceAPIResponse) GetBody() InputBody

GetBody returns the Body field value if set, zero value otherwise.

func (*NonceAPIResponse) GetBodyOk

func (o *NonceAPIResponse) GetBodyOk() (*InputBody, 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 (*NonceAPIResponse) GetData

func (o *NonceAPIResponse) GetData() NonceResponse

GetData returns the Data field value if set, zero value otherwise.

func (*NonceAPIResponse) GetDataOk

func (o *NonceAPIResponse) GetDataOk() (*NonceResponse, 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 (*NonceAPIResponse) GetMessage

func (o *NonceAPIResponse) GetMessage() string

GetMessage returns the Message field value

func (*NonceAPIResponse) GetMessageOk

func (o *NonceAPIResponse) GetMessageOk() (*string, bool)

GetMessageOk returns a tuple with the Message field value and a boolean to check if the value has been set.

func (*NonceAPIResponse) GetSuccess

func (o *NonceAPIResponse) GetSuccess() bool

GetSuccess returns the Success field value

func (*NonceAPIResponse) GetSuccessOk

func (o *NonceAPIResponse) GetSuccessOk() (*bool, bool)

GetSuccessOk returns a tuple with the Success field value and a boolean to check if the value has been set.

func (*NonceAPIResponse) HasAddress

func (o *NonceAPIResponse) HasAddress() bool

HasAddress returns a boolean if a field has been set.

func (*NonceAPIResponse) HasBody

func (o *NonceAPIResponse) HasBody() bool

HasBody returns a boolean if a field has been set.

func (*NonceAPIResponse) HasData

func (o *NonceAPIResponse) HasData() bool

HasData returns a boolean if a field has been set.

func (NonceAPIResponse) MarshalJSON

func (o NonceAPIResponse) MarshalJSON() ([]byte, error)

func (*NonceAPIResponse) SetAddress

func (o *NonceAPIResponse) SetAddress(v string)

SetAddress gets a reference to the given string and assigns it to the Address field.

func (*NonceAPIResponse) SetBody

func (o *NonceAPIResponse) SetBody(v InputBody)

SetBody gets a reference to the given InputBody and assigns it to the Body field.

func (*NonceAPIResponse) SetData

func (o *NonceAPIResponse) SetData(v NonceResponse)

SetData gets a reference to the given NonceResponse and assigns it to the Data field.

func (*NonceAPIResponse) SetMessage

func (o *NonceAPIResponse) SetMessage(v string)

SetMessage sets field value

func (*NonceAPIResponse) SetSuccess

func (o *NonceAPIResponse) SetSuccess(v bool)

SetSuccess sets field value

func (NonceAPIResponse) ToMap

func (o NonceAPIResponse) ToMap() (map[string]interface{}, error)

func (*NonceAPIResponse) UnmarshalJSON

func (o *NonceAPIResponse) UnmarshalJSON(data []byte) (err error)

type NonceResponse

type NonceResponse struct {
	Nonce float64 `json:"nonce"`
}

NonceResponse struct for NonceResponse

func NewNonceResponse

func NewNonceResponse(nonce float64) *NonceResponse

NewNonceResponse instantiates a new NonceResponse 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 NewNonceResponseWithDefaults

func NewNonceResponseWithDefaults() *NonceResponse

NewNonceResponseWithDefaults instantiates a new NonceResponse 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 (*NonceResponse) GetNonce

func (o *NonceResponse) GetNonce() float64

GetNonce returns the Nonce field value

func (*NonceResponse) GetNonceOk

func (o *NonceResponse) GetNonceOk() (*float64, bool)

GetNonceOk returns a tuple with the Nonce field value and a boolean to check if the value has been set.

func (NonceResponse) MarshalJSON

func (o NonceResponse) MarshalJSON() ([]byte, error)

func (*NonceResponse) SetNonce

func (o *NonceResponse) SetNonce(v float64)

SetNonce sets field value

func (NonceResponse) ToMap

func (o NonceResponse) ToMap() (map[string]interface{}, error)

func (*NonceResponse) UnmarshalJSON

func (o *NonceResponse) UnmarshalJSON(data []byte) (err error)

type NullableAaveInput

type NullableAaveInput struct {
	// contains filtered or unexported fields
}

func NewNullableAaveInput

func NewNullableAaveInput(val *AaveInput) *NullableAaveInput

func (NullableAaveInput) Get

func (v NullableAaveInput) Get() *AaveInput

func (NullableAaveInput) IsSet

func (v NullableAaveInput) IsSet() bool

func (NullableAaveInput) MarshalJSON

func (v NullableAaveInput) MarshalJSON() ([]byte, error)

func (*NullableAaveInput) Set

func (v *NullableAaveInput) Set(val *AaveInput)

func (*NullableAaveInput) UnmarshalJSON

func (v *NullableAaveInput) UnmarshalJSON(src []byte) error

func (*NullableAaveInput) Unset

func (v *NullableAaveInput) Unset()

type NullableAaveReservesAPIResponse

type NullableAaveReservesAPIResponse struct {
	// contains filtered or unexported fields
}

func (NullableAaveReservesAPIResponse) Get

func (NullableAaveReservesAPIResponse) IsSet

func (NullableAaveReservesAPIResponse) MarshalJSON

func (v NullableAaveReservesAPIResponse) MarshalJSON() ([]byte, error)

func (*NullableAaveReservesAPIResponse) Set

func (*NullableAaveReservesAPIResponse) UnmarshalJSON

func (v *NullableAaveReservesAPIResponse) UnmarshalJSON(src []byte) error

func (*NullableAaveReservesAPIResponse) Unset

type NullableAaveReservesData

type NullableAaveReservesData struct {
	// contains filtered or unexported fields
}

func NewNullableAaveReservesData

func NewNullableAaveReservesData(val *AaveReservesData) *NullableAaveReservesData

func (NullableAaveReservesData) Get

func (NullableAaveReservesData) IsSet

func (v NullableAaveReservesData) IsSet() bool

func (NullableAaveReservesData) MarshalJSON

func (v NullableAaveReservesData) MarshalJSON() ([]byte, error)

func (*NullableAaveReservesData) Set

func (*NullableAaveReservesData) UnmarshalJSON

func (v *NullableAaveReservesData) UnmarshalJSON(src []byte) error

func (*NullableAaveReservesData) Unset

func (v *NullableAaveReservesData) Unset()

type NullableAccountAPIResponse

type NullableAccountAPIResponse struct {
	// contains filtered or unexported fields
}

func NewNullableAccountAPIResponse

func NewNullableAccountAPIResponse(val *AccountAPIResponse) *NullableAccountAPIResponse

func (NullableAccountAPIResponse) Get

func (NullableAccountAPIResponse) IsSet

func (v NullableAccountAPIResponse) IsSet() bool

func (NullableAccountAPIResponse) MarshalJSON

func (v NullableAccountAPIResponse) MarshalJSON() ([]byte, error)

func (*NullableAccountAPIResponse) Set

func (*NullableAccountAPIResponse) UnmarshalJSON

func (v *NullableAccountAPIResponse) UnmarshalJSON(src []byte) error

func (*NullableAccountAPIResponse) Unset

func (v *NullableAccountAPIResponse) Unset()

type NullableAccountData

type NullableAccountData struct {
	// contains filtered or unexported fields
}

func NewNullableAccountData

func NewNullableAccountData(val *AccountData) *NullableAccountData

func (NullableAccountData) Get

func (NullableAccountData) IsSet

func (v NullableAccountData) IsSet() bool

func (NullableAccountData) MarshalJSON

func (v NullableAccountData) MarshalJSON() ([]byte, error)

func (*NullableAccountData) Set

func (v *NullableAccountData) Set(val *AccountData)

func (*NullableAccountData) UnmarshalJSON

func (v *NullableAccountData) UnmarshalJSON(src []byte) error

func (*NullableAccountData) Unset

func (v *NullableAccountData) Unset()

type NullableAccountResponse

type NullableAccountResponse struct {
	// contains filtered or unexported fields
}

func NewNullableAccountResponse

func NewNullableAccountResponse(val *AccountResponse) *NullableAccountResponse

func (NullableAccountResponse) Get

func (NullableAccountResponse) IsSet

func (v NullableAccountResponse) IsSet() bool

func (NullableAccountResponse) MarshalJSON

func (v NullableAccountResponse) MarshalJSON() ([]byte, error)

func (*NullableAccountResponse) Set

func (*NullableAccountResponse) UnmarshalJSON

func (v *NullableAccountResponse) UnmarshalJSON(src []byte) error

func (*NullableAccountResponse) Unset

func (v *NullableAccountResponse) Unset()

type NullableAvailablePaymentMethod

type NullableAvailablePaymentMethod struct {
	// contains filtered or unexported fields
}

func (NullableAvailablePaymentMethod) Get

func (NullableAvailablePaymentMethod) IsSet

func (NullableAvailablePaymentMethod) MarshalJSON

func (v NullableAvailablePaymentMethod) MarshalJSON() ([]byte, error)

func (*NullableAvailablePaymentMethod) Set

func (*NullableAvailablePaymentMethod) UnmarshalJSON

func (v *NullableAvailablePaymentMethod) UnmarshalJSON(src []byte) error

func (*NullableAvailablePaymentMethod) Unset

func (v *NullableAvailablePaymentMethod) Unset()

type NullableBalanceAPIResponse

type NullableBalanceAPIResponse struct {
	// contains filtered or unexported fields
}

func NewNullableBalanceAPIResponse

func NewNullableBalanceAPIResponse(val *BalanceAPIResponse) *NullableBalanceAPIResponse

func (NullableBalanceAPIResponse) Get

func (NullableBalanceAPIResponse) IsSet

func (v NullableBalanceAPIResponse) IsSet() bool

func (NullableBalanceAPIResponse) MarshalJSON

func (v NullableBalanceAPIResponse) MarshalJSON() ([]byte, error)

func (*NullableBalanceAPIResponse) Set

func (*NullableBalanceAPIResponse) UnmarshalJSON

func (v *NullableBalanceAPIResponse) UnmarshalJSON(src []byte) error

func (*NullableBalanceAPIResponse) Unset

func (v *NullableBalanceAPIResponse) Unset()

type NullableBalanceResponse

type NullableBalanceResponse struct {
	// contains filtered or unexported fields
}

func NewNullableBalanceResponse

func NewNullableBalanceResponse(val *BalanceResponse) *NullableBalanceResponse

func (NullableBalanceResponse) Get

func (NullableBalanceResponse) IsSet

func (v NullableBalanceResponse) IsSet() bool

func (NullableBalanceResponse) MarshalJSON

func (v NullableBalanceResponse) MarshalJSON() ([]byte, error)

func (*NullableBalanceResponse) Set

func (*NullableBalanceResponse) UnmarshalJSON

func (v *NullableBalanceResponse) UnmarshalJSON(src []byte) error

func (*NullableBalanceResponse) Unset

func (v *NullableBalanceResponse) Unset()

type NullableBitcoinAPIResponse

type NullableBitcoinAPIResponse struct {
	// contains filtered or unexported fields
}

func NewNullableBitcoinAPIResponse

func NewNullableBitcoinAPIResponse(val *BitcoinAPIResponse) *NullableBitcoinAPIResponse

func (NullableBitcoinAPIResponse) Get

func (NullableBitcoinAPIResponse) IsSet

func (v NullableBitcoinAPIResponse) IsSet() bool

func (NullableBitcoinAPIResponse) MarshalJSON

func (v NullableBitcoinAPIResponse) MarshalJSON() ([]byte, error)

func (*NullableBitcoinAPIResponse) Set

func (*NullableBitcoinAPIResponse) UnmarshalJSON

func (v *NullableBitcoinAPIResponse) UnmarshalJSON(src []byte) error

func (*NullableBitcoinAPIResponse) Unset

func (v *NullableBitcoinAPIResponse) Unset()

type NullableBitcoinCashAPIResponse

type NullableBitcoinCashAPIResponse struct {
	// contains filtered or unexported fields
}

func (NullableBitcoinCashAPIResponse) Get

func (NullableBitcoinCashAPIResponse) IsSet

func (NullableBitcoinCashAPIResponse) MarshalJSON

func (v NullableBitcoinCashAPIResponse) MarshalJSON() ([]byte, error)

func (*NullableBitcoinCashAPIResponse) Set

func (*NullableBitcoinCashAPIResponse) UnmarshalJSON

func (v *NullableBitcoinCashAPIResponse) UnmarshalJSON(src []byte) error

func (*NullableBitcoinCashAPIResponse) Unset

func (v *NullableBitcoinCashAPIResponse) Unset()

type NullableBitcoinCashInput

type NullableBitcoinCashInput struct {
	// contains filtered or unexported fields
}

func NewNullableBitcoinCashInput

func NewNullableBitcoinCashInput(val *BitcoinCashInput) *NullableBitcoinCashInput

func (NullableBitcoinCashInput) Get

func (NullableBitcoinCashInput) IsSet

func (v NullableBitcoinCashInput) IsSet() bool

func (NullableBitcoinCashInput) MarshalJSON

func (v NullableBitcoinCashInput) MarshalJSON() ([]byte, error)

func (*NullableBitcoinCashInput) Set

func (*NullableBitcoinCashInput) UnmarshalJSON

func (v *NullableBitcoinCashInput) UnmarshalJSON(src []byte) error

func (*NullableBitcoinCashInput) Unset

func (v *NullableBitcoinCashInput) Unset()

type NullableBitcoinCashTransactionInput

type NullableBitcoinCashTransactionInput struct {
	// contains filtered or unexported fields
}

func (NullableBitcoinCashTransactionInput) Get

func (NullableBitcoinCashTransactionInput) IsSet

func (NullableBitcoinCashTransactionInput) MarshalJSON

func (v NullableBitcoinCashTransactionInput) MarshalJSON() ([]byte, error)

func (*NullableBitcoinCashTransactionInput) Set

func (*NullableBitcoinCashTransactionInput) UnmarshalJSON

func (v *NullableBitcoinCashTransactionInput) UnmarshalJSON(src []byte) error

func (*NullableBitcoinCashTransactionInput) Unset

type NullableBitcoinCashTransactionOutput

type NullableBitcoinCashTransactionOutput struct {
	// contains filtered or unexported fields
}

func (NullableBitcoinCashTransactionOutput) Get

func (NullableBitcoinCashTransactionOutput) IsSet

func (NullableBitcoinCashTransactionOutput) MarshalJSON

func (v NullableBitcoinCashTransactionOutput) MarshalJSON() ([]byte, error)

func (*NullableBitcoinCashTransactionOutput) Set

func (*NullableBitcoinCashTransactionOutput) UnmarshalJSON

func (v *NullableBitcoinCashTransactionOutput) UnmarshalJSON(src []byte) error

func (*NullableBitcoinCashTransactionOutput) Unset

type NullableBitcoinInput

type NullableBitcoinInput struct {
	// contains filtered or unexported fields
}

func NewNullableBitcoinInput

func NewNullableBitcoinInput(val *BitcoinInput) *NullableBitcoinInput

func (NullableBitcoinInput) Get

func (NullableBitcoinInput) IsSet

func (v NullableBitcoinInput) IsSet() bool

func (NullableBitcoinInput) MarshalJSON

func (v NullableBitcoinInput) MarshalJSON() ([]byte, error)

func (*NullableBitcoinInput) Set

func (v *NullableBitcoinInput) Set(val *BitcoinInput)

func (*NullableBitcoinInput) UnmarshalJSON

func (v *NullableBitcoinInput) UnmarshalJSON(src []byte) error

func (*NullableBitcoinInput) Unset

func (v *NullableBitcoinInput) Unset()

type NullableBitcoinTransactionInput

type NullableBitcoinTransactionInput struct {
	// contains filtered or unexported fields
}

func (NullableBitcoinTransactionInput) Get

func (NullableBitcoinTransactionInput) IsSet

func (NullableBitcoinTransactionInput) MarshalJSON

func (v NullableBitcoinTransactionInput) MarshalJSON() ([]byte, error)

func (*NullableBitcoinTransactionInput) Set

func (*NullableBitcoinTransactionInput) UnmarshalJSON

func (v *NullableBitcoinTransactionInput) UnmarshalJSON(src []byte) error

func (*NullableBitcoinTransactionInput) Unset

type NullableBitcoinTransactionOutput

type NullableBitcoinTransactionOutput struct {
	// contains filtered or unexported fields
}

func (NullableBitcoinTransactionOutput) Get

func (NullableBitcoinTransactionOutput) IsSet

func (NullableBitcoinTransactionOutput) MarshalJSON

func (v NullableBitcoinTransactionOutput) MarshalJSON() ([]byte, error)

func (*NullableBitcoinTransactionOutput) Set

func (*NullableBitcoinTransactionOutput) UnmarshalJSON

func (v *NullableBitcoinTransactionOutput) UnmarshalJSON(src []byte) error

func (*NullableBitcoinTransactionOutput) Unset

type NullableBool

type NullableBool struct {
	// contains filtered or unexported fields
}

func NewNullableBool

func NewNullableBool(val *bool) *NullableBool

func (NullableBool) Get

func (v NullableBool) Get() *bool

func (NullableBool) IsSet

func (v NullableBool) IsSet() bool

func (NullableBool) MarshalJSON

func (v NullableBool) MarshalJSON() ([]byte, error)

func (*NullableBool) Set

func (v *NullableBool) Set(val *bool)

func (*NullableBool) UnmarshalJSON

func (v *NullableBool) UnmarshalJSON(src []byte) error

func (*NullableBool) Unset

func (v *NullableBool) Unset()

type NullableBroadCastRawTransactionAPIResponse

type NullableBroadCastRawTransactionAPIResponse struct {
	// contains filtered or unexported fields
}

func (NullableBroadCastRawTransactionAPIResponse) Get

func (NullableBroadCastRawTransactionAPIResponse) IsSet

func (NullableBroadCastRawTransactionAPIResponse) MarshalJSON

func (*NullableBroadCastRawTransactionAPIResponse) Set

func (*NullableBroadCastRawTransactionAPIResponse) UnmarshalJSON

func (v *NullableBroadCastRawTransactionAPIResponse) UnmarshalJSON(src []byte) error

func (*NullableBroadCastRawTransactionAPIResponse) Unset

type NullableBroadCastRawTransactionResponse

type NullableBroadCastRawTransactionResponse struct {
	// contains filtered or unexported fields
}

func (NullableBroadCastRawTransactionResponse) Get

func (NullableBroadCastRawTransactionResponse) IsSet

func (NullableBroadCastRawTransactionResponse) MarshalJSON

func (v NullableBroadCastRawTransactionResponse) MarshalJSON() ([]byte, error)

func (*NullableBroadCastRawTransactionResponse) Set

func (*NullableBroadCastRawTransactionResponse) UnmarshalJSON

func (v *NullableBroadCastRawTransactionResponse) UnmarshalJSON(src []byte) error

func (*NullableBroadCastRawTransactionResponse) Unset

type NullableBroadcastInput

type NullableBroadcastInput struct {
	// contains filtered or unexported fields
}

func NewNullableBroadcastInput

func NewNullableBroadcastInput(val *BroadcastInput) *NullableBroadcastInput

func (NullableBroadcastInput) Get

func (NullableBroadcastInput) IsSet

func (v NullableBroadcastInput) IsSet() bool

func (NullableBroadcastInput) MarshalJSON

func (v NullableBroadcastInput) MarshalJSON() ([]byte, error)

func (*NullableBroadcastInput) Set

func (*NullableBroadcastInput) UnmarshalJSON

func (v *NullableBroadcastInput) UnmarshalJSON(src []byte) error

func (*NullableBroadcastInput) Unset

func (v *NullableBroadcastInput) Unset()

type NullableConveyorFinanceControllerResponse

type NullableConveyorFinanceControllerResponse struct {
	// contains filtered or unexported fields
}

func (NullableConveyorFinanceControllerResponse) Get

func (NullableConveyorFinanceControllerResponse) IsSet

func (NullableConveyorFinanceControllerResponse) MarshalJSON

func (*NullableConveyorFinanceControllerResponse) Set

func (*NullableConveyorFinanceControllerResponse) UnmarshalJSON

func (v *NullableConveyorFinanceControllerResponse) UnmarshalJSON(src []byte) error

func (*NullableConveyorFinanceControllerResponse) Unset

type NullableCosmosAPIResponse

type NullableCosmosAPIResponse struct {
	// contains filtered or unexported fields
}

func NewNullableCosmosAPIResponse

func NewNullableCosmosAPIResponse(val *CosmosAPIResponse) *NullableCosmosAPIResponse

func (NullableCosmosAPIResponse) Get

func (NullableCosmosAPIResponse) IsSet

func (v NullableCosmosAPIResponse) IsSet() bool

func (NullableCosmosAPIResponse) MarshalJSON

func (v NullableCosmosAPIResponse) MarshalJSON() ([]byte, error)

func (*NullableCosmosAPIResponse) Set

func (*NullableCosmosAPIResponse) UnmarshalJSON

func (v *NullableCosmosAPIResponse) UnmarshalJSON(src []byte) error

func (*NullableCosmosAPIResponse) Unset

func (v *NullableCosmosAPIResponse) Unset()

type NullableCosmosInput

type NullableCosmosInput struct {
	// contains filtered or unexported fields
}

func NewNullableCosmosInput

func NewNullableCosmosInput(val *CosmosInput) *NullableCosmosInput

func (NullableCosmosInput) Get

func (NullableCosmosInput) IsSet

func (v NullableCosmosInput) IsSet() bool

func (NullableCosmosInput) MarshalJSON

func (v NullableCosmosInput) MarshalJSON() ([]byte, error)

func (*NullableCosmosInput) Set

func (v *NullableCosmosInput) Set(val *CosmosInput)

func (*NullableCosmosInput) UnmarshalJSON

func (v *NullableCosmosInput) UnmarshalJSON(src []byte) error

func (*NullableCosmosInput) Unset

func (v *NullableCosmosInput) Unset()

type NullableCosmosTransactionInput

type NullableCosmosTransactionInput struct {
	// contains filtered or unexported fields
}

func (NullableCosmosTransactionInput) Get

func (NullableCosmosTransactionInput) IsSet

func (NullableCosmosTransactionInput) MarshalJSON

func (v NullableCosmosTransactionInput) MarshalJSON() ([]byte, error)

func (*NullableCosmosTransactionInput) Set

func (*NullableCosmosTransactionInput) UnmarshalJSON

func (v *NullableCosmosTransactionInput) UnmarshalJSON(src []byte) error

func (*NullableCosmosTransactionInput) Unset

func (v *NullableCosmosTransactionInput) Unset()

type NullableCosmosTransactionOutput

type NullableCosmosTransactionOutput struct {
	// contains filtered or unexported fields
}

func (NullableCosmosTransactionOutput) Get

func (NullableCosmosTransactionOutput) IsSet

func (NullableCosmosTransactionOutput) MarshalJSON

func (v NullableCosmosTransactionOutput) MarshalJSON() ([]byte, error)

func (*NullableCosmosTransactionOutput) Set

func (*NullableCosmosTransactionOutput) UnmarshalJSON

func (v *NullableCosmosTransactionOutput) UnmarshalJSON(src []byte) error

func (*NullableCosmosTransactionOutput) Unset

type NullableCreateAccountInput

type NullableCreateAccountInput struct {
	// contains filtered or unexported fields
}

func NewNullableCreateAccountInput

func NewNullableCreateAccountInput(val *CreateAccountInput) *NullableCreateAccountInput

func (NullableCreateAccountInput) Get

func (NullableCreateAccountInput) IsSet

func (v NullableCreateAccountInput) IsSet() bool

func (NullableCreateAccountInput) MarshalJSON

func (v NullableCreateAccountInput) MarshalJSON() ([]byte, error)

func (*NullableCreateAccountInput) Set

func (*NullableCreateAccountInput) UnmarshalJSON

func (v *NullableCreateAccountInput) UnmarshalJSON(src []byte) error

func (*NullableCreateAccountInput) Unset

func (v *NullableCreateAccountInput) Unset()

type NullableCryptoCurrency

type NullableCryptoCurrency struct {
	// contains filtered or unexported fields
}

func NewNullableCryptoCurrency

func NewNullableCryptoCurrency(val *CryptoCurrency) *NullableCryptoCurrency

func (NullableCryptoCurrency) Get

func (NullableCryptoCurrency) IsSet

func (v NullableCryptoCurrency) IsSet() bool

func (NullableCryptoCurrency) MarshalJSON

func (v NullableCryptoCurrency) MarshalJSON() ([]byte, error)

func (*NullableCryptoCurrency) Set

func (*NullableCryptoCurrency) UnmarshalJSON

func (v *NullableCryptoCurrency) UnmarshalJSON(src []byte) error

func (*NullableCryptoCurrency) Unset

func (v *NullableCryptoCurrency) Unset()

type NullableDeployInput

type NullableDeployInput struct {
	// contains filtered or unexported fields
}

func NewNullableDeployInput

func NewNullableDeployInput(val *DeployInput) *NullableDeployInput

func (NullableDeployInput) Get

func (NullableDeployInput) IsSet

func (v NullableDeployInput) IsSet() bool

func (NullableDeployInput) MarshalJSON

func (v NullableDeployInput) MarshalJSON() ([]byte, error)

func (*NullableDeployInput) Set

func (v *NullableDeployInput) Set(val *DeployInput)

func (*NullableDeployInput) UnmarshalJSON

func (v *NullableDeployInput) UnmarshalJSON(src []byte) error

func (*NullableDeployInput) Unset

func (v *NullableDeployInput) Unset()

type NullableDogeCoinAPIResponse

type NullableDogeCoinAPIResponse struct {
	// contains filtered or unexported fields
}

func NewNullableDogeCoinAPIResponse

func NewNullableDogeCoinAPIResponse(val *DogeCoinAPIResponse) *NullableDogeCoinAPIResponse

func (NullableDogeCoinAPIResponse) Get

func (NullableDogeCoinAPIResponse) IsSet

func (NullableDogeCoinAPIResponse) MarshalJSON

func (v NullableDogeCoinAPIResponse) MarshalJSON() ([]byte, error)

func (*NullableDogeCoinAPIResponse) Set

func (*NullableDogeCoinAPIResponse) UnmarshalJSON

func (v *NullableDogeCoinAPIResponse) UnmarshalJSON(src []byte) error

func (*NullableDogeCoinAPIResponse) Unset

func (v *NullableDogeCoinAPIResponse) Unset()

type NullableDogeCoinInput

type NullableDogeCoinInput struct {
	// contains filtered or unexported fields
}

func NewNullableDogeCoinInput

func NewNullableDogeCoinInput(val *DogeCoinInput) *NullableDogeCoinInput

func (NullableDogeCoinInput) Get

func (NullableDogeCoinInput) IsSet

func (v NullableDogeCoinInput) IsSet() bool

func (NullableDogeCoinInput) MarshalJSON

func (v NullableDogeCoinInput) MarshalJSON() ([]byte, error)

func (*NullableDogeCoinInput) Set

func (v *NullableDogeCoinInput) Set(val *DogeCoinInput)

func (*NullableDogeCoinInput) UnmarshalJSON

func (v *NullableDogeCoinInput) UnmarshalJSON(src []byte) error

func (*NullableDogeCoinInput) Unset

func (v *NullableDogeCoinInput) Unset()

type NullableDogeCoinTransactionInput

type NullableDogeCoinTransactionInput struct {
	// contains filtered or unexported fields
}

func (NullableDogeCoinTransactionInput) Get

func (NullableDogeCoinTransactionInput) IsSet

func (NullableDogeCoinTransactionInput) MarshalJSON

func (v NullableDogeCoinTransactionInput) MarshalJSON() ([]byte, error)

func (*NullableDogeCoinTransactionInput) Set

func (*NullableDogeCoinTransactionInput) UnmarshalJSON

func (v *NullableDogeCoinTransactionInput) UnmarshalJSON(src []byte) error

func (*NullableDogeCoinTransactionInput) Unset

type NullableDogeCoinTransactionOutput

type NullableDogeCoinTransactionOutput struct {
	// contains filtered or unexported fields
}

func (NullableDogeCoinTransactionOutput) Get

func (NullableDogeCoinTransactionOutput) IsSet

func (NullableDogeCoinTransactionOutput) MarshalJSON

func (v NullableDogeCoinTransactionOutput) MarshalJSON() ([]byte, error)

func (*NullableDogeCoinTransactionOutput) Set

func (*NullableDogeCoinTransactionOutput) UnmarshalJSON

func (v *NullableDogeCoinTransactionOutput) UnmarshalJSON(src []byte) error

func (*NullableDogeCoinTransactionOutput) Unset

type NullableEnsResolveAPIResponse

type NullableEnsResolveAPIResponse struct {
	// contains filtered or unexported fields
}

func (NullableEnsResolveAPIResponse) Get

func (NullableEnsResolveAPIResponse) IsSet

func (NullableEnsResolveAPIResponse) MarshalJSON

func (v NullableEnsResolveAPIResponse) MarshalJSON() ([]byte, error)

func (*NullableEnsResolveAPIResponse) Set

func (*NullableEnsResolveAPIResponse) UnmarshalJSON

func (v *NullableEnsResolveAPIResponse) UnmarshalJSON(src []byte) error

func (*NullableEnsResolveAPIResponse) Unset

func (v *NullableEnsResolveAPIResponse) Unset()

type NullableEnsResolveInput

type NullableEnsResolveInput struct {
	// contains filtered or unexported fields
}

func NewNullableEnsResolveInput

func NewNullableEnsResolveInput(val *EnsResolveInput) *NullableEnsResolveInput

func (NullableEnsResolveInput) Get

func (NullableEnsResolveInput) IsSet

func (v NullableEnsResolveInput) IsSet() bool

func (NullableEnsResolveInput) MarshalJSON

func (v NullableEnsResolveInput) MarshalJSON() ([]byte, error)

func (*NullableEnsResolveInput) Set

func (*NullableEnsResolveInput) UnmarshalJSON

func (v *NullableEnsResolveInput) UnmarshalJSON(src []byte) error

func (*NullableEnsResolveInput) Unset

func (v *NullableEnsResolveInput) Unset()

type NullableEnsResolveResponse

type NullableEnsResolveResponse struct {
	// contains filtered or unexported fields
}

func NewNullableEnsResolveResponse

func NewNullableEnsResolveResponse(val *EnsResolveResponse) *NullableEnsResolveResponse

func (NullableEnsResolveResponse) Get

func (NullableEnsResolveResponse) IsSet

func (v NullableEnsResolveResponse) IsSet() bool

func (NullableEnsResolveResponse) MarshalJSON

func (v NullableEnsResolveResponse) MarshalJSON() ([]byte, error)

func (*NullableEnsResolveResponse) Set

func (*NullableEnsResolveResponse) UnmarshalJSON

func (v *NullableEnsResolveResponse) UnmarshalJSON(src []byte) error

func (*NullableEnsResolveResponse) Unset

func (v *NullableEnsResolveResponse) Unset()

type NullableEosAPIResponse

type NullableEosAPIResponse struct {
	// contains filtered or unexported fields
}

func NewNullableEosAPIResponse

func NewNullableEosAPIResponse(val *EosAPIResponse) *NullableEosAPIResponse

func (NullableEosAPIResponse) Get

func (NullableEosAPIResponse) IsSet

func (v NullableEosAPIResponse) IsSet() bool

func (NullableEosAPIResponse) MarshalJSON

func (v NullableEosAPIResponse) MarshalJSON() ([]byte, error)

func (*NullableEosAPIResponse) Set

func (*NullableEosAPIResponse) UnmarshalJSON

func (v *NullableEosAPIResponse) UnmarshalJSON(src []byte) error

func (*NullableEosAPIResponse) Unset

func (v *NullableEosAPIResponse) Unset()

type NullableEosInput

type NullableEosInput struct {
	// contains filtered or unexported fields
}

func NewNullableEosInput

func NewNullableEosInput(val *EosInput) *NullableEosInput

func (NullableEosInput) Get

func (v NullableEosInput) Get() *EosInput

func (NullableEosInput) IsSet

func (v NullableEosInput) IsSet() bool

func (NullableEosInput) MarshalJSON

func (v NullableEosInput) MarshalJSON() ([]byte, error)

func (*NullableEosInput) Set

func (v *NullableEosInput) Set(val *EosInput)

func (*NullableEosInput) UnmarshalJSON

func (v *NullableEosInput) UnmarshalJSON(src []byte) error

func (*NullableEosInput) Unset

func (v *NullableEosInput) Unset()

type NullableEosTransactionInput

type NullableEosTransactionInput struct {
	// contains filtered or unexported fields
}

func NewNullableEosTransactionInput

func NewNullableEosTransactionInput(val *EosTransactionInput) *NullableEosTransactionInput

func (NullableEosTransactionInput) Get

func (NullableEosTransactionInput) IsSet

func (NullableEosTransactionInput) MarshalJSON

func (v NullableEosTransactionInput) MarshalJSON() ([]byte, error)

func (*NullableEosTransactionInput) Set

func (*NullableEosTransactionInput) UnmarshalJSON

func (v *NullableEosTransactionInput) UnmarshalJSON(src []byte) error

func (*NullableEosTransactionInput) Unset

func (v *NullableEosTransactionInput) Unset()

type NullableEosTransactionOutput

type NullableEosTransactionOutput struct {
	// contains filtered or unexported fields
}

func NewNullableEosTransactionOutput

func NewNullableEosTransactionOutput(val *EosTransactionOutput) *NullableEosTransactionOutput

func (NullableEosTransactionOutput) Get

func (NullableEosTransactionOutput) IsSet

func (NullableEosTransactionOutput) MarshalJSON

func (v NullableEosTransactionOutput) MarshalJSON() ([]byte, error)

func (*NullableEosTransactionOutput) Set

func (*NullableEosTransactionOutput) UnmarshalJSON

func (v *NullableEosTransactionOutput) UnmarshalJSON(src []byte) error

func (*NullableEosTransactionOutput) Unset

func (v *NullableEosTransactionOutput) Unset()

type NullableErc1155Request

type NullableErc1155Request struct {
	// contains filtered or unexported fields
}

func NewNullableErc1155Request

func NewNullableErc1155Request(val *Erc1155Request) *NullableErc1155Request

func (NullableErc1155Request) Get

func (NullableErc1155Request) IsSet

func (v NullableErc1155Request) IsSet() bool

func (NullableErc1155Request) MarshalJSON

func (v NullableErc1155Request) MarshalJSON() ([]byte, error)

func (*NullableErc1155Request) Set

func (*NullableErc1155Request) UnmarshalJSON

func (v *NullableErc1155Request) UnmarshalJSON(src []byte) error

func (*NullableErc1155Request) Unset

func (v *NullableErc1155Request) Unset()

type NullableErc721Request

type NullableErc721Request struct {
	// contains filtered or unexported fields
}

func NewNullableErc721Request

func NewNullableErc721Request(val *Erc721Request) *NullableErc721Request

func (NullableErc721Request) Get

func (NullableErc721Request) IsSet

func (v NullableErc721Request) IsSet() bool

func (NullableErc721Request) MarshalJSON

func (v NullableErc721Request) MarshalJSON() ([]byte, error)

func (*NullableErc721Request) Set

func (v *NullableErc721Request) Set(val *Erc721Request)

func (*NullableErc721Request) UnmarshalJSON

func (v *NullableErc721Request) UnmarshalJSON(src []byte) error

func (*NullableErc721Request) Unset

func (v *NullableErc721Request) Unset()

type NullableFiatCurrency

type NullableFiatCurrency struct {
	// contains filtered or unexported fields
}

func NewNullableFiatCurrency

func NewNullableFiatCurrency(val *FiatCurrency) *NullableFiatCurrency

func (NullableFiatCurrency) Get

func (NullableFiatCurrency) IsSet

func (v NullableFiatCurrency) IsSet() bool

func (NullableFiatCurrency) MarshalJSON

func (v NullableFiatCurrency) MarshalJSON() ([]byte, error)

func (*NullableFiatCurrency) Set

func (v *NullableFiatCurrency) Set(val *FiatCurrency)

func (*NullableFiatCurrency) UnmarshalJSON

func (v *NullableFiatCurrency) UnmarshalJSON(src []byte) error

func (*NullableFiatCurrency) Unset

func (v *NullableFiatCurrency) 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 NullableGetSupportedOnRampsResponse

type NullableGetSupportedOnRampsResponse struct {
	// contains filtered or unexported fields
}

func (NullableGetSupportedOnRampsResponse) Get

func (NullableGetSupportedOnRampsResponse) IsSet

func (NullableGetSupportedOnRampsResponse) MarshalJSON

func (v NullableGetSupportedOnRampsResponse) MarshalJSON() ([]byte, error)

func (*NullableGetSupportedOnRampsResponse) Set

func (*NullableGetSupportedOnRampsResponse) UnmarshalJSON

func (v *NullableGetSupportedOnRampsResponse) UnmarshalJSON(src []byte) error

func (*NullableGetSupportedOnRampsResponse) Unset

type NullableGetSupportedOnRampsResponseMessageInner

type NullableGetSupportedOnRampsResponseMessageInner struct {
	// contains filtered or unexported fields
}

func (NullableGetSupportedOnRampsResponseMessageInner) Get

func (NullableGetSupportedOnRampsResponseMessageInner) IsSet

func (NullableGetSupportedOnRampsResponseMessageInner) MarshalJSON

func (*NullableGetSupportedOnRampsResponseMessageInner) Set

func (*NullableGetSupportedOnRampsResponseMessageInner) UnmarshalJSON

func (*NullableGetSupportedOnRampsResponseMessageInner) Unset

type NullableGetSupportedOnRampsResponseMessageInnerIcons

type NullableGetSupportedOnRampsResponseMessageInnerIcons struct {
	// contains filtered or unexported fields
}

func (NullableGetSupportedOnRampsResponseMessageInnerIcons) Get

func (NullableGetSupportedOnRampsResponseMessageInnerIcons) IsSet

func (NullableGetSupportedOnRampsResponseMessageInnerIcons) MarshalJSON

func (*NullableGetSupportedOnRampsResponseMessageInnerIcons) Set

func (*NullableGetSupportedOnRampsResponseMessageInnerIcons) UnmarshalJSON

func (*NullableGetSupportedOnRampsResponseMessageInnerIcons) Unset

type NullableGetSupportedOnRampsResponseMessageInnerIconsPng

type NullableGetSupportedOnRampsResponseMessageInnerIconsPng struct {
	// contains filtered or unexported fields
}

func (NullableGetSupportedOnRampsResponseMessageInnerIconsPng) Get

func (NullableGetSupportedOnRampsResponseMessageInnerIconsPng) IsSet

func (NullableGetSupportedOnRampsResponseMessageInnerIconsPng) MarshalJSON

func (*NullableGetSupportedOnRampsResponseMessageInnerIconsPng) Set

func (*NullableGetSupportedOnRampsResponseMessageInnerIconsPng) UnmarshalJSON

func (*NullableGetSupportedOnRampsResponseMessageInnerIconsPng) Unset

type NullableGetSwapDto

type NullableGetSwapDto struct {
	// contains filtered or unexported fields
}

func NewNullableGetSwapDto

func NewNullableGetSwapDto(val *GetSwapDto) *NullableGetSwapDto

func (NullableGetSwapDto) Get

func (v NullableGetSwapDto) Get() *GetSwapDto

func (NullableGetSwapDto) IsSet

func (v NullableGetSwapDto) IsSet() bool

func (NullableGetSwapDto) MarshalJSON

func (v NullableGetSwapDto) MarshalJSON() ([]byte, error)

func (*NullableGetSwapDto) Set

func (v *NullableGetSwapDto) Set(val *GetSwapDto)

func (*NullableGetSwapDto) UnmarshalJSON

func (v *NullableGetSwapDto) UnmarshalJSON(src []byte) error

func (*NullableGetSwapDto) Unset

func (v *NullableGetSwapDto) Unset()

type NullableInputBody

type NullableInputBody struct {
	// contains filtered or unexported fields
}

func NewNullableInputBody

func NewNullableInputBody(val *InputBody) *NullableInputBody

func (NullableInputBody) Get

func (v NullableInputBody) Get() *InputBody

func (NullableInputBody) IsSet

func (v NullableInputBody) IsSet() bool

func (NullableInputBody) MarshalJSON

func (v NullableInputBody) MarshalJSON() ([]byte, error)

func (*NullableInputBody) Set

func (v *NullableInputBody) Set(val *InputBody)

func (*NullableInputBody) UnmarshalJSON

func (v *NullableInputBody) UnmarshalJSON(src []byte) error

func (*NullableInputBody) Unset

func (v *NullableInputBody) 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 NullableLitecoinAPIResponse

type NullableLitecoinAPIResponse struct {
	// contains filtered or unexported fields
}

func NewNullableLitecoinAPIResponse

func NewNullableLitecoinAPIResponse(val *LitecoinAPIResponse) *NullableLitecoinAPIResponse

func (NullableLitecoinAPIResponse) Get

func (NullableLitecoinAPIResponse) IsSet

func (NullableLitecoinAPIResponse) MarshalJSON

func (v NullableLitecoinAPIResponse) MarshalJSON() ([]byte, error)

func (*NullableLitecoinAPIResponse) Set

func (*NullableLitecoinAPIResponse) UnmarshalJSON

func (v *NullableLitecoinAPIResponse) UnmarshalJSON(src []byte) error

func (*NullableLitecoinAPIResponse) Unset

func (v *NullableLitecoinAPIResponse) Unset()

type NullableLitecoinInput

type NullableLitecoinInput struct {
	// contains filtered or unexported fields
}

func NewNullableLitecoinInput

func NewNullableLitecoinInput(val *LitecoinInput) *NullableLitecoinInput

func (NullableLitecoinInput) Get

func (NullableLitecoinInput) IsSet

func (v NullableLitecoinInput) IsSet() bool

func (NullableLitecoinInput) MarshalJSON

func (v NullableLitecoinInput) MarshalJSON() ([]byte, error)

func (*NullableLitecoinInput) Set

func (v *NullableLitecoinInput) Set(val *LitecoinInput)

func (*NullableLitecoinInput) UnmarshalJSON

func (v *NullableLitecoinInput) UnmarshalJSON(src []byte) error

func (*NullableLitecoinInput) Unset

func (v *NullableLitecoinInput) Unset()

type NullableLitecoinTransactionInput

type NullableLitecoinTransactionInput struct {
	// contains filtered or unexported fields
}

func (NullableLitecoinTransactionInput) Get

func (NullableLitecoinTransactionInput) IsSet

func (NullableLitecoinTransactionInput) MarshalJSON

func (v NullableLitecoinTransactionInput) MarshalJSON() ([]byte, error)

func (*NullableLitecoinTransactionInput) Set

func (*NullableLitecoinTransactionInput) UnmarshalJSON

func (v *NullableLitecoinTransactionInput) UnmarshalJSON(src []byte) error

func (*NullableLitecoinTransactionInput) Unset

type NullableLitecoinTransactionOutput

type NullableLitecoinTransactionOutput struct {
	// contains filtered or unexported fields
}

func (NullableLitecoinTransactionOutput) Get

func (NullableLitecoinTransactionOutput) IsSet

func (NullableLitecoinTransactionOutput) MarshalJSON

func (v NullableLitecoinTransactionOutput) MarshalJSON() ([]byte, error)

func (*NullableLitecoinTransactionOutput) Set

func (*NullableLitecoinTransactionOutput) UnmarshalJSON

func (v *NullableLitecoinTransactionOutput) UnmarshalJSON(src []byte) error

func (*NullableLitecoinTransactionOutput) Unset

type NullableMessage

type NullableMessage struct {
	// contains filtered or unexported fields
}

func NewNullableMessage

func NewNullableMessage(val *Message) *NullableMessage

func (NullableMessage) Get

func (v NullableMessage) Get() *Message

func (NullableMessage) IsSet

func (v NullableMessage) IsSet() bool

func (NullableMessage) MarshalJSON

func (v NullableMessage) MarshalJSON() ([]byte, error)

func (*NullableMessage) Set

func (v *NullableMessage) Set(val *Message)

func (*NullableMessage) UnmarshalJSON

func (v *NullableMessage) UnmarshalJSON(src []byte) error

func (*NullableMessage) Unset

func (v *NullableMessage) Unset()

type NullableNonceAPIResponse

type NullableNonceAPIResponse struct {
	// contains filtered or unexported fields
}

func NewNullableNonceAPIResponse

func NewNullableNonceAPIResponse(val *NonceAPIResponse) *NullableNonceAPIResponse

func (NullableNonceAPIResponse) Get

func (NullableNonceAPIResponse) IsSet

func (v NullableNonceAPIResponse) IsSet() bool

func (NullableNonceAPIResponse) MarshalJSON

func (v NullableNonceAPIResponse) MarshalJSON() ([]byte, error)

func (*NullableNonceAPIResponse) Set

func (*NullableNonceAPIResponse) UnmarshalJSON

func (v *NullableNonceAPIResponse) UnmarshalJSON(src []byte) error

func (*NullableNonceAPIResponse) Unset

func (v *NullableNonceAPIResponse) Unset()

type NullableNonceResponse

type NullableNonceResponse struct {
	// contains filtered or unexported fields
}

func NewNullableNonceResponse

func NewNullableNonceResponse(val *NonceResponse) *NullableNonceResponse

func (NullableNonceResponse) Get

func (NullableNonceResponse) IsSet

func (v NullableNonceResponse) IsSet() bool

func (NullableNonceResponse) MarshalJSON

func (v NullableNonceResponse) MarshalJSON() ([]byte, error)

func (*NullableNonceResponse) Set

func (v *NullableNonceResponse) Set(val *NonceResponse)

func (*NullableNonceResponse) UnmarshalJSON

func (v *NullableNonceResponse) UnmarshalJSON(src []byte) error

func (*NullableNonceResponse) Unset

func (v *NullableNonceResponse) Unset()

type NullablePaymentType

type NullablePaymentType struct {
	// contains filtered or unexported fields
}

func NewNullablePaymentType

func NewNullablePaymentType(val *PaymentType) *NullablePaymentType

func (NullablePaymentType) Get

func (NullablePaymentType) IsSet

func (v NullablePaymentType) IsSet() bool

func (NullablePaymentType) MarshalJSON

func (v NullablePaymentType) MarshalJSON() ([]byte, error)

func (*NullablePaymentType) Set

func (v *NullablePaymentType) Set(val *PaymentType)

func (*NullablePaymentType) UnmarshalJSON

func (v *NullablePaymentType) UnmarshalJSON(src []byte) error

func (*NullablePaymentType) Unset

func (v *NullablePaymentType) Unset()

type NullablePingResponse

type NullablePingResponse struct {
	// contains filtered or unexported fields
}

func NewNullablePingResponse

func NewNullablePingResponse(val *PingResponse) *NullablePingResponse

func (NullablePingResponse) Get

func (NullablePingResponse) IsSet

func (v NullablePingResponse) IsSet() bool

func (NullablePingResponse) MarshalJSON

func (v NullablePingResponse) MarshalJSON() ([]byte, error)

func (*NullablePingResponse) Set

func (v *NullablePingResponse) Set(val *PingResponse)

func (*NullablePingResponse) UnmarshalJSON

func (v *NullablePingResponse) UnmarshalJSON(src []byte) error

func (*NullablePingResponse) Unset

func (v *NullablePingResponse) Unset()

type NullableQuote

type NullableQuote struct {
	// contains filtered or unexported fields
}

func NewNullableQuote

func NewNullableQuote(val *Quote) *NullableQuote

func (NullableQuote) Get

func (v NullableQuote) Get() *Quote

func (NullableQuote) IsSet

func (v NullableQuote) IsSet() bool

func (NullableQuote) MarshalJSON

func (v NullableQuote) MarshalJSON() ([]byte, error)

func (*NullableQuote) Set

func (v *NullableQuote) Set(val *Quote)

func (*NullableQuote) UnmarshalJSON

func (v *NullableQuote) UnmarshalJSON(src []byte) error

func (*NullableQuote) Unset

func (v *NullableQuote) Unset()

type NullableRippleAPIResponse

type NullableRippleAPIResponse struct {
	// contains filtered or unexported fields
}

func NewNullableRippleAPIResponse

func NewNullableRippleAPIResponse(val *RippleAPIResponse) *NullableRippleAPIResponse

func (NullableRippleAPIResponse) Get

func (NullableRippleAPIResponse) IsSet

func (v NullableRippleAPIResponse) IsSet() bool

func (NullableRippleAPIResponse) MarshalJSON

func (v NullableRippleAPIResponse) MarshalJSON() ([]byte, error)

func (*NullableRippleAPIResponse) Set

func (*NullableRippleAPIResponse) UnmarshalJSON

func (v *NullableRippleAPIResponse) UnmarshalJSON(src []byte) error

func (*NullableRippleAPIResponse) Unset

func (v *NullableRippleAPIResponse) Unset()

type NullableRippleInput

type NullableRippleInput struct {
	// contains filtered or unexported fields
}

func NewNullableRippleInput

func NewNullableRippleInput(val *RippleInput) *NullableRippleInput

func (NullableRippleInput) Get

func (NullableRippleInput) IsSet

func (v NullableRippleInput) IsSet() bool

func (NullableRippleInput) MarshalJSON

func (v NullableRippleInput) MarshalJSON() ([]byte, error)

func (*NullableRippleInput) Set

func (v *NullableRippleInput) Set(val *RippleInput)

func (*NullableRippleInput) UnmarshalJSON

func (v *NullableRippleInput) UnmarshalJSON(src []byte) error

func (*NullableRippleInput) Unset

func (v *NullableRippleInput) Unset()

type NullableRippleTransactionInput

type NullableRippleTransactionInput struct {
	// contains filtered or unexported fields
}

func (NullableRippleTransactionInput) Get

func (NullableRippleTransactionInput) IsSet

func (NullableRippleTransactionInput) MarshalJSON

func (v NullableRippleTransactionInput) MarshalJSON() ([]byte, error)

func (*NullableRippleTransactionInput) Set

func (*NullableRippleTransactionInput) UnmarshalJSON

func (v *NullableRippleTransactionInput) UnmarshalJSON(src []byte) error

func (*NullableRippleTransactionInput) Unset

func (v *NullableRippleTransactionInput) Unset()

type NullableRippleTransactionOutput

type NullableRippleTransactionOutput struct {
	// contains filtered or unexported fields
}

func (NullableRippleTransactionOutput) Get

func (NullableRippleTransactionOutput) IsSet

func (NullableRippleTransactionOutput) MarshalJSON

func (v NullableRippleTransactionOutput) MarshalJSON() ([]byte, error)

func (*NullableRippleTransactionOutput) Set

func (*NullableRippleTransactionOutput) UnmarshalJSON

func (v *NullableRippleTransactionOutput) UnmarshalJSON(src []byte) error

func (*NullableRippleTransactionOutput) Unset

type NullableSellQuote

type NullableSellQuote struct {
	// contains filtered or unexported fields
}

func NewNullableSellQuote

func NewNullableSellQuote(val *SellQuote) *NullableSellQuote

func (NullableSellQuote) Get

func (v NullableSellQuote) Get() *SellQuote

func (NullableSellQuote) IsSet

func (v NullableSellQuote) IsSet() bool

func (NullableSellQuote) MarshalJSON

func (v NullableSellQuote) MarshalJSON() ([]byte, error)

func (*NullableSellQuote) Set

func (v *NullableSellQuote) Set(val *SellQuote)

func (*NullableSellQuote) UnmarshalJSON

func (v *NullableSellQuote) UnmarshalJSON(src []byte) error

func (*NullableSellQuote) Unset

func (v *NullableSellQuote) Unset()

type NullableSignMessage

type NullableSignMessage struct {
	// contains filtered or unexported fields
}

func NewNullableSignMessage

func NewNullableSignMessage(val *SignMessage) *NullableSignMessage

func (NullableSignMessage) Get

func (NullableSignMessage) IsSet

func (v NullableSignMessage) IsSet() bool

func (NullableSignMessage) MarshalJSON

func (v NullableSignMessage) MarshalJSON() ([]byte, error)

func (*NullableSignMessage) Set

func (v *NullableSignMessage) Set(val *SignMessage)

func (*NullableSignMessage) UnmarshalJSON

func (v *NullableSignMessage) UnmarshalJSON(src []byte) error

func (*NullableSignMessage) Unset

func (v *NullableSignMessage) Unset()

type NullableSignMessageAPIResponse

type NullableSignMessageAPIResponse struct {
	// contains filtered or unexported fields
}

func (NullableSignMessageAPIResponse) Get

func (NullableSignMessageAPIResponse) IsSet

func (NullableSignMessageAPIResponse) MarshalJSON

func (v NullableSignMessageAPIResponse) MarshalJSON() ([]byte, error)

func (*NullableSignMessageAPIResponse) Set

func (*NullableSignMessageAPIResponse) UnmarshalJSON

func (v *NullableSignMessageAPIResponse) UnmarshalJSON(src []byte) error

func (*NullableSignMessageAPIResponse) Unset

func (v *NullableSignMessageAPIResponse) Unset()

type NullableSignTypedData

type NullableSignTypedData struct {
	// contains filtered or unexported fields
}

func NewNullableSignTypedData

func NewNullableSignTypedData(val *SignTypedData) *NullableSignTypedData

func (NullableSignTypedData) Get

func (NullableSignTypedData) IsSet

func (v NullableSignTypedData) IsSet() bool

func (NullableSignTypedData) MarshalJSON

func (v NullableSignTypedData) MarshalJSON() ([]byte, error)

func (*NullableSignTypedData) Set

func (v *NullableSignTypedData) Set(val *SignTypedData)

func (*NullableSignTypedData) UnmarshalJSON

func (v *NullableSignTypedData) UnmarshalJSON(src []byte) error

func (*NullableSignTypedData) Unset

func (v *NullableSignTypedData) Unset()

type NullableSolanaAPIResponse

type NullableSolanaAPIResponse struct {
	// contains filtered or unexported fields
}

func NewNullableSolanaAPIResponse

func NewNullableSolanaAPIResponse(val *SolanaAPIResponse) *NullableSolanaAPIResponse

func (NullableSolanaAPIResponse) Get

func (NullableSolanaAPIResponse) IsSet

func (v NullableSolanaAPIResponse) IsSet() bool

func (NullableSolanaAPIResponse) MarshalJSON

func (v NullableSolanaAPIResponse) MarshalJSON() ([]byte, error)

func (*NullableSolanaAPIResponse) Set

func (*NullableSolanaAPIResponse) UnmarshalJSON

func (v *NullableSolanaAPIResponse) UnmarshalJSON(src []byte) error

func (*NullableSolanaAPIResponse) Unset

func (v *NullableSolanaAPIResponse) Unset()

type NullableSolanaInput

type NullableSolanaInput struct {
	// contains filtered or unexported fields
}

func NewNullableSolanaInput

func NewNullableSolanaInput(val *SolanaInput) *NullableSolanaInput

func (NullableSolanaInput) Get

func (NullableSolanaInput) IsSet

func (v NullableSolanaInput) IsSet() bool

func (NullableSolanaInput) MarshalJSON

func (v NullableSolanaInput) MarshalJSON() ([]byte, error)

func (*NullableSolanaInput) Set

func (v *NullableSolanaInput) Set(val *SolanaInput)

func (*NullableSolanaInput) UnmarshalJSON

func (v *NullableSolanaInput) UnmarshalJSON(src []byte) error

func (*NullableSolanaInput) Unset

func (v *NullableSolanaInput) Unset()

type NullableSolanaTransactionInput

type NullableSolanaTransactionInput struct {
	// contains filtered or unexported fields
}

func (NullableSolanaTransactionInput) Get

func (NullableSolanaTransactionInput) IsSet

func (NullableSolanaTransactionInput) MarshalJSON

func (v NullableSolanaTransactionInput) MarshalJSON() ([]byte, error)

func (*NullableSolanaTransactionInput) Set

func (*NullableSolanaTransactionInput) UnmarshalJSON

func (v *NullableSolanaTransactionInput) UnmarshalJSON(src []byte) error

func (*NullableSolanaTransactionInput) Unset

func (v *NullableSolanaTransactionInput) Unset()

type NullableSolanaTransactionOutput

type NullableSolanaTransactionOutput struct {
	// contains filtered or unexported fields
}

func (NullableSolanaTransactionOutput) Get

func (NullableSolanaTransactionOutput) IsSet

func (NullableSolanaTransactionOutput) MarshalJSON

func (v NullableSolanaTransactionOutput) MarshalJSON() ([]byte, error)

func (*NullableSolanaTransactionOutput) Set

func (*NullableSolanaTransactionOutput) UnmarshalJSON

func (v *NullableSolanaTransactionOutput) UnmarshalJSON(src []byte) error

func (*NullableSolanaTransactionOutput) 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 NullableSupportedAssetResponse

type NullableSupportedAssetResponse struct {
	// contains filtered or unexported fields
}

func (NullableSupportedAssetResponse) Get

func (NullableSupportedAssetResponse) IsSet

func (NullableSupportedAssetResponse) MarshalJSON

func (v NullableSupportedAssetResponse) MarshalJSON() ([]byte, error)

func (*NullableSupportedAssetResponse) Set

func (*NullableSupportedAssetResponse) UnmarshalJSON

func (v *NullableSupportedAssetResponse) UnmarshalJSON(src []byte) error

func (*NullableSupportedAssetResponse) Unset

func (v *NullableSupportedAssetResponse) Unset()

type NullableSupportedAssetResponseAssetsInner

type NullableSupportedAssetResponseAssetsInner struct {
	// contains filtered or unexported fields
}

func (NullableSupportedAssetResponseAssetsInner) Get

func (NullableSupportedAssetResponseAssetsInner) IsSet

func (NullableSupportedAssetResponseAssetsInner) MarshalJSON

func (*NullableSupportedAssetResponseAssetsInner) Set

func (*NullableSupportedAssetResponseAssetsInner) UnmarshalJSON

func (v *NullableSupportedAssetResponseAssetsInner) UnmarshalJSON(src []byte) error

func (*NullableSupportedAssetResponseAssetsInner) Unset

type NullableSupportedCurrenciesResponse

type NullableSupportedCurrenciesResponse struct {
	// contains filtered or unexported fields
}

func (NullableSupportedCurrenciesResponse) Get

func (NullableSupportedCurrenciesResponse) IsSet

func (NullableSupportedCurrenciesResponse) MarshalJSON

func (v NullableSupportedCurrenciesResponse) MarshalJSON() ([]byte, error)

func (*NullableSupportedCurrenciesResponse) Set

func (*NullableSupportedCurrenciesResponse) UnmarshalJSON

func (v *NullableSupportedCurrenciesResponse) UnmarshalJSON(src []byte) error

func (*NullableSupportedCurrenciesResponse) Unset

type NullableSupportedDefaultResponse

type NullableSupportedDefaultResponse struct {
	// contains filtered or unexported fields
}

func (NullableSupportedDefaultResponse) Get

func (NullableSupportedDefaultResponse) IsSet

func (NullableSupportedDefaultResponse) MarshalJSON

func (v NullableSupportedDefaultResponse) MarshalJSON() ([]byte, error)

func (*NullableSupportedDefaultResponse) Set

func (*NullableSupportedDefaultResponse) UnmarshalJSON

func (v *NullableSupportedDefaultResponse) UnmarshalJSON(src []byte) error

func (*NullableSupportedDefaultResponse) Unset

type NullableSupportedDefaultResponseDefaults

type NullableSupportedDefaultResponseDefaults struct {
	// contains filtered or unexported fields
}

func (NullableSupportedDefaultResponseDefaults) Get

func (NullableSupportedDefaultResponseDefaults) IsSet

func (NullableSupportedDefaultResponseDefaults) MarshalJSON

func (*NullableSupportedDefaultResponseDefaults) Set

func (*NullableSupportedDefaultResponseDefaults) UnmarshalJSON

func (v *NullableSupportedDefaultResponseDefaults) UnmarshalJSON(src []byte) error

func (*NullableSupportedDefaultResponseDefaults) Unset

type NullableSupportedDefaultResponseDefaultsId

type NullableSupportedDefaultResponseDefaultsId struct {
	// contains filtered or unexported fields
}

func (NullableSupportedDefaultResponseDefaultsId) Get

func (NullableSupportedDefaultResponseDefaultsId) IsSet

func (NullableSupportedDefaultResponseDefaultsId) MarshalJSON

func (*NullableSupportedDefaultResponseDefaultsId) Set

func (*NullableSupportedDefaultResponseDefaultsId) UnmarshalJSON

func (v *NullableSupportedDefaultResponseDefaultsId) UnmarshalJSON(src []byte) error

func (*NullableSupportedDefaultResponseDefaultsId) Unset

type NullableSupportedPaymentTypesCurrencyResponse

type NullableSupportedPaymentTypesCurrencyResponse struct {
	// contains filtered or unexported fields
}

func (NullableSupportedPaymentTypesCurrencyResponse) Get

func (NullableSupportedPaymentTypesCurrencyResponse) IsSet

func (NullableSupportedPaymentTypesCurrencyResponse) MarshalJSON

func (*NullableSupportedPaymentTypesCurrencyResponse) Set

func (*NullableSupportedPaymentTypesCurrencyResponse) UnmarshalJSON

func (*NullableSupportedPaymentTypesCurrencyResponse) Unset

type NullableSupportedPaymentTypesMessage

type NullableSupportedPaymentTypesMessage struct {
	// contains filtered or unexported fields
}

func (NullableSupportedPaymentTypesMessage) Get

func (NullableSupportedPaymentTypesMessage) IsSet

func (NullableSupportedPaymentTypesMessage) MarshalJSON

func (v NullableSupportedPaymentTypesMessage) MarshalJSON() ([]byte, error)

func (*NullableSupportedPaymentTypesMessage) Set

func (*NullableSupportedPaymentTypesMessage) UnmarshalJSON

func (v *NullableSupportedPaymentTypesMessage) UnmarshalJSON(src []byte) error

func (*NullableSupportedPaymentTypesMessage) 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 NullableTokenSwapParams

type NullableTokenSwapParams struct {
	// contains filtered or unexported fields
}

func NewNullableTokenSwapParams

func NewNullableTokenSwapParams(val *TokenSwapParams) *NullableTokenSwapParams

func (NullableTokenSwapParams) Get

func (NullableTokenSwapParams) IsSet

func (v NullableTokenSwapParams) IsSet() bool

func (NullableTokenSwapParams) MarshalJSON

func (v NullableTokenSwapParams) MarshalJSON() ([]byte, error)

func (*NullableTokenSwapParams) Set

func (*NullableTokenSwapParams) UnmarshalJSON

func (v *NullableTokenSwapParams) UnmarshalJSON(src []byte) error

func (*NullableTokenSwapParams) Unset

func (v *NullableTokenSwapParams) Unset()

type NullableTransaction

type NullableTransaction struct {
	// contains filtered or unexported fields
}

func NewNullableTransaction

func NewNullableTransaction(val *Transaction) *NullableTransaction

func (NullableTransaction) Get

func (NullableTransaction) IsSet

func (v NullableTransaction) IsSet() bool

func (NullableTransaction) MarshalJSON

func (v NullableTransaction) MarshalJSON() ([]byte, error)

func (*NullableTransaction) Set

func (v *NullableTransaction) Set(val *Transaction)

func (*NullableTransaction) UnmarshalJSON

func (v *NullableTransaction) UnmarshalJSON(src []byte) error

func (*NullableTransaction) Unset

func (v *NullableTransaction) Unset()

type NullableTransactionAPIResponse

type NullableTransactionAPIResponse struct {
	// contains filtered or unexported fields
}

func (NullableTransactionAPIResponse) Get

func (NullableTransactionAPIResponse) IsSet

func (NullableTransactionAPIResponse) MarshalJSON

func (v NullableTransactionAPIResponse) MarshalJSON() ([]byte, error)

func (*NullableTransactionAPIResponse) Set

func (*NullableTransactionAPIResponse) UnmarshalJSON

func (v *NullableTransactionAPIResponse) UnmarshalJSON(src []byte) error

func (*NullableTransactionAPIResponse) Unset

func (v *NullableTransactionAPIResponse) Unset()

type NullableTransactionData

type NullableTransactionData struct {
	// contains filtered or unexported fields
}

func NewNullableTransactionData

func NewNullableTransactionData(val *TransactionData) *NullableTransactionData

func (NullableTransactionData) Get

func (NullableTransactionData) IsSet

func (v NullableTransactionData) IsSet() bool

func (NullableTransactionData) MarshalJSON

func (v NullableTransactionData) MarshalJSON() ([]byte, error)

func (*NullableTransactionData) Set

func (*NullableTransactionData) UnmarshalJSON

func (v *NullableTransactionData) UnmarshalJSON(src []byte) error

func (*NullableTransactionData) Unset

func (v *NullableTransactionData) Unset()

type NullableTransactionInput

type NullableTransactionInput struct {
	// contains filtered or unexported fields
}

func NewNullableTransactionInput

func NewNullableTransactionInput(val *TransactionInput) *NullableTransactionInput

func (NullableTransactionInput) Get

func (NullableTransactionInput) IsSet

func (v NullableTransactionInput) IsSet() bool

func (NullableTransactionInput) MarshalJSON

func (v NullableTransactionInput) MarshalJSON() ([]byte, error)

func (*NullableTransactionInput) Set

func (*NullableTransactionInput) UnmarshalJSON

func (v *NullableTransactionInput) UnmarshalJSON(src []byte) error

func (*NullableTransactionInput) Unset

func (v *NullableTransactionInput) Unset()

type NullableTransactionInputMetaData

type NullableTransactionInputMetaData struct {
	// contains filtered or unexported fields
}

func (NullableTransactionInputMetaData) Get

func (NullableTransactionInputMetaData) IsSet

func (NullableTransactionInputMetaData) MarshalJSON

func (v NullableTransactionInputMetaData) MarshalJSON() ([]byte, error)

func (*NullableTransactionInputMetaData) Set

func (*NullableTransactionInputMetaData) UnmarshalJSON

func (v *NullableTransactionInputMetaData) UnmarshalJSON(src []byte) error

func (*NullableTransactionInputMetaData) Unset

type NullableTransactionInputSupportedParams

type NullableTransactionInputSupportedParams struct {
	// contains filtered or unexported fields
}

func (NullableTransactionInputSupportedParams) Get

func (NullableTransactionInputSupportedParams) IsSet

func (NullableTransactionInputSupportedParams) MarshalJSON

func (v NullableTransactionInputSupportedParams) MarshalJSON() ([]byte, error)

func (*NullableTransactionInputSupportedParams) Set

func (*NullableTransactionInputSupportedParams) UnmarshalJSON

func (v *NullableTransactionInputSupportedParams) UnmarshalJSON(src []byte) error

func (*NullableTransactionInputSupportedParams) Unset

type NullableTransactionInputSupportedParamsPartnerData

type NullableTransactionInputSupportedParamsPartnerData struct {
	// contains filtered or unexported fields
}

func (NullableTransactionInputSupportedParamsPartnerData) Get

func (NullableTransactionInputSupportedParamsPartnerData) IsSet

func (NullableTransactionInputSupportedParamsPartnerData) MarshalJSON

func (*NullableTransactionInputSupportedParamsPartnerData) Set

func (*NullableTransactionInputSupportedParamsPartnerData) UnmarshalJSON

func (*NullableTransactionInputSupportedParamsPartnerData) Unset

type NullableTransactionInputSupportedParamsPartnerDataRedirectUrl

type NullableTransactionInputSupportedParamsPartnerDataRedirectUrl struct {
	// contains filtered or unexported fields
}

func (NullableTransactionInputSupportedParamsPartnerDataRedirectUrl) Get

func (NullableTransactionInputSupportedParamsPartnerDataRedirectUrl) IsSet

func (NullableTransactionInputSupportedParamsPartnerDataRedirectUrl) MarshalJSON

func (*NullableTransactionInputSupportedParamsPartnerDataRedirectUrl) Set

func (*NullableTransactionInputSupportedParamsPartnerDataRedirectUrl) UnmarshalJSON

func (*NullableTransactionInputSupportedParamsPartnerDataRedirectUrl) Unset

type NullableTransactionInputSupportedParamsTheme

type NullableTransactionInputSupportedParamsTheme struct {
	// contains filtered or unexported fields
}

func (NullableTransactionInputSupportedParamsTheme) Get

func (NullableTransactionInputSupportedParamsTheme) IsSet

func (NullableTransactionInputSupportedParamsTheme) MarshalJSON

func (*NullableTransactionInputSupportedParamsTheme) Set

func (*NullableTransactionInputSupportedParamsTheme) UnmarshalJSON

func (*NullableTransactionInputSupportedParamsTheme) Unset

type NullableTransactionInputWallet

type NullableTransactionInputWallet struct {
	// contains filtered or unexported fields
}

func (NullableTransactionInputWallet) Get

func (NullableTransactionInputWallet) IsSet

func (NullableTransactionInputWallet) MarshalJSON

func (v NullableTransactionInputWallet) MarshalJSON() ([]byte, error)

func (*NullableTransactionInputWallet) Set

func (*NullableTransactionInputWallet) UnmarshalJSON

func (v *NullableTransactionInputWallet) UnmarshalJSON(src []byte) error

func (*NullableTransactionInputWallet) Unset

func (v *NullableTransactionInputWallet) Unset()

type NullableTransactionRequest

type NullableTransactionRequest struct {
	// contains filtered or unexported fields
}

func NewNullableTransactionRequest

func NewNullableTransactionRequest(val *TransactionRequest) *NullableTransactionRequest

func (NullableTransactionRequest) Get

func (NullableTransactionRequest) IsSet

func (v NullableTransactionRequest) IsSet() bool

func (NullableTransactionRequest) MarshalJSON

func (v NullableTransactionRequest) MarshalJSON() ([]byte, error)

func (*NullableTransactionRequest) Set

func (*NullableTransactionRequest) UnmarshalJSON

func (v *NullableTransactionRequest) UnmarshalJSON(src []byte) error

func (*NullableTransactionRequest) Unset

func (v *NullableTransactionRequest) Unset()

type NullableTransactionResponse

type NullableTransactionResponse struct {
	// contains filtered or unexported fields
}

func NewNullableTransactionResponse

func NewNullableTransactionResponse(val *TransactionResponse) *NullableTransactionResponse

func (NullableTransactionResponse) Get

func (NullableTransactionResponse) IsSet

func (NullableTransactionResponse) MarshalJSON

func (v NullableTransactionResponse) MarshalJSON() ([]byte, error)

func (*NullableTransactionResponse) Set

func (*NullableTransactionResponse) UnmarshalJSON

func (v *NullableTransactionResponse) UnmarshalJSON(src []byte) error

func (*NullableTransactionResponse) Unset

func (v *NullableTransactionResponse) Unset()

type NullableTransactionResponseInfo

type NullableTransactionResponseInfo struct {
	// contains filtered or unexported fields
}

func (NullableTransactionResponseInfo) Get

func (NullableTransactionResponseInfo) IsSet

func (NullableTransactionResponseInfo) MarshalJSON

func (v NullableTransactionResponseInfo) MarshalJSON() ([]byte, error)

func (*NullableTransactionResponseInfo) Set

func (*NullableTransactionResponseInfo) UnmarshalJSON

func (v *NullableTransactionResponseInfo) UnmarshalJSON(src []byte) error

func (*NullableTransactionResponseInfo) Unset

type NullableTransactionResponseTx

type NullableTransactionResponseTx struct {
	// contains filtered or unexported fields
}

func (NullableTransactionResponseTx) Get

func (NullableTransactionResponseTx) IsSet

func (NullableTransactionResponseTx) MarshalJSON

func (v NullableTransactionResponseTx) MarshalJSON() ([]byte, error)

func (*NullableTransactionResponseTx) Set

func (*NullableTransactionResponseTx) UnmarshalJSON

func (v *NullableTransactionResponseTx) UnmarshalJSON(src []byte) error

func (*NullableTransactionResponseTx) Unset

func (v *NullableTransactionResponseTx) Unset()

type NullableTronAPIResponse

type NullableTronAPIResponse struct {
	// contains filtered or unexported fields
}

func NewNullableTronAPIResponse

func NewNullableTronAPIResponse(val *TronAPIResponse) *NullableTronAPIResponse

func (NullableTronAPIResponse) Get

func (NullableTronAPIResponse) IsSet

func (v NullableTronAPIResponse) IsSet() bool

func (NullableTronAPIResponse) MarshalJSON

func (v NullableTronAPIResponse) MarshalJSON() ([]byte, error)

func (*NullableTronAPIResponse) Set

func (*NullableTronAPIResponse) UnmarshalJSON

func (v *NullableTronAPIResponse) UnmarshalJSON(src []byte) error

func (*NullableTronAPIResponse) Unset

func (v *NullableTronAPIResponse) Unset()

type NullableTronInput

type NullableTronInput struct {
	// contains filtered or unexported fields
}

func NewNullableTronInput

func NewNullableTronInput(val *TronInput) *NullableTronInput

func (NullableTronInput) Get

func (v NullableTronInput) Get() *TronInput

func (NullableTronInput) IsSet

func (v NullableTronInput) IsSet() bool

func (NullableTronInput) MarshalJSON

func (v NullableTronInput) MarshalJSON() ([]byte, error)

func (*NullableTronInput) Set

func (v *NullableTronInput) Set(val *TronInput)

func (*NullableTronInput) UnmarshalJSON

func (v *NullableTronInput) UnmarshalJSON(src []byte) error

func (*NullableTronInput) Unset

func (v *NullableTronInput) Unset()

type NullableTronTransactionInput

type NullableTronTransactionInput struct {
	// contains filtered or unexported fields
}

func NewNullableTronTransactionInput

func NewNullableTronTransactionInput(val *TronTransactionInput) *NullableTronTransactionInput

func (NullableTronTransactionInput) Get

func (NullableTronTransactionInput) IsSet

func (NullableTronTransactionInput) MarshalJSON

func (v NullableTronTransactionInput) MarshalJSON() ([]byte, error)

func (*NullableTronTransactionInput) Set

func (*NullableTronTransactionInput) UnmarshalJSON

func (v *NullableTronTransactionInput) UnmarshalJSON(src []byte) error

func (*NullableTronTransactionInput) Unset

func (v *NullableTronTransactionInput) Unset()

type NullableTronTransactionOutput

type NullableTronTransactionOutput struct {
	// contains filtered or unexported fields
}

func (NullableTronTransactionOutput) Get

func (NullableTronTransactionOutput) IsSet

func (NullableTronTransactionOutput) MarshalJSON

func (v NullableTronTransactionOutput) MarshalJSON() ([]byte, error)

func (*NullableTronTransactionOutput) Set

func (*NullableTronTransactionOutput) UnmarshalJSON

func (v *NullableTronTransactionOutput) UnmarshalJSON(src []byte) error

func (*NullableTronTransactionOutput) Unset

func (v *NullableTronTransactionOutput) Unset()

type NullableTx

type NullableTx struct {
	// contains filtered or unexported fields
}

func NewNullableTx

func NewNullableTx(val *Tx) *NullableTx

func (NullableTx) Get

func (v NullableTx) Get() *Tx

func (NullableTx) IsSet

func (v NullableTx) IsSet() bool

func (NullableTx) MarshalJSON

func (v NullableTx) MarshalJSON() ([]byte, error)

func (*NullableTx) Set

func (v *NullableTx) Set(val *Tx)

func (*NullableTx) UnmarshalJSON

func (v *NullableTx) UnmarshalJSON(src []byte) error

func (*NullableTx) Unset

func (v *NullableTx) Unset()

type NullableUniswapInput

type NullableUniswapInput struct {
	// contains filtered or unexported fields
}

func NewNullableUniswapInput

func NewNullableUniswapInput(val *UniswapInput) *NullableUniswapInput

func (NullableUniswapInput) Get

func (NullableUniswapInput) IsSet

func (v NullableUniswapInput) IsSet() bool

func (NullableUniswapInput) MarshalJSON

func (v NullableUniswapInput) MarshalJSON() ([]byte, error)

func (*NullableUniswapInput) Set

func (v *NullableUniswapInput) Set(val *UniswapInput)

func (*NullableUniswapInput) UnmarshalJSON

func (v *NullableUniswapInput) UnmarshalJSON(src []byte) error

func (*NullableUniswapInput) Unset

func (v *NullableUniswapInput) Unset()

type OneinchAPI

type OneinchAPI interface {

	/*
		ApproveCallData Method for ApproveCallData

		@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
		@return OneinchAPIApproveCallDataRequest
	*/
	ApproveCallData(ctx context.Context) OneinchAPIApproveCallDataRequest

	// ApproveCallDataExecute executes the request
	//  @return interface{}
	ApproveCallDataExecute(r OneinchAPIApproveCallDataRequest) (interface{}, *http.Response, error)

	/*
		ApproveSpender Method for ApproveSpender

		@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
		@return OneinchAPIApproveSpenderRequest
	*/
	ApproveSpender(ctx context.Context) OneinchAPIApproveSpenderRequest

	// ApproveSpenderExecute executes the request
	//  @return interface{}
	ApproveSpenderExecute(r OneinchAPIApproveSpenderRequest) (interface{}, *http.Response, error)

	/*
		Protocols Method for Protocols

		@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
		@return OneinchAPIProtocolsRequest
	*/
	Protocols(ctx context.Context) OneinchAPIProtocolsRequest

	// ProtocolsExecute executes the request
	//  @return interface{}
	ProtocolsExecute(r OneinchAPIProtocolsRequest) (interface{}, *http.Response, error)

	/*
		Quote Method for Quote

		@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
		@return OneinchAPIQuoteRequest
	*/
	Quote(ctx context.Context) OneinchAPIQuoteRequest

	// QuoteExecute executes the request
	//  @return interface{}
	QuoteExecute(r OneinchAPIQuoteRequest) (interface{}, *http.Response, error)

	/*
		Swap Method for Swap

		@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
		@param accountName
		@return OneinchAPISwapRequest
	*/
	Swap(ctx context.Context, accountName string) OneinchAPISwapRequest

	// SwapExecute executes the request
	//  @return interface{}
	SwapExecute(r OneinchAPISwapRequest) (interface{}, *http.Response, error)

	/*
		Tokens Method for Tokens

		@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
		@return OneinchAPITokensRequest
	*/
	Tokens(ctx context.Context) OneinchAPITokensRequest

	// TokensExecute executes the request
	//  @return interface{}
	TokensExecute(r OneinchAPITokensRequest) (interface{}, *http.Response, error)
}

type OneinchAPIApproveCallDataRequest

type OneinchAPIApproveCallDataRequest struct {
	ApiService OneinchAPI
	// contains filtered or unexported fields
}

func (OneinchAPIApproveCallDataRequest) Body

func (OneinchAPIApproveCallDataRequest) Execute

func (r OneinchAPIApproveCallDataRequest) Execute() (interface{}, *http.Response, error)

type OneinchAPIApproveSpenderRequest

type OneinchAPIApproveSpenderRequest struct {
	ApiService OneinchAPI
	// contains filtered or unexported fields
}

func (OneinchAPIApproveSpenderRequest) Body

func (OneinchAPIApproveSpenderRequest) Execute

func (r OneinchAPIApproveSpenderRequest) Execute() (interface{}, *http.Response, error)

type OneinchAPIProtocolsRequest

type OneinchAPIProtocolsRequest struct {
	ApiService OneinchAPI
	// contains filtered or unexported fields
}

func (OneinchAPIProtocolsRequest) Body

func (r OneinchAPIProtocolsRequest) Body(body interface{}) OneinchAPIProtocolsRequest

func (OneinchAPIProtocolsRequest) Execute

func (r OneinchAPIProtocolsRequest) Execute() (interface{}, *http.Response, error)

type OneinchAPIQuoteRequest

type OneinchAPIQuoteRequest struct {
	ApiService OneinchAPI
	// contains filtered or unexported fields
}

func (OneinchAPIQuoteRequest) Body

func (r OneinchAPIQuoteRequest) Body(body interface{}) OneinchAPIQuoteRequest

func (OneinchAPIQuoteRequest) Execute

func (r OneinchAPIQuoteRequest) Execute() (interface{}, *http.Response, error)

type OneinchAPIService

type OneinchAPIService service

OneinchAPIService OneinchAPI service

func (*OneinchAPIService) ApproveCallData

ApproveCallData Method for ApproveCallData

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return OneinchAPIApproveCallDataRequest

func (*OneinchAPIService) ApproveCallDataExecute

func (a *OneinchAPIService) ApproveCallDataExecute(r OneinchAPIApproveCallDataRequest) (interface{}, *http.Response, error)

Execute executes the request

@return interface{}

func (*OneinchAPIService) ApproveSpender

ApproveSpender Method for ApproveSpender

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return OneinchAPIApproveSpenderRequest

func (*OneinchAPIService) ApproveSpenderExecute

func (a *OneinchAPIService) ApproveSpenderExecute(r OneinchAPIApproveSpenderRequest) (interface{}, *http.Response, error)

Execute executes the request

@return interface{}

func (*OneinchAPIService) Protocols

Protocols Method for Protocols

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return OneinchAPIProtocolsRequest

func (*OneinchAPIService) ProtocolsExecute

func (a *OneinchAPIService) ProtocolsExecute(r OneinchAPIProtocolsRequest) (interface{}, *http.Response, error)

Execute executes the request

@return interface{}

func (*OneinchAPIService) Quote

Quote Method for Quote

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return OneinchAPIQuoteRequest

func (*OneinchAPIService) QuoteExecute

func (a *OneinchAPIService) QuoteExecute(r OneinchAPIQuoteRequest) (interface{}, *http.Response, error)

Execute executes the request

@return interface{}

func (*OneinchAPIService) Swap

func (a *OneinchAPIService) Swap(ctx context.Context, accountName string) OneinchAPISwapRequest

Swap Method for Swap

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param accountName
@return OneinchAPISwapRequest

func (*OneinchAPIService) SwapExecute

func (a *OneinchAPIService) SwapExecute(r OneinchAPISwapRequest) (interface{}, *http.Response, error)

Execute executes the request

@return interface{}

func (*OneinchAPIService) Tokens

Tokens Method for Tokens

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return OneinchAPITokensRequest

func (*OneinchAPIService) TokensExecute

func (a *OneinchAPIService) TokensExecute(r OneinchAPITokensRequest) (interface{}, *http.Response, error)

Execute executes the request

@return interface{}

type OneinchAPISwapRequest

type OneinchAPISwapRequest struct {
	ApiService OneinchAPI
	// contains filtered or unexported fields
}

func (OneinchAPISwapRequest) Authorization

func (r OneinchAPISwapRequest) Authorization(authorization string) OneinchAPISwapRequest

func (OneinchAPISwapRequest) Execute

func (r OneinchAPISwapRequest) Execute() (interface{}, *http.Response, error)

func (OneinchAPISwapRequest) GetSwapDto

func (r OneinchAPISwapRequest) GetSwapDto(getSwapDto GetSwapDto) OneinchAPISwapRequest

type OneinchAPITokensRequest

type OneinchAPITokensRequest struct {
	ApiService OneinchAPI
	// contains filtered or unexported fields
}

func (OneinchAPITokensRequest) Body

func (r OneinchAPITokensRequest) Body(body interface{}) OneinchAPITokensRequest

func (OneinchAPITokensRequest) Execute

func (r OneinchAPITokensRequest) Execute() (interface{}, *http.Response, error)

type OnramperAPI

type OnramperAPI interface {

	/*
		OnRamperCheckout Method for OnRamperCheckout

		@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
		@param accountName
		@return OnramperAPIOnRamperCheckoutRequest
	*/
	OnRamperCheckout(ctx context.Context, accountName string) OnramperAPIOnRamperCheckoutRequest

	// OnRamperCheckoutExecute executes the request
	//  @return interface{}
	OnRamperCheckoutExecute(r OnramperAPIOnRamperCheckoutRequest) (interface{}, *http.Response, error)

	/*
		OnRamperGetQuotesBuy Method for OnRamperGetQuotesBuy

		@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
		@return OnramperAPIOnRamperGetQuotesBuyRequest
	*/
	OnRamperGetQuotesBuy(ctx context.Context) OnramperAPIOnRamperGetQuotesBuyRequest

	// OnRamperGetQuotesBuyExecute executes the request
	//  @return []Quote
	OnRamperGetQuotesBuyExecute(r OnramperAPIOnRamperGetQuotesBuyRequest) ([]Quote, *http.Response, error)

	/*
		OnRamperGetQuotesSell Method for OnRamperGetQuotesSell

		@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
		@return OnramperAPIOnRamperGetQuotesSellRequest
	*/
	OnRamperGetQuotesSell(ctx context.Context) OnramperAPIOnRamperGetQuotesSellRequest

	// OnRamperGetQuotesSellExecute executes the request
	//  @return []SellQuote
	OnRamperGetQuotesSellExecute(r OnramperAPIOnRamperGetQuotesSellRequest) ([]SellQuote, *http.Response, error)

	/*
		OnRamperGetSupportedAssets Method for OnRamperGetSupportedAssets

		@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
		@return OnramperAPIOnRamperGetSupportedAssetsRequest
	*/
	OnRamperGetSupportedAssets(ctx context.Context) OnramperAPIOnRamperGetSupportedAssetsRequest

	// OnRamperGetSupportedAssetsExecute executes the request
	//  @return SupportedAssetResponse
	OnRamperGetSupportedAssetsExecute(r OnramperAPIOnRamperGetSupportedAssetsRequest) (*SupportedAssetResponse, *http.Response, error)

	/*
		OnRamperGetSupportedCurrencies Method for OnRamperGetSupportedCurrencies

		@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
		@return OnramperAPIOnRamperGetSupportedCurrenciesRequest
	*/
	OnRamperGetSupportedCurrencies(ctx context.Context) OnramperAPIOnRamperGetSupportedCurrenciesRequest

	// OnRamperGetSupportedCurrenciesExecute executes the request
	//  @return SupportedCurrenciesResponse
	OnRamperGetSupportedCurrenciesExecute(r OnramperAPIOnRamperGetSupportedCurrenciesRequest) (*SupportedCurrenciesResponse, *http.Response, error)

	/*
		OnRamperGetSupportedDefaultsAll Method for OnRamperGetSupportedDefaultsAll

		@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
		@return OnramperAPIOnRamperGetSupportedDefaultsAllRequest
	*/
	OnRamperGetSupportedDefaultsAll(ctx context.Context) OnramperAPIOnRamperGetSupportedDefaultsAllRequest

	// OnRamperGetSupportedDefaultsAllExecute executes the request
	//  @return SupportedDefaultResponse
	OnRamperGetSupportedDefaultsAllExecute(r OnramperAPIOnRamperGetSupportedDefaultsAllRequest) (*SupportedDefaultResponse, *http.Response, error)

	/*
		OnRamperGetSupportedOnRampsAll Method for OnRamperGetSupportedOnRampsAll

		@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
		@return OnramperAPIOnRamperGetSupportedOnRampsAllRequest
	*/
	OnRamperGetSupportedOnRampsAll(ctx context.Context) OnramperAPIOnRamperGetSupportedOnRampsAllRequest

	// OnRamperGetSupportedOnRampsAllExecute executes the request
	//  @return GetSupportedOnRampsResponse
	OnRamperGetSupportedOnRampsAllExecute(r OnramperAPIOnRamperGetSupportedOnRampsAllRequest) (*GetSupportedOnRampsResponse, *http.Response, error)

	/*
		OnRamperGetSupportedPaymentTypes Method for OnRamperGetSupportedPaymentTypes

		@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
		@return OnramperAPIOnRamperGetSupportedPaymentTypesRequest
	*/
	OnRamperGetSupportedPaymentTypes(ctx context.Context) OnramperAPIOnRamperGetSupportedPaymentTypesRequest

	// OnRamperGetSupportedPaymentTypesExecute executes the request
	//  @return SupportedPaymentTypesCurrencyResponse
	OnRamperGetSupportedPaymentTypesExecute(r OnramperAPIOnRamperGetSupportedPaymentTypesRequest) (*SupportedPaymentTypesCurrencyResponse, *http.Response, error)

	/*
		OnRamperGetSupportedPaymentTypesFiat Method for OnRamperGetSupportedPaymentTypesFiat

		@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
		@return OnramperAPIOnRamperGetSupportedPaymentTypesFiatRequest
	*/
	OnRamperGetSupportedPaymentTypesFiat(ctx context.Context) OnramperAPIOnRamperGetSupportedPaymentTypesFiatRequest

	// OnRamperGetSupportedPaymentTypesFiatExecute executes the request
	//  @return SupportedPaymentTypesCurrencyResponse
	OnRamperGetSupportedPaymentTypesFiatExecute(r OnramperAPIOnRamperGetSupportedPaymentTypesFiatRequest) (*SupportedPaymentTypesCurrencyResponse, *http.Response, error)
}

type OnramperAPIOnRamperCheckoutRequest

type OnramperAPIOnRamperCheckoutRequest struct {
	ApiService OnramperAPI
	// contains filtered or unexported fields
}

func (OnramperAPIOnRamperCheckoutRequest) Authorization

func (OnramperAPIOnRamperCheckoutRequest) Execute

func (r OnramperAPIOnRamperCheckoutRequest) Execute() (interface{}, *http.Response, error)

func (OnramperAPIOnRamperCheckoutRequest) TransactionInput

type OnramperAPIOnRamperGetQuotesBuyRequest

type OnramperAPIOnRamperGetQuotesBuyRequest struct {
	ApiService OnramperAPI
	// contains filtered or unexported fields
}

func (OnramperAPIOnRamperGetQuotesBuyRequest) Amount

func (OnramperAPIOnRamperGetQuotesBuyRequest) Authorization

func (OnramperAPIOnRamperGetQuotesBuyRequest) ClientName

func (OnramperAPIOnRamperGetQuotesBuyRequest) Country

func (OnramperAPIOnRamperGetQuotesBuyRequest) Crypto

func (OnramperAPIOnRamperGetQuotesBuyRequest) Execute

func (OnramperAPIOnRamperGetQuotesBuyRequest) Fiat

func (OnramperAPIOnRamperGetQuotesBuyRequest) PaymentMethod

func (OnramperAPIOnRamperGetQuotesBuyRequest) Uuid

type OnramperAPIOnRamperGetQuotesSellRequest

type OnramperAPIOnRamperGetQuotesSellRequest struct {
	ApiService OnramperAPI
	// contains filtered or unexported fields
}

func (OnramperAPIOnRamperGetQuotesSellRequest) Amount

func (OnramperAPIOnRamperGetQuotesSellRequest) Authorization

func (OnramperAPIOnRamperGetQuotesSellRequest) ClientName

func (OnramperAPIOnRamperGetQuotesSellRequest) Country

func (OnramperAPIOnRamperGetQuotesSellRequest) Crypto

func (OnramperAPIOnRamperGetQuotesSellRequest) Execute

func (OnramperAPIOnRamperGetQuotesSellRequest) Fiat

func (OnramperAPIOnRamperGetQuotesSellRequest) PaymentMethod

func (OnramperAPIOnRamperGetQuotesSellRequest) Uuid

type OnramperAPIOnRamperGetSupportedAssetsRequest

type OnramperAPIOnRamperGetSupportedAssetsRequest struct {
	ApiService OnramperAPI
	// contains filtered or unexported fields
}

func (OnramperAPIOnRamperGetSupportedAssetsRequest) Authorization

func (OnramperAPIOnRamperGetSupportedAssetsRequest) Country

func (OnramperAPIOnRamperGetSupportedAssetsRequest) Execute

func (OnramperAPIOnRamperGetSupportedAssetsRequest) Source

type OnramperAPIOnRamperGetSupportedCurrenciesRequest

type OnramperAPIOnRamperGetSupportedCurrenciesRequest struct {
	ApiService OnramperAPI
	// contains filtered or unexported fields
}

func (OnramperAPIOnRamperGetSupportedCurrenciesRequest) Authorization

func (OnramperAPIOnRamperGetSupportedCurrenciesRequest) Execute

func (OnramperAPIOnRamperGetSupportedCurrenciesRequest) Type_

type OnramperAPIOnRamperGetSupportedDefaultsAllRequest

type OnramperAPIOnRamperGetSupportedDefaultsAllRequest struct {
	ApiService OnramperAPI
	// contains filtered or unexported fields
}

func (OnramperAPIOnRamperGetSupportedDefaultsAllRequest) Authorization

func (OnramperAPIOnRamperGetSupportedDefaultsAllRequest) Country

func (OnramperAPIOnRamperGetSupportedDefaultsAllRequest) Execute

func (OnramperAPIOnRamperGetSupportedDefaultsAllRequest) Type_

type OnramperAPIOnRamperGetSupportedOnRampsAllRequest

type OnramperAPIOnRamperGetSupportedOnRampsAllRequest struct {
	ApiService OnramperAPI
	// contains filtered or unexported fields
}

func (OnramperAPIOnRamperGetSupportedOnRampsAllRequest) Authorization

func (OnramperAPIOnRamperGetSupportedOnRampsAllRequest) Execute

type OnramperAPIOnRamperGetSupportedPaymentTypesFiatRequest

type OnramperAPIOnRamperGetSupportedPaymentTypesFiatRequest struct {
	ApiService OnramperAPI
	// contains filtered or unexported fields
}

func (OnramperAPIOnRamperGetSupportedPaymentTypesFiatRequest) Authorization

func (OnramperAPIOnRamperGetSupportedPaymentTypesFiatRequest) Country

func (OnramperAPIOnRamperGetSupportedPaymentTypesFiatRequest) Execute

func (OnramperAPIOnRamperGetSupportedPaymentTypesFiatRequest) Fiat

type OnramperAPIOnRamperGetSupportedPaymentTypesRequest

type OnramperAPIOnRamperGetSupportedPaymentTypesRequest struct {
	ApiService OnramperAPI
	// contains filtered or unexported fields
}

func (OnramperAPIOnRamperGetSupportedPaymentTypesRequest) Authorization

func (OnramperAPIOnRamperGetSupportedPaymentTypesRequest) Country

func (OnramperAPIOnRamperGetSupportedPaymentTypesRequest) Execute

func (OnramperAPIOnRamperGetSupportedPaymentTypesRequest) Fiat

func (OnramperAPIOnRamperGetSupportedPaymentTypesRequest) Type_

type OnramperAPIService

type OnramperAPIService service

OnramperAPIService OnramperAPI service

func (*OnramperAPIService) OnRamperCheckout

func (a *OnramperAPIService) OnRamperCheckout(ctx context.Context, accountName string) OnramperAPIOnRamperCheckoutRequest

OnRamperCheckout Method for OnRamperCheckout

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param accountName
@return OnramperAPIOnRamperCheckoutRequest

func (*OnramperAPIService) OnRamperCheckoutExecute

func (a *OnramperAPIService) OnRamperCheckoutExecute(r OnramperAPIOnRamperCheckoutRequest) (interface{}, *http.Response, error)

Execute executes the request

@return interface{}

func (*OnramperAPIService) OnRamperGetQuotesBuy

OnRamperGetQuotesBuy Method for OnRamperGetQuotesBuy

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return OnramperAPIOnRamperGetQuotesBuyRequest

func (*OnramperAPIService) OnRamperGetQuotesBuyExecute

func (a *OnramperAPIService) OnRamperGetQuotesBuyExecute(r OnramperAPIOnRamperGetQuotesBuyRequest) ([]Quote, *http.Response, error)

Execute executes the request

@return []Quote

func (*OnramperAPIService) OnRamperGetQuotesSell

OnRamperGetQuotesSell Method for OnRamperGetQuotesSell

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return OnramperAPIOnRamperGetQuotesSellRequest

func (*OnramperAPIService) OnRamperGetQuotesSellExecute

func (a *OnramperAPIService) OnRamperGetQuotesSellExecute(r OnramperAPIOnRamperGetQuotesSellRequest) ([]SellQuote, *http.Response, error)

Execute executes the request

@return []SellQuote

func (*OnramperAPIService) OnRamperGetSupportedAssets

OnRamperGetSupportedAssets Method for OnRamperGetSupportedAssets

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return OnramperAPIOnRamperGetSupportedAssetsRequest

func (*OnramperAPIService) OnRamperGetSupportedAssetsExecute

Execute executes the request

@return SupportedAssetResponse

func (*OnramperAPIService) OnRamperGetSupportedCurrencies

OnRamperGetSupportedCurrencies Method for OnRamperGetSupportedCurrencies

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return OnramperAPIOnRamperGetSupportedCurrenciesRequest

func (*OnramperAPIService) OnRamperGetSupportedCurrenciesExecute

Execute executes the request

@return SupportedCurrenciesResponse

func (*OnramperAPIService) OnRamperGetSupportedDefaultsAll

OnRamperGetSupportedDefaultsAll Method for OnRamperGetSupportedDefaultsAll

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return OnramperAPIOnRamperGetSupportedDefaultsAllRequest

func (*OnramperAPIService) OnRamperGetSupportedDefaultsAllExecute

Execute executes the request

@return SupportedDefaultResponse

func (*OnramperAPIService) OnRamperGetSupportedOnRampsAll

OnRamperGetSupportedOnRampsAll Method for OnRamperGetSupportedOnRampsAll

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return OnramperAPIOnRamperGetSupportedOnRampsAllRequest

func (*OnramperAPIService) OnRamperGetSupportedOnRampsAllExecute

Execute executes the request

@return GetSupportedOnRampsResponse

func (*OnramperAPIService) OnRamperGetSupportedPaymentTypes

OnRamperGetSupportedPaymentTypes Method for OnRamperGetSupportedPaymentTypes

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return OnramperAPIOnRamperGetSupportedPaymentTypesRequest

func (*OnramperAPIService) OnRamperGetSupportedPaymentTypesExecute

Execute executes the request

@return SupportedPaymentTypesCurrencyResponse

func (*OnramperAPIService) OnRamperGetSupportedPaymentTypesFiat

OnRamperGetSupportedPaymentTypesFiat Method for OnRamperGetSupportedPaymentTypesFiat

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return OnramperAPIOnRamperGetSupportedPaymentTypesFiatRequest

func (*OnramperAPIService) OnRamperGetSupportedPaymentTypesFiatExecute

Execute executes the request

@return SupportedPaymentTypesCurrencyResponse

type PaymentType

type PaymentType struct {
	Icon          string `json:"icon"`
	Name          string `json:"name"`
	PaymentTypeId string `json:"paymentTypeId"`
}

PaymentType struct for PaymentType

func NewPaymentType

func NewPaymentType(icon string, name string, paymentTypeId string) *PaymentType

NewPaymentType instantiates a new PaymentType 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 NewPaymentTypeWithDefaults

func NewPaymentTypeWithDefaults() *PaymentType

NewPaymentTypeWithDefaults instantiates a new PaymentType 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 (*PaymentType) GetIcon

func (o *PaymentType) GetIcon() string

GetIcon returns the Icon field value

func (*PaymentType) GetIconOk

func (o *PaymentType) GetIconOk() (*string, bool)

GetIconOk returns a tuple with the Icon field value and a boolean to check if the value has been set.

func (*PaymentType) GetName

func (o *PaymentType) GetName() string

GetName returns the Name field value

func (*PaymentType) GetNameOk

func (o *PaymentType) GetNameOk() (*string, bool)

GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.

func (*PaymentType) GetPaymentTypeId

func (o *PaymentType) GetPaymentTypeId() string

GetPaymentTypeId returns the PaymentTypeId field value

func (*PaymentType) GetPaymentTypeIdOk

func (o *PaymentType) GetPaymentTypeIdOk() (*string, bool)

GetPaymentTypeIdOk returns a tuple with the PaymentTypeId field value and a boolean to check if the value has been set.

func (PaymentType) MarshalJSON

func (o PaymentType) MarshalJSON() ([]byte, error)

func (*PaymentType) SetIcon

func (o *PaymentType) SetIcon(v string)

SetIcon sets field value

func (*PaymentType) SetName

func (o *PaymentType) SetName(v string)

SetName sets field value

func (*PaymentType) SetPaymentTypeId

func (o *PaymentType) SetPaymentTypeId(v string)

SetPaymentTypeId sets field value

func (PaymentType) ToMap

func (o PaymentType) ToMap() (map[string]interface{}, error)

func (*PaymentType) UnmarshalJSON

func (o *PaymentType) UnmarshalJSON(data []byte) (err error)

type PingResponse

type PingResponse struct {
	Message string `json:"message"`
}

PingResponse struct for PingResponse

func NewPingResponse

func NewPingResponse(message string) *PingResponse

NewPingResponse instantiates a new PingResponse 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 NewPingResponseWithDefaults

func NewPingResponseWithDefaults() *PingResponse

NewPingResponseWithDefaults instantiates a new PingResponse 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 (*PingResponse) GetMessage

func (o *PingResponse) GetMessage() string

GetMessage returns the Message field value

func (*PingResponse) GetMessageOk

func (o *PingResponse) GetMessageOk() (*string, bool)

GetMessageOk returns a tuple with the Message field value and a boolean to check if the value has been set.

func (PingResponse) MarshalJSON

func (o PingResponse) MarshalJSON() ([]byte, error)

func (*PingResponse) SetMessage

func (o *PingResponse) SetMessage(v string)

SetMessage sets field value

func (PingResponse) ToMap

func (o PingResponse) ToMap() (map[string]interface{}, error)

func (*PingResponse) UnmarshalJSON

func (o *PingResponse) UnmarshalJSON(data []byte) (err error)

type Quote

type Quote struct {
	Recommendations         []string                 `json:"recommendations"`
	PaymentMethod           string                   `json:"paymentMethod"`
	QuoteId                 string                   `json:"quoteId"`
	Ramp                    string                   `json:"ramp"`
	AvailablePaymentMethods []AvailablePaymentMethod `json:"availablePaymentMethods"`
	Payout                  float64                  `json:"payout"`
	TransactionFee          float64                  `json:"transactionFee"`
	NetworkFee              float64                  `json:"networkFee"`
	Rate                    float64                  `json:"rate"`
}

Quote struct for Quote

func NewQuote

func NewQuote(recommendations []string, paymentMethod string, quoteId string, ramp string, availablePaymentMethods []AvailablePaymentMethod, payout float64, transactionFee float64, networkFee float64, rate float64) *Quote

NewQuote instantiates a new Quote 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 NewQuoteWithDefaults

func NewQuoteWithDefaults() *Quote

NewQuoteWithDefaults instantiates a new Quote 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 (*Quote) GetAvailablePaymentMethods

func (o *Quote) GetAvailablePaymentMethods() []AvailablePaymentMethod

GetAvailablePaymentMethods returns the AvailablePaymentMethods field value

func (*Quote) GetAvailablePaymentMethodsOk

func (o *Quote) GetAvailablePaymentMethodsOk() ([]AvailablePaymentMethod, bool)

GetAvailablePaymentMethodsOk returns a tuple with the AvailablePaymentMethods field value and a boolean to check if the value has been set.

func (*Quote) GetNetworkFee

func (o *Quote) GetNetworkFee() float64

GetNetworkFee returns the NetworkFee field value

func (*Quote) GetNetworkFeeOk

func (o *Quote) GetNetworkFeeOk() (*float64, bool)

GetNetworkFeeOk returns a tuple with the NetworkFee field value and a boolean to check if the value has been set.

func (*Quote) GetPaymentMethod

func (o *Quote) GetPaymentMethod() string

GetPaymentMethod returns the PaymentMethod field value

func (*Quote) GetPaymentMethodOk

func (o *Quote) GetPaymentMethodOk() (*string, bool)

GetPaymentMethodOk returns a tuple with the PaymentMethod field value and a boolean to check if the value has been set.

func (*Quote) GetPayout

func (o *Quote) GetPayout() float64

GetPayout returns the Payout field value

func (*Quote) GetPayoutOk

func (o *Quote) GetPayoutOk() (*float64, bool)

GetPayoutOk returns a tuple with the Payout field value and a boolean to check if the value has been set.

func (*Quote) GetQuoteId

func (o *Quote) GetQuoteId() string

GetQuoteId returns the QuoteId field value

func (*Quote) GetQuoteIdOk

func (o *Quote) GetQuoteIdOk() (*string, bool)

GetQuoteIdOk returns a tuple with the QuoteId field value and a boolean to check if the value has been set.

func (*Quote) GetRamp

func (o *Quote) GetRamp() string

GetRamp returns the Ramp field value

func (*Quote) GetRampOk

func (o *Quote) GetRampOk() (*string, bool)

GetRampOk returns a tuple with the Ramp field value and a boolean to check if the value has been set.

func (*Quote) GetRate

func (o *Quote) GetRate() float64

GetRate returns the Rate field value

func (*Quote) GetRateOk

func (o *Quote) GetRateOk() (*float64, bool)

GetRateOk returns a tuple with the Rate field value and a boolean to check if the value has been set.

func (*Quote) GetRecommendations

func (o *Quote) GetRecommendations() []string

GetRecommendations returns the Recommendations field value

func (*Quote) GetRecommendationsOk

func (o *Quote) GetRecommendationsOk() ([]string, bool)

GetRecommendationsOk returns a tuple with the Recommendations field value and a boolean to check if the value has been set.

func (*Quote) GetTransactionFee

func (o *Quote) GetTransactionFee() float64

GetTransactionFee returns the TransactionFee field value

func (*Quote) GetTransactionFeeOk

func (o *Quote) GetTransactionFeeOk() (*float64, bool)

GetTransactionFeeOk returns a tuple with the TransactionFee field value and a boolean to check if the value has been set.

func (Quote) MarshalJSON

func (o Quote) MarshalJSON() ([]byte, error)

func (*Quote) SetAvailablePaymentMethods

func (o *Quote) SetAvailablePaymentMethods(v []AvailablePaymentMethod)

SetAvailablePaymentMethods sets field value

func (*Quote) SetNetworkFee

func (o *Quote) SetNetworkFee(v float64)

SetNetworkFee sets field value

func (*Quote) SetPaymentMethod

func (o *Quote) SetPaymentMethod(v string)

SetPaymentMethod sets field value

func (*Quote) SetPayout

func (o *Quote) SetPayout(v float64)

SetPayout sets field value

func (*Quote) SetQuoteId

func (o *Quote) SetQuoteId(v string)

SetQuoteId sets field value

func (*Quote) SetRamp

func (o *Quote) SetRamp(v string)

SetRamp sets field value

func (*Quote) SetRate

func (o *Quote) SetRate(v float64)

SetRate sets field value

func (*Quote) SetRecommendations

func (o *Quote) SetRecommendations(v []string)

SetRecommendations sets field value

func (*Quote) SetTransactionFee

func (o *Quote) SetTransactionFee(v float64)

SetTransactionFee sets field value

func (Quote) ToMap

func (o Quote) ToMap() (map[string]interface{}, error)

func (*Quote) UnmarshalJSON

func (o *Quote) UnmarshalJSON(data []byte) (err error)

type RippleAPI

type RippleAPI interface {

	/*
		CreateRippleAccount Method for CreateRippleAccount

		@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
		@return RippleAPICreateRippleAccountRequest
	*/
	CreateRippleAccount(ctx context.Context) RippleAPICreateRippleAccountRequest

	// CreateRippleAccountExecute executes the request
	//  @return AccountAPIResponse
	CreateRippleAccountExecute(r RippleAPICreateRippleAccountRequest) (*AccountAPIResponse, *http.Response, error)

	/*
		GetRippleAccount Method for GetRippleAccount

		@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
		@param accountName
		@return RippleAPIGetRippleAccountRequest
	*/
	GetRippleAccount(ctx context.Context, accountName string) RippleAPIGetRippleAccountRequest

	// GetRippleAccountExecute executes the request
	//  @return AccountAPIResponse
	GetRippleAccountExecute(r RippleAPIGetRippleAccountRequest) (*AccountAPIResponse, *http.Response, error)

	/*
		ListRippleAccounts Method for ListRippleAccounts

		@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
		@return RippleAPIListRippleAccountsRequest
	*/
	ListRippleAccounts(ctx context.Context) RippleAPIListRippleAccountsRequest

	// ListRippleAccountsExecute executes the request
	//  @return AccountAPIResponse
	ListRippleAccountsExecute(r RippleAPIListRippleAccountsRequest) (*AccountAPIResponse, *http.Response, error)

	/*
		SignRippleTransaction Method for SignRippleTransaction

		@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
		@param accountName
		@return RippleAPISignRippleTransactionRequest
	*/
	SignRippleTransaction(ctx context.Context, accountName string) RippleAPISignRippleTransactionRequest

	// SignRippleTransactionExecute executes the request
	//  @return RippleAPIResponse
	SignRippleTransactionExecute(r RippleAPISignRippleTransactionRequest) (*RippleAPIResponse, *http.Response, error)
}

type RippleAPICreateRippleAccountRequest

type RippleAPICreateRippleAccountRequest struct {
	ApiService RippleAPI
	// contains filtered or unexported fields
}

func (RippleAPICreateRippleAccountRequest) Authorization

func (RippleAPICreateRippleAccountRequest) Execute

func (RippleAPICreateRippleAccountRequest) RippleInput

type RippleAPIGetRippleAccountRequest

type RippleAPIGetRippleAccountRequest struct {
	ApiService RippleAPI
	// contains filtered or unexported fields
}

func (RippleAPIGetRippleAccountRequest) Authorization

func (RippleAPIGetRippleAccountRequest) Execute

type RippleAPIListRippleAccountsRequest

type RippleAPIListRippleAccountsRequest struct {
	ApiService RippleAPI
	// contains filtered or unexported fields
}

func (RippleAPIListRippleAccountsRequest) Authorization

func (RippleAPIListRippleAccountsRequest) Execute

type RippleAPIResponse

type RippleAPIResponse struct {
	Success bool                     `json:"success"`
	Message string                   `json:"message"`
	Body    *InputBody               `json:"body,omitempty"`
	Address *string                  `json:"address,omitempty"`
	Data    *RippleTransactionOutput `json:"data,omitempty"`
}

RippleAPIResponse struct for RippleAPIResponse

func NewRippleAPIResponse

func NewRippleAPIResponse(success bool, message string) *RippleAPIResponse

NewRippleAPIResponse instantiates a new RippleAPIResponse 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 NewRippleAPIResponseWithDefaults

func NewRippleAPIResponseWithDefaults() *RippleAPIResponse

NewRippleAPIResponseWithDefaults instantiates a new RippleAPIResponse 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 (*RippleAPIResponse) GetAddress

func (o *RippleAPIResponse) GetAddress() string

GetAddress returns the Address field value if set, zero value otherwise.

func (*RippleAPIResponse) GetAddressOk

func (o *RippleAPIResponse) GetAddressOk() (*string, 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 (*RippleAPIResponse) GetBody

func (o *RippleAPIResponse) GetBody() InputBody

GetBody returns the Body field value if set, zero value otherwise.

func (*RippleAPIResponse) GetBodyOk

func (o *RippleAPIResponse) GetBodyOk() (*InputBody, 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 (*RippleAPIResponse) GetData

GetData returns the Data field value if set, zero value otherwise.

func (*RippleAPIResponse) GetDataOk

func (o *RippleAPIResponse) GetDataOk() (*RippleTransactionOutput, 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 (*RippleAPIResponse) GetMessage

func (o *RippleAPIResponse) GetMessage() string

GetMessage returns the Message field value

func (*RippleAPIResponse) GetMessageOk

func (o *RippleAPIResponse) GetMessageOk() (*string, bool)

GetMessageOk returns a tuple with the Message field value and a boolean to check if the value has been set.

func (*RippleAPIResponse) GetSuccess

func (o *RippleAPIResponse) GetSuccess() bool

GetSuccess returns the Success field value

func (*RippleAPIResponse) GetSuccessOk

func (o *RippleAPIResponse) GetSuccessOk() (*bool, bool)

GetSuccessOk returns a tuple with the Success field value and a boolean to check if the value has been set.

func (*RippleAPIResponse) HasAddress

func (o *RippleAPIResponse) HasAddress() bool

HasAddress returns a boolean if a field has been set.

func (*RippleAPIResponse) HasBody

func (o *RippleAPIResponse) HasBody() bool

HasBody returns a boolean if a field has been set.

func (*RippleAPIResponse) HasData

func (o *RippleAPIResponse) HasData() bool

HasData returns a boolean if a field has been set.

func (RippleAPIResponse) MarshalJSON

func (o RippleAPIResponse) MarshalJSON() ([]byte, error)

func (*RippleAPIResponse) SetAddress

func (o *RippleAPIResponse) SetAddress(v string)

SetAddress gets a reference to the given string and assigns it to the Address field.

func (*RippleAPIResponse) SetBody

func (o *RippleAPIResponse) SetBody(v InputBody)

SetBody gets a reference to the given InputBody and assigns it to the Body field.

func (*RippleAPIResponse) SetData

SetData gets a reference to the given RippleTransactionOutput and assigns it to the Data field.

func (*RippleAPIResponse) SetMessage

func (o *RippleAPIResponse) SetMessage(v string)

SetMessage sets field value

func (*RippleAPIResponse) SetSuccess

func (o *RippleAPIResponse) SetSuccess(v bool)

SetSuccess sets field value

func (RippleAPIResponse) ToMap

func (o RippleAPIResponse) ToMap() (map[string]interface{}, error)

func (*RippleAPIResponse) UnmarshalJSON

func (o *RippleAPIResponse) UnmarshalJSON(data []byte) (err error)

type RippleAPIService

type RippleAPIService service

RippleAPIService RippleAPI service

func (*RippleAPIService) CreateRippleAccount

CreateRippleAccount Method for CreateRippleAccount

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return RippleAPICreateRippleAccountRequest

func (*RippleAPIService) CreateRippleAccountExecute

Execute executes the request

@return AccountAPIResponse

func (*RippleAPIService) GetRippleAccount

func (a *RippleAPIService) GetRippleAccount(ctx context.Context, accountName string) RippleAPIGetRippleAccountRequest

GetRippleAccount Method for GetRippleAccount

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param accountName
@return RippleAPIGetRippleAccountRequest

func (*RippleAPIService) GetRippleAccountExecute

Execute executes the request

@return AccountAPIResponse

func (*RippleAPIService) ListRippleAccounts

ListRippleAccounts Method for ListRippleAccounts

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return RippleAPIListRippleAccountsRequest

func (*RippleAPIService) ListRippleAccountsExecute

Execute executes the request

@return AccountAPIResponse

func (*RippleAPIService) SignRippleTransaction

func (a *RippleAPIService) SignRippleTransaction(ctx context.Context, accountName string) RippleAPISignRippleTransactionRequest

SignRippleTransaction Method for SignRippleTransaction

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param accountName
@return RippleAPISignRippleTransactionRequest

func (*RippleAPIService) SignRippleTransactionExecute

Execute executes the request

@return RippleAPIResponse

type RippleAPISignRippleTransactionRequest

type RippleAPISignRippleTransactionRequest struct {
	ApiService RippleAPI
	// contains filtered or unexported fields
}

func (RippleAPISignRippleTransactionRequest) Authorization

func (RippleAPISignRippleTransactionRequest) Execute

func (RippleAPISignRippleTransactionRequest) RippleTransactionInput

type RippleInput

type RippleInput struct {
	Network    *string `json:"network,omitempty"`
	PrivateKey *string `json:"private_key,omitempty"`
}

RippleInput struct for RippleInput

func NewRippleInput

func NewRippleInput() *RippleInput

NewRippleInput instantiates a new RippleInput 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 NewRippleInputWithDefaults

func NewRippleInputWithDefaults() *RippleInput

NewRippleInputWithDefaults instantiates a new RippleInput 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 (*RippleInput) GetNetwork

func (o *RippleInput) GetNetwork() string

GetNetwork returns the Network field value if set, zero value otherwise.

func (*RippleInput) GetNetworkOk

func (o *RippleInput) GetNetworkOk() (*string, bool)

GetNetworkOk returns a tuple with the Network field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RippleInput) GetPrivateKey

func (o *RippleInput) GetPrivateKey() string

GetPrivateKey returns the PrivateKey field value if set, zero value otherwise.

func (*RippleInput) GetPrivateKeyOk

func (o *RippleInput) GetPrivateKeyOk() (*string, bool)

GetPrivateKeyOk returns a tuple with the PrivateKey field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RippleInput) HasNetwork

func (o *RippleInput) HasNetwork() bool

HasNetwork returns a boolean if a field has been set.

func (*RippleInput) HasPrivateKey

func (o *RippleInput) HasPrivateKey() bool

HasPrivateKey returns a boolean if a field has been set.

func (RippleInput) MarshalJSON

func (o RippleInput) MarshalJSON() ([]byte, error)

func (*RippleInput) SetNetwork

func (o *RippleInput) SetNetwork(v string)

SetNetwork gets a reference to the given string and assigns it to the Network field.

func (*RippleInput) SetPrivateKey

func (o *RippleInput) SetPrivateKey(v string)

SetPrivateKey gets a reference to the given string and assigns it to the PrivateKey field.

func (RippleInput) ToMap

func (o RippleInput) ToMap() (map[string]interface{}, error)

type RippleTransactionInput

type RippleTransactionInput struct {
	To       *string  `json:"to,omitempty"`
	Value    *float64 `json:"value,omitempty"`
	Network  *string  `json:"network,omitempty"`
	Compress *bool    `json:"compress,omitempty"`
}

RippleTransactionInput struct for RippleTransactionInput

func NewRippleTransactionInput

func NewRippleTransactionInput() *RippleTransactionInput

NewRippleTransactionInput instantiates a new RippleTransactionInput 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 NewRippleTransactionInputWithDefaults

func NewRippleTransactionInputWithDefaults() *RippleTransactionInput

NewRippleTransactionInputWithDefaults instantiates a new RippleTransactionInput 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 (*RippleTransactionInput) GetCompress

func (o *RippleTransactionInput) GetCompress() bool

GetCompress returns the Compress field value if set, zero value otherwise.

func (*RippleTransactionInput) GetCompressOk

func (o *RippleTransactionInput) GetCompressOk() (*bool, bool)

GetCompressOk returns a tuple with the Compress field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RippleTransactionInput) GetNetwork

func (o *RippleTransactionInput) GetNetwork() string

GetNetwork returns the Network field value if set, zero value otherwise.

func (*RippleTransactionInput) GetNetworkOk

func (o *RippleTransactionInput) GetNetworkOk() (*string, bool)

GetNetworkOk returns a tuple with the Network field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RippleTransactionInput) GetTo

func (o *RippleTransactionInput) GetTo() string

GetTo returns the To field value if set, zero value otherwise.

func (*RippleTransactionInput) GetToOk

func (o *RippleTransactionInput) GetToOk() (*string, bool)

GetToOk returns a tuple with the To field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RippleTransactionInput) GetValue

func (o *RippleTransactionInput) GetValue() float64

GetValue returns the Value field value if set, zero value otherwise.

func (*RippleTransactionInput) GetValueOk

func (o *RippleTransactionInput) GetValueOk() (*float64, 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 (*RippleTransactionInput) HasCompress

func (o *RippleTransactionInput) HasCompress() bool

HasCompress returns a boolean if a field has been set.

func (*RippleTransactionInput) HasNetwork

func (o *RippleTransactionInput) HasNetwork() bool

HasNetwork returns a boolean if a field has been set.

func (*RippleTransactionInput) HasTo

func (o *RippleTransactionInput) HasTo() bool

HasTo returns a boolean if a field has been set.

func (*RippleTransactionInput) HasValue

func (o *RippleTransactionInput) HasValue() bool

HasValue returns a boolean if a field has been set.

func (RippleTransactionInput) MarshalJSON

func (o RippleTransactionInput) MarshalJSON() ([]byte, error)

func (*RippleTransactionInput) SetCompress

func (o *RippleTransactionInput) SetCompress(v bool)

SetCompress gets a reference to the given bool and assigns it to the Compress field.

func (*RippleTransactionInput) SetNetwork

func (o *RippleTransactionInput) SetNetwork(v string)

SetNetwork gets a reference to the given string and assigns it to the Network field.

func (*RippleTransactionInput) SetTo

func (o *RippleTransactionInput) SetTo(v string)

SetTo gets a reference to the given string and assigns it to the To field.

func (*RippleTransactionInput) SetValue

func (o *RippleTransactionInput) SetValue(v float64)

SetValue gets a reference to the given float64 and assigns it to the Value field.

func (RippleTransactionInput) ToMap

func (o RippleTransactionInput) ToMap() (map[string]interface{}, error)

type RippleTransactionOutput

type RippleTransactionOutput struct {
	SignedTx        *string `json:"signedTx,omitempty"`
	TransactionHash *string `json:"transaction_hash,omitempty"`
}

RippleTransactionOutput struct for RippleTransactionOutput

func NewRippleTransactionOutput

func NewRippleTransactionOutput() *RippleTransactionOutput

NewRippleTransactionOutput instantiates a new RippleTransactionOutput 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 NewRippleTransactionOutputWithDefaults

func NewRippleTransactionOutputWithDefaults() *RippleTransactionOutput

NewRippleTransactionOutputWithDefaults instantiates a new RippleTransactionOutput 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 (*RippleTransactionOutput) GetSignedTx

func (o *RippleTransactionOutput) GetSignedTx() string

GetSignedTx returns the SignedTx field value if set, zero value otherwise.

func (*RippleTransactionOutput) GetSignedTxOk

func (o *RippleTransactionOutput) GetSignedTxOk() (*string, bool)

GetSignedTxOk returns a tuple with the SignedTx field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RippleTransactionOutput) GetTransactionHash

func (o *RippleTransactionOutput) GetTransactionHash() string

GetTransactionHash returns the TransactionHash field value if set, zero value otherwise.

func (*RippleTransactionOutput) GetTransactionHashOk

func (o *RippleTransactionOutput) GetTransactionHashOk() (*string, bool)

GetTransactionHashOk returns a tuple with the TransactionHash field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RippleTransactionOutput) HasSignedTx

func (o *RippleTransactionOutput) HasSignedTx() bool

HasSignedTx returns a boolean if a field has been set.

func (*RippleTransactionOutput) HasTransactionHash

func (o *RippleTransactionOutput) HasTransactionHash() bool

HasTransactionHash returns a boolean if a field has been set.

func (RippleTransactionOutput) MarshalJSON

func (o RippleTransactionOutput) MarshalJSON() ([]byte, error)

func (*RippleTransactionOutput) SetSignedTx

func (o *RippleTransactionOutput) SetSignedTx(v string)

SetSignedTx gets a reference to the given string and assigns it to the SignedTx field.

func (*RippleTransactionOutput) SetTransactionHash

func (o *RippleTransactionOutput) SetTransactionHash(v string)

SetTransactionHash gets a reference to the given string and assigns it to the TransactionHash field.

func (RippleTransactionOutput) ToMap

func (o RippleTransactionOutput) ToMap() (map[string]interface{}, error)

type SellQuote

type SellQuote struct {
	Recommendations []string `json:"recommendations"`
	QuoteId         string   `json:"quoteId"`
	PaymentMethod   string   `json:"paymentMethod"`
	Ramp            string   `json:"ramp"`
	Payout          float64  `json:"payout"`
	TransactionFee  float64  `json:"transactionFee"`
	NetworkFee      float64  `json:"networkFee"`
	Rate            float64  `json:"rate"`
}

SellQuote struct for SellQuote

func NewSellQuote

func NewSellQuote(recommendations []string, quoteId string, paymentMethod string, ramp string, payout float64, transactionFee float64, networkFee float64, rate float64) *SellQuote

NewSellQuote instantiates a new SellQuote 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 NewSellQuoteWithDefaults

func NewSellQuoteWithDefaults() *SellQuote

NewSellQuoteWithDefaults instantiates a new SellQuote 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 (*SellQuote) GetNetworkFee

func (o *SellQuote) GetNetworkFee() float64

GetNetworkFee returns the NetworkFee field value

func (*SellQuote) GetNetworkFeeOk

func (o *SellQuote) GetNetworkFeeOk() (*float64, bool)

GetNetworkFeeOk returns a tuple with the NetworkFee field value and a boolean to check if the value has been set.

func (*SellQuote) GetPaymentMethod

func (o *SellQuote) GetPaymentMethod() string

GetPaymentMethod returns the PaymentMethod field value

func (*SellQuote) GetPaymentMethodOk

func (o *SellQuote) GetPaymentMethodOk() (*string, bool)

GetPaymentMethodOk returns a tuple with the PaymentMethod field value and a boolean to check if the value has been set.

func (*SellQuote) GetPayout

func (o *SellQuote) GetPayout() float64

GetPayout returns the Payout field value

func (*SellQuote) GetPayoutOk

func (o *SellQuote) GetPayoutOk() (*float64, bool)

GetPayoutOk returns a tuple with the Payout field value and a boolean to check if the value has been set.

func (*SellQuote) GetQuoteId

func (o *SellQuote) GetQuoteId() string

GetQuoteId returns the QuoteId field value

func (*SellQuote) GetQuoteIdOk

func (o *SellQuote) GetQuoteIdOk() (*string, bool)

GetQuoteIdOk returns a tuple with the QuoteId field value and a boolean to check if the value has been set.

func (*SellQuote) GetRamp

func (o *SellQuote) GetRamp() string

GetRamp returns the Ramp field value

func (*SellQuote) GetRampOk

func (o *SellQuote) GetRampOk() (*string, bool)

GetRampOk returns a tuple with the Ramp field value and a boolean to check if the value has been set.

func (*SellQuote) GetRate

func (o *SellQuote) GetRate() float64

GetRate returns the Rate field value

func (*SellQuote) GetRateOk

func (o *SellQuote) GetRateOk() (*float64, bool)

GetRateOk returns a tuple with the Rate field value and a boolean to check if the value has been set.

func (*SellQuote) GetRecommendations

func (o *SellQuote) GetRecommendations() []string

GetRecommendations returns the Recommendations field value

func (*SellQuote) GetRecommendationsOk

func (o *SellQuote) GetRecommendationsOk() ([]string, bool)

GetRecommendationsOk returns a tuple with the Recommendations field value and a boolean to check if the value has been set.

func (*SellQuote) GetTransactionFee

func (o *SellQuote) GetTransactionFee() float64

GetTransactionFee returns the TransactionFee field value

func (*SellQuote) GetTransactionFeeOk

func (o *SellQuote) GetTransactionFeeOk() (*float64, bool)

GetTransactionFeeOk returns a tuple with the TransactionFee field value and a boolean to check if the value has been set.

func (SellQuote) MarshalJSON

func (o SellQuote) MarshalJSON() ([]byte, error)

func (*SellQuote) SetNetworkFee

func (o *SellQuote) SetNetworkFee(v float64)

SetNetworkFee sets field value

func (*SellQuote) SetPaymentMethod

func (o *SellQuote) SetPaymentMethod(v string)

SetPaymentMethod sets field value

func (*SellQuote) SetPayout

func (o *SellQuote) SetPayout(v float64)

SetPayout sets field value

func (*SellQuote) SetQuoteId

func (o *SellQuote) SetQuoteId(v string)

SetQuoteId sets field value

func (*SellQuote) SetRamp

func (o *SellQuote) SetRamp(v string)

SetRamp sets field value

func (*SellQuote) SetRate

func (o *SellQuote) SetRate(v float64)

SetRate sets field value

func (*SellQuote) SetRecommendations

func (o *SellQuote) SetRecommendations(v []string)

SetRecommendations sets field value

func (*SellQuote) SetTransactionFee

func (o *SellQuote) SetTransactionFee(v float64)

SetTransactionFee sets field value

func (SellQuote) ToMap

func (o SellQuote) ToMap() (map[string]interface{}, error)

func (*SellQuote) UnmarshalJSON

func (o *SellQuote) UnmarshalJSON(data []byte) (err error)

type ServerConfiguration

type ServerConfiguration struct {
	URL         string
	Description string
	Variables   map[string]ServerVariable
}

ServerConfiguration stores the information about a server

type ServerConfigurations

type ServerConfigurations []ServerConfiguration

ServerConfigurations stores multiple ServerConfiguration items

func (ServerConfigurations) URL

func (sc ServerConfigurations) URL(index int, variables map[string]string) (string, error)

URL formats template on a index using given variables

type ServerVariable

type ServerVariable struct {
	Description  string
	DefaultValue string
	EnumValues   []string
}

ServerVariable stores the information about a server variable

type SignMessage

type SignMessage struct {
	Name     *string `json:"name,omitempty"`
	Data     string  `json:"data"`
	Encoding *string `json:"encoding,omitempty"`
	Header   *bool   `json:"header,omitempty"`
	Signtype *bool   `json:"signtype,omitempty"`
}

SignMessage struct for SignMessage

func NewSignMessage

func NewSignMessage(data string) *SignMessage

NewSignMessage instantiates a new SignMessage 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 NewSignMessageWithDefaults

func NewSignMessageWithDefaults() *SignMessage

NewSignMessageWithDefaults instantiates a new SignMessage 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 (*SignMessage) GetData

func (o *SignMessage) GetData() string

GetData returns the Data field value

func (*SignMessage) GetDataOk

func (o *SignMessage) GetDataOk() (*string, bool)

GetDataOk returns a tuple with the Data field value and a boolean to check if the value has been set.

func (*SignMessage) GetEncoding

func (o *SignMessage) GetEncoding() string

GetEncoding returns the Encoding field value if set, zero value otherwise.

func (*SignMessage) GetEncodingOk

func (o *SignMessage) GetEncodingOk() (*string, bool)

GetEncodingOk returns a tuple with the Encoding field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SignMessage) GetHeader

func (o *SignMessage) GetHeader() bool

GetHeader returns the Header field value if set, zero value otherwise.

func (*SignMessage) GetHeaderOk

func (o *SignMessage) GetHeaderOk() (*bool, bool)

GetHeaderOk returns a tuple with the Header field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SignMessage) GetName

func (o *SignMessage) GetName() string

GetName returns the Name field value if set, zero value otherwise.

func (*SignMessage) GetNameOk

func (o *SignMessage) 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 (*SignMessage) GetSigntype

func (o *SignMessage) GetSigntype() bool

GetSigntype returns the Signtype field value if set, zero value otherwise.

func (*SignMessage) GetSigntypeOk

func (o *SignMessage) GetSigntypeOk() (*bool, bool)

GetSigntypeOk returns a tuple with the Signtype field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SignMessage) HasEncoding

func (o *SignMessage) HasEncoding() bool

HasEncoding returns a boolean if a field has been set.

func (*SignMessage) HasHeader

func (o *SignMessage) HasHeader() bool

HasHeader returns a boolean if a field has been set.

func (*SignMessage) HasName

func (o *SignMessage) HasName() bool

HasName returns a boolean if a field has been set.

func (*SignMessage) HasSigntype

func (o *SignMessage) HasSigntype() bool

HasSigntype returns a boolean if a field has been set.

func (SignMessage) MarshalJSON

func (o SignMessage) MarshalJSON() ([]byte, error)

func (*SignMessage) SetData

func (o *SignMessage) SetData(v string)

SetData sets field value

func (*SignMessage) SetEncoding

func (o *SignMessage) SetEncoding(v string)

SetEncoding gets a reference to the given string and assigns it to the Encoding field.

func (*SignMessage) SetHeader

func (o *SignMessage) SetHeader(v bool)

SetHeader gets a reference to the given bool and assigns it to the Header field.

func (*SignMessage) SetName

func (o *SignMessage) SetName(v string)

SetName gets a reference to the given string and assigns it to the Name field.

func (*SignMessage) SetSigntype

func (o *SignMessage) SetSigntype(v bool)

SetSigntype gets a reference to the given bool and assigns it to the Signtype field.

func (SignMessage) ToMap

func (o SignMessage) ToMap() (map[string]interface{}, error)

func (*SignMessage) UnmarshalJSON

func (o *SignMessage) UnmarshalJSON(data []byte) (err error)

type SignMessageAPIResponse

type SignMessageAPIResponse struct {
	Success bool             `json:"success"`
	Message string           `json:"message"`
	Body    *InputBody       `json:"body,omitempty"`
	Address *string          `json:"address,omitempty"`
	Data    *TransactionData `json:"data,omitempty"`
}

SignMessageAPIResponse struct for SignMessageAPIResponse

func NewSignMessageAPIResponse

func NewSignMessageAPIResponse(success bool, message string) *SignMessageAPIResponse

NewSignMessageAPIResponse instantiates a new SignMessageAPIResponse 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 NewSignMessageAPIResponseWithDefaults

func NewSignMessageAPIResponseWithDefaults() *SignMessageAPIResponse

NewSignMessageAPIResponseWithDefaults instantiates a new SignMessageAPIResponse 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 (*SignMessageAPIResponse) GetAddress

func (o *SignMessageAPIResponse) GetAddress() string

GetAddress returns the Address field value if set, zero value otherwise.

func (*SignMessageAPIResponse) GetAddressOk

func (o *SignMessageAPIResponse) GetAddressOk() (*string, 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 (*SignMessageAPIResponse) GetBody

func (o *SignMessageAPIResponse) GetBody() InputBody

GetBody returns the Body field value if set, zero value otherwise.

func (*SignMessageAPIResponse) GetBodyOk

func (o *SignMessageAPIResponse) GetBodyOk() (*InputBody, 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 (*SignMessageAPIResponse) GetData

GetData returns the Data field value if set, zero value otherwise.

func (*SignMessageAPIResponse) GetDataOk

func (o *SignMessageAPIResponse) GetDataOk() (*TransactionData, 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 (*SignMessageAPIResponse) GetMessage

func (o *SignMessageAPIResponse) GetMessage() string

GetMessage returns the Message field value

func (*SignMessageAPIResponse) GetMessageOk

func (o *SignMessageAPIResponse) GetMessageOk() (*string, bool)

GetMessageOk returns a tuple with the Message field value and a boolean to check if the value has been set.

func (*SignMessageAPIResponse) GetSuccess

func (o *SignMessageAPIResponse) GetSuccess() bool

GetSuccess returns the Success field value

func (*SignMessageAPIResponse) GetSuccessOk

func (o *SignMessageAPIResponse) GetSuccessOk() (*bool, bool)

GetSuccessOk returns a tuple with the Success field value and a boolean to check if the value has been set.

func (*SignMessageAPIResponse) HasAddress

func (o *SignMessageAPIResponse) HasAddress() bool

HasAddress returns a boolean if a field has been set.

func (*SignMessageAPIResponse) HasBody

func (o *SignMessageAPIResponse) HasBody() bool

HasBody returns a boolean if a field has been set.

func (*SignMessageAPIResponse) HasData

func (o *SignMessageAPIResponse) HasData() bool

HasData returns a boolean if a field has been set.

func (SignMessageAPIResponse) MarshalJSON

func (o SignMessageAPIResponse) MarshalJSON() ([]byte, error)

func (*SignMessageAPIResponse) SetAddress

func (o *SignMessageAPIResponse) SetAddress(v string)

SetAddress gets a reference to the given string and assigns it to the Address field.

func (*SignMessageAPIResponse) SetBody

func (o *SignMessageAPIResponse) SetBody(v InputBody)

SetBody gets a reference to the given InputBody and assigns it to the Body field.

func (*SignMessageAPIResponse) SetData

SetData gets a reference to the given TransactionData and assigns it to the Data field.

func (*SignMessageAPIResponse) SetMessage

func (o *SignMessageAPIResponse) SetMessage(v string)

SetMessage sets field value

func (*SignMessageAPIResponse) SetSuccess

func (o *SignMessageAPIResponse) SetSuccess(v bool)

SetSuccess sets field value

func (SignMessageAPIResponse) ToMap

func (o SignMessageAPIResponse) ToMap() (map[string]interface{}, error)

func (*SignMessageAPIResponse) UnmarshalJSON

func (o *SignMessageAPIResponse) UnmarshalJSON(data []byte) (err error)

type SignTypedData

type SignTypedData struct {
	Data string `json:"data"`
}

SignTypedData struct for SignTypedData

func NewSignTypedData

func NewSignTypedData(data string) *SignTypedData

NewSignTypedData instantiates a new SignTypedData 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 NewSignTypedDataWithDefaults

func NewSignTypedDataWithDefaults() *SignTypedData

NewSignTypedDataWithDefaults instantiates a new SignTypedData 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 (*SignTypedData) GetData

func (o *SignTypedData) GetData() string

GetData returns the Data field value

func (*SignTypedData) GetDataOk

func (o *SignTypedData) GetDataOk() (*string, bool)

GetDataOk returns a tuple with the Data field value and a boolean to check if the value has been set.

func (SignTypedData) MarshalJSON

func (o SignTypedData) MarshalJSON() ([]byte, error)

func (*SignTypedData) SetData

func (o *SignTypedData) SetData(v string)

SetData sets field value

func (SignTypedData) ToMap

func (o SignTypedData) ToMap() (map[string]interface{}, error)

func (*SignTypedData) UnmarshalJSON

func (o *SignTypedData) UnmarshalJSON(data []byte) (err error)

type SolanaAPI

type SolanaAPI interface {

	/*
		CreateSolanaAccount Method for CreateSolanaAccount

		@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
		@return SolanaAPICreateSolanaAccountRequest
	*/
	CreateSolanaAccount(ctx context.Context) SolanaAPICreateSolanaAccountRequest

	// CreateSolanaAccountExecute executes the request
	//  @return AccountAPIResponse
	CreateSolanaAccountExecute(r SolanaAPICreateSolanaAccountRequest) (*AccountAPIResponse, *http.Response, error)

	/*
		GetSolanaAccount Method for GetSolanaAccount

		@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
		@param accountName
		@return SolanaAPIGetSolanaAccountRequest
	*/
	GetSolanaAccount(ctx context.Context, accountName string) SolanaAPIGetSolanaAccountRequest

	// GetSolanaAccountExecute executes the request
	//  @return AccountAPIResponse
	GetSolanaAccountExecute(r SolanaAPIGetSolanaAccountRequest) (*AccountAPIResponse, *http.Response, error)

	/*
		ListSolanaAccounts Method for ListSolanaAccounts

		@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
		@return SolanaAPIListSolanaAccountsRequest
	*/
	ListSolanaAccounts(ctx context.Context) SolanaAPIListSolanaAccountsRequest

	// ListSolanaAccountsExecute executes the request
	//  @return AccountAPIResponse
	ListSolanaAccountsExecute(r SolanaAPIListSolanaAccountsRequest) (*AccountAPIResponse, *http.Response, error)

	/*
		SignSolanaTransaction Method for SignSolanaTransaction

		@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
		@param accountName
		@return SolanaAPISignSolanaTransactionRequest
	*/
	SignSolanaTransaction(ctx context.Context, accountName string) SolanaAPISignSolanaTransactionRequest

	// SignSolanaTransactionExecute executes the request
	//  @return SolanaAPIResponse
	SignSolanaTransactionExecute(r SolanaAPISignSolanaTransactionRequest) (*SolanaAPIResponse, *http.Response, error)
}

type SolanaAPICreateSolanaAccountRequest

type SolanaAPICreateSolanaAccountRequest struct {
	ApiService SolanaAPI
	// contains filtered or unexported fields
}

func (SolanaAPICreateSolanaAccountRequest) Authorization

func (SolanaAPICreateSolanaAccountRequest) Execute

func (SolanaAPICreateSolanaAccountRequest) SolanaInput

type SolanaAPIGetSolanaAccountRequest

type SolanaAPIGetSolanaAccountRequest struct {
	ApiService SolanaAPI
	// contains filtered or unexported fields
}

func (SolanaAPIGetSolanaAccountRequest) Authorization

func (SolanaAPIGetSolanaAccountRequest) Execute

type SolanaAPIListSolanaAccountsRequest

type SolanaAPIListSolanaAccountsRequest struct {
	ApiService SolanaAPI
	// contains filtered or unexported fields
}

func (SolanaAPIListSolanaAccountsRequest) Authorization

func (SolanaAPIListSolanaAccountsRequest) Execute

type SolanaAPIResponse

type SolanaAPIResponse struct {
	Success bool                     `json:"success"`
	Message string                   `json:"message"`
	Body    *InputBody               `json:"body,omitempty"`
	Address *string                  `json:"address,omitempty"`
	Data    *SolanaTransactionOutput `json:"data,omitempty"`
}

SolanaAPIResponse struct for SolanaAPIResponse

func NewSolanaAPIResponse

func NewSolanaAPIResponse(success bool, message string) *SolanaAPIResponse

NewSolanaAPIResponse instantiates a new SolanaAPIResponse 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 NewSolanaAPIResponseWithDefaults

func NewSolanaAPIResponseWithDefaults() *SolanaAPIResponse

NewSolanaAPIResponseWithDefaults instantiates a new SolanaAPIResponse 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 (*SolanaAPIResponse) GetAddress

func (o *SolanaAPIResponse) GetAddress() string

GetAddress returns the Address field value if set, zero value otherwise.

func (*SolanaAPIResponse) GetAddressOk

func (o *SolanaAPIResponse) GetAddressOk() (*string, 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 (*SolanaAPIResponse) GetBody

func (o *SolanaAPIResponse) GetBody() InputBody

GetBody returns the Body field value if set, zero value otherwise.

func (*SolanaAPIResponse) GetBodyOk

func (o *SolanaAPIResponse) GetBodyOk() (*InputBody, 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 (*SolanaAPIResponse) GetData

GetData returns the Data field value if set, zero value otherwise.

func (*SolanaAPIResponse) GetDataOk

func (o *SolanaAPIResponse) GetDataOk() (*SolanaTransactionOutput, 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 (*SolanaAPIResponse) GetMessage

func (o *SolanaAPIResponse) GetMessage() string

GetMessage returns the Message field value

func (*SolanaAPIResponse) GetMessageOk

func (o *SolanaAPIResponse) GetMessageOk() (*string, bool)

GetMessageOk returns a tuple with the Message field value and a boolean to check if the value has been set.

func (*SolanaAPIResponse) GetSuccess

func (o *SolanaAPIResponse) GetSuccess() bool

GetSuccess returns the Success field value

func (*SolanaAPIResponse) GetSuccessOk

func (o *SolanaAPIResponse) GetSuccessOk() (*bool, bool)

GetSuccessOk returns a tuple with the Success field value and a boolean to check if the value has been set.

func (*SolanaAPIResponse) HasAddress

func (o *SolanaAPIResponse) HasAddress() bool

HasAddress returns a boolean if a field has been set.

func (*SolanaAPIResponse) HasBody

func (o *SolanaAPIResponse) HasBody() bool

HasBody returns a boolean if a field has been set.

func (*SolanaAPIResponse) HasData

func (o *SolanaAPIResponse) HasData() bool

HasData returns a boolean if a field has been set.

func (SolanaAPIResponse) MarshalJSON

func (o SolanaAPIResponse) MarshalJSON() ([]byte, error)

func (*SolanaAPIResponse) SetAddress

func (o *SolanaAPIResponse) SetAddress(v string)

SetAddress gets a reference to the given string and assigns it to the Address field.

func (*SolanaAPIResponse) SetBody

func (o *SolanaAPIResponse) SetBody(v InputBody)

SetBody gets a reference to the given InputBody and assigns it to the Body field.

func (*SolanaAPIResponse) SetData

SetData gets a reference to the given SolanaTransactionOutput and assigns it to the Data field.

func (*SolanaAPIResponse) SetMessage

func (o *SolanaAPIResponse) SetMessage(v string)

SetMessage sets field value

func (*SolanaAPIResponse) SetSuccess

func (o *SolanaAPIResponse) SetSuccess(v bool)

SetSuccess sets field value

func (SolanaAPIResponse) ToMap

func (o SolanaAPIResponse) ToMap() (map[string]interface{}, error)

func (*SolanaAPIResponse) UnmarshalJSON

func (o *SolanaAPIResponse) UnmarshalJSON(data []byte) (err error)

type SolanaAPIService

type SolanaAPIService service

SolanaAPIService SolanaAPI service

func (*SolanaAPIService) CreateSolanaAccount

CreateSolanaAccount Method for CreateSolanaAccount

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return SolanaAPICreateSolanaAccountRequest

func (*SolanaAPIService) CreateSolanaAccountExecute

Execute executes the request

@return AccountAPIResponse

func (*SolanaAPIService) GetSolanaAccount

func (a *SolanaAPIService) GetSolanaAccount(ctx context.Context, accountName string) SolanaAPIGetSolanaAccountRequest

GetSolanaAccount Method for GetSolanaAccount

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param accountName
@return SolanaAPIGetSolanaAccountRequest

func (*SolanaAPIService) GetSolanaAccountExecute

Execute executes the request

@return AccountAPIResponse

func (*SolanaAPIService) ListSolanaAccounts

ListSolanaAccounts Method for ListSolanaAccounts

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return SolanaAPIListSolanaAccountsRequest

func (*SolanaAPIService) ListSolanaAccountsExecute

Execute executes the request

@return AccountAPIResponse

func (*SolanaAPIService) SignSolanaTransaction

func (a *SolanaAPIService) SignSolanaTransaction(ctx context.Context, accountName string) SolanaAPISignSolanaTransactionRequest

SignSolanaTransaction Method for SignSolanaTransaction

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param accountName
@return SolanaAPISignSolanaTransactionRequest

func (*SolanaAPIService) SignSolanaTransactionExecute

Execute executes the request

@return SolanaAPIResponse

type SolanaAPISignSolanaTransactionRequest

type SolanaAPISignSolanaTransactionRequest struct {
	ApiService SolanaAPI
	// contains filtered or unexported fields
}

func (SolanaAPISignSolanaTransactionRequest) Authorization

func (SolanaAPISignSolanaTransactionRequest) Execute

func (SolanaAPISignSolanaTransactionRequest) SolanaTransactionInput

type SolanaInput

type SolanaInput struct {
	Network    *string `json:"network,omitempty"`
	PrivateKey *string `json:"private_key,omitempty"`
}

SolanaInput struct for SolanaInput

func NewSolanaInput

func NewSolanaInput() *SolanaInput

NewSolanaInput instantiates a new SolanaInput 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 NewSolanaInputWithDefaults

func NewSolanaInputWithDefaults() *SolanaInput

NewSolanaInputWithDefaults instantiates a new SolanaInput 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 (*SolanaInput) GetNetwork

func (o *SolanaInput) GetNetwork() string

GetNetwork returns the Network field value if set, zero value otherwise.

func (*SolanaInput) GetNetworkOk

func (o *SolanaInput) GetNetworkOk() (*string, bool)

GetNetworkOk returns a tuple with the Network field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SolanaInput) GetPrivateKey

func (o *SolanaInput) GetPrivateKey() string

GetPrivateKey returns the PrivateKey field value if set, zero value otherwise.

func (*SolanaInput) GetPrivateKeyOk

func (o *SolanaInput) GetPrivateKeyOk() (*string, bool)

GetPrivateKeyOk returns a tuple with the PrivateKey field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SolanaInput) HasNetwork

func (o *SolanaInput) HasNetwork() bool

HasNetwork returns a boolean if a field has been set.

func (*SolanaInput) HasPrivateKey

func (o *SolanaInput) HasPrivateKey() bool

HasPrivateKey returns a boolean if a field has been set.

func (SolanaInput) MarshalJSON

func (o SolanaInput) MarshalJSON() ([]byte, error)

func (*SolanaInput) SetNetwork

func (o *SolanaInput) SetNetwork(v string)

SetNetwork gets a reference to the given string and assigns it to the Network field.

func (*SolanaInput) SetPrivateKey

func (o *SolanaInput) SetPrivateKey(v string)

SetPrivateKey gets a reference to the given string and assigns it to the PrivateKey field.

func (SolanaInput) ToMap

func (o SolanaInput) ToMap() (map[string]interface{}, error)

type SolanaTransactionInput

type SolanaTransactionInput struct {
	To       *string  `json:"to,omitempty"`
	Value    *float64 `json:"value,omitempty"`
	Network  *string  `json:"network,omitempty"`
	Compress *bool    `json:"compress,omitempty"`
}

SolanaTransactionInput struct for SolanaTransactionInput

func NewSolanaTransactionInput

func NewSolanaTransactionInput() *SolanaTransactionInput

NewSolanaTransactionInput instantiates a new SolanaTransactionInput 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 NewSolanaTransactionInputWithDefaults

func NewSolanaTransactionInputWithDefaults() *SolanaTransactionInput

NewSolanaTransactionInputWithDefaults instantiates a new SolanaTransactionInput 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 (*SolanaTransactionInput) GetCompress

func (o *SolanaTransactionInput) GetCompress() bool

GetCompress returns the Compress field value if set, zero value otherwise.

func (*SolanaTransactionInput) GetCompressOk

func (o *SolanaTransactionInput) GetCompressOk() (*bool, bool)

GetCompressOk returns a tuple with the Compress field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SolanaTransactionInput) GetNetwork

func (o *SolanaTransactionInput) GetNetwork() string

GetNetwork returns the Network field value if set, zero value otherwise.

func (*SolanaTransactionInput) GetNetworkOk

func (o *SolanaTransactionInput) GetNetworkOk() (*string, bool)

GetNetworkOk returns a tuple with the Network field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SolanaTransactionInput) GetTo

func (o *SolanaTransactionInput) GetTo() string

GetTo returns the To field value if set, zero value otherwise.

func (*SolanaTransactionInput) GetToOk

func (o *SolanaTransactionInput) GetToOk() (*string, bool)

GetToOk returns a tuple with the To field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SolanaTransactionInput) GetValue

func (o *SolanaTransactionInput) GetValue() float64

GetValue returns the Value field value if set, zero value otherwise.

func (*SolanaTransactionInput) GetValueOk

func (o *SolanaTransactionInput) GetValueOk() (*float64, 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 (*SolanaTransactionInput) HasCompress

func (o *SolanaTransactionInput) HasCompress() bool

HasCompress returns a boolean if a field has been set.

func (*SolanaTransactionInput) HasNetwork

func (o *SolanaTransactionInput) HasNetwork() bool

HasNetwork returns a boolean if a field has been set.

func (*SolanaTransactionInput) HasTo

func (o *SolanaTransactionInput) HasTo() bool

HasTo returns a boolean if a field has been set.

func (*SolanaTransactionInput) HasValue

func (o *SolanaTransactionInput) HasValue() bool

HasValue returns a boolean if a field has been set.

func (SolanaTransactionInput) MarshalJSON

func (o SolanaTransactionInput) MarshalJSON() ([]byte, error)

func (*SolanaTransactionInput) SetCompress

func (o *SolanaTransactionInput) SetCompress(v bool)

SetCompress gets a reference to the given bool and assigns it to the Compress field.

func (*SolanaTransactionInput) SetNetwork

func (o *SolanaTransactionInput) SetNetwork(v string)

SetNetwork gets a reference to the given string and assigns it to the Network field.

func (*SolanaTransactionInput) SetTo

func (o *SolanaTransactionInput) SetTo(v string)

SetTo gets a reference to the given string and assigns it to the To field.

func (*SolanaTransactionInput) SetValue

func (o *SolanaTransactionInput) SetValue(v float64)

SetValue gets a reference to the given float64 and assigns it to the Value field.

func (SolanaTransactionInput) ToMap

func (o SolanaTransactionInput) ToMap() (map[string]interface{}, error)

type SolanaTransactionOutput

type SolanaTransactionOutput struct {
	SignedTx        *string `json:"signedTx,omitempty"`
	TransactionHash *string `json:"transaction_hash,omitempty"`
}

SolanaTransactionOutput struct for SolanaTransactionOutput

func NewSolanaTransactionOutput

func NewSolanaTransactionOutput() *SolanaTransactionOutput

NewSolanaTransactionOutput instantiates a new SolanaTransactionOutput 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 NewSolanaTransactionOutputWithDefaults

func NewSolanaTransactionOutputWithDefaults() *SolanaTransactionOutput

NewSolanaTransactionOutputWithDefaults instantiates a new SolanaTransactionOutput 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 (*SolanaTransactionOutput) GetSignedTx

func (o *SolanaTransactionOutput) GetSignedTx() string

GetSignedTx returns the SignedTx field value if set, zero value otherwise.

func (*SolanaTransactionOutput) GetSignedTxOk

func (o *SolanaTransactionOutput) GetSignedTxOk() (*string, bool)

GetSignedTxOk returns a tuple with the SignedTx field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SolanaTransactionOutput) GetTransactionHash

func (o *SolanaTransactionOutput) GetTransactionHash() string

GetTransactionHash returns the TransactionHash field value if set, zero value otherwise.

func (*SolanaTransactionOutput) GetTransactionHashOk

func (o *SolanaTransactionOutput) GetTransactionHashOk() (*string, bool)

GetTransactionHashOk returns a tuple with the TransactionHash field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SolanaTransactionOutput) HasSignedTx

func (o *SolanaTransactionOutput) HasSignedTx() bool

HasSignedTx returns a boolean if a field has been set.

func (*SolanaTransactionOutput) HasTransactionHash

func (o *SolanaTransactionOutput) HasTransactionHash() bool

HasTransactionHash returns a boolean if a field has been set.

func (SolanaTransactionOutput) MarshalJSON

func (o SolanaTransactionOutput) MarshalJSON() ([]byte, error)

func (*SolanaTransactionOutput) SetSignedTx

func (o *SolanaTransactionOutput) SetSignedTx(v string)

SetSignedTx gets a reference to the given string and assigns it to the SignedTx field.

func (*SolanaTransactionOutput) SetTransactionHash

func (o *SolanaTransactionOutput) SetTransactionHash(v string)

SetTransactionHash gets a reference to the given string and assigns it to the TransactionHash field.

func (SolanaTransactionOutput) ToMap

func (o SolanaTransactionOutput) ToMap() (map[string]interface{}, error)

type SupportedAssetResponse

type SupportedAssetResponse struct {
	Country string                              `json:"country"`
	Assets  []SupportedAssetResponseAssetsInner `json:"assets"`
}

SupportedAssetResponse struct for SupportedAssetResponse

func NewSupportedAssetResponse

func NewSupportedAssetResponse(country string, assets []SupportedAssetResponseAssetsInner) *SupportedAssetResponse

NewSupportedAssetResponse instantiates a new SupportedAssetResponse 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 NewSupportedAssetResponseWithDefaults

func NewSupportedAssetResponseWithDefaults() *SupportedAssetResponse

NewSupportedAssetResponseWithDefaults instantiates a new SupportedAssetResponse 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 (*SupportedAssetResponse) GetAssets

GetAssets returns the Assets field value

func (*SupportedAssetResponse) GetAssetsOk

GetAssetsOk returns a tuple with the Assets field value and a boolean to check if the value has been set.

func (*SupportedAssetResponse) GetCountry

func (o *SupportedAssetResponse) GetCountry() string

GetCountry returns the Country field value

func (*SupportedAssetResponse) GetCountryOk

func (o *SupportedAssetResponse) GetCountryOk() (*string, bool)

GetCountryOk returns a tuple with the Country field value and a boolean to check if the value has been set.

func (SupportedAssetResponse) MarshalJSON

func (o SupportedAssetResponse) MarshalJSON() ([]byte, error)

func (*SupportedAssetResponse) SetAssets

SetAssets sets field value

func (*SupportedAssetResponse) SetCountry

func (o *SupportedAssetResponse) SetCountry(v string)

SetCountry sets field value

func (SupportedAssetResponse) ToMap

func (o SupportedAssetResponse) ToMap() (map[string]interface{}, error)

func (*SupportedAssetResponse) UnmarshalJSON

func (o *SupportedAssetResponse) UnmarshalJSON(data []byte) (err error)

type SupportedAssetResponseAssetsInner

type SupportedAssetResponseAssetsInner struct {
	Crypto         []string `json:"crypto"`
	PaymentMethods []string `json:"paymentMethods"`
	Fiat           string   `json:"fiat"`
}

SupportedAssetResponseAssetsInner struct for SupportedAssetResponseAssetsInner

func NewSupportedAssetResponseAssetsInner

func NewSupportedAssetResponseAssetsInner(crypto []string, paymentMethods []string, fiat string) *SupportedAssetResponseAssetsInner

NewSupportedAssetResponseAssetsInner instantiates a new SupportedAssetResponseAssetsInner 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 NewSupportedAssetResponseAssetsInnerWithDefaults

func NewSupportedAssetResponseAssetsInnerWithDefaults() *SupportedAssetResponseAssetsInner

NewSupportedAssetResponseAssetsInnerWithDefaults instantiates a new SupportedAssetResponseAssetsInner 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 (*SupportedAssetResponseAssetsInner) GetCrypto

func (o *SupportedAssetResponseAssetsInner) GetCrypto() []string

GetCrypto returns the Crypto field value

func (*SupportedAssetResponseAssetsInner) GetCryptoOk

func (o *SupportedAssetResponseAssetsInner) GetCryptoOk() ([]string, bool)

GetCryptoOk returns a tuple with the Crypto field value and a boolean to check if the value has been set.

func (*SupportedAssetResponseAssetsInner) GetFiat

GetFiat returns the Fiat field value

func (*SupportedAssetResponseAssetsInner) GetFiatOk

func (o *SupportedAssetResponseAssetsInner) GetFiatOk() (*string, bool)

GetFiatOk returns a tuple with the Fiat field value and a boolean to check if the value has been set.

func (*SupportedAssetResponseAssetsInner) GetPaymentMethods

func (o *SupportedAssetResponseAssetsInner) GetPaymentMethods() []string

GetPaymentMethods returns the PaymentMethods field value

func (*SupportedAssetResponseAssetsInner) GetPaymentMethodsOk

func (o *SupportedAssetResponseAssetsInner) GetPaymentMethodsOk() ([]string, bool)

GetPaymentMethodsOk returns a tuple with the PaymentMethods field value and a boolean to check if the value has been set.

func (SupportedAssetResponseAssetsInner) MarshalJSON

func (o SupportedAssetResponseAssetsInner) MarshalJSON() ([]byte, error)

func (*SupportedAssetResponseAssetsInner) SetCrypto

func (o *SupportedAssetResponseAssetsInner) SetCrypto(v []string)

SetCrypto sets field value

func (*SupportedAssetResponseAssetsInner) SetFiat

SetFiat sets field value

func (*SupportedAssetResponseAssetsInner) SetPaymentMethods

func (o *SupportedAssetResponseAssetsInner) SetPaymentMethods(v []string)

SetPaymentMethods sets field value

func (SupportedAssetResponseAssetsInner) ToMap

func (o SupportedAssetResponseAssetsInner) ToMap() (map[string]interface{}, error)

func (*SupportedAssetResponseAssetsInner) UnmarshalJSON

func (o *SupportedAssetResponseAssetsInner) UnmarshalJSON(data []byte) (err error)

type SupportedCurrenciesResponse

type SupportedCurrenciesResponse struct {
	Message Message `json:"message"`
}

SupportedCurrenciesResponse struct for SupportedCurrenciesResponse

func NewSupportedCurrenciesResponse

func NewSupportedCurrenciesResponse(message Message) *SupportedCurrenciesResponse

NewSupportedCurrenciesResponse instantiates a new SupportedCurrenciesResponse 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 NewSupportedCurrenciesResponseWithDefaults

func NewSupportedCurrenciesResponseWithDefaults() *SupportedCurrenciesResponse

NewSupportedCurrenciesResponseWithDefaults instantiates a new SupportedCurrenciesResponse 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 (*SupportedCurrenciesResponse) GetMessage

func (o *SupportedCurrenciesResponse) GetMessage() Message

GetMessage returns the Message field value

func (*SupportedCurrenciesResponse) GetMessageOk

func (o *SupportedCurrenciesResponse) GetMessageOk() (*Message, bool)

GetMessageOk returns a tuple with the Message field value and a boolean to check if the value has been set.

func (SupportedCurrenciesResponse) MarshalJSON

func (o SupportedCurrenciesResponse) MarshalJSON() ([]byte, error)

func (*SupportedCurrenciesResponse) SetMessage

func (o *SupportedCurrenciesResponse) SetMessage(v Message)

SetMessage sets field value

func (SupportedCurrenciesResponse) ToMap

func (o SupportedCurrenciesResponse) ToMap() (map[string]interface{}, error)

func (*SupportedCurrenciesResponse) UnmarshalJSON

func (o *SupportedCurrenciesResponse) UnmarshalJSON(data []byte) (err error)

type SupportedDefaultResponse

type SupportedDefaultResponse struct {
	Defaults    SupportedDefaultResponseDefaults   `json:"defaults"`
	Recommended SupportedDefaultResponseDefaultsId `json:"recommended"`
}

SupportedDefaultResponse struct for SupportedDefaultResponse

func NewSupportedDefaultResponse

func NewSupportedDefaultResponse(defaults SupportedDefaultResponseDefaults, recommended SupportedDefaultResponseDefaultsId) *SupportedDefaultResponse

NewSupportedDefaultResponse instantiates a new SupportedDefaultResponse 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 NewSupportedDefaultResponseWithDefaults

func NewSupportedDefaultResponseWithDefaults() *SupportedDefaultResponse

NewSupportedDefaultResponseWithDefaults instantiates a new SupportedDefaultResponse 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 (*SupportedDefaultResponse) GetDefaults

GetDefaults returns the Defaults field value

func (*SupportedDefaultResponse) GetDefaultsOk

GetDefaultsOk returns a tuple with the Defaults field value and a boolean to check if the value has been set.

func (*SupportedDefaultResponse) GetRecommended

GetRecommended returns the Recommended field value

func (*SupportedDefaultResponse) GetRecommendedOk

GetRecommendedOk returns a tuple with the Recommended field value and a boolean to check if the value has been set.

func (SupportedDefaultResponse) MarshalJSON

func (o SupportedDefaultResponse) MarshalJSON() ([]byte, error)

func (*SupportedDefaultResponse) SetDefaults

SetDefaults sets field value

func (*SupportedDefaultResponse) SetRecommended

SetRecommended sets field value

func (SupportedDefaultResponse) ToMap

func (o SupportedDefaultResponse) ToMap() (map[string]interface{}, error)

func (*SupportedDefaultResponse) UnmarshalJSON

func (o *SupportedDefaultResponse) UnmarshalJSON(data []byte) (err error)

type SupportedDefaultResponseDefaults

type SupportedDefaultResponseDefaults struct {
	Id SupportedDefaultResponseDefaultsId `json:"id"`
}

SupportedDefaultResponseDefaults struct for SupportedDefaultResponseDefaults

func NewSupportedDefaultResponseDefaults

func NewSupportedDefaultResponseDefaults(id SupportedDefaultResponseDefaultsId) *SupportedDefaultResponseDefaults

NewSupportedDefaultResponseDefaults instantiates a new SupportedDefaultResponseDefaults 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 NewSupportedDefaultResponseDefaultsWithDefaults

func NewSupportedDefaultResponseDefaultsWithDefaults() *SupportedDefaultResponseDefaults

NewSupportedDefaultResponseDefaultsWithDefaults instantiates a new SupportedDefaultResponseDefaults 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 (*SupportedDefaultResponseDefaults) GetId

GetId returns the Id field value

func (*SupportedDefaultResponseDefaults) GetIdOk

GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.

func (SupportedDefaultResponseDefaults) MarshalJSON

func (o SupportedDefaultResponseDefaults) MarshalJSON() ([]byte, error)

func (*SupportedDefaultResponseDefaults) SetId

SetId sets field value

func (SupportedDefaultResponseDefaults) ToMap

func (o SupportedDefaultResponseDefaults) ToMap() (map[string]interface{}, error)

func (*SupportedDefaultResponseDefaults) UnmarshalJSON

func (o *SupportedDefaultResponseDefaults) UnmarshalJSON(data []byte) (err error)

type SupportedDefaultResponseDefaultsId

type SupportedDefaultResponseDefaultsId struct {
	Provider      string  `json:"provider"`
	PaymentMethod string  `json:"paymentMethod"`
	Amount        float64 `json:"amount"`
	Target        string  `json:"target"`
	Source        string  `json:"source"`
}

SupportedDefaultResponseDefaultsId struct for SupportedDefaultResponseDefaultsId

func NewSupportedDefaultResponseDefaultsId

func NewSupportedDefaultResponseDefaultsId(provider string, paymentMethod string, amount float64, target string, source string) *SupportedDefaultResponseDefaultsId

NewSupportedDefaultResponseDefaultsId instantiates a new SupportedDefaultResponseDefaultsId 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 NewSupportedDefaultResponseDefaultsIdWithDefaults

func NewSupportedDefaultResponseDefaultsIdWithDefaults() *SupportedDefaultResponseDefaultsId

NewSupportedDefaultResponseDefaultsIdWithDefaults instantiates a new SupportedDefaultResponseDefaultsId 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 (*SupportedDefaultResponseDefaultsId) GetAmount

GetAmount returns the Amount field value

func (*SupportedDefaultResponseDefaultsId) GetAmountOk

func (o *SupportedDefaultResponseDefaultsId) GetAmountOk() (*float64, bool)

GetAmountOk returns a tuple with the Amount field value and a boolean to check if the value has been set.

func (*SupportedDefaultResponseDefaultsId) GetPaymentMethod

func (o *SupportedDefaultResponseDefaultsId) GetPaymentMethod() string

GetPaymentMethod returns the PaymentMethod field value

func (*SupportedDefaultResponseDefaultsId) GetPaymentMethodOk

func (o *SupportedDefaultResponseDefaultsId) GetPaymentMethodOk() (*string, bool)

GetPaymentMethodOk returns a tuple with the PaymentMethod field value and a boolean to check if the value has been set.

func (*SupportedDefaultResponseDefaultsId) GetProvider

func (o *SupportedDefaultResponseDefaultsId) GetProvider() string

GetProvider returns the Provider field value

func (*SupportedDefaultResponseDefaultsId) GetProviderOk

func (o *SupportedDefaultResponseDefaultsId) GetProviderOk() (*string, bool)

GetProviderOk returns a tuple with the Provider field value and a boolean to check if the value has been set.

func (*SupportedDefaultResponseDefaultsId) GetSource

GetSource returns the Source field value

func (*SupportedDefaultResponseDefaultsId) GetSourceOk

func (o *SupportedDefaultResponseDefaultsId) GetSourceOk() (*string, bool)

GetSourceOk returns a tuple with the Source field value and a boolean to check if the value has been set.

func (*SupportedDefaultResponseDefaultsId) GetTarget

GetTarget returns the Target field value

func (*SupportedDefaultResponseDefaultsId) GetTargetOk

func (o *SupportedDefaultResponseDefaultsId) GetTargetOk() (*string, bool)

GetTargetOk returns a tuple with the Target field value and a boolean to check if the value has been set.

func (SupportedDefaultResponseDefaultsId) MarshalJSON

func (o SupportedDefaultResponseDefaultsId) MarshalJSON() ([]byte, error)

func (*SupportedDefaultResponseDefaultsId) SetAmount

SetAmount sets field value

func (*SupportedDefaultResponseDefaultsId) SetPaymentMethod

func (o *SupportedDefaultResponseDefaultsId) SetPaymentMethod(v string)

SetPaymentMethod sets field value

func (*SupportedDefaultResponseDefaultsId) SetProvider

func (o *SupportedDefaultResponseDefaultsId) SetProvider(v string)

SetProvider sets field value

func (*SupportedDefaultResponseDefaultsId) SetSource

SetSource sets field value

func (*SupportedDefaultResponseDefaultsId) SetTarget

SetTarget sets field value

func (SupportedDefaultResponseDefaultsId) ToMap

func (o SupportedDefaultResponseDefaultsId) ToMap() (map[string]interface{}, error)

func (*SupportedDefaultResponseDefaultsId) UnmarshalJSON

func (o *SupportedDefaultResponseDefaultsId) UnmarshalJSON(data []byte) (err error)

type SupportedPaymentTypesCurrencyResponse

type SupportedPaymentTypesCurrencyResponse struct {
	Message SupportedPaymentTypesMessage `json:"message"`
}

SupportedPaymentTypesCurrencyResponse struct for SupportedPaymentTypesCurrencyResponse

func NewSupportedPaymentTypesCurrencyResponse

func NewSupportedPaymentTypesCurrencyResponse(message SupportedPaymentTypesMessage) *SupportedPaymentTypesCurrencyResponse

NewSupportedPaymentTypesCurrencyResponse instantiates a new SupportedPaymentTypesCurrencyResponse 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 NewSupportedPaymentTypesCurrencyResponseWithDefaults

func NewSupportedPaymentTypesCurrencyResponseWithDefaults() *SupportedPaymentTypesCurrencyResponse

NewSupportedPaymentTypesCurrencyResponseWithDefaults instantiates a new SupportedPaymentTypesCurrencyResponse 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 (*SupportedPaymentTypesCurrencyResponse) GetMessage

GetMessage returns the Message field value

func (*SupportedPaymentTypesCurrencyResponse) GetMessageOk

GetMessageOk returns a tuple with the Message field value and a boolean to check if the value has been set.

func (SupportedPaymentTypesCurrencyResponse) MarshalJSON

func (o SupportedPaymentTypesCurrencyResponse) MarshalJSON() ([]byte, error)

func (*SupportedPaymentTypesCurrencyResponse) SetMessage

SetMessage sets field value

func (SupportedPaymentTypesCurrencyResponse) ToMap

func (o SupportedPaymentTypesCurrencyResponse) ToMap() (map[string]interface{}, error)

func (*SupportedPaymentTypesCurrencyResponse) UnmarshalJSON

func (o *SupportedPaymentTypesCurrencyResponse) UnmarshalJSON(data []byte) (err error)

type SupportedPaymentTypesMessage

type SupportedPaymentTypesMessage struct {
	Googlepay  PaymentType `json:"googlepay"`
	Applepay   PaymentType `json:"applepay"`
	Creditcard PaymentType `json:"creditcard"`
}

SupportedPaymentTypesMessage struct for SupportedPaymentTypesMessage

func NewSupportedPaymentTypesMessage

func NewSupportedPaymentTypesMessage(googlepay PaymentType, applepay PaymentType, creditcard PaymentType) *SupportedPaymentTypesMessage

NewSupportedPaymentTypesMessage instantiates a new SupportedPaymentTypesMessage 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 NewSupportedPaymentTypesMessageWithDefaults

func NewSupportedPaymentTypesMessageWithDefaults() *SupportedPaymentTypesMessage

NewSupportedPaymentTypesMessageWithDefaults instantiates a new SupportedPaymentTypesMessage 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 (*SupportedPaymentTypesMessage) GetApplepay

func (o *SupportedPaymentTypesMessage) GetApplepay() PaymentType

GetApplepay returns the Applepay field value

func (*SupportedPaymentTypesMessage) GetApplepayOk

func (o *SupportedPaymentTypesMessage) GetApplepayOk() (*PaymentType, bool)

GetApplepayOk returns a tuple with the Applepay field value and a boolean to check if the value has been set.

func (*SupportedPaymentTypesMessage) GetCreditcard

func (o *SupportedPaymentTypesMessage) GetCreditcard() PaymentType

GetCreditcard returns the Creditcard field value

func (*SupportedPaymentTypesMessage) GetCreditcardOk

func (o *SupportedPaymentTypesMessage) GetCreditcardOk() (*PaymentType, bool)

GetCreditcardOk returns a tuple with the Creditcard field value and a boolean to check if the value has been set.

func (*SupportedPaymentTypesMessage) GetGooglepay

func (o *SupportedPaymentTypesMessage) GetGooglepay() PaymentType

GetGooglepay returns the Googlepay field value

func (*SupportedPaymentTypesMessage) GetGooglepayOk

func (o *SupportedPaymentTypesMessage) GetGooglepayOk() (*PaymentType, bool)

GetGooglepayOk returns a tuple with the Googlepay field value and a boolean to check if the value has been set.

func (SupportedPaymentTypesMessage) MarshalJSON

func (o SupportedPaymentTypesMessage) MarshalJSON() ([]byte, error)

func (*SupportedPaymentTypesMessage) SetApplepay

func (o *SupportedPaymentTypesMessage) SetApplepay(v PaymentType)

SetApplepay sets field value

func (*SupportedPaymentTypesMessage) SetCreditcard

func (o *SupportedPaymentTypesMessage) SetCreditcard(v PaymentType)

SetCreditcard sets field value

func (*SupportedPaymentTypesMessage) SetGooglepay

func (o *SupportedPaymentTypesMessage) SetGooglepay(v PaymentType)

SetGooglepay sets field value

func (SupportedPaymentTypesMessage) ToMap

func (o SupportedPaymentTypesMessage) ToMap() (map[string]interface{}, error)

func (*SupportedPaymentTypesMessage) UnmarshalJSON

func (o *SupportedPaymentTypesMessage) UnmarshalJSON(data []byte) (err error)

type TokenSwapParams

type TokenSwapParams struct {
	To               *string `json:"to,omitempty"`
	Data             *string `json:"data,omitempty"`
	Input            *string `json:"input,omitempty"`
	Value            *string `json:"value,omitempty"`
	Nonce            *string `json:"nonce,omitempty"`
	Gas              *string `json:"gas,omitempty"`
	GasPrice         *string `json:"gasPrice,omitempty"`
	ChainId          *string `json:"chain_id,omitempty"`
	Encoding         *string `json:"encoding,omitempty"`
	EOA              *bool   `json:"EOA,omitempty"`
	ContractAddress  *string `json:"contract_address,omitempty"`
	TokenId          *string `json:"token_id,omitempty"`
	TokenIds         *string `json:"token_ids,omitempty"`
	Approved         *bool   `json:"approved,omitempty"`
	Broadcast        *bool   `json:"broadcast,omitempty"`
	TokenIn          string  `json:"tokenIn"`
	TokenOut         string  `json:"tokenOut"`
	TokenInDecimals  float64 `json:"tokenInDecimals"`
	TokenOutDecimals float64 `json:"tokenOutDecimals"`
	AmountIn         string  `json:"amountIn"`
	Slippage         string  `json:"slippage"`
	Recipient        string  `json:"recipient"`
	Referrer         string  `json:"referrer"`
}

TokenSwapParams struct for TokenSwapParams

func NewTokenSwapParams

func NewTokenSwapParams(tokenIn string, tokenOut string, tokenInDecimals float64, tokenOutDecimals float64, amountIn string, slippage string, recipient string, referrer string) *TokenSwapParams

NewTokenSwapParams instantiates a new TokenSwapParams 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 NewTokenSwapParamsWithDefaults

func NewTokenSwapParamsWithDefaults() *TokenSwapParams

NewTokenSwapParamsWithDefaults instantiates a new TokenSwapParams 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 (*TokenSwapParams) GetAmountIn

func (o *TokenSwapParams) GetAmountIn() string

GetAmountIn returns the AmountIn field value

func (*TokenSwapParams) GetAmountInOk

func (o *TokenSwapParams) GetAmountInOk() (*string, bool)

GetAmountInOk returns a tuple with the AmountIn field value and a boolean to check if the value has been set.

func (*TokenSwapParams) GetApproved

func (o *TokenSwapParams) GetApproved() bool

GetApproved returns the Approved field value if set, zero value otherwise.

func (*TokenSwapParams) GetApprovedOk

func (o *TokenSwapParams) GetApprovedOk() (*bool, bool)

GetApprovedOk returns a tuple with the Approved field value if set, nil otherwise and a boolean to check if the value has been set.

func (*TokenSwapParams) GetBroadcast

func (o *TokenSwapParams) GetBroadcast() bool

GetBroadcast returns the Broadcast field value if set, zero value otherwise.

func (*TokenSwapParams) GetBroadcastOk

func (o *TokenSwapParams) GetBroadcastOk() (*bool, bool)

GetBroadcastOk returns a tuple with the Broadcast field value if set, nil otherwise and a boolean to check if the value has been set.

func (*TokenSwapParams) GetChainId

func (o *TokenSwapParams) GetChainId() string

GetChainId returns the ChainId field value if set, zero value otherwise.

func (*TokenSwapParams) GetChainIdOk

func (o *TokenSwapParams) 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 (*TokenSwapParams) GetContractAddress

func (o *TokenSwapParams) GetContractAddress() string

GetContractAddress returns the ContractAddress field value if set, zero value otherwise.

func (*TokenSwapParams) GetContractAddressOk

func (o *TokenSwapParams) GetContractAddressOk() (*string, bool)

GetContractAddressOk returns a tuple with the ContractAddress field value if set, nil otherwise and a boolean to check if the value has been set.

func (*TokenSwapParams) GetData

func (o *TokenSwapParams) GetData() string

GetData returns the Data field value if set, zero value otherwise.

func (*TokenSwapParams) GetDataOk

func (o *TokenSwapParams) 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 (*TokenSwapParams) GetEOA

func (o *TokenSwapParams) GetEOA() bool

GetEOA returns the EOA field value if set, zero value otherwise.

func (*TokenSwapParams) GetEOAOk

func (o *TokenSwapParams) GetEOAOk() (*bool, bool)

GetEOAOk returns a tuple with the EOA field value if set, nil otherwise and a boolean to check if the value has been set.

func (*TokenSwapParams) GetEncoding

func (o *TokenSwapParams) GetEncoding() string

GetEncoding returns the Encoding field value if set, zero value otherwise.

func (*TokenSwapParams) GetEncodingOk

func (o *TokenSwapParams) GetEncodingOk() (*string, bool)

GetEncodingOk returns a tuple with the Encoding field value if set, nil otherwise and a boolean to check if the value has been set.

func (*TokenSwapParams) GetGas

func (o *TokenSwapParams) GetGas() string

GetGas returns the Gas field value if set, zero value otherwise.

func (*TokenSwapParams) GetGasOk

func (o *TokenSwapParams) GetGasOk() (*string, bool)

GetGasOk returns a tuple with the Gas field value if set, nil otherwise and a boolean to check if the value has been set.

func (*TokenSwapParams) GetGasPrice

func (o *TokenSwapParams) GetGasPrice() string

GetGasPrice returns the GasPrice field value if set, zero value otherwise.

func (*TokenSwapParams) GetGasPriceOk

func (o *TokenSwapParams) GetGasPriceOk() (*string, bool)

GetGasPriceOk returns a tuple with the GasPrice field value if set, nil otherwise and a boolean to check if the value has been set.

func (*TokenSwapParams) GetInput

func (o *TokenSwapParams) GetInput() string

GetInput returns the Input field value if set, zero value otherwise.

func (*TokenSwapParams) GetInputOk

func (o *TokenSwapParams) GetInputOk() (*string, bool)

GetInputOk returns a tuple with the Input field value if set, nil otherwise and a boolean to check if the value has been set.

func (*TokenSwapParams) GetNonce

func (o *TokenSwapParams) GetNonce() string

GetNonce returns the Nonce field value if set, zero value otherwise.

func (*TokenSwapParams) GetNonceOk

func (o *TokenSwapParams) GetNonceOk() (*string, 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 (*TokenSwapParams) GetRecipient

func (o *TokenSwapParams) GetRecipient() string

GetRecipient returns the Recipient field value

func (*TokenSwapParams) GetRecipientOk

func (o *TokenSwapParams) GetRecipientOk() (*string, bool)

GetRecipientOk returns a tuple with the Recipient field value and a boolean to check if the value has been set.

func (*TokenSwapParams) GetReferrer

func (o *TokenSwapParams) GetReferrer() string

GetReferrer returns the Referrer field value

func (*TokenSwapParams) GetReferrerOk

func (o *TokenSwapParams) GetReferrerOk() (*string, bool)

GetReferrerOk returns a tuple with the Referrer field value and a boolean to check if the value has been set.

func (*TokenSwapParams) GetSlippage

func (o *TokenSwapParams) GetSlippage() string

GetSlippage returns the Slippage field value

func (*TokenSwapParams) GetSlippageOk

func (o *TokenSwapParams) GetSlippageOk() (*string, bool)

GetSlippageOk returns a tuple with the Slippage field value and a boolean to check if the value has been set.

func (*TokenSwapParams) GetTo

func (o *TokenSwapParams) GetTo() string

GetTo returns the To field value if set, zero value otherwise.

func (*TokenSwapParams) GetToOk

func (o *TokenSwapParams) GetToOk() (*string, bool)

GetToOk returns a tuple with the To field value if set, nil otherwise and a boolean to check if the value has been set.

func (*TokenSwapParams) GetTokenId

func (o *TokenSwapParams) GetTokenId() string

GetTokenId returns the TokenId field value if set, zero value otherwise.

func (*TokenSwapParams) GetTokenIdOk

func (o *TokenSwapParams) GetTokenIdOk() (*string, 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 (*TokenSwapParams) GetTokenIds

func (o *TokenSwapParams) GetTokenIds() string

GetTokenIds returns the TokenIds field value if set, zero value otherwise.

func (*TokenSwapParams) GetTokenIdsOk

func (o *TokenSwapParams) GetTokenIdsOk() (*string, bool)

GetTokenIdsOk returns a tuple with the TokenIds field value if set, nil otherwise and a boolean to check if the value has been set.

func (*TokenSwapParams) GetTokenIn

func (o *TokenSwapParams) GetTokenIn() string

GetTokenIn returns the TokenIn field value

func (*TokenSwapParams) GetTokenInDecimals

func (o *TokenSwapParams) GetTokenInDecimals() float64

GetTokenInDecimals returns the TokenInDecimals field value

func (*TokenSwapParams) GetTokenInDecimalsOk

func (o *TokenSwapParams) GetTokenInDecimalsOk() (*float64, bool)

GetTokenInDecimalsOk returns a tuple with the TokenInDecimals field value and a boolean to check if the value has been set.

func (*TokenSwapParams) GetTokenInOk

func (o *TokenSwapParams) GetTokenInOk() (*string, bool)

GetTokenInOk returns a tuple with the TokenIn field value and a boolean to check if the value has been set.

func (*TokenSwapParams) GetTokenOut

func (o *TokenSwapParams) GetTokenOut() string

GetTokenOut returns the TokenOut field value

func (*TokenSwapParams) GetTokenOutDecimals

func (o *TokenSwapParams) GetTokenOutDecimals() float64

GetTokenOutDecimals returns the TokenOutDecimals field value

func (*TokenSwapParams) GetTokenOutDecimalsOk

func (o *TokenSwapParams) GetTokenOutDecimalsOk() (*float64, bool)

GetTokenOutDecimalsOk returns a tuple with the TokenOutDecimals field value and a boolean to check if the value has been set.

func (*TokenSwapParams) GetTokenOutOk

func (o *TokenSwapParams) GetTokenOutOk() (*string, bool)

GetTokenOutOk returns a tuple with the TokenOut field value and a boolean to check if the value has been set.

func (*TokenSwapParams) GetValue

func (o *TokenSwapParams) GetValue() string

GetValue returns the Value field value if set, zero value otherwise.

func (*TokenSwapParams) GetValueOk

func (o *TokenSwapParams) 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 (*TokenSwapParams) HasApproved

func (o *TokenSwapParams) HasApproved() bool

HasApproved returns a boolean if a field has been set.

func (*TokenSwapParams) HasBroadcast

func (o *TokenSwapParams) HasBroadcast() bool

HasBroadcast returns a boolean if a field has been set.

func (*TokenSwapParams) HasChainId

func (o *TokenSwapParams) HasChainId() bool

HasChainId returns a boolean if a field has been set.

func (*TokenSwapParams) HasContractAddress

func (o *TokenSwapParams) HasContractAddress() bool

HasContractAddress returns a boolean if a field has been set.

func (*TokenSwapParams) HasData

func (o *TokenSwapParams) HasData() bool

HasData returns a boolean if a field has been set.

func (*TokenSwapParams) HasEOA

func (o *TokenSwapParams) HasEOA() bool

HasEOA returns a boolean if a field has been set.

func (*TokenSwapParams) HasEncoding

func (o *TokenSwapParams) HasEncoding() bool

HasEncoding returns a boolean if a field has been set.

func (*TokenSwapParams) HasGas

func (o *TokenSwapParams) HasGas() bool

HasGas returns a boolean if a field has been set.

func (*TokenSwapParams) HasGasPrice

func (o *TokenSwapParams) HasGasPrice() bool

HasGasPrice returns a boolean if a field has been set.

func (*TokenSwapParams) HasInput

func (o *TokenSwapParams) HasInput() bool

HasInput returns a boolean if a field has been set.

func (*TokenSwapParams) HasNonce

func (o *TokenSwapParams) HasNonce() bool

HasNonce returns a boolean if a field has been set.

func (*TokenSwapParams) HasTo

func (o *TokenSwapParams) HasTo() bool

HasTo returns a boolean if a field has been set.

func (*TokenSwapParams) HasTokenId

func (o *TokenSwapParams) HasTokenId() bool

HasTokenId returns a boolean if a field has been set.

func (*TokenSwapParams) HasTokenIds

func (o *TokenSwapParams) HasTokenIds() bool

HasTokenIds returns a boolean if a field has been set.

func (*TokenSwapParams) HasValue

func (o *TokenSwapParams) HasValue() bool

HasValue returns a boolean if a field has been set.

func (TokenSwapParams) MarshalJSON

func (o TokenSwapParams) MarshalJSON() ([]byte, error)

func (*TokenSwapParams) SetAmountIn

func (o *TokenSwapParams) SetAmountIn(v string)

SetAmountIn sets field value

func (*TokenSwapParams) SetApproved

func (o *TokenSwapParams) SetApproved(v bool)

SetApproved gets a reference to the given bool and assigns it to the Approved field.

func (*TokenSwapParams) SetBroadcast

func (o *TokenSwapParams) SetBroadcast(v bool)

SetBroadcast gets a reference to the given bool and assigns it to the Broadcast field.

func (*TokenSwapParams) SetChainId

func (o *TokenSwapParams) SetChainId(v string)

SetChainId gets a reference to the given string and assigns it to the ChainId field.

func (*TokenSwapParams) SetContractAddress

func (o *TokenSwapParams) SetContractAddress(v string)

SetContractAddress gets a reference to the given string and assigns it to the ContractAddress field.

func (*TokenSwapParams) SetData

func (o *TokenSwapParams) SetData(v string)

SetData gets a reference to the given string and assigns it to the Data field.

func (*TokenSwapParams) SetEOA

func (o *TokenSwapParams) SetEOA(v bool)

SetEOA gets a reference to the given bool and assigns it to the EOA field.

func (*TokenSwapParams) SetEncoding

func (o *TokenSwapParams) SetEncoding(v string)

SetEncoding gets a reference to the given string and assigns it to the Encoding field.

func (*TokenSwapParams) SetGas

func (o *TokenSwapParams) SetGas(v string)

SetGas gets a reference to the given string and assigns it to the Gas field.

func (*TokenSwapParams) SetGasPrice

func (o *TokenSwapParams) SetGasPrice(v string)

SetGasPrice gets a reference to the given string and assigns it to the GasPrice field.

func (*TokenSwapParams) SetInput

func (o *TokenSwapParams) SetInput(v string)

SetInput gets a reference to the given string and assigns it to the Input field.

func (*TokenSwapParams) SetNonce

func (o *TokenSwapParams) SetNonce(v string)

SetNonce gets a reference to the given string and assigns it to the Nonce field.

func (*TokenSwapParams) SetRecipient

func (o *TokenSwapParams) SetRecipient(v string)

SetRecipient sets field value

func (*TokenSwapParams) SetReferrer

func (o *TokenSwapParams) SetReferrer(v string)

SetReferrer sets field value

func (*TokenSwapParams) SetSlippage

func (o *TokenSwapParams) SetSlippage(v string)

SetSlippage sets field value

func (*TokenSwapParams) SetTo

func (o *TokenSwapParams) SetTo(v string)

SetTo gets a reference to the given string and assigns it to the To field.

func (*TokenSwapParams) SetTokenId

func (o *TokenSwapParams) SetTokenId(v string)

SetTokenId gets a reference to the given string and assigns it to the TokenId field.

func (*TokenSwapParams) SetTokenIds

func (o *TokenSwapParams) SetTokenIds(v string)

SetTokenIds gets a reference to the given string and assigns it to the TokenIds field.

func (*TokenSwapParams) SetTokenIn

func (o *TokenSwapParams) SetTokenIn(v string)

SetTokenIn sets field value

func (*TokenSwapParams) SetTokenInDecimals

func (o *TokenSwapParams) SetTokenInDecimals(v float64)

SetTokenInDecimals sets field value

func (*TokenSwapParams) SetTokenOut

func (o *TokenSwapParams) SetTokenOut(v string)

SetTokenOut sets field value

func (*TokenSwapParams) SetTokenOutDecimals

func (o *TokenSwapParams) SetTokenOutDecimals(v float64)

SetTokenOutDecimals sets field value

func (*TokenSwapParams) SetValue

func (o *TokenSwapParams) SetValue(v string)

SetValue gets a reference to the given string and assigns it to the Value field.

func (TokenSwapParams) ToMap

func (o TokenSwapParams) ToMap() (map[string]interface{}, error)

func (*TokenSwapParams) UnmarshalJSON

func (o *TokenSwapParams) UnmarshalJSON(data []byte) (err error)

type Transaction

type Transaction struct {
	TransactionHash   *string              `json:"transaction_hash,omitempty"`
	SignedTransaction *string              `json:"signed_transaction,omitempty"`
	RawTransaction    *string              `json:"raw_transaction,omitempty"`
	Data              NullableString       `json:"data,omitempty"`
	Transactions      []TransactionData    `json:"transactions,omitempty"`
	MoonScanUrl       *string              `json:"moon_scan_url,omitempty"`
	Signature         *string              `json:"signature,omitempty"`
	Transaction       *Tx                  `json:"transaction,omitempty"`
	UserOps           []TransactionRequest `json:"userOps,omitempty"`
	UseropTransaction *string              `json:"userop_transaction,omitempty"`
}

Transaction struct for Transaction

func NewTransaction

func NewTransaction() *Transaction

NewTransaction instantiates a new Transaction object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewTransactionWithDefaults

func NewTransactionWithDefaults() *Transaction

NewTransactionWithDefaults instantiates a new Transaction object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*Transaction) GetData

func (o *Transaction) GetData() string

GetData returns the Data field value if set, zero value otherwise (both if not set or set to explicit null).

func (*Transaction) GetDataOk

func (o *Transaction) 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. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*Transaction) GetMoonScanUrl

func (o *Transaction) GetMoonScanUrl() string

GetMoonScanUrl returns the MoonScanUrl field value if set, zero value otherwise.

func (*Transaction) GetMoonScanUrlOk

func (o *Transaction) GetMoonScanUrlOk() (*string, bool)

GetMoonScanUrlOk returns a tuple with the MoonScanUrl field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Transaction) GetRawTransaction

func (o *Transaction) GetRawTransaction() string

GetRawTransaction returns the RawTransaction field value if set, zero value otherwise.

func (*Transaction) GetRawTransactionOk

func (o *Transaction) GetRawTransactionOk() (*string, bool)

GetRawTransactionOk returns a tuple with the RawTransaction field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Transaction) GetSignature

func (o *Transaction) GetSignature() string

GetSignature returns the Signature field value if set, zero value otherwise.

func (*Transaction) GetSignatureOk

func (o *Transaction) GetSignatureOk() (*string, bool)

GetSignatureOk returns a tuple with the Signature field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Transaction) GetSignedTransaction

func (o *Transaction) GetSignedTransaction() string

GetSignedTransaction returns the SignedTransaction field value if set, zero value otherwise.

func (*Transaction) GetSignedTransactionOk

func (o *Transaction) GetSignedTransactionOk() (*string, bool)

GetSignedTransactionOk returns a tuple with the SignedTransaction field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Transaction) GetTransaction

func (o *Transaction) GetTransaction() Tx

GetTransaction returns the Transaction field value if set, zero value otherwise.

func (*Transaction) GetTransactionHash

func (o *Transaction) GetTransactionHash() string

GetTransactionHash returns the TransactionHash field value if set, zero value otherwise.

func (*Transaction) GetTransactionHashOk

func (o *Transaction) GetTransactionHashOk() (*string, bool)

GetTransactionHashOk returns a tuple with the TransactionHash field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Transaction) GetTransactionOk

func (o *Transaction) GetTransactionOk() (*Tx, bool)

GetTransactionOk returns a tuple with the Transaction field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Transaction) GetTransactions

func (o *Transaction) GetTransactions() []TransactionData

GetTransactions returns the Transactions field value if set, zero value otherwise.

func (*Transaction) GetTransactionsOk

func (o *Transaction) GetTransactionsOk() ([]TransactionData, bool)

GetTransactionsOk returns a tuple with the Transactions field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Transaction) GetUserOps

func (o *Transaction) GetUserOps() []TransactionRequest

GetUserOps returns the UserOps field value if set, zero value otherwise.

func (*Transaction) GetUserOpsOk

func (o *Transaction) GetUserOpsOk() ([]TransactionRequest, bool)

GetUserOpsOk returns a tuple with the UserOps field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Transaction) GetUseropTransaction

func (o *Transaction) GetUseropTransaction() string

GetUseropTransaction returns the UseropTransaction field value if set, zero value otherwise.

func (*Transaction) GetUseropTransactionOk

func (o *Transaction) GetUseropTransactionOk() (*string, bool)

GetUseropTransactionOk returns a tuple with the UseropTransaction field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Transaction) HasData

func (o *Transaction) HasData() bool

HasData returns a boolean if a field has been set.

func (*Transaction) HasMoonScanUrl

func (o *Transaction) HasMoonScanUrl() bool

HasMoonScanUrl returns a boolean if a field has been set.

func (*Transaction) HasRawTransaction

func (o *Transaction) HasRawTransaction() bool

HasRawTransaction returns a boolean if a field has been set.

func (*Transaction) HasSignature

func (o *Transaction) HasSignature() bool

HasSignature returns a boolean if a field has been set.

func (*Transaction) HasSignedTransaction

func (o *Transaction) HasSignedTransaction() bool

HasSignedTransaction returns a boolean if a field has been set.

func (*Transaction) HasTransaction

func (o *Transaction) HasTransaction() bool

HasTransaction returns a boolean if a field has been set.

func (*Transaction) HasTransactionHash

func (o *Transaction) HasTransactionHash() bool

HasTransactionHash returns a boolean if a field has been set.

func (*Transaction) HasTransactions

func (o *Transaction) HasTransactions() bool

HasTransactions returns a boolean if a field has been set.

func (*Transaction) HasUserOps

func (o *Transaction) HasUserOps() bool

HasUserOps returns a boolean if a field has been set.

func (*Transaction) HasUseropTransaction

func (o *Transaction) HasUseropTransaction() bool

HasUseropTransaction returns a boolean if a field has been set.

func (Transaction) MarshalJSON

func (o Transaction) MarshalJSON() ([]byte, error)

func (*Transaction) SetData

func (o *Transaction) SetData(v string)

SetData gets a reference to the given NullableString and assigns it to the Data field.

func (*Transaction) SetDataNil

func (o *Transaction) SetDataNil()

SetDataNil sets the value for Data to be an explicit nil

func (*Transaction) SetMoonScanUrl

func (o *Transaction) SetMoonScanUrl(v string)

SetMoonScanUrl gets a reference to the given string and assigns it to the MoonScanUrl field.

func (*Transaction) SetRawTransaction

func (o *Transaction) SetRawTransaction(v string)

SetRawTransaction gets a reference to the given string and assigns it to the RawTransaction field.

func (*Transaction) SetSignature

func (o *Transaction) SetSignature(v string)

SetSignature gets a reference to the given string and assigns it to the Signature field.

func (*Transaction) SetSignedTransaction

func (o *Transaction) SetSignedTransaction(v string)

SetSignedTransaction gets a reference to the given string and assigns it to the SignedTransaction field.

func (*Transaction) SetTransaction

func (o *Transaction) SetTransaction(v Tx)

SetTransaction gets a reference to the given Tx and assigns it to the Transaction field.

func (*Transaction) SetTransactionHash

func (o *Transaction) SetTransactionHash(v string)

SetTransactionHash gets a reference to the given string and assigns it to the TransactionHash field.

func (*Transaction) SetTransactions

func (o *Transaction) SetTransactions(v []TransactionData)

SetTransactions gets a reference to the given []TransactionData and assigns it to the Transactions field.

func (*Transaction) SetUserOps

func (o *Transaction) SetUserOps(v []TransactionRequest)

SetUserOps gets a reference to the given []TransactionRequest and assigns it to the UserOps field.

func (*Transaction) SetUseropTransaction

func (o *Transaction) SetUseropTransaction(v string)

SetUseropTransaction gets a reference to the given string and assigns it to the UseropTransaction field.

func (Transaction) ToMap

func (o Transaction) ToMap() (map[string]interface{}, error)

func (*Transaction) UnsetData

func (o *Transaction) UnsetData()

UnsetData ensures that no value is present for Data, not even an explicit nil

type TransactionAPIResponse

type TransactionAPIResponse struct {
	Success         bool         `json:"success"`
	Message         string       `json:"message"`
	Body            *InputBody   `json:"body,omitempty"`
	Address         *string      `json:"address,omitempty"`
	TransactionHash interface{}  `json:"transaction_hash,omitempty"`
	SignedTx        interface{}  `json:"signedTx,omitempty"`
	Data            *Transaction `json:"data,omitempty"`
}

TransactionAPIResponse struct for TransactionAPIResponse

func NewTransactionAPIResponse

func NewTransactionAPIResponse(success bool, message string) *TransactionAPIResponse

NewTransactionAPIResponse instantiates a new TransactionAPIResponse 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 NewTransactionAPIResponseWithDefaults

func NewTransactionAPIResponseWithDefaults() *TransactionAPIResponse

NewTransactionAPIResponseWithDefaults instantiates a new TransactionAPIResponse 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 (*TransactionAPIResponse) GetAddress

func (o *TransactionAPIResponse) GetAddress() string

GetAddress returns the Address field value if set, zero value otherwise.

func (*TransactionAPIResponse) GetAddressOk

func (o *TransactionAPIResponse) GetAddressOk() (*string, 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 (*TransactionAPIResponse) GetBody

func (o *TransactionAPIResponse) GetBody() InputBody

GetBody returns the Body field value if set, zero value otherwise.

func (*TransactionAPIResponse) GetBodyOk

func (o *TransactionAPIResponse) GetBodyOk() (*InputBody, 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 (*TransactionAPIResponse) GetData

func (o *TransactionAPIResponse) GetData() Transaction

GetData returns the Data field value if set, zero value otherwise.

func (*TransactionAPIResponse) GetDataOk

func (o *TransactionAPIResponse) GetDataOk() (*Transaction, 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 (*TransactionAPIResponse) GetMessage

func (o *TransactionAPIResponse) GetMessage() string

GetMessage returns the Message field value

func (*TransactionAPIResponse) GetMessageOk

func (o *TransactionAPIResponse) GetMessageOk() (*string, bool)

GetMessageOk returns a tuple with the Message field value and a boolean to check if the value has been set.

func (*TransactionAPIResponse) GetSignedTx

func (o *TransactionAPIResponse) GetSignedTx() interface{}

GetSignedTx returns the SignedTx field value if set, zero value otherwise (both if not set or set to explicit null).

func (*TransactionAPIResponse) GetSignedTxOk

func (o *TransactionAPIResponse) GetSignedTxOk() (*interface{}, bool)

GetSignedTxOk returns a tuple with the SignedTx field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*TransactionAPIResponse) GetSuccess

func (o *TransactionAPIResponse) GetSuccess() bool

GetSuccess returns the Success field value

func (*TransactionAPIResponse) GetSuccessOk

func (o *TransactionAPIResponse) GetSuccessOk() (*bool, bool)

GetSuccessOk returns a tuple with the Success field value and a boolean to check if the value has been set.

func (*TransactionAPIResponse) GetTransactionHash

func (o *TransactionAPIResponse) GetTransactionHash() interface{}

GetTransactionHash returns the TransactionHash field value if set, zero value otherwise (both if not set or set to explicit null).

func (*TransactionAPIResponse) GetTransactionHashOk

func (o *TransactionAPIResponse) GetTransactionHashOk() (*interface{}, bool)

GetTransactionHashOk returns a tuple with the TransactionHash field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*TransactionAPIResponse) HasAddress

func (o *TransactionAPIResponse) HasAddress() bool

HasAddress returns a boolean if a field has been set.

func (*TransactionAPIResponse) HasBody

func (o *TransactionAPIResponse) HasBody() bool

HasBody returns a boolean if a field has been set.

func (*TransactionAPIResponse) HasData

func (o *TransactionAPIResponse) HasData() bool

HasData returns a boolean if a field has been set.

func (*TransactionAPIResponse) HasSignedTx

func (o *TransactionAPIResponse) HasSignedTx() bool

HasSignedTx returns a boolean if a field has been set.

func (*TransactionAPIResponse) HasTransactionHash

func (o *TransactionAPIResponse) HasTransactionHash() bool

HasTransactionHash returns a boolean if a field has been set.

func (TransactionAPIResponse) MarshalJSON

func (o TransactionAPIResponse) MarshalJSON() ([]byte, error)

func (*TransactionAPIResponse) SetAddress

func (o *TransactionAPIResponse) SetAddress(v string)

SetAddress gets a reference to the given string and assigns it to the Address field.

func (*TransactionAPIResponse) SetBody

func (o *TransactionAPIResponse) SetBody(v InputBody)

SetBody gets a reference to the given InputBody and assigns it to the Body field.

func (*TransactionAPIResponse) SetData

func (o *TransactionAPIResponse) SetData(v Transaction)

SetData gets a reference to the given Transaction and assigns it to the Data field.

func (*TransactionAPIResponse) SetMessage

func (o *TransactionAPIResponse) SetMessage(v string)

SetMessage sets field value

func (*TransactionAPIResponse) SetSignedTx

func (o *TransactionAPIResponse) SetSignedTx(v interface{})

SetSignedTx gets a reference to the given interface{} and assigns it to the SignedTx field.

func (*TransactionAPIResponse) SetSuccess

func (o *TransactionAPIResponse) SetSuccess(v bool)

SetSuccess sets field value

func (*TransactionAPIResponse) SetTransactionHash

func (o *TransactionAPIResponse) SetTransactionHash(v interface{})

SetTransactionHash gets a reference to the given interface{} and assigns it to the TransactionHash field.

func (TransactionAPIResponse) ToMap

func (o TransactionAPIResponse) ToMap() (map[string]interface{}, error)

func (*TransactionAPIResponse) UnmarshalJSON

func (o *TransactionAPIResponse) UnmarshalJSON(data []byte) (err error)

type TransactionData

type TransactionData struct {
	MoonScanUrl       *string              `json:"moon_scan_url,omitempty"`
	TransactionHash   string               `json:"transaction_hash"`
	SignedTransaction string               `json:"signed_transaction"`
	SignedMessage     *string              `json:"signed_message,omitempty"`
	RawTransaction    *string              `json:"raw_transaction,omitempty"`
	Signature         *string              `json:"signature,omitempty"`
	Transaction       *Tx                  `json:"transaction,omitempty"`
	UserOps           []TransactionRequest `json:"userOps,omitempty"`
	UseropTransaction *string              `json:"userop_transaction,omitempty"`
}

TransactionData struct for TransactionData

func NewTransactionData

func NewTransactionData(transactionHash string, signedTransaction string) *TransactionData

NewTransactionData instantiates a new TransactionData object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewTransactionDataWithDefaults

func NewTransactionDataWithDefaults() *TransactionData

NewTransactionDataWithDefaults instantiates a new TransactionData object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*TransactionData) GetMoonScanUrl

func (o *TransactionData) GetMoonScanUrl() string

GetMoonScanUrl returns the MoonScanUrl field value if set, zero value otherwise.

func (*TransactionData) GetMoonScanUrlOk

func (o *TransactionData) GetMoonScanUrlOk() (*string, bool)

GetMoonScanUrlOk returns a tuple with the MoonScanUrl field value if set, nil otherwise and a boolean to check if the value has been set.

func (*TransactionData) GetRawTransaction

func (o *TransactionData) GetRawTransaction() string

GetRawTransaction returns the RawTransaction field value if set, zero value otherwise.

func (*TransactionData) GetRawTransactionOk

func (o *TransactionData) GetRawTransactionOk() (*string, bool)

GetRawTransactionOk returns a tuple with the RawTransaction field value if set, nil otherwise and a boolean to check if the value has been set.

func (*TransactionData) GetSignature

func (o *TransactionData) GetSignature() string

GetSignature returns the Signature field value if set, zero value otherwise.

func (*TransactionData) GetSignatureOk

func (o *TransactionData) GetSignatureOk() (*string, bool)

GetSignatureOk returns a tuple with the Signature field value if set, nil otherwise and a boolean to check if the value has been set.

func (*TransactionData) GetSignedMessage

func (o *TransactionData) GetSignedMessage() string

GetSignedMessage returns the SignedMessage field value if set, zero value otherwise.

func (*TransactionData) GetSignedMessageOk

func (o *TransactionData) GetSignedMessageOk() (*string, bool)

GetSignedMessageOk returns a tuple with the SignedMessage field value if set, nil otherwise and a boolean to check if the value has been set.

func (*TransactionData) GetSignedTransaction

func (o *TransactionData) GetSignedTransaction() string

GetSignedTransaction returns the SignedTransaction field value

func (*TransactionData) GetSignedTransactionOk

func (o *TransactionData) GetSignedTransactionOk() (*string, bool)

GetSignedTransactionOk returns a tuple with the SignedTransaction field value and a boolean to check if the value has been set.

func (*TransactionData) GetTransaction

func (o *TransactionData) GetTransaction() Tx

GetTransaction returns the Transaction field value if set, zero value otherwise.

func (*TransactionData) GetTransactionHash

func (o *TransactionData) GetTransactionHash() string

GetTransactionHash returns the TransactionHash field value

func (*TransactionData) GetTransactionHashOk

func (o *TransactionData) GetTransactionHashOk() (*string, bool)

GetTransactionHashOk returns a tuple with the TransactionHash field value and a boolean to check if the value has been set.

func (*TransactionData) GetTransactionOk

func (o *TransactionData) GetTransactionOk() (*Tx, bool)

GetTransactionOk returns a tuple with the Transaction field value if set, nil otherwise and a boolean to check if the value has been set.

func (*TransactionData) GetUserOps

func (o *TransactionData) GetUserOps() []TransactionRequest

GetUserOps returns the UserOps field value if set, zero value otherwise.

func (*TransactionData) GetUserOpsOk

func (o *TransactionData) GetUserOpsOk() ([]TransactionRequest, bool)

GetUserOpsOk returns a tuple with the UserOps field value if set, nil otherwise and a boolean to check if the value has been set.

func (*TransactionData) GetUseropTransaction

func (o *TransactionData) GetUseropTransaction() string

GetUseropTransaction returns the UseropTransaction field value if set, zero value otherwise.

func (*TransactionData) GetUseropTransactionOk

func (o *TransactionData) GetUseropTransactionOk() (*string, bool)

GetUseropTransactionOk returns a tuple with the UseropTransaction field value if set, nil otherwise and a boolean to check if the value has been set.

func (*TransactionData) HasMoonScanUrl

func (o *TransactionData) HasMoonScanUrl() bool

HasMoonScanUrl returns a boolean if a field has been set.

func (*TransactionData) HasRawTransaction

func (o *TransactionData) HasRawTransaction() bool

HasRawTransaction returns a boolean if a field has been set.

func (*TransactionData) HasSignature

func (o *TransactionData) HasSignature() bool

HasSignature returns a boolean if a field has been set.

func (*TransactionData) HasSignedMessage

func (o *TransactionData) HasSignedMessage() bool

HasSignedMessage returns a boolean if a field has been set.

func (*TransactionData) HasTransaction

func (o *TransactionData) HasTransaction() bool

HasTransaction returns a boolean if a field has been set.

func (*TransactionData) HasUserOps

func (o *TransactionData) HasUserOps() bool

HasUserOps returns a boolean if a field has been set.

func (*TransactionData) HasUseropTransaction

func (o *TransactionData) HasUseropTransaction() bool

HasUseropTransaction returns a boolean if a field has been set.

func (TransactionData) MarshalJSON

func (o TransactionData) MarshalJSON() ([]byte, error)

func (*TransactionData) SetMoonScanUrl

func (o *TransactionData) SetMoonScanUrl(v string)

SetMoonScanUrl gets a reference to the given string and assigns it to the MoonScanUrl field.

func (*TransactionData) SetRawTransaction

func (o *TransactionData) SetRawTransaction(v string)

SetRawTransaction gets a reference to the given string and assigns it to the RawTransaction field.

func (*TransactionData) SetSignature

func (o *TransactionData) SetSignature(v string)

SetSignature gets a reference to the given string and assigns it to the Signature field.

func (*TransactionData) SetSignedMessage

func (o *TransactionData) SetSignedMessage(v string)

SetSignedMessage gets a reference to the given string and assigns it to the SignedMessage field.

func (*TransactionData) SetSignedTransaction

func (o *TransactionData) SetSignedTransaction(v string)

SetSignedTransaction sets field value

func (*TransactionData) SetTransaction

func (o *TransactionData) SetTransaction(v Tx)

SetTransaction gets a reference to the given Tx and assigns it to the Transaction field.

func (*TransactionData) SetTransactionHash

func (o *TransactionData) SetTransactionHash(v string)

SetTransactionHash sets field value

func (*TransactionData) SetUserOps

func (o *TransactionData) SetUserOps(v []TransactionRequest)

SetUserOps gets a reference to the given []TransactionRequest and assigns it to the UserOps field.

func (*TransactionData) SetUseropTransaction

func (o *TransactionData) SetUseropTransaction(v string)

SetUseropTransaction gets a reference to the given string and assigns it to the UseropTransaction field.

func (TransactionData) ToMap

func (o TransactionData) ToMap() (map[string]interface{}, error)

func (*TransactionData) UnmarshalJSON

func (o *TransactionData) UnmarshalJSON(data []byte) (err error)

type TransactionInput

type TransactionInput struct {
	SupportedParams TransactionInputSupportedParams `json:"supportedParams"`
	Wallet          TransactionInputWallet          `json:"wallet"`
	MetaData        TransactionInputMetaData        `json:"metaData"`
	OriginatingHost string                          `json:"originatingHost"`
	PartnerContext  string                          `json:"partnerContext"`
	Uuid            string                          `json:"uuid"`
	Network         string                          `json:"network"`
	PaymentMethod   string                          `json:"paymentMethod"`
	Type            string                          `json:"type"`
	Amount          float64                         `json:"amount"`
	Destination     string                          `json:"destination"`
	Source          string                          `json:"source"`
	Onramp          string                          `json:"onramp"`
}

TransactionInput struct for TransactionInput

func NewTransactionInput

func NewTransactionInput(supportedParams TransactionInputSupportedParams, wallet TransactionInputWallet, metaData TransactionInputMetaData, originatingHost string, partnerContext string, uuid string, network string, paymentMethod string, type_ string, amount float64, destination string, source string, onramp string) *TransactionInput

NewTransactionInput instantiates a new TransactionInput 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 NewTransactionInputWithDefaults

func NewTransactionInputWithDefaults() *TransactionInput

NewTransactionInputWithDefaults instantiates a new TransactionInput 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 (*TransactionInput) GetAmount

func (o *TransactionInput) GetAmount() float64

GetAmount returns the Amount field value

func (*TransactionInput) GetAmountOk

func (o *TransactionInput) GetAmountOk() (*float64, bool)

GetAmountOk returns a tuple with the Amount field value and a boolean to check if the value has been set.

func (*TransactionInput) GetDestination

func (o *TransactionInput) GetDestination() string

GetDestination returns the Destination field value

func (*TransactionInput) GetDestinationOk

func (o *TransactionInput) GetDestinationOk() (*string, bool)

GetDestinationOk returns a tuple with the Destination field value and a boolean to check if the value has been set.

func (*TransactionInput) GetMetaData

func (o *TransactionInput) GetMetaData() TransactionInputMetaData

GetMetaData returns the MetaData field value

func (*TransactionInput) GetMetaDataOk

func (o *TransactionInput) GetMetaDataOk() (*TransactionInputMetaData, bool)

GetMetaDataOk returns a tuple with the MetaData field value and a boolean to check if the value has been set.

func (*TransactionInput) GetNetwork

func (o *TransactionInput) GetNetwork() string

GetNetwork returns the Network field value

func (*TransactionInput) GetNetworkOk

func (o *TransactionInput) GetNetworkOk() (*string, bool)

GetNetworkOk returns a tuple with the Network field value and a boolean to check if the value has been set.

func (*TransactionInput) GetOnramp

func (o *TransactionInput) GetOnramp() string

GetOnramp returns the Onramp field value

func (*TransactionInput) GetOnrampOk

func (o *TransactionInput) GetOnrampOk() (*string, bool)

GetOnrampOk returns a tuple with the Onramp field value and a boolean to check if the value has been set.

func (*TransactionInput) GetOriginatingHost

func (o *TransactionInput) GetOriginatingHost() string

GetOriginatingHost returns the OriginatingHost field value

func (*TransactionInput) GetOriginatingHostOk

func (o *TransactionInput) GetOriginatingHostOk() (*string, bool)

GetOriginatingHostOk returns a tuple with the OriginatingHost field value and a boolean to check if the value has been set.

func (*TransactionInput) GetPartnerContext

func (o *TransactionInput) GetPartnerContext() string

GetPartnerContext returns the PartnerContext field value

func (*TransactionInput) GetPartnerContextOk

func (o *TransactionInput) GetPartnerContextOk() (*string, bool)

GetPartnerContextOk returns a tuple with the PartnerContext field value and a boolean to check if the value has been set.

func (*TransactionInput) GetPaymentMethod

func (o *TransactionInput) GetPaymentMethod() string

GetPaymentMethod returns the PaymentMethod field value

func (*TransactionInput) GetPaymentMethodOk

func (o *TransactionInput) GetPaymentMethodOk() (*string, bool)

GetPaymentMethodOk returns a tuple with the PaymentMethod field value and a boolean to check if the value has been set.

func (*TransactionInput) GetSource

func (o *TransactionInput) GetSource() string

GetSource returns the Source field value

func (*TransactionInput) GetSourceOk

func (o *TransactionInput) GetSourceOk() (*string, bool)

GetSourceOk returns a tuple with the Source field value and a boolean to check if the value has been set.

func (*TransactionInput) GetSupportedParams

func (o *TransactionInput) GetSupportedParams() TransactionInputSupportedParams

GetSupportedParams returns the SupportedParams field value

func (*TransactionInput) GetSupportedParamsOk

func (o *TransactionInput) GetSupportedParamsOk() (*TransactionInputSupportedParams, bool)

GetSupportedParamsOk returns a tuple with the SupportedParams field value and a boolean to check if the value has been set.

func (*TransactionInput) GetType

func (o *TransactionInput) GetType() string

GetType returns the Type field value

func (*TransactionInput) GetTypeOk

func (o *TransactionInput) GetTypeOk() (*string, bool)

GetTypeOk returns a tuple with the Type field value and a boolean to check if the value has been set.

func (*TransactionInput) GetUuid

func (o *TransactionInput) GetUuid() string

GetUuid returns the Uuid field value

func (*TransactionInput) GetUuidOk

func (o *TransactionInput) GetUuidOk() (*string, bool)

GetUuidOk returns a tuple with the Uuid field value and a boolean to check if the value has been set.

func (*TransactionInput) GetWallet

GetWallet returns the Wallet field value

func (*TransactionInput) GetWalletOk

func (o *TransactionInput) GetWalletOk() (*TransactionInputWallet, bool)

GetWalletOk returns a tuple with the Wallet field value and a boolean to check if the value has been set.

func (TransactionInput) MarshalJSON

func (o TransactionInput) MarshalJSON() ([]byte, error)

func (*TransactionInput) SetAmount

func (o *TransactionInput) SetAmount(v float64)

SetAmount sets field value

func (*TransactionInput) SetDestination

func (o *TransactionInput) SetDestination(v string)

SetDestination sets field value

func (*TransactionInput) SetMetaData

func (o *TransactionInput) SetMetaData(v TransactionInputMetaData)

SetMetaData sets field value

func (*TransactionInput) SetNetwork

func (o *TransactionInput) SetNetwork(v string)

SetNetwork sets field value

func (*TransactionInput) SetOnramp

func (o *TransactionInput) SetOnramp(v string)

SetOnramp sets field value

func (*TransactionInput) SetOriginatingHost

func (o *TransactionInput) SetOriginatingHost(v string)

SetOriginatingHost sets field value

func (*TransactionInput) SetPartnerContext

func (o *TransactionInput) SetPartnerContext(v string)

SetPartnerContext sets field value

func (*TransactionInput) SetPaymentMethod

func (o *TransactionInput) SetPaymentMethod(v string)

SetPaymentMethod sets field value

func (*TransactionInput) SetSource

func (o *TransactionInput) SetSource(v string)

SetSource sets field value

func (*TransactionInput) SetSupportedParams

func (o *TransactionInput) SetSupportedParams(v TransactionInputSupportedParams)

SetSupportedParams sets field value

func (*TransactionInput) SetType

func (o *TransactionInput) SetType(v string)

SetType sets field value

func (*TransactionInput) SetUuid

func (o *TransactionInput) SetUuid(v string)

SetUuid sets field value

func (*TransactionInput) SetWallet

func (o *TransactionInput) SetWallet(v TransactionInputWallet)

SetWallet sets field value

func (TransactionInput) ToMap

func (o TransactionInput) ToMap() (map[string]interface{}, error)

func (*TransactionInput) UnmarshalJSON

func (o *TransactionInput) UnmarshalJSON(data []byte) (err error)

type TransactionInputMetaData

type TransactionInputMetaData struct {
	QuoteId string `json:"quoteId"`
}

TransactionInputMetaData struct for TransactionInputMetaData

func NewTransactionInputMetaData

func NewTransactionInputMetaData(quoteId string) *TransactionInputMetaData

NewTransactionInputMetaData instantiates a new TransactionInputMetaData 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 NewTransactionInputMetaDataWithDefaults

func NewTransactionInputMetaDataWithDefaults() *TransactionInputMetaData

NewTransactionInputMetaDataWithDefaults instantiates a new TransactionInputMetaData 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 (*TransactionInputMetaData) GetQuoteId

func (o *TransactionInputMetaData) GetQuoteId() string

GetQuoteId returns the QuoteId field value

func (*TransactionInputMetaData) GetQuoteIdOk

func (o *TransactionInputMetaData) GetQuoteIdOk() (*string, bool)

GetQuoteIdOk returns a tuple with the QuoteId field value and a boolean to check if the value has been set.

func (TransactionInputMetaData) MarshalJSON

func (o TransactionInputMetaData) MarshalJSON() ([]byte, error)

func (*TransactionInputMetaData) SetQuoteId

func (o *TransactionInputMetaData) SetQuoteId(v string)

SetQuoteId sets field value

func (TransactionInputMetaData) ToMap

func (o TransactionInputMetaData) ToMap() (map[string]interface{}, error)

func (*TransactionInputMetaData) UnmarshalJSON

func (o *TransactionInputMetaData) UnmarshalJSON(data []byte) (err error)

type TransactionInputSupportedParams

type TransactionInputSupportedParams struct {
	PartnerData TransactionInputSupportedParamsPartnerData `json:"partnerData"`
	Theme       TransactionInputSupportedParamsTheme       `json:"theme"`
}

TransactionInputSupportedParams struct for TransactionInputSupportedParams

func NewTransactionInputSupportedParams

NewTransactionInputSupportedParams instantiates a new TransactionInputSupportedParams 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 NewTransactionInputSupportedParamsWithDefaults

func NewTransactionInputSupportedParamsWithDefaults() *TransactionInputSupportedParams

NewTransactionInputSupportedParamsWithDefaults instantiates a new TransactionInputSupportedParams 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 (*TransactionInputSupportedParams) GetPartnerData

GetPartnerData returns the PartnerData field value

func (*TransactionInputSupportedParams) GetPartnerDataOk

GetPartnerDataOk returns a tuple with the PartnerData field value and a boolean to check if the value has been set.

func (*TransactionInputSupportedParams) GetTheme

GetTheme returns the Theme field value

func (*TransactionInputSupportedParams) GetThemeOk

GetThemeOk returns a tuple with the Theme field value and a boolean to check if the value has been set.

func (TransactionInputSupportedParams) MarshalJSON

func (o TransactionInputSupportedParams) MarshalJSON() ([]byte, error)

func (*TransactionInputSupportedParams) SetPartnerData

SetPartnerData sets field value

func (*TransactionInputSupportedParams) SetTheme

SetTheme sets field value

func (TransactionInputSupportedParams) ToMap

func (o TransactionInputSupportedParams) ToMap() (map[string]interface{}, error)

func (*TransactionInputSupportedParams) UnmarshalJSON

func (o *TransactionInputSupportedParams) UnmarshalJSON(data []byte) (err error)

type TransactionInputSupportedParamsPartnerData

type TransactionInputSupportedParamsPartnerData struct {
	RedirectUrl TransactionInputSupportedParamsPartnerDataRedirectUrl `json:"redirectUrl"`
}

TransactionInputSupportedParamsPartnerData struct for TransactionInputSupportedParamsPartnerData

func NewTransactionInputSupportedParamsPartnerData

func NewTransactionInputSupportedParamsPartnerData(redirectUrl TransactionInputSupportedParamsPartnerDataRedirectUrl) *TransactionInputSupportedParamsPartnerData

NewTransactionInputSupportedParamsPartnerData instantiates a new TransactionInputSupportedParamsPartnerData 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 NewTransactionInputSupportedParamsPartnerDataWithDefaults

func NewTransactionInputSupportedParamsPartnerDataWithDefaults() *TransactionInputSupportedParamsPartnerData

NewTransactionInputSupportedParamsPartnerDataWithDefaults instantiates a new TransactionInputSupportedParamsPartnerData 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 (*TransactionInputSupportedParamsPartnerData) GetRedirectUrl

GetRedirectUrl returns the RedirectUrl field value

func (*TransactionInputSupportedParamsPartnerData) GetRedirectUrlOk

GetRedirectUrlOk returns a tuple with the RedirectUrl field value and a boolean to check if the value has been set.

func (TransactionInputSupportedParamsPartnerData) MarshalJSON

func (*TransactionInputSupportedParamsPartnerData) SetRedirectUrl

SetRedirectUrl sets field value

func (TransactionInputSupportedParamsPartnerData) ToMap

func (o TransactionInputSupportedParamsPartnerData) ToMap() (map[string]interface{}, error)

func (*TransactionInputSupportedParamsPartnerData) UnmarshalJSON

func (o *TransactionInputSupportedParamsPartnerData) UnmarshalJSON(data []byte) (err error)

type TransactionInputSupportedParamsPartnerDataRedirectUrl

type TransactionInputSupportedParamsPartnerDataRedirectUrl struct {
	Success string `json:"success"`
}

TransactionInputSupportedParamsPartnerDataRedirectUrl struct for TransactionInputSupportedParamsPartnerDataRedirectUrl

func NewTransactionInputSupportedParamsPartnerDataRedirectUrl

func NewTransactionInputSupportedParamsPartnerDataRedirectUrl(success string) *TransactionInputSupportedParamsPartnerDataRedirectUrl

NewTransactionInputSupportedParamsPartnerDataRedirectUrl instantiates a new TransactionInputSupportedParamsPartnerDataRedirectUrl 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 NewTransactionInputSupportedParamsPartnerDataRedirectUrlWithDefaults

func NewTransactionInputSupportedParamsPartnerDataRedirectUrlWithDefaults() *TransactionInputSupportedParamsPartnerDataRedirectUrl

NewTransactionInputSupportedParamsPartnerDataRedirectUrlWithDefaults instantiates a new TransactionInputSupportedParamsPartnerDataRedirectUrl 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 (*TransactionInputSupportedParamsPartnerDataRedirectUrl) GetSuccess

GetSuccess returns the Success field value

func (*TransactionInputSupportedParamsPartnerDataRedirectUrl) GetSuccessOk

GetSuccessOk returns a tuple with the Success field value and a boolean to check if the value has been set.

func (TransactionInputSupportedParamsPartnerDataRedirectUrl) MarshalJSON

func (*TransactionInputSupportedParamsPartnerDataRedirectUrl) SetSuccess

SetSuccess sets field value

func (TransactionInputSupportedParamsPartnerDataRedirectUrl) ToMap

func (*TransactionInputSupportedParamsPartnerDataRedirectUrl) UnmarshalJSON

func (o *TransactionInputSupportedParamsPartnerDataRedirectUrl) UnmarshalJSON(data []byte) (err error)

type TransactionInputSupportedParamsTheme

type TransactionInputSupportedParamsTheme struct {
	BorderRadius       NullableFloat64 `json:"borderRadius"`
	CardColor          string          `json:"cardColor"`
	SecondaryTextColor string          `json:"secondaryTextColor"`
	PrimaryTextColor   string          `json:"primaryTextColor"`
	SecondaryColor     string          `json:"secondaryColor"`
	PrimaryColor       string          `json:"primaryColor"`
	ThemeName          string          `json:"themeName"`
	IsDark             bool            `json:"isDark"`
}

TransactionInputSupportedParamsTheme struct for TransactionInputSupportedParamsTheme

func NewTransactionInputSupportedParamsTheme

func NewTransactionInputSupportedParamsTheme(borderRadius NullableFloat64, cardColor string, secondaryTextColor string, primaryTextColor string, secondaryColor string, primaryColor string, themeName string, isDark bool) *TransactionInputSupportedParamsTheme

NewTransactionInputSupportedParamsTheme instantiates a new TransactionInputSupportedParamsTheme 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 NewTransactionInputSupportedParamsThemeWithDefaults

func NewTransactionInputSupportedParamsThemeWithDefaults() *TransactionInputSupportedParamsTheme

NewTransactionInputSupportedParamsThemeWithDefaults instantiates a new TransactionInputSupportedParamsTheme 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 (*TransactionInputSupportedParamsTheme) GetBorderRadius

func (o *TransactionInputSupportedParamsTheme) GetBorderRadius() float64

GetBorderRadius returns the BorderRadius field value If the value is explicit nil, the zero value for float64 will be returned

func (*TransactionInputSupportedParamsTheme) GetBorderRadiusOk

func (o *TransactionInputSupportedParamsTheme) GetBorderRadiusOk() (*float64, bool)

GetBorderRadiusOk returns a tuple with the BorderRadius field value and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*TransactionInputSupportedParamsTheme) GetCardColor

func (o *TransactionInputSupportedParamsTheme) GetCardColor() string

GetCardColor returns the CardColor field value

func (*TransactionInputSupportedParamsTheme) GetCardColorOk

func (o *TransactionInputSupportedParamsTheme) GetCardColorOk() (*string, bool)

GetCardColorOk returns a tuple with the CardColor field value and a boolean to check if the value has been set.

func (*TransactionInputSupportedParamsTheme) GetIsDark

GetIsDark returns the IsDark field value

func (*TransactionInputSupportedParamsTheme) GetIsDarkOk

func (o *TransactionInputSupportedParamsTheme) GetIsDarkOk() (*bool, bool)

GetIsDarkOk returns a tuple with the IsDark field value and a boolean to check if the value has been set.

func (*TransactionInputSupportedParamsTheme) GetPrimaryColor

func (o *TransactionInputSupportedParamsTheme) GetPrimaryColor() string

GetPrimaryColor returns the PrimaryColor field value

func (*TransactionInputSupportedParamsTheme) GetPrimaryColorOk

func (o *TransactionInputSupportedParamsTheme) GetPrimaryColorOk() (*string, bool)

GetPrimaryColorOk returns a tuple with the PrimaryColor field value and a boolean to check if the value has been set.

func (*TransactionInputSupportedParamsTheme) GetPrimaryTextColor

func (o *TransactionInputSupportedParamsTheme) GetPrimaryTextColor() string

GetPrimaryTextColor returns the PrimaryTextColor field value

func (*TransactionInputSupportedParamsTheme) GetPrimaryTextColorOk

func (o *TransactionInputSupportedParamsTheme) GetPrimaryTextColorOk() (*string, bool)

GetPrimaryTextColorOk returns a tuple with the PrimaryTextColor field value and a boolean to check if the value has been set.

func (*TransactionInputSupportedParamsTheme) GetSecondaryColor

func (o *TransactionInputSupportedParamsTheme) GetSecondaryColor() string

GetSecondaryColor returns the SecondaryColor field value

func (*TransactionInputSupportedParamsTheme) GetSecondaryColorOk

func (o *TransactionInputSupportedParamsTheme) GetSecondaryColorOk() (*string, bool)

GetSecondaryColorOk returns a tuple with the SecondaryColor field value and a boolean to check if the value has been set.

func (*TransactionInputSupportedParamsTheme) GetSecondaryTextColor

func (o *TransactionInputSupportedParamsTheme) GetSecondaryTextColor() string

GetSecondaryTextColor returns the SecondaryTextColor field value

func (*TransactionInputSupportedParamsTheme) GetSecondaryTextColorOk

func (o *TransactionInputSupportedParamsTheme) GetSecondaryTextColorOk() (*string, bool)

GetSecondaryTextColorOk returns a tuple with the SecondaryTextColor field value and a boolean to check if the value has been set.

func (*TransactionInputSupportedParamsTheme) GetThemeName

func (o *TransactionInputSupportedParamsTheme) GetThemeName() string

GetThemeName returns the ThemeName field value

func (*TransactionInputSupportedParamsTheme) GetThemeNameOk

func (o *TransactionInputSupportedParamsTheme) GetThemeNameOk() (*string, bool)

GetThemeNameOk returns a tuple with the ThemeName field value and a boolean to check if the value has been set.

func (TransactionInputSupportedParamsTheme) MarshalJSON

func (o TransactionInputSupportedParamsTheme) MarshalJSON() ([]byte, error)

func (*TransactionInputSupportedParamsTheme) SetBorderRadius

func (o *TransactionInputSupportedParamsTheme) SetBorderRadius(v float64)

SetBorderRadius sets field value

func (*TransactionInputSupportedParamsTheme) SetCardColor

func (o *TransactionInputSupportedParamsTheme) SetCardColor(v string)

SetCardColor sets field value

func (*TransactionInputSupportedParamsTheme) SetIsDark

SetIsDark sets field value

func (*TransactionInputSupportedParamsTheme) SetPrimaryColor

func (o *TransactionInputSupportedParamsTheme) SetPrimaryColor(v string)

SetPrimaryColor sets field value

func (*TransactionInputSupportedParamsTheme) SetPrimaryTextColor

func (o *TransactionInputSupportedParamsTheme) SetPrimaryTextColor(v string)

SetPrimaryTextColor sets field value

func (*TransactionInputSupportedParamsTheme) SetSecondaryColor

func (o *TransactionInputSupportedParamsTheme) SetSecondaryColor(v string)

SetSecondaryColor sets field value

func (*TransactionInputSupportedParamsTheme) SetSecondaryTextColor

func (o *TransactionInputSupportedParamsTheme) SetSecondaryTextColor(v string)

SetSecondaryTextColor sets field value

func (*TransactionInputSupportedParamsTheme) SetThemeName

func (o *TransactionInputSupportedParamsTheme) SetThemeName(v string)

SetThemeName sets field value

func (TransactionInputSupportedParamsTheme) ToMap

func (o TransactionInputSupportedParamsTheme) ToMap() (map[string]interface{}, error)

func (*TransactionInputSupportedParamsTheme) UnmarshalJSON

func (o *TransactionInputSupportedParamsTheme) UnmarshalJSON(data []byte) (err error)

type TransactionInputWallet

type TransactionInputWallet struct {
	Address string `json:"address"`
}

TransactionInputWallet struct for TransactionInputWallet

func NewTransactionInputWallet

func NewTransactionInputWallet(address string) *TransactionInputWallet

NewTransactionInputWallet instantiates a new TransactionInputWallet 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 NewTransactionInputWalletWithDefaults

func NewTransactionInputWalletWithDefaults() *TransactionInputWallet

NewTransactionInputWalletWithDefaults instantiates a new TransactionInputWallet 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 (*TransactionInputWallet) GetAddress

func (o *TransactionInputWallet) GetAddress() string

GetAddress returns the Address field value

func (*TransactionInputWallet) GetAddressOk

func (o *TransactionInputWallet) GetAddressOk() (*string, bool)

GetAddressOk returns a tuple with the Address field value and a boolean to check if the value has been set.

func (TransactionInputWallet) MarshalJSON

func (o TransactionInputWallet) MarshalJSON() ([]byte, error)

func (*TransactionInputWallet) SetAddress

func (o *TransactionInputWallet) SetAddress(v string)

SetAddress sets field value

func (TransactionInputWallet) ToMap

func (o TransactionInputWallet) ToMap() (map[string]interface{}, error)

func (*TransactionInputWallet) UnmarshalJSON

func (o *TransactionInputWallet) UnmarshalJSON(data []byte) (err error)

type TransactionRequest

type TransactionRequest struct {
	Nonce                *string `json:"nonce,omitempty"`
	Data                 *string `json:"data,omitempty"`
	Value                *string `json:"value,omitempty"`
	To                   *string `json:"to,omitempty"`
	From                 *string `json:"from,omitempty"`
	MaxFeePerGas         *string `json:"maxFeePerGas,omitempty"`
	MaxPriorityFeePerGas *string `json:"maxPriorityFeePerGas,omitempty"`
}

TransactionRequest struct for TransactionRequest

func NewTransactionRequest

func NewTransactionRequest() *TransactionRequest

NewTransactionRequest instantiates a new TransactionRequest 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 NewTransactionRequestWithDefaults

func NewTransactionRequestWithDefaults() *TransactionRequest

NewTransactionRequestWithDefaults instantiates a new TransactionRequest 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 (*TransactionRequest) GetData

func (o *TransactionRequest) GetData() string

GetData returns the Data field value if set, zero value otherwise.

func (*TransactionRequest) GetDataOk

func (o *TransactionRequest) 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 (*TransactionRequest) GetFrom

func (o *TransactionRequest) GetFrom() string

GetFrom returns the From field value if set, zero value otherwise.

func (*TransactionRequest) GetFromOk

func (o *TransactionRequest) GetFromOk() (*string, bool)

GetFromOk returns a tuple with the From field value if set, nil otherwise and a boolean to check if the value has been set.

func (*TransactionRequest) GetMaxFeePerGas

func (o *TransactionRequest) GetMaxFeePerGas() string

GetMaxFeePerGas returns the MaxFeePerGas field value if set, zero value otherwise.

func (*TransactionRequest) GetMaxFeePerGasOk

func (o *TransactionRequest) GetMaxFeePerGasOk() (*string, bool)

GetMaxFeePerGasOk returns a tuple with the MaxFeePerGas field value if set, nil otherwise and a boolean to check if the value has been set.

func (*TransactionRequest) GetMaxPriorityFeePerGas

func (o *TransactionRequest) GetMaxPriorityFeePerGas() string

GetMaxPriorityFeePerGas returns the MaxPriorityFeePerGas field value if set, zero value otherwise.

func (*TransactionRequest) GetMaxPriorityFeePerGasOk

func (o *TransactionRequest) GetMaxPriorityFeePerGasOk() (*string, bool)

GetMaxPriorityFeePerGasOk returns a tuple with the MaxPriorityFeePerGas field value if set, nil otherwise and a boolean to check if the value has been set.

func (*TransactionRequest) GetNonce

func (o *TransactionRequest) GetNonce() string

GetNonce returns the Nonce field value if set, zero value otherwise.

func (*TransactionRequest) GetNonceOk

func (o *TransactionRequest) GetNonceOk() (*string, 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 (*TransactionRequest) GetTo

func (o *TransactionRequest) GetTo() string

GetTo returns the To field value if set, zero value otherwise.

func (*TransactionRequest) GetToOk

func (o *TransactionRequest) GetToOk() (*string, bool)

GetToOk returns a tuple with the To field value if set, nil otherwise and a boolean to check if the value has been set.

func (*TransactionRequest) GetValue

func (o *TransactionRequest) GetValue() string

GetValue returns the Value field value if set, zero value otherwise.

func (*TransactionRequest) GetValueOk

func (o *TransactionRequest) 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 (*TransactionRequest) HasData

func (o *TransactionRequest) HasData() bool

HasData returns a boolean if a field has been set.

func (*TransactionRequest) HasFrom

func (o *TransactionRequest) HasFrom() bool

HasFrom returns a boolean if a field has been set.

func (*TransactionRequest) HasMaxFeePerGas

func (o *TransactionRequest) HasMaxFeePerGas() bool

HasMaxFeePerGas returns a boolean if a field has been set.

func (*TransactionRequest) HasMaxPriorityFeePerGas

func (o *TransactionRequest) HasMaxPriorityFeePerGas() bool

HasMaxPriorityFeePerGas returns a boolean if a field has been set.

func (*TransactionRequest) HasNonce

func (o *TransactionRequest) HasNonce() bool

HasNonce returns a boolean if a field has been set.

func (*TransactionRequest) HasTo

func (o *TransactionRequest) HasTo() bool

HasTo returns a boolean if a field has been set.

func (*TransactionRequest) HasValue

func (o *TransactionRequest) HasValue() bool

HasValue returns a boolean if a field has been set.

func (TransactionRequest) MarshalJSON

func (o TransactionRequest) MarshalJSON() ([]byte, error)

func (*TransactionRequest) SetData

func (o *TransactionRequest) SetData(v string)

SetData gets a reference to the given string and assigns it to the Data field.

func (*TransactionRequest) SetFrom

func (o *TransactionRequest) SetFrom(v string)

SetFrom gets a reference to the given string and assigns it to the From field.

func (*TransactionRequest) SetMaxFeePerGas

func (o *TransactionRequest) SetMaxFeePerGas(v string)

SetMaxFeePerGas gets a reference to the given string and assigns it to the MaxFeePerGas field.

func (*TransactionRequest) SetMaxPriorityFeePerGas

func (o *TransactionRequest) SetMaxPriorityFeePerGas(v string)

SetMaxPriorityFeePerGas gets a reference to the given string and assigns it to the MaxPriorityFeePerGas field.

func (*TransactionRequest) SetNonce

func (o *TransactionRequest) SetNonce(v string)

SetNonce gets a reference to the given string and assigns it to the Nonce field.

func (*TransactionRequest) SetTo

func (o *TransactionRequest) SetTo(v string)

SetTo gets a reference to the given string and assigns it to the To field.

func (*TransactionRequest) SetValue

func (o *TransactionRequest) SetValue(v string)

SetValue gets a reference to the given string and assigns it to the Value field.

func (TransactionRequest) ToMap

func (o TransactionRequest) ToMap() (map[string]interface{}, error)

type TransactionResponse

type TransactionResponse struct {
	Message            string                  `json:"message"`
	Tx                 TransactionResponseTx   `json:"tx"`
	Info               TransactionResponseInfo `json:"info"`
	ChainId            float64                 `json:"chainId"`
	CurrentBlockNumber float64                 `json:"currentBlockNumber"`
}

TransactionResponse struct for TransactionResponse

func NewTransactionResponse

func NewTransactionResponse(message string, tx TransactionResponseTx, info TransactionResponseInfo, chainId float64, currentBlockNumber float64) *TransactionResponse

NewTransactionResponse instantiates a new TransactionResponse 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 NewTransactionResponseWithDefaults

func NewTransactionResponseWithDefaults() *TransactionResponse

NewTransactionResponseWithDefaults instantiates a new TransactionResponse 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 (*TransactionResponse) GetChainId

func (o *TransactionResponse) GetChainId() float64

GetChainId returns the ChainId field value

func (*TransactionResponse) GetChainIdOk

func (o *TransactionResponse) GetChainIdOk() (*float64, bool)

GetChainIdOk returns a tuple with the ChainId field value and a boolean to check if the value has been set.

func (*TransactionResponse) GetCurrentBlockNumber

func (o *TransactionResponse) GetCurrentBlockNumber() float64

GetCurrentBlockNumber returns the CurrentBlockNumber field value

func (*TransactionResponse) GetCurrentBlockNumberOk

func (o *TransactionResponse) GetCurrentBlockNumberOk() (*float64, bool)

GetCurrentBlockNumberOk returns a tuple with the CurrentBlockNumber field value and a boolean to check if the value has been set.

func (*TransactionResponse) GetInfo

GetInfo returns the Info field value

func (*TransactionResponse) GetInfoOk

GetInfoOk returns a tuple with the Info field value and a boolean to check if the value has been set.

func (*TransactionResponse) GetMessage

func (o *TransactionResponse) GetMessage() string

GetMessage returns the Message field value

func (*TransactionResponse) GetMessageOk

func (o *TransactionResponse) GetMessageOk() (*string, bool)

GetMessageOk returns a tuple with the Message field value and a boolean to check if the value has been set.

func (*TransactionResponse) GetTx

GetTx returns the Tx field value

func (*TransactionResponse) GetTxOk

GetTxOk returns a tuple with the Tx field value and a boolean to check if the value has been set.

func (TransactionResponse) MarshalJSON

func (o TransactionResponse) MarshalJSON() ([]byte, error)

func (*TransactionResponse) SetChainId

func (o *TransactionResponse) SetChainId(v float64)

SetChainId sets field value

func (*TransactionResponse) SetCurrentBlockNumber

func (o *TransactionResponse) SetCurrentBlockNumber(v float64)

SetCurrentBlockNumber sets field value

func (*TransactionResponse) SetInfo

SetInfo sets field value

func (*TransactionResponse) SetMessage

func (o *TransactionResponse) SetMessage(v string)

SetMessage sets field value

func (*TransactionResponse) SetTx

SetTx sets field value

func (TransactionResponse) ToMap

func (o TransactionResponse) ToMap() (map[string]interface{}, error)

func (*TransactionResponse) UnmarshalJSON

func (o *TransactionResponse) UnmarshalJSON(data []byte) (err error)

type TransactionResponseInfo

type TransactionResponseInfo struct {
	ConveyorGas         string `json:"conveyorGas"`
	AffiliateGas        string `json:"affiliateGas"`
	AffiliateAggregator string `json:"affiliateAggregator"`
	AmountOut           string `json:"amountOut"`
	AmountOutMin        string `json:"amountOutMin"`
}

TransactionResponseInfo struct for TransactionResponseInfo

func NewTransactionResponseInfo

func NewTransactionResponseInfo(conveyorGas string, affiliateGas string, affiliateAggregator string, amountOut string, amountOutMin string) *TransactionResponseInfo

NewTransactionResponseInfo instantiates a new TransactionResponseInfo 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 NewTransactionResponseInfoWithDefaults

func NewTransactionResponseInfoWithDefaults() *TransactionResponseInfo

NewTransactionResponseInfoWithDefaults instantiates a new TransactionResponseInfo 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 (*TransactionResponseInfo) GetAffiliateAggregator

func (o *TransactionResponseInfo) GetAffiliateAggregator() string

GetAffiliateAggregator returns the AffiliateAggregator field value

func (*TransactionResponseInfo) GetAffiliateAggregatorOk

func (o *TransactionResponseInfo) GetAffiliateAggregatorOk() (*string, bool)

GetAffiliateAggregatorOk returns a tuple with the AffiliateAggregator field value and a boolean to check if the value has been set.

func (*TransactionResponseInfo) GetAffiliateGas

func (o *TransactionResponseInfo) GetAffiliateGas() string

GetAffiliateGas returns the AffiliateGas field value

func (*TransactionResponseInfo) GetAffiliateGasOk

func (o *TransactionResponseInfo) GetAffiliateGasOk() (*string, bool)

GetAffiliateGasOk returns a tuple with the AffiliateGas field value and a boolean to check if the value has been set.

func (*TransactionResponseInfo) GetAmountOut

func (o *TransactionResponseInfo) GetAmountOut() string

GetAmountOut returns the AmountOut field value

func (*TransactionResponseInfo) GetAmountOutMin

func (o *TransactionResponseInfo) GetAmountOutMin() string

GetAmountOutMin returns the AmountOutMin field value

func (*TransactionResponseInfo) GetAmountOutMinOk

func (o *TransactionResponseInfo) GetAmountOutMinOk() (*string, bool)

GetAmountOutMinOk returns a tuple with the AmountOutMin field value and a boolean to check if the value has been set.

func (*TransactionResponseInfo) GetAmountOutOk

func (o *TransactionResponseInfo) GetAmountOutOk() (*string, bool)

GetAmountOutOk returns a tuple with the AmountOut field value and a boolean to check if the value has been set.

func (*TransactionResponseInfo) GetConveyorGas

func (o *TransactionResponseInfo) GetConveyorGas() string

GetConveyorGas returns the ConveyorGas field value

func (*TransactionResponseInfo) GetConveyorGasOk

func (o *TransactionResponseInfo) GetConveyorGasOk() (*string, bool)

GetConveyorGasOk returns a tuple with the ConveyorGas field value and a boolean to check if the value has been set.

func (TransactionResponseInfo) MarshalJSON

func (o TransactionResponseInfo) MarshalJSON() ([]byte, error)

func (*TransactionResponseInfo) SetAffiliateAggregator

func (o *TransactionResponseInfo) SetAffiliateAggregator(v string)

SetAffiliateAggregator sets field value

func (*TransactionResponseInfo) SetAffiliateGas

func (o *TransactionResponseInfo) SetAffiliateGas(v string)

SetAffiliateGas sets field value

func (*TransactionResponseInfo) SetAmountOut

func (o *TransactionResponseInfo) SetAmountOut(v string)

SetAmountOut sets field value

func (*TransactionResponseInfo) SetAmountOutMin

func (o *TransactionResponseInfo) SetAmountOutMin(v string)

SetAmountOutMin sets field value

func (*TransactionResponseInfo) SetConveyorGas

func (o *TransactionResponseInfo) SetConveyorGas(v string)

SetConveyorGas sets field value

func (TransactionResponseInfo) ToMap

func (o TransactionResponseInfo) ToMap() (map[string]interface{}, error)

func (*TransactionResponseInfo) UnmarshalJSON

func (o *TransactionResponseInfo) UnmarshalJSON(data []byte) (err error)

type TransactionResponseTx

type TransactionResponseTx struct {
	Data  string  `json:"data"`
	Value string  `json:"value"`
	Nonce float64 `json:"nonce"`
	Gas   string  `json:"gas"`
	To    string  `json:"to"`
	From  string  `json:"from"`
}

TransactionResponseTx struct for TransactionResponseTx

func NewTransactionResponseTx

func NewTransactionResponseTx(data string, value string, nonce float64, gas string, to string, from string) *TransactionResponseTx

NewTransactionResponseTx instantiates a new TransactionResponseTx 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 NewTransactionResponseTxWithDefaults

func NewTransactionResponseTxWithDefaults() *TransactionResponseTx

NewTransactionResponseTxWithDefaults instantiates a new TransactionResponseTx 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 (*TransactionResponseTx) GetData

func (o *TransactionResponseTx) GetData() string

GetData returns the Data field value

func (*TransactionResponseTx) GetDataOk

func (o *TransactionResponseTx) GetDataOk() (*string, bool)

GetDataOk returns a tuple with the Data field value and a boolean to check if the value has been set.

func (*TransactionResponseTx) GetFrom

func (o *TransactionResponseTx) GetFrom() string

GetFrom returns the From field value

func (*TransactionResponseTx) GetFromOk

func (o *TransactionResponseTx) GetFromOk() (*string, bool)

GetFromOk returns a tuple with the From field value and a boolean to check if the value has been set.

func (*TransactionResponseTx) GetGas

func (o *TransactionResponseTx) GetGas() string

GetGas returns the Gas field value

func (*TransactionResponseTx) GetGasOk

func (o *TransactionResponseTx) GetGasOk() (*string, bool)

GetGasOk returns a tuple with the Gas field value and a boolean to check if the value has been set.

func (*TransactionResponseTx) GetNonce

func (o *TransactionResponseTx) GetNonce() float64

GetNonce returns the Nonce field value

func (*TransactionResponseTx) GetNonceOk

func (o *TransactionResponseTx) GetNonceOk() (*float64, bool)

GetNonceOk returns a tuple with the Nonce field value and a boolean to check if the value has been set.

func (*TransactionResponseTx) GetTo

func (o *TransactionResponseTx) GetTo() string

GetTo returns the To field value

func (*TransactionResponseTx) GetToOk

func (o *TransactionResponseTx) GetToOk() (*string, bool)

GetToOk returns a tuple with the To field value and a boolean to check if the value has been set.

func (*TransactionResponseTx) GetValue

func (o *TransactionResponseTx) GetValue() string

GetValue returns the Value field value

func (*TransactionResponseTx) GetValueOk

func (o *TransactionResponseTx) GetValueOk() (*string, bool)

GetValueOk returns a tuple with the Value field value and a boolean to check if the value has been set.

func (TransactionResponseTx) MarshalJSON

func (o TransactionResponseTx) MarshalJSON() ([]byte, error)

func (*TransactionResponseTx) SetData

func (o *TransactionResponseTx) SetData(v string)

SetData sets field value

func (*TransactionResponseTx) SetFrom

func (o *TransactionResponseTx) SetFrom(v string)

SetFrom sets field value

func (*TransactionResponseTx) SetGas

func (o *TransactionResponseTx) SetGas(v string)

SetGas sets field value

func (*TransactionResponseTx) SetNonce

func (o *TransactionResponseTx) SetNonce(v float64)

SetNonce sets field value

func (*TransactionResponseTx) SetTo

func (o *TransactionResponseTx) SetTo(v string)

SetTo sets field value

func (*TransactionResponseTx) SetValue

func (o *TransactionResponseTx) SetValue(v string)

SetValue sets field value

func (TransactionResponseTx) ToMap

func (o TransactionResponseTx) ToMap() (map[string]interface{}, error)

func (*TransactionResponseTx) UnmarshalJSON

func (o *TransactionResponseTx) UnmarshalJSON(data []byte) (err error)

type TronAPI

type TronAPI interface {

	/*
		CreateTronAccount Method for CreateTronAccount

		@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
		@return TronAPICreateTronAccountRequest
	*/
	CreateTronAccount(ctx context.Context) TronAPICreateTronAccountRequest

	// CreateTronAccountExecute executes the request
	//  @return AccountAPIResponse
	CreateTronAccountExecute(r TronAPICreateTronAccountRequest) (*AccountAPIResponse, *http.Response, error)

	/*
		GetTronAccount Method for GetTronAccount

		@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
		@param accountName
		@return TronAPIGetTronAccountRequest
	*/
	GetTronAccount(ctx context.Context, accountName string) TronAPIGetTronAccountRequest

	// GetTronAccountExecute executes the request
	//  @return AccountAPIResponse
	GetTronAccountExecute(r TronAPIGetTronAccountRequest) (*AccountAPIResponse, *http.Response, error)

	/*
		ListTronAccounts Method for ListTronAccounts

		@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
		@return TronAPIListTronAccountsRequest
	*/
	ListTronAccounts(ctx context.Context) TronAPIListTronAccountsRequest

	// ListTronAccountsExecute executes the request
	//  @return AccountAPIResponse
	ListTronAccountsExecute(r TronAPIListTronAccountsRequest) (*AccountAPIResponse, *http.Response, error)

	/*
		SignTronTransaction Method for SignTronTransaction

		@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
		@param accountName
		@return TronAPISignTronTransactionRequest
	*/
	SignTronTransaction(ctx context.Context, accountName string) TronAPISignTronTransactionRequest

	// SignTronTransactionExecute executes the request
	//  @return TronAPIResponse
	SignTronTransactionExecute(r TronAPISignTronTransactionRequest) (*TronAPIResponse, *http.Response, error)
}

type TronAPICreateTronAccountRequest

type TronAPICreateTronAccountRequest struct {
	ApiService TronAPI
	// contains filtered or unexported fields
}

func (TronAPICreateTronAccountRequest) Authorization

func (TronAPICreateTronAccountRequest) Execute

func (TronAPICreateTronAccountRequest) TronInput

type TronAPIGetTronAccountRequest

type TronAPIGetTronAccountRequest struct {
	ApiService TronAPI
	// contains filtered or unexported fields
}

func (TronAPIGetTronAccountRequest) Authorization

func (r TronAPIGetTronAccountRequest) Authorization(authorization string) TronAPIGetTronAccountRequest

func (TronAPIGetTronAccountRequest) Execute

type TronAPIListTronAccountsRequest

type TronAPIListTronAccountsRequest struct {
	ApiService TronAPI
	// contains filtered or unexported fields
}

func (TronAPIListTronAccountsRequest) Authorization

func (TronAPIListTronAccountsRequest) Execute

type TronAPIResponse

type TronAPIResponse struct {
	Success bool                   `json:"success"`
	Message string                 `json:"message"`
	Body    *InputBody             `json:"body,omitempty"`
	Address *string                `json:"address,omitempty"`
	Data    *TronTransactionOutput `json:"data,omitempty"`
}

TronAPIResponse struct for TronAPIResponse

func NewTronAPIResponse

func NewTronAPIResponse(success bool, message string) *TronAPIResponse

NewTronAPIResponse instantiates a new TronAPIResponse 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 NewTronAPIResponseWithDefaults

func NewTronAPIResponseWithDefaults() *TronAPIResponse

NewTronAPIResponseWithDefaults instantiates a new TronAPIResponse 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 (*TronAPIResponse) GetAddress

func (o *TronAPIResponse) GetAddress() string

GetAddress returns the Address field value if set, zero value otherwise.

func (*TronAPIResponse) GetAddressOk

func (o *TronAPIResponse) GetAddressOk() (*string, 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 (*TronAPIResponse) GetBody

func (o *TronAPIResponse) GetBody() InputBody

GetBody returns the Body field value if set, zero value otherwise.

func (*TronAPIResponse) GetBodyOk

func (o *TronAPIResponse) GetBodyOk() (*InputBody, 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 (*TronAPIResponse) GetData

GetData returns the Data field value if set, zero value otherwise.

func (*TronAPIResponse) GetDataOk

func (o *TronAPIResponse) GetDataOk() (*TronTransactionOutput, 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 (*TronAPIResponse) GetMessage

func (o *TronAPIResponse) GetMessage() string

GetMessage returns the Message field value

func (*TronAPIResponse) GetMessageOk

func (o *TronAPIResponse) GetMessageOk() (*string, bool)

GetMessageOk returns a tuple with the Message field value and a boolean to check if the value has been set.

func (*TronAPIResponse) GetSuccess

func (o *TronAPIResponse) GetSuccess() bool

GetSuccess returns the Success field value

func (*TronAPIResponse) GetSuccessOk

func (o *TronAPIResponse) GetSuccessOk() (*bool, bool)

GetSuccessOk returns a tuple with the Success field value and a boolean to check if the value has been set.

func (*TronAPIResponse) HasAddress

func (o *TronAPIResponse) HasAddress() bool

HasAddress returns a boolean if a field has been set.

func (*TronAPIResponse) HasBody

func (o *TronAPIResponse) HasBody() bool

HasBody returns a boolean if a field has been set.

func (*TronAPIResponse) HasData

func (o *TronAPIResponse) HasData() bool

HasData returns a boolean if a field has been set.

func (TronAPIResponse) MarshalJSON

func (o TronAPIResponse) MarshalJSON() ([]byte, error)

func (*TronAPIResponse) SetAddress

func (o *TronAPIResponse) SetAddress(v string)

SetAddress gets a reference to the given string and assigns it to the Address field.

func (*TronAPIResponse) SetBody

func (o *TronAPIResponse) SetBody(v InputBody)

SetBody gets a reference to the given InputBody and assigns it to the Body field.

func (*TronAPIResponse) SetData

func (o *TronAPIResponse) SetData(v TronTransactionOutput)

SetData gets a reference to the given TronTransactionOutput and assigns it to the Data field.

func (*TronAPIResponse) SetMessage

func (o *TronAPIResponse) SetMessage(v string)

SetMessage sets field value

func (*TronAPIResponse) SetSuccess

func (o *TronAPIResponse) SetSuccess(v bool)

SetSuccess sets field value

func (TronAPIResponse) ToMap

func (o TronAPIResponse) ToMap() (map[string]interface{}, error)

func (*TronAPIResponse) UnmarshalJSON

func (o *TronAPIResponse) UnmarshalJSON(data []byte) (err error)

type TronAPIService

type TronAPIService service

TronAPIService TronAPI service

func (*TronAPIService) CreateTronAccount

CreateTronAccount Method for CreateTronAccount

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return TronAPICreateTronAccountRequest

func (*TronAPIService) CreateTronAccountExecute

Execute executes the request

@return AccountAPIResponse

func (*TronAPIService) GetTronAccount

func (a *TronAPIService) GetTronAccount(ctx context.Context, accountName string) TronAPIGetTronAccountRequest

GetTronAccount Method for GetTronAccount

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param accountName
@return TronAPIGetTronAccountRequest

func (*TronAPIService) GetTronAccountExecute

Execute executes the request

@return AccountAPIResponse

func (*TronAPIService) ListTronAccounts

ListTronAccounts Method for ListTronAccounts

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return TronAPIListTronAccountsRequest

func (*TronAPIService) ListTronAccountsExecute

Execute executes the request

@return AccountAPIResponse

func (*TronAPIService) SignTronTransaction

func (a *TronAPIService) SignTronTransaction(ctx context.Context, accountName string) TronAPISignTronTransactionRequest

SignTronTransaction Method for SignTronTransaction

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param accountName
@return TronAPISignTronTransactionRequest

func (*TronAPIService) SignTronTransactionExecute

func (a *TronAPIService) SignTronTransactionExecute(r TronAPISignTronTransactionRequest) (*TronAPIResponse, *http.Response, error)

Execute executes the request

@return TronAPIResponse

type TronAPISignTronTransactionRequest

type TronAPISignTronTransactionRequest struct {
	ApiService TronAPI
	// contains filtered or unexported fields
}

func (TronAPISignTronTransactionRequest) Authorization

func (TronAPISignTronTransactionRequest) Execute

func (TronAPISignTronTransactionRequest) TronTransactionInput

type TronInput

type TronInput struct {
	Network    *string `json:"network,omitempty"`
	PrivateKey *string `json:"private_key,omitempty"`
}

TronInput struct for TronInput

func NewTronInput

func NewTronInput() *TronInput

NewTronInput instantiates a new TronInput 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 NewTronInputWithDefaults

func NewTronInputWithDefaults() *TronInput

NewTronInputWithDefaults instantiates a new TronInput 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 (*TronInput) GetNetwork

func (o *TronInput) GetNetwork() string

GetNetwork returns the Network field value if set, zero value otherwise.

func (*TronInput) GetNetworkOk

func (o *TronInput) GetNetworkOk() (*string, bool)

GetNetworkOk returns a tuple with the Network field value if set, nil otherwise and a boolean to check if the value has been set.

func (*TronInput) GetPrivateKey

func (o *TronInput) GetPrivateKey() string

GetPrivateKey returns the PrivateKey field value if set, zero value otherwise.

func (*TronInput) GetPrivateKeyOk

func (o *TronInput) GetPrivateKeyOk() (*string, bool)

GetPrivateKeyOk returns a tuple with the PrivateKey field value if set, nil otherwise and a boolean to check if the value has been set.

func (*TronInput) HasNetwork

func (o *TronInput) HasNetwork() bool

HasNetwork returns a boolean if a field has been set.

func (*TronInput) HasPrivateKey

func (o *TronInput) HasPrivateKey() bool

HasPrivateKey returns a boolean if a field has been set.

func (TronInput) MarshalJSON

func (o TronInput) MarshalJSON() ([]byte, error)

func (*TronInput) SetNetwork

func (o *TronInput) SetNetwork(v string)

SetNetwork gets a reference to the given string and assigns it to the Network field.

func (*TronInput) SetPrivateKey

func (o *TronInput) SetPrivateKey(v string)

SetPrivateKey gets a reference to the given string and assigns it to the PrivateKey field.

func (TronInput) ToMap

func (o TronInput) ToMap() (map[string]interface{}, error)

type TronTransactionInput

type TronTransactionInput struct {
	To       *string  `json:"to,omitempty"`
	Value    *float64 `json:"value,omitempty"`
	Network  *string  `json:"network,omitempty"`
	Compress *bool    `json:"compress,omitempty"`
}

TronTransactionInput struct for TronTransactionInput

func NewTronTransactionInput

func NewTronTransactionInput() *TronTransactionInput

NewTronTransactionInput instantiates a new TronTransactionInput 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 NewTronTransactionInputWithDefaults

func NewTronTransactionInputWithDefaults() *TronTransactionInput

NewTronTransactionInputWithDefaults instantiates a new TronTransactionInput 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 (*TronTransactionInput) GetCompress

func (o *TronTransactionInput) GetCompress() bool

GetCompress returns the Compress field value if set, zero value otherwise.

func (*TronTransactionInput) GetCompressOk

func (o *TronTransactionInput) GetCompressOk() (*bool, bool)

GetCompressOk returns a tuple with the Compress field value if set, nil otherwise and a boolean to check if the value has been set.

func (*TronTransactionInput) GetNetwork

func (o *TronTransactionInput) GetNetwork() string

GetNetwork returns the Network field value if set, zero value otherwise.

func (*TronTransactionInput) GetNetworkOk

func (o *TronTransactionInput) GetNetworkOk() (*string, bool)

GetNetworkOk returns a tuple with the Network field value if set, nil otherwise and a boolean to check if the value has been set.

func (*TronTransactionInput) GetTo

func (o *TronTransactionInput) GetTo() string

GetTo returns the To field value if set, zero value otherwise.

func (*TronTransactionInput) GetToOk

func (o *TronTransactionInput) GetToOk() (*string, bool)

GetToOk returns a tuple with the To field value if set, nil otherwise and a boolean to check if the value has been set.

func (*TronTransactionInput) GetValue

func (o *TronTransactionInput) GetValue() float64

GetValue returns the Value field value if set, zero value otherwise.

func (*TronTransactionInput) GetValueOk

func (o *TronTransactionInput) GetValueOk() (*float64, 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 (*TronTransactionInput) HasCompress

func (o *TronTransactionInput) HasCompress() bool

HasCompress returns a boolean if a field has been set.

func (*TronTransactionInput) HasNetwork

func (o *TronTransactionInput) HasNetwork() bool

HasNetwork returns a boolean if a field has been set.

func (*TronTransactionInput) HasTo

func (o *TronTransactionInput) HasTo() bool

HasTo returns a boolean if a field has been set.

func (*TronTransactionInput) HasValue

func (o *TronTransactionInput) HasValue() bool

HasValue returns a boolean if a field has been set.

func (TronTransactionInput) MarshalJSON

func (o TronTransactionInput) MarshalJSON() ([]byte, error)

func (*TronTransactionInput) SetCompress

func (o *TronTransactionInput) SetCompress(v bool)

SetCompress gets a reference to the given bool and assigns it to the Compress field.

func (*TronTransactionInput) SetNetwork

func (o *TronTransactionInput) SetNetwork(v string)

SetNetwork gets a reference to the given string and assigns it to the Network field.

func (*TronTransactionInput) SetTo

func (o *TronTransactionInput) SetTo(v string)

SetTo gets a reference to the given string and assigns it to the To field.

func (*TronTransactionInput) SetValue

func (o *TronTransactionInput) SetValue(v float64)

SetValue gets a reference to the given float64 and assigns it to the Value field.

func (TronTransactionInput) ToMap

func (o TronTransactionInput) ToMap() (map[string]interface{}, error)

type TronTransactionOutput

type TronTransactionOutput struct {
	SignedTx        *string `json:"signedTx,omitempty"`
	TransactionHash *string `json:"transaction_hash,omitempty"`
}

TronTransactionOutput struct for TronTransactionOutput

func NewTronTransactionOutput

func NewTronTransactionOutput() *TronTransactionOutput

NewTronTransactionOutput instantiates a new TronTransactionOutput 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 NewTronTransactionOutputWithDefaults

func NewTronTransactionOutputWithDefaults() *TronTransactionOutput

NewTronTransactionOutputWithDefaults instantiates a new TronTransactionOutput 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 (*TronTransactionOutput) GetSignedTx

func (o *TronTransactionOutput) GetSignedTx() string

GetSignedTx returns the SignedTx field value if set, zero value otherwise.

func (*TronTransactionOutput) GetSignedTxOk

func (o *TronTransactionOutput) GetSignedTxOk() (*string, bool)

GetSignedTxOk returns a tuple with the SignedTx field value if set, nil otherwise and a boolean to check if the value has been set.

func (*TronTransactionOutput) GetTransactionHash

func (o *TronTransactionOutput) GetTransactionHash() string

GetTransactionHash returns the TransactionHash field value if set, zero value otherwise.

func (*TronTransactionOutput) GetTransactionHashOk

func (o *TronTransactionOutput) GetTransactionHashOk() (*string, bool)

GetTransactionHashOk returns a tuple with the TransactionHash field value if set, nil otherwise and a boolean to check if the value has been set.

func (*TronTransactionOutput) HasSignedTx

func (o *TronTransactionOutput) HasSignedTx() bool

HasSignedTx returns a boolean if a field has been set.

func (*TronTransactionOutput) HasTransactionHash

func (o *TronTransactionOutput) HasTransactionHash() bool

HasTransactionHash returns a boolean if a field has been set.

func (TronTransactionOutput) MarshalJSON

func (o TronTransactionOutput) MarshalJSON() ([]byte, error)

func (*TronTransactionOutput) SetSignedTx

func (o *TronTransactionOutput) SetSignedTx(v string)

SetSignedTx gets a reference to the given string and assigns it to the SignedTx field.

func (*TronTransactionOutput) SetTransactionHash

func (o *TronTransactionOutput) SetTransactionHash(v string)

SetTransactionHash gets a reference to the given string and assigns it to the TransactionHash field.

func (TronTransactionOutput) ToMap

func (o TronTransactionOutput) ToMap() (map[string]interface{}, error)

type Tx

type Tx struct {
	Type          *float64       `json:"type,omitempty"`
	ChainId       *float64       `json:"chain_id,omitempty"`
	Data          *string        `json:"data,omitempty"`
	Gas           *string        `json:"gas,omitempty"`
	GasPrice      *string        `json:"gas_price,omitempty"`
	GasTipCap     NullableString `json:"gas_tip_cap,omitempty"`
	GasFeeCap     NullableString `json:"gas_fee_cap,omitempty"`
	Value         *string        `json:"value,omitempty"`
	Nonce         *float64       `json:"nonce,omitempty"`
	From          *string        `json:"from,omitempty"`
	To            NullableString `json:"to,omitempty"`
	BlobGas       NullableString `json:"blob_gas,omitempty"`
	BlobGasFeeCap NullableString `json:"blob_gas_fee_cap,omitempty"`
	BlobHashes    []string       `json:"blob_hashes,omitempty"`
	V             *string        `json:"v,omitempty"`
	R             *string        `json:"r,omitempty"`
	S             *string        `json:"s,omitempty"`
}

Tx struct for Tx

func NewTx

func NewTx() *Tx

NewTx instantiates a new Tx 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 NewTxWithDefaults

func NewTxWithDefaults() *Tx

NewTxWithDefaults instantiates a new Tx 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 (*Tx) GetBlobGas

func (o *Tx) GetBlobGas() string

GetBlobGas returns the BlobGas field value if set, zero value otherwise (both if not set or set to explicit null).

func (*Tx) GetBlobGasFeeCap

func (o *Tx) GetBlobGasFeeCap() string

GetBlobGasFeeCap returns the BlobGasFeeCap field value if set, zero value otherwise (both if not set or set to explicit null).

func (*Tx) GetBlobGasFeeCapOk

func (o *Tx) GetBlobGasFeeCapOk() (*string, bool)

GetBlobGasFeeCapOk returns a tuple with the BlobGasFeeCap field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*Tx) GetBlobGasOk

func (o *Tx) GetBlobGasOk() (*string, bool)

GetBlobGasOk returns a tuple with the BlobGas field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*Tx) GetBlobHashes

func (o *Tx) GetBlobHashes() []string

GetBlobHashes returns the BlobHashes field value if set, zero value otherwise (both if not set or set to explicit null).

func (*Tx) GetBlobHashesOk

func (o *Tx) GetBlobHashesOk() ([]string, bool)

GetBlobHashesOk returns a tuple with the BlobHashes field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*Tx) GetChainId

func (o *Tx) GetChainId() float64

GetChainId returns the ChainId field value if set, zero value otherwise.

func (*Tx) GetChainIdOk

func (o *Tx) GetChainIdOk() (*float64, 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 (*Tx) GetData

func (o *Tx) GetData() string

GetData returns the Data field value if set, zero value otherwise.

func (*Tx) GetDataOk

func (o *Tx) 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 (*Tx) GetFrom

func (o *Tx) GetFrom() string

GetFrom returns the From field value if set, zero value otherwise.

func (*Tx) GetFromOk

func (o *Tx) GetFromOk() (*string, bool)

GetFromOk returns a tuple with the From field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Tx) GetGas

func (o *Tx) GetGas() string

GetGas returns the Gas field value if set, zero value otherwise.

func (*Tx) GetGasFeeCap

func (o *Tx) GetGasFeeCap() string

GetGasFeeCap returns the GasFeeCap field value if set, zero value otherwise (both if not set or set to explicit null).

func (*Tx) GetGasFeeCapOk

func (o *Tx) GetGasFeeCapOk() (*string, bool)

GetGasFeeCapOk returns a tuple with the GasFeeCap field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*Tx) GetGasOk

func (o *Tx) GetGasOk() (*string, bool)

GetGasOk returns a tuple with the Gas field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Tx) GetGasPrice

func (o *Tx) GetGasPrice() string

GetGasPrice returns the GasPrice field value if set, zero value otherwise.

func (*Tx) GetGasPriceOk

func (o *Tx) GetGasPriceOk() (*string, bool)

GetGasPriceOk returns a tuple with the GasPrice field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Tx) GetGasTipCap

func (o *Tx) GetGasTipCap() string

GetGasTipCap returns the GasTipCap field value if set, zero value otherwise (both if not set or set to explicit null).

func (*Tx) GetGasTipCapOk

func (o *Tx) GetGasTipCapOk() (*string, bool)

GetGasTipCapOk returns a tuple with the GasTipCap field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*Tx) GetNonce

func (o *Tx) GetNonce() float64

GetNonce returns the Nonce field value if set, zero value otherwise.

func (*Tx) GetNonceOk

func (o *Tx) GetNonceOk() (*float64, 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 (*Tx) GetR

func (o *Tx) GetR() string

GetR returns the R field value if set, zero value otherwise.

func (*Tx) GetROk

func (o *Tx) GetROk() (*string, bool)

GetROk returns a tuple with the R field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Tx) GetS

func (o *Tx) GetS() string

GetS returns the S field value if set, zero value otherwise.

func (*Tx) GetSOk

func (o *Tx) GetSOk() (*string, bool)

GetSOk returns a tuple with the S field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Tx) GetTo

func (o *Tx) GetTo() string

GetTo returns the To field value if set, zero value otherwise (both if not set or set to explicit null).

func (*Tx) GetToOk

func (o *Tx) GetToOk() (*string, bool)

GetToOk returns a tuple with the To field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*Tx) GetType

func (o *Tx) GetType() float64

GetType returns the Type field value if set, zero value otherwise.

func (*Tx) GetTypeOk

func (o *Tx) GetTypeOk() (*float64, 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 (*Tx) GetV

func (o *Tx) GetV() string

GetV returns the V field value if set, zero value otherwise.

func (*Tx) GetVOk

func (o *Tx) GetVOk() (*string, bool)

GetVOk returns a tuple with the V field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Tx) GetValue

func (o *Tx) GetValue() string

GetValue returns the Value field value if set, zero value otherwise.

func (*Tx) GetValueOk

func (o *Tx) 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 (*Tx) HasBlobGas

func (o *Tx) HasBlobGas() bool

HasBlobGas returns a boolean if a field has been set.

func (*Tx) HasBlobGasFeeCap

func (o *Tx) HasBlobGasFeeCap() bool

HasBlobGasFeeCap returns a boolean if a field has been set.

func (*Tx) HasBlobHashes

func (o *Tx) HasBlobHashes() bool

HasBlobHashes returns a boolean if a field has been set.

func (*Tx) HasChainId

func (o *Tx) HasChainId() bool

HasChainId returns a boolean if a field has been set.

func (*Tx) HasData

func (o *Tx) HasData() bool

HasData returns a boolean if a field has been set.

func (*Tx) HasFrom

func (o *Tx) HasFrom() bool

HasFrom returns a boolean if a field has been set.

func (*Tx) HasGas

func (o *Tx) HasGas() bool

HasGas returns a boolean if a field has been set.

func (*Tx) HasGasFeeCap

func (o *Tx) HasGasFeeCap() bool

HasGasFeeCap returns a boolean if a field has been set.

func (*Tx) HasGasPrice

func (o *Tx) HasGasPrice() bool

HasGasPrice returns a boolean if a field has been set.

func (*Tx) HasGasTipCap

func (o *Tx) HasGasTipCap() bool

HasGasTipCap returns a boolean if a field has been set.

func (*Tx) HasNonce

func (o *Tx) HasNonce() bool

HasNonce returns a boolean if a field has been set.

func (*Tx) HasR

func (o *Tx) HasR() bool

HasR returns a boolean if a field has been set.

func (*Tx) HasS

func (o *Tx) HasS() bool

HasS returns a boolean if a field has been set.

func (*Tx) HasTo

func (o *Tx) HasTo() bool

HasTo returns a boolean if a field has been set.

func (*Tx) HasType

func (o *Tx) HasType() bool

HasType returns a boolean if a field has been set.

func (*Tx) HasV

func (o *Tx) HasV() bool

HasV returns a boolean if a field has been set.

func (*Tx) HasValue

func (o *Tx) HasValue() bool

HasValue returns a boolean if a field has been set.

func (Tx) MarshalJSON

func (o Tx) MarshalJSON() ([]byte, error)

func (*Tx) SetBlobGas

func (o *Tx) SetBlobGas(v string)

SetBlobGas gets a reference to the given NullableString and assigns it to the BlobGas field.

func (*Tx) SetBlobGasFeeCap

func (o *Tx) SetBlobGasFeeCap(v string)

SetBlobGasFeeCap gets a reference to the given NullableString and assigns it to the BlobGasFeeCap field.

func (*Tx) SetBlobGasFeeCapNil

func (o *Tx) SetBlobGasFeeCapNil()

SetBlobGasFeeCapNil sets the value for BlobGasFeeCap to be an explicit nil

func (*Tx) SetBlobGasNil

func (o *Tx) SetBlobGasNil()

SetBlobGasNil sets the value for BlobGas to be an explicit nil

func (*Tx) SetBlobHashes

func (o *Tx) SetBlobHashes(v []string)

SetBlobHashes gets a reference to the given []string and assigns it to the BlobHashes field.

func (*Tx) SetChainId

func (o *Tx) SetChainId(v float64)

SetChainId gets a reference to the given float64 and assigns it to the ChainId field.

func (*Tx) SetData

func (o *Tx) SetData(v string)

SetData gets a reference to the given string and assigns it to the Data field.

func (*Tx) SetFrom

func (o *Tx) SetFrom(v string)

SetFrom gets a reference to the given string and assigns it to the From field.

func (*Tx) SetGas

func (o *Tx) SetGas(v string)

SetGas gets a reference to the given string and assigns it to the Gas field.

func (*Tx) SetGasFeeCap

func (o *Tx) SetGasFeeCap(v string)

SetGasFeeCap gets a reference to the given NullableString and assigns it to the GasFeeCap field.

func (*Tx) SetGasFeeCapNil

func (o *Tx) SetGasFeeCapNil()

SetGasFeeCapNil sets the value for GasFeeCap to be an explicit nil

func (*Tx) SetGasPrice

func (o *Tx) SetGasPrice(v string)

SetGasPrice gets a reference to the given string and assigns it to the GasPrice field.

func (*Tx) SetGasTipCap

func (o *Tx) SetGasTipCap(v string)

SetGasTipCap gets a reference to the given NullableString and assigns it to the GasTipCap field.

func (*Tx) SetGasTipCapNil

func (o *Tx) SetGasTipCapNil()

SetGasTipCapNil sets the value for GasTipCap to be an explicit nil

func (*Tx) SetNonce

func (o *Tx) SetNonce(v float64)

SetNonce gets a reference to the given float64 and assigns it to the Nonce field.

func (*Tx) SetR

func (o *Tx) SetR(v string)

SetR gets a reference to the given string and assigns it to the R field.

func (*Tx) SetS

func (o *Tx) SetS(v string)

SetS gets a reference to the given string and assigns it to the S field.

func (*Tx) SetTo

func (o *Tx) SetTo(v string)

SetTo gets a reference to the given NullableString and assigns it to the To field.

func (*Tx) SetToNil

func (o *Tx) SetToNil()

SetToNil sets the value for To to be an explicit nil

func (*Tx) SetType

func (o *Tx) SetType(v float64)

SetType gets a reference to the given float64 and assigns it to the Type field.

func (*Tx) SetV

func (o *Tx) SetV(v string)

SetV gets a reference to the given string and assigns it to the V field.

func (*Tx) SetValue

func (o *Tx) SetValue(v string)

SetValue gets a reference to the given string and assigns it to the Value field.

func (Tx) ToMap

func (o Tx) ToMap() (map[string]interface{}, error)

func (*Tx) UnsetBlobGas

func (o *Tx) UnsetBlobGas()

UnsetBlobGas ensures that no value is present for BlobGas, not even an explicit nil

func (*Tx) UnsetBlobGasFeeCap

func (o *Tx) UnsetBlobGasFeeCap()

UnsetBlobGasFeeCap ensures that no value is present for BlobGasFeeCap, not even an explicit nil

func (*Tx) UnsetGasFeeCap

func (o *Tx) UnsetGasFeeCap()

UnsetGasFeeCap ensures that no value is present for GasFeeCap, not even an explicit nil

func (*Tx) UnsetGasTipCap

func (o *Tx) UnsetGasTipCap()

UnsetGasTipCap ensures that no value is present for GasTipCap, not even an explicit nil

func (*Tx) UnsetTo

func (o *Tx) UnsetTo()

UnsetTo ensures that no value is present for To, not even an explicit nil

type UniSwapAPI

type UniSwapAPI interface {

	/*
		AddLiquidity Method for AddLiquidity

		@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
		@param name
		@return UniSwapAPIAddLiquidityRequest
	*/
	AddLiquidity(ctx context.Context, name string) UniSwapAPIAddLiquidityRequest

	// AddLiquidityExecute executes the request
	//  @return TransactionAPIResponse
	AddLiquidityExecute(r UniSwapAPIAddLiquidityRequest) (*TransactionAPIResponse, *http.Response, error)

	/*
		RemoveLiquidity Method for RemoveLiquidity

		@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
		@param name
		@return UniSwapAPIRemoveLiquidityRequest
	*/
	RemoveLiquidity(ctx context.Context, name string) UniSwapAPIRemoveLiquidityRequest

	// RemoveLiquidityExecute executes the request
	//  @return TransactionAPIResponse
	RemoveLiquidityExecute(r UniSwapAPIRemoveLiquidityRequest) (*TransactionAPIResponse, *http.Response, error)

	/*
		SwapExactETHForTokens Method for SwapExactETHForTokens

		@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
		@param name
		@return UniSwapAPISwapExactETHForTokensRequest
	*/
	SwapExactETHForTokens(ctx context.Context, name string) UniSwapAPISwapExactETHForTokensRequest

	// SwapExactETHForTokensExecute executes the request
	//  @return TransactionAPIResponse
	SwapExactETHForTokensExecute(r UniSwapAPISwapExactETHForTokensRequest) (*TransactionAPIResponse, *http.Response, error)

	/*
		SwapExactTokensForTokens Method for SwapExactTokensForTokens

		@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
		@param name
		@return UniSwapAPISwapExactTokensForTokensRequest
	*/
	SwapExactTokensForTokens(ctx context.Context, name string) UniSwapAPISwapExactTokensForTokensRequest

	// SwapExactTokensForTokensExecute executes the request
	//  @return TransactionAPIResponse
	SwapExactTokensForTokensExecute(r UniSwapAPISwapExactTokensForTokensRequest) (*TransactionAPIResponse, *http.Response, error)
}

type UniSwapAPIAddLiquidityRequest

type UniSwapAPIAddLiquidityRequest struct {
	ApiService UniSwapAPI
	// contains filtered or unexported fields
}

func (UniSwapAPIAddLiquidityRequest) Authorization

func (UniSwapAPIAddLiquidityRequest) Execute

func (UniSwapAPIAddLiquidityRequest) UniswapInput

type UniSwapAPIRemoveLiquidityRequest

type UniSwapAPIRemoveLiquidityRequest struct {
	ApiService UniSwapAPI
	// contains filtered or unexported fields
}

func (UniSwapAPIRemoveLiquidityRequest) Authorization

func (UniSwapAPIRemoveLiquidityRequest) Execute

func (UniSwapAPIRemoveLiquidityRequest) UniswapInput

type UniSwapAPIService

type UniSwapAPIService service

UniSwapAPIService UniSwapAPI service

func (*UniSwapAPIService) AddLiquidity

AddLiquidity Method for AddLiquidity

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param name
@return UniSwapAPIAddLiquidityRequest

func (*UniSwapAPIService) AddLiquidityExecute

Execute executes the request

@return TransactionAPIResponse

func (*UniSwapAPIService) RemoveLiquidity

RemoveLiquidity Method for RemoveLiquidity

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param name
@return UniSwapAPIRemoveLiquidityRequest

func (*UniSwapAPIService) RemoveLiquidityExecute

Execute executes the request

@return TransactionAPIResponse

func (*UniSwapAPIService) SwapExactETHForTokens

SwapExactETHForTokens Method for SwapExactETHForTokens

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param name
@return UniSwapAPISwapExactETHForTokensRequest

func (*UniSwapAPIService) SwapExactETHForTokensExecute

Execute executes the request

@return TransactionAPIResponse

func (*UniSwapAPIService) SwapExactTokensForTokens

func (a *UniSwapAPIService) SwapExactTokensForTokens(ctx context.Context, name string) UniSwapAPISwapExactTokensForTokensRequest

SwapExactTokensForTokens Method for SwapExactTokensForTokens

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param name
@return UniSwapAPISwapExactTokensForTokensRequest

func (*UniSwapAPIService) SwapExactTokensForTokensExecute

Execute executes the request

@return TransactionAPIResponse

type UniSwapAPISwapExactETHForTokensRequest

type UniSwapAPISwapExactETHForTokensRequest struct {
	ApiService UniSwapAPI
	// contains filtered or unexported fields
}

func (UniSwapAPISwapExactETHForTokensRequest) Authorization

func (UniSwapAPISwapExactETHForTokensRequest) Execute

func (UniSwapAPISwapExactETHForTokensRequest) UniswapInput

type UniSwapAPISwapExactTokensForTokensRequest

type UniSwapAPISwapExactTokensForTokensRequest struct {
	ApiService UniSwapAPI
	// contains filtered or unexported fields
}

func (UniSwapAPISwapExactTokensForTokensRequest) Authorization

func (UniSwapAPISwapExactTokensForTokensRequest) Execute

func (UniSwapAPISwapExactTokensForTokensRequest) UniswapInput

type UniswapInput

type UniswapInput struct {
	To              *string `json:"to,omitempty"`
	Data            *string `json:"data,omitempty"`
	Input           *string `json:"input,omitempty"`
	Value           *string `json:"value,omitempty"`
	Nonce           *string `json:"nonce,omitempty"`
	Gas             *string `json:"gas,omitempty"`
	GasPrice        *string `json:"gasPrice,omitempty"`
	ChainId         *string `json:"chain_id,omitempty"`
	Encoding        *string `json:"encoding,omitempty"`
	EOA             *bool   `json:"EOA,omitempty"`
	ContractAddress *string `json:"contract_address,omitempty"`
	TokenId         *string `json:"token_id,omitempty"`
	TokenIds        *string `json:"token_ids,omitempty"`
	Approved        *bool   `json:"approved,omitempty"`
	Broadcast       *bool   `json:"broadcast,omitempty"`
	TokenA          *string `json:"token_a,omitempty"`
	TokenB          *string `json:"token_b,omitempty"`
	AmountA         *string `json:"amount_a,omitempty"`
	AmountB         *string `json:"amount_b,omitempty"`
}

UniswapInput struct for UniswapInput

func NewUniswapInput

func NewUniswapInput() *UniswapInput

NewUniswapInput instantiates a new UniswapInput 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 NewUniswapInputWithDefaults

func NewUniswapInputWithDefaults() *UniswapInput

NewUniswapInputWithDefaults instantiates a new UniswapInput 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 (*UniswapInput) GetAmountA

func (o *UniswapInput) GetAmountA() string

GetAmountA returns the AmountA field value if set, zero value otherwise.

func (*UniswapInput) GetAmountAOk

func (o *UniswapInput) GetAmountAOk() (*string, bool)

GetAmountAOk returns a tuple with the AmountA field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UniswapInput) GetAmountB

func (o *UniswapInput) GetAmountB() string

GetAmountB returns the AmountB field value if set, zero value otherwise.

func (*UniswapInput) GetAmountBOk

func (o *UniswapInput) GetAmountBOk() (*string, bool)

GetAmountBOk returns a tuple with the AmountB field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UniswapInput) GetApproved

func (o *UniswapInput) GetApproved() bool

GetApproved returns the Approved field value if set, zero value otherwise.

func (*UniswapInput) GetApprovedOk

func (o *UniswapInput) GetApprovedOk() (*bool, bool)

GetApprovedOk returns a tuple with the Approved field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UniswapInput) GetBroadcast

func (o *UniswapInput) GetBroadcast() bool

GetBroadcast returns the Broadcast field value if set, zero value otherwise.

func (*UniswapInput) GetBroadcastOk

func (o *UniswapInput) GetBroadcastOk() (*bool, bool)

GetBroadcastOk returns a tuple with the Broadcast field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UniswapInput) GetChainId

func (o *UniswapInput) GetChainId() string

GetChainId returns the ChainId field value if set, zero value otherwise.

func (*UniswapInput) GetChainIdOk

func (o *UniswapInput) 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 (*UniswapInput) GetContractAddress

func (o *UniswapInput) GetContractAddress() string

GetContractAddress returns the ContractAddress field value if set, zero value otherwise.

func (*UniswapInput) GetContractAddressOk

func (o *UniswapInput) GetContractAddressOk() (*string, bool)

GetContractAddressOk returns a tuple with the ContractAddress field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UniswapInput) GetData

func (o *UniswapInput) GetData() string

GetData returns the Data field value if set, zero value otherwise.

func (*UniswapInput) GetDataOk

func (o *UniswapInput) 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 (*UniswapInput) GetEOA

func (o *UniswapInput) GetEOA() bool

GetEOA returns the EOA field value if set, zero value otherwise.

func (*UniswapInput) GetEOAOk

func (o *UniswapInput) GetEOAOk() (*bool, bool)

GetEOAOk returns a tuple with the EOA field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UniswapInput) GetEncoding

func (o *UniswapInput) GetEncoding() string

GetEncoding returns the Encoding field value if set, zero value otherwise.

func (*UniswapInput) GetEncodingOk

func (o *UniswapInput) GetEncodingOk() (*string, bool)

GetEncodingOk returns a tuple with the Encoding field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UniswapInput) GetGas

func (o *UniswapInput) GetGas() string

GetGas returns the Gas field value if set, zero value otherwise.

func (*UniswapInput) GetGasOk

func (o *UniswapInput) GetGasOk() (*string, bool)

GetGasOk returns a tuple with the Gas field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UniswapInput) GetGasPrice

func (o *UniswapInput) GetGasPrice() string

GetGasPrice returns the GasPrice field value if set, zero value otherwise.

func (*UniswapInput) GetGasPriceOk

func (o *UniswapInput) GetGasPriceOk() (*string, bool)

GetGasPriceOk returns a tuple with the GasPrice field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UniswapInput) GetInput

func (o *UniswapInput) GetInput() string

GetInput returns the Input field value if set, zero value otherwise.

func (*UniswapInput) GetInputOk

func (o *UniswapInput) GetInputOk() (*string, bool)

GetInputOk returns a tuple with the Input field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UniswapInput) GetNonce

func (o *UniswapInput) GetNonce() string

GetNonce returns the Nonce field value if set, zero value otherwise.

func (*UniswapInput) GetNonceOk

func (o *UniswapInput) GetNonceOk() (*string, 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 (*UniswapInput) GetTo

func (o *UniswapInput) GetTo() string

GetTo returns the To field value if set, zero value otherwise.

func (*UniswapInput) GetToOk

func (o *UniswapInput) GetToOk() (*string, bool)

GetToOk returns a tuple with the To field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UniswapInput) GetTokenA

func (o *UniswapInput) GetTokenA() string

GetTokenA returns the TokenA field value if set, zero value otherwise.

func (*UniswapInput) GetTokenAOk

func (o *UniswapInput) GetTokenAOk() (*string, bool)

GetTokenAOk returns a tuple with the TokenA field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UniswapInput) GetTokenB

func (o *UniswapInput) GetTokenB() string

GetTokenB returns the TokenB field value if set, zero value otherwise.

func (*UniswapInput) GetTokenBOk

func (o *UniswapInput) GetTokenBOk() (*string, bool)

GetTokenBOk returns a tuple with the TokenB field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UniswapInput) GetTokenId

func (o *UniswapInput) GetTokenId() string

GetTokenId returns the TokenId field value if set, zero value otherwise.

func (*UniswapInput) GetTokenIdOk

func (o *UniswapInput) GetTokenIdOk() (*string, 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 (*UniswapInput) GetTokenIds

func (o *UniswapInput) GetTokenIds() string

GetTokenIds returns the TokenIds field value if set, zero value otherwise.

func (*UniswapInput) GetTokenIdsOk

func (o *UniswapInput) GetTokenIdsOk() (*string, bool)

GetTokenIdsOk returns a tuple with the TokenIds field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UniswapInput) GetValue

func (o *UniswapInput) GetValue() string

GetValue returns the Value field value if set, zero value otherwise.

func (*UniswapInput) GetValueOk

func (o *UniswapInput) 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 (*UniswapInput) HasAmountA

func (o *UniswapInput) HasAmountA() bool

HasAmountA returns a boolean if a field has been set.

func (*UniswapInput) HasAmountB

func (o *UniswapInput) HasAmountB() bool

HasAmountB returns a boolean if a field has been set.

func (*UniswapInput) HasApproved

func (o *UniswapInput) HasApproved() bool

HasApproved returns a boolean if a field has been set.

func (*UniswapInput) HasBroadcast

func (o *UniswapInput) HasBroadcast() bool

HasBroadcast returns a boolean if a field has been set.

func (*UniswapInput) HasChainId

func (o *UniswapInput) HasChainId() bool

HasChainId returns a boolean if a field has been set.

func (*UniswapInput) HasContractAddress

func (o *UniswapInput) HasContractAddress() bool

HasContractAddress returns a boolean if a field has been set.

func (*UniswapInput) HasData

func (o *UniswapInput) HasData() bool

HasData returns a boolean if a field has been set.

func (*UniswapInput) HasEOA

func (o *UniswapInput) HasEOA() bool

HasEOA returns a boolean if a field has been set.

func (*UniswapInput) HasEncoding

func (o *UniswapInput) HasEncoding() bool

HasEncoding returns a boolean if a field has been set.

func (*UniswapInput) HasGas

func (o *UniswapInput) HasGas() bool

HasGas returns a boolean if a field has been set.

func (*UniswapInput) HasGasPrice

func (o *UniswapInput) HasGasPrice() bool

HasGasPrice returns a boolean if a field has been set.

func (*UniswapInput) HasInput

func (o *UniswapInput) HasInput() bool

HasInput returns a boolean if a field has been set.

func (*UniswapInput) HasNonce

func (o *UniswapInput) HasNonce() bool

HasNonce returns a boolean if a field has been set.

func (*UniswapInput) HasTo

func (o *UniswapInput) HasTo() bool

HasTo returns a boolean if a field has been set.

func (*UniswapInput) HasTokenA

func (o *UniswapInput) HasTokenA() bool

HasTokenA returns a boolean if a field has been set.

func (*UniswapInput) HasTokenB

func (o *UniswapInput) HasTokenB() bool

HasTokenB returns a boolean if a field has been set.

func (*UniswapInput) HasTokenId

func (o *UniswapInput) HasTokenId() bool

HasTokenId returns a boolean if a field has been set.

func (*UniswapInput) HasTokenIds

func (o *UniswapInput) HasTokenIds() bool

HasTokenIds returns a boolean if a field has been set.

func (*UniswapInput) HasValue

func (o *UniswapInput) HasValue() bool

HasValue returns a boolean if a field has been set.

func (UniswapInput) MarshalJSON

func (o UniswapInput) MarshalJSON() ([]byte, error)

func (*UniswapInput) SetAmountA

func (o *UniswapInput) SetAmountA(v string)

SetAmountA gets a reference to the given string and assigns it to the AmountA field.

func (*UniswapInput) SetAmountB

func (o *UniswapInput) SetAmountB(v string)

SetAmountB gets a reference to the given string and assigns it to the AmountB field.

func (*UniswapInput) SetApproved

func (o *UniswapInput) SetApproved(v bool)

SetApproved gets a reference to the given bool and assigns it to the Approved field.

func (*UniswapInput) SetBroadcast

func (o *UniswapInput) SetBroadcast(v bool)

SetBroadcast gets a reference to the given bool and assigns it to the Broadcast field.

func (*UniswapInput) SetChainId

func (o *UniswapInput) SetChainId(v string)

SetChainId gets a reference to the given string and assigns it to the ChainId field.

func (*UniswapInput) SetContractAddress

func (o *UniswapInput) SetContractAddress(v string)

SetContractAddress gets a reference to the given string and assigns it to the ContractAddress field.

func (*UniswapInput) SetData

func (o *UniswapInput) SetData(v string)

SetData gets a reference to the given string and assigns it to the Data field.

func (*UniswapInput) SetEOA

func (o *UniswapInput) SetEOA(v bool)

SetEOA gets a reference to the given bool and assigns it to the EOA field.

func (*UniswapInput) SetEncoding

func (o *UniswapInput) SetEncoding(v string)

SetEncoding gets a reference to the given string and assigns it to the Encoding field.

func (*UniswapInput) SetGas

func (o *UniswapInput) SetGas(v string)

SetGas gets a reference to the given string and assigns it to the Gas field.

func (*UniswapInput) SetGasPrice

func (o *UniswapInput) SetGasPrice(v string)

SetGasPrice gets a reference to the given string and assigns it to the GasPrice field.

func (*UniswapInput) SetInput

func (o *UniswapInput) SetInput(v string)

SetInput gets a reference to the given string and assigns it to the Input field.

func (*UniswapInput) SetNonce

func (o *UniswapInput) SetNonce(v string)

SetNonce gets a reference to the given string and assigns it to the Nonce field.

func (*UniswapInput) SetTo

func (o *UniswapInput) SetTo(v string)

SetTo gets a reference to the given string and assigns it to the To field.

func (*UniswapInput) SetTokenA

func (o *UniswapInput) SetTokenA(v string)

SetTokenA gets a reference to the given string and assigns it to the TokenA field.

func (*UniswapInput) SetTokenB

func (o *UniswapInput) SetTokenB(v string)

SetTokenB gets a reference to the given string and assigns it to the TokenB field.

func (*UniswapInput) SetTokenId

func (o *UniswapInput) SetTokenId(v string)

SetTokenId gets a reference to the given string and assigns it to the TokenId field.

func (*UniswapInput) SetTokenIds

func (o *UniswapInput) SetTokenIds(v string)

SetTokenIds gets a reference to the given string and assigns it to the TokenIds field.

func (*UniswapInput) SetValue

func (o *UniswapInput) SetValue(v string)

SetValue gets a reference to the given string and assigns it to the Value field.

func (UniswapInput) ToMap

func (o UniswapInput) ToMap() (map[string]interface{}, error)

type YearnAPI

type YearnAPI interface {

	/*
		AddLiquidity Method for AddLiquidity

		@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
		@param name
		@return YearnAPIAddLiquidityRequest
	*/
	AddLiquidity(ctx context.Context, name string) YearnAPIAddLiquidityRequest

	// AddLiquidityExecute executes the request
	//  @return TransactionAPIResponse
	AddLiquidityExecute(r YearnAPIAddLiquidityRequest) (*TransactionAPIResponse, *http.Response, error)

	/*
		AddLiquidityWeth Method for AddLiquidityWeth

		@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
		@param name
		@return YearnAPIAddLiquidityWethRequest
	*/
	AddLiquidityWeth(ctx context.Context, name string) YearnAPIAddLiquidityWethRequest

	// AddLiquidityWethExecute executes the request
	//  @return TransactionAPIResponse
	AddLiquidityWethExecute(r YearnAPIAddLiquidityWethRequest) (*TransactionAPIResponse, *http.Response, error)

	/*
		RemoveLiquidity Method for RemoveLiquidity

		@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
		@param name
		@return YearnAPIRemoveLiquidityRequest
	*/
	RemoveLiquidity(ctx context.Context, name string) YearnAPIRemoveLiquidityRequest

	// RemoveLiquidityExecute executes the request
	//  @return TransactionAPIResponse
	RemoveLiquidityExecute(r YearnAPIRemoveLiquidityRequest) (*TransactionAPIResponse, *http.Response, error)

	/*
		RemoveLiquidityWeth Method for RemoveLiquidityWeth

		@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
		@param name
		@return YearnAPIRemoveLiquidityWethRequest
	*/
	RemoveLiquidityWeth(ctx context.Context, name string) YearnAPIRemoveLiquidityWethRequest

	// RemoveLiquidityWethExecute executes the request
	//  @return TransactionAPIResponse
	RemoveLiquidityWethExecute(r YearnAPIRemoveLiquidityWethRequest) (*TransactionAPIResponse, *http.Response, error)
}

type YearnAPIAddLiquidityRequest

type YearnAPIAddLiquidityRequest struct {
	ApiService YearnAPI
	// contains filtered or unexported fields
}

func (YearnAPIAddLiquidityRequest) Authorization

func (r YearnAPIAddLiquidityRequest) Authorization(authorization string) YearnAPIAddLiquidityRequest

func (YearnAPIAddLiquidityRequest) Execute

func (YearnAPIAddLiquidityRequest) InputBody

type YearnAPIAddLiquidityWethRequest

type YearnAPIAddLiquidityWethRequest struct {
	ApiService YearnAPI
	// contains filtered or unexported fields
}

func (YearnAPIAddLiquidityWethRequest) Authorization

func (YearnAPIAddLiquidityWethRequest) Execute

func (YearnAPIAddLiquidityWethRequest) InputBody

type YearnAPIRemoveLiquidityRequest

type YearnAPIRemoveLiquidityRequest struct {
	ApiService YearnAPI
	// contains filtered or unexported fields
}

func (YearnAPIRemoveLiquidityRequest) Authorization

func (YearnAPIRemoveLiquidityRequest) Execute

func (YearnAPIRemoveLiquidityRequest) InputBody

type YearnAPIRemoveLiquidityWethRequest

type YearnAPIRemoveLiquidityWethRequest struct {
	ApiService YearnAPI
	// contains filtered or unexported fields
}

func (YearnAPIRemoveLiquidityWethRequest) Authorization

func (YearnAPIRemoveLiquidityWethRequest) Execute

func (YearnAPIRemoveLiquidityWethRequest) InputBody

type YearnAPIService

type YearnAPIService service

YearnAPIService YearnAPI service

func (*YearnAPIService) AddLiquidity

AddLiquidity Method for AddLiquidity

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param name
@return YearnAPIAddLiquidityRequest

func (*YearnAPIService) AddLiquidityExecute

Execute executes the request

@return TransactionAPIResponse

func (*YearnAPIService) AddLiquidityWeth

func (a *YearnAPIService) AddLiquidityWeth(ctx context.Context, name string) YearnAPIAddLiquidityWethRequest

AddLiquidityWeth Method for AddLiquidityWeth

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param name
@return YearnAPIAddLiquidityWethRequest

func (*YearnAPIService) AddLiquidityWethExecute

Execute executes the request

@return TransactionAPIResponse

func (*YearnAPIService) RemoveLiquidity

RemoveLiquidity Method for RemoveLiquidity

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param name
@return YearnAPIRemoveLiquidityRequest

func (*YearnAPIService) RemoveLiquidityExecute

Execute executes the request

@return TransactionAPIResponse

func (*YearnAPIService) RemoveLiquidityWeth

func (a *YearnAPIService) RemoveLiquidityWeth(ctx context.Context, name string) YearnAPIRemoveLiquidityWethRequest

RemoveLiquidityWeth Method for RemoveLiquidityWeth

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param name
@return YearnAPIRemoveLiquidityWethRequest

func (*YearnAPIService) RemoveLiquidityWethExecute

Execute executes the request

@return TransactionAPIResponse

Source Files

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL