ark_service

package
v0.0.0-...-e2bdea5 Latest Latest
Warning

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

Go to latest
Published: Dec 27, 2024 License: MIT Imports: 12 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ArkServiceDeleteNostrRecipientDefault

type ArkServiceDeleteNostrRecipientDefault struct {
	Payload *models.RPCStatus
	// contains filtered or unexported fields
}

ArkServiceDeleteNostrRecipientDefault describes a response with status code -1, with default header values.

An unexpected error response.

func NewArkServiceDeleteNostrRecipientDefault

func NewArkServiceDeleteNostrRecipientDefault(code int) *ArkServiceDeleteNostrRecipientDefault

NewArkServiceDeleteNostrRecipientDefault creates a ArkServiceDeleteNostrRecipientDefault with default headers values

func (*ArkServiceDeleteNostrRecipientDefault) Code

Code gets the status code for the ark service delete nostr recipient default response

func (*ArkServiceDeleteNostrRecipientDefault) Error

func (*ArkServiceDeleteNostrRecipientDefault) GetPayload

func (*ArkServiceDeleteNostrRecipientDefault) IsClientError

func (o *ArkServiceDeleteNostrRecipientDefault) IsClientError() bool

IsClientError returns true when this ark service delete nostr recipient default response has a 4xx status code

func (*ArkServiceDeleteNostrRecipientDefault) IsCode

IsCode returns true when this ark service delete nostr recipient default response a status code equal to that given

func (*ArkServiceDeleteNostrRecipientDefault) IsRedirect

IsRedirect returns true when this ark service delete nostr recipient default response has a 3xx status code

func (*ArkServiceDeleteNostrRecipientDefault) IsServerError

func (o *ArkServiceDeleteNostrRecipientDefault) IsServerError() bool

IsServerError returns true when this ark service delete nostr recipient default response has a 5xx status code

func (*ArkServiceDeleteNostrRecipientDefault) IsSuccess

IsSuccess returns true when this ark service delete nostr recipient default response has a 2xx status code

func (*ArkServiceDeleteNostrRecipientDefault) String

type ArkServiceDeleteNostrRecipientOK

type ArkServiceDeleteNostrRecipientOK struct {
	Payload models.V1DeleteNostrRecipientResponse
}

ArkServiceDeleteNostrRecipientOK describes a response with status code 200, with default header values.

A successful response.

func NewArkServiceDeleteNostrRecipientOK

func NewArkServiceDeleteNostrRecipientOK() *ArkServiceDeleteNostrRecipientOK

NewArkServiceDeleteNostrRecipientOK creates a ArkServiceDeleteNostrRecipientOK with default headers values

func (*ArkServiceDeleteNostrRecipientOK) Code

Code gets the status code for the ark service delete nostr recipient o k response

func (*ArkServiceDeleteNostrRecipientOK) Error

func (*ArkServiceDeleteNostrRecipientOK) GetPayload

func (*ArkServiceDeleteNostrRecipientOK) IsClientError

func (o *ArkServiceDeleteNostrRecipientOK) IsClientError() bool

IsClientError returns true when this ark service delete nostr recipient o k response has a 4xx status code

func (*ArkServiceDeleteNostrRecipientOK) IsCode

func (o *ArkServiceDeleteNostrRecipientOK) IsCode(code int) bool

IsCode returns true when this ark service delete nostr recipient o k response a status code equal to that given

func (*ArkServiceDeleteNostrRecipientOK) IsRedirect

func (o *ArkServiceDeleteNostrRecipientOK) IsRedirect() bool

IsRedirect returns true when this ark service delete nostr recipient o k response has a 3xx status code

func (*ArkServiceDeleteNostrRecipientOK) IsServerError

func (o *ArkServiceDeleteNostrRecipientOK) IsServerError() bool

IsServerError returns true when this ark service delete nostr recipient o k response has a 5xx status code

func (*ArkServiceDeleteNostrRecipientOK) IsSuccess

func (o *ArkServiceDeleteNostrRecipientOK) IsSuccess() bool

IsSuccess returns true when this ark service delete nostr recipient o k response has a 2xx status code

func (*ArkServiceDeleteNostrRecipientOK) String

type ArkServiceDeleteNostrRecipientParams

type ArkServiceDeleteNostrRecipientParams struct {

	// Body.
	Body *models.V1DeleteNostrRecipientRequest

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

ArkServiceDeleteNostrRecipientParams contains all the parameters to send to the API endpoint

for the ark service delete nostr recipient operation.

Typically these are written to a http.Request.

func NewArkServiceDeleteNostrRecipientParams

func NewArkServiceDeleteNostrRecipientParams() *ArkServiceDeleteNostrRecipientParams

NewArkServiceDeleteNostrRecipientParams creates a new ArkServiceDeleteNostrRecipientParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewArkServiceDeleteNostrRecipientParamsWithContext

func NewArkServiceDeleteNostrRecipientParamsWithContext(ctx context.Context) *ArkServiceDeleteNostrRecipientParams

NewArkServiceDeleteNostrRecipientParamsWithContext creates a new ArkServiceDeleteNostrRecipientParams object with the ability to set a context for a request.

func NewArkServiceDeleteNostrRecipientParamsWithHTTPClient

func NewArkServiceDeleteNostrRecipientParamsWithHTTPClient(client *http.Client) *ArkServiceDeleteNostrRecipientParams

NewArkServiceDeleteNostrRecipientParamsWithHTTPClient creates a new ArkServiceDeleteNostrRecipientParams object with the ability to set a custom HTTPClient for a request.

func NewArkServiceDeleteNostrRecipientParamsWithTimeout

func NewArkServiceDeleteNostrRecipientParamsWithTimeout(timeout time.Duration) *ArkServiceDeleteNostrRecipientParams

NewArkServiceDeleteNostrRecipientParamsWithTimeout creates a new ArkServiceDeleteNostrRecipientParams object with the ability to set a timeout on a request.

func (*ArkServiceDeleteNostrRecipientParams) SetBody

SetBody adds the body to the ark service delete nostr recipient params

func (*ArkServiceDeleteNostrRecipientParams) SetContext

SetContext adds the context to the ark service delete nostr recipient params

func (*ArkServiceDeleteNostrRecipientParams) SetDefaults

func (o *ArkServiceDeleteNostrRecipientParams) SetDefaults()

SetDefaults hydrates default values in the ark service delete nostr recipient params (not the query body).

All values with no default are reset to their zero value.

func (*ArkServiceDeleteNostrRecipientParams) SetHTTPClient

func (o *ArkServiceDeleteNostrRecipientParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the ark service delete nostr recipient params

func (*ArkServiceDeleteNostrRecipientParams) SetTimeout

func (o *ArkServiceDeleteNostrRecipientParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the ark service delete nostr recipient params

func (*ArkServiceDeleteNostrRecipientParams) WithBody

WithBody adds the body to the ark service delete nostr recipient params

func (*ArkServiceDeleteNostrRecipientParams) WithContext

WithContext adds the context to the ark service delete nostr recipient params

func (*ArkServiceDeleteNostrRecipientParams) WithDefaults

WithDefaults hydrates default values in the ark service delete nostr recipient params (not the query body).

All values with no default are reset to their zero value.

func (*ArkServiceDeleteNostrRecipientParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the ark service delete nostr recipient params

func (*ArkServiceDeleteNostrRecipientParams) WithTimeout

WithTimeout adds the timeout to the ark service delete nostr recipient params

func (*ArkServiceDeleteNostrRecipientParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type ArkServiceDeleteNostrRecipientReader

type ArkServiceDeleteNostrRecipientReader struct {
	// contains filtered or unexported fields
}

ArkServiceDeleteNostrRecipientReader is a Reader for the ArkServiceDeleteNostrRecipient structure.

func (*ArkServiceDeleteNostrRecipientReader) ReadResponse

func (o *ArkServiceDeleteNostrRecipientReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type ArkServiceGetBoardingAddressDefault

type ArkServiceGetBoardingAddressDefault struct {
	Payload *models.RPCStatus
	// contains filtered or unexported fields
}

ArkServiceGetBoardingAddressDefault describes a response with status code -1, with default header values.

An unexpected error response.

func NewArkServiceGetBoardingAddressDefault

func NewArkServiceGetBoardingAddressDefault(code int) *ArkServiceGetBoardingAddressDefault

NewArkServiceGetBoardingAddressDefault creates a ArkServiceGetBoardingAddressDefault with default headers values

func (*ArkServiceGetBoardingAddressDefault) Code

Code gets the status code for the ark service get boarding address default response

func (*ArkServiceGetBoardingAddressDefault) Error

func (*ArkServiceGetBoardingAddressDefault) GetPayload

func (*ArkServiceGetBoardingAddressDefault) IsClientError

func (o *ArkServiceGetBoardingAddressDefault) IsClientError() bool

IsClientError returns true when this ark service get boarding address default response has a 4xx status code

func (*ArkServiceGetBoardingAddressDefault) IsCode

IsCode returns true when this ark service get boarding address default response a status code equal to that given

func (*ArkServiceGetBoardingAddressDefault) IsRedirect

func (o *ArkServiceGetBoardingAddressDefault) IsRedirect() bool

IsRedirect returns true when this ark service get boarding address default response has a 3xx status code

func (*ArkServiceGetBoardingAddressDefault) IsServerError

func (o *ArkServiceGetBoardingAddressDefault) IsServerError() bool

IsServerError returns true when this ark service get boarding address default response has a 5xx status code

func (*ArkServiceGetBoardingAddressDefault) IsSuccess

IsSuccess returns true when this ark service get boarding address default response has a 2xx status code

func (*ArkServiceGetBoardingAddressDefault) String

type ArkServiceGetBoardingAddressOK

type ArkServiceGetBoardingAddressOK struct {
	Payload *models.V1GetBoardingAddressResponse
}

ArkServiceGetBoardingAddressOK describes a response with status code 200, with default header values.

A successful response.

func NewArkServiceGetBoardingAddressOK

func NewArkServiceGetBoardingAddressOK() *ArkServiceGetBoardingAddressOK

NewArkServiceGetBoardingAddressOK creates a ArkServiceGetBoardingAddressOK with default headers values

func (*ArkServiceGetBoardingAddressOK) Code

Code gets the status code for the ark service get boarding address o k response

func (*ArkServiceGetBoardingAddressOK) Error

func (*ArkServiceGetBoardingAddressOK) GetPayload

func (*ArkServiceGetBoardingAddressOK) IsClientError

func (o *ArkServiceGetBoardingAddressOK) IsClientError() bool

IsClientError returns true when this ark service get boarding address o k response has a 4xx status code

func (*ArkServiceGetBoardingAddressOK) IsCode

func (o *ArkServiceGetBoardingAddressOK) IsCode(code int) bool

IsCode returns true when this ark service get boarding address o k response a status code equal to that given

func (*ArkServiceGetBoardingAddressOK) IsRedirect

func (o *ArkServiceGetBoardingAddressOK) IsRedirect() bool

IsRedirect returns true when this ark service get boarding address o k response has a 3xx status code

func (*ArkServiceGetBoardingAddressOK) IsServerError

func (o *ArkServiceGetBoardingAddressOK) IsServerError() bool

IsServerError returns true when this ark service get boarding address o k response has a 5xx status code

func (*ArkServiceGetBoardingAddressOK) IsSuccess

func (o *ArkServiceGetBoardingAddressOK) IsSuccess() bool

IsSuccess returns true when this ark service get boarding address o k response has a 2xx status code

func (*ArkServiceGetBoardingAddressOK) String

type ArkServiceGetBoardingAddressParams

type ArkServiceGetBoardingAddressParams struct {

	// Body.
	Body *models.V1GetBoardingAddressRequest

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

ArkServiceGetBoardingAddressParams contains all the parameters to send to the API endpoint

for the ark service get boarding address operation.

Typically these are written to a http.Request.

func NewArkServiceGetBoardingAddressParams

func NewArkServiceGetBoardingAddressParams() *ArkServiceGetBoardingAddressParams

NewArkServiceGetBoardingAddressParams creates a new ArkServiceGetBoardingAddressParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewArkServiceGetBoardingAddressParamsWithContext

func NewArkServiceGetBoardingAddressParamsWithContext(ctx context.Context) *ArkServiceGetBoardingAddressParams

NewArkServiceGetBoardingAddressParamsWithContext creates a new ArkServiceGetBoardingAddressParams object with the ability to set a context for a request.

func NewArkServiceGetBoardingAddressParamsWithHTTPClient

func NewArkServiceGetBoardingAddressParamsWithHTTPClient(client *http.Client) *ArkServiceGetBoardingAddressParams

NewArkServiceGetBoardingAddressParamsWithHTTPClient creates a new ArkServiceGetBoardingAddressParams object with the ability to set a custom HTTPClient for a request.

func NewArkServiceGetBoardingAddressParamsWithTimeout

func NewArkServiceGetBoardingAddressParamsWithTimeout(timeout time.Duration) *ArkServiceGetBoardingAddressParams

NewArkServiceGetBoardingAddressParamsWithTimeout creates a new ArkServiceGetBoardingAddressParams object with the ability to set a timeout on a request.

func (*ArkServiceGetBoardingAddressParams) SetBody

SetBody adds the body to the ark service get boarding address params

func (*ArkServiceGetBoardingAddressParams) SetContext

SetContext adds the context to the ark service get boarding address params

func (*ArkServiceGetBoardingAddressParams) SetDefaults

func (o *ArkServiceGetBoardingAddressParams) SetDefaults()

SetDefaults hydrates default values in the ark service get boarding address params (not the query body).

All values with no default are reset to their zero value.

func (*ArkServiceGetBoardingAddressParams) SetHTTPClient

func (o *ArkServiceGetBoardingAddressParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the ark service get boarding address params

func (*ArkServiceGetBoardingAddressParams) SetTimeout

func (o *ArkServiceGetBoardingAddressParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the ark service get boarding address params

func (*ArkServiceGetBoardingAddressParams) WithBody

WithBody adds the body to the ark service get boarding address params

func (*ArkServiceGetBoardingAddressParams) WithContext

WithContext adds the context to the ark service get boarding address params

func (*ArkServiceGetBoardingAddressParams) WithDefaults

WithDefaults hydrates default values in the ark service get boarding address params (not the query body).

All values with no default are reset to their zero value.

func (*ArkServiceGetBoardingAddressParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the ark service get boarding address params

func (*ArkServiceGetBoardingAddressParams) WithTimeout

WithTimeout adds the timeout to the ark service get boarding address params

func (*ArkServiceGetBoardingAddressParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type ArkServiceGetBoardingAddressReader

type ArkServiceGetBoardingAddressReader struct {
	// contains filtered or unexported fields
}

ArkServiceGetBoardingAddressReader is a Reader for the ArkServiceGetBoardingAddress structure.

func (*ArkServiceGetBoardingAddressReader) ReadResponse

func (o *ArkServiceGetBoardingAddressReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type ArkServiceGetEventStreamDefault

type ArkServiceGetEventStreamDefault struct {
	Payload *models.RPCStatus
	// contains filtered or unexported fields
}

ArkServiceGetEventStreamDefault describes a response with status code -1, with default header values.

An unexpected error response.

func NewArkServiceGetEventStreamDefault

func NewArkServiceGetEventStreamDefault(code int) *ArkServiceGetEventStreamDefault

NewArkServiceGetEventStreamDefault creates a ArkServiceGetEventStreamDefault with default headers values

func (*ArkServiceGetEventStreamDefault) Code

Code gets the status code for the ark service get event stream default response

func (*ArkServiceGetEventStreamDefault) Error

func (*ArkServiceGetEventStreamDefault) GetPayload

func (*ArkServiceGetEventStreamDefault) IsClientError

func (o *ArkServiceGetEventStreamDefault) IsClientError() bool

IsClientError returns true when this ark service get event stream default response has a 4xx status code

func (*ArkServiceGetEventStreamDefault) IsCode

func (o *ArkServiceGetEventStreamDefault) IsCode(code int) bool

IsCode returns true when this ark service get event stream default response a status code equal to that given

func (*ArkServiceGetEventStreamDefault) IsRedirect

func (o *ArkServiceGetEventStreamDefault) IsRedirect() bool

IsRedirect returns true when this ark service get event stream default response has a 3xx status code

func (*ArkServiceGetEventStreamDefault) IsServerError

func (o *ArkServiceGetEventStreamDefault) IsServerError() bool

IsServerError returns true when this ark service get event stream default response has a 5xx status code

func (*ArkServiceGetEventStreamDefault) IsSuccess

func (o *ArkServiceGetEventStreamDefault) IsSuccess() bool

IsSuccess returns true when this ark service get event stream default response has a 2xx status code

func (*ArkServiceGetEventStreamDefault) String

type ArkServiceGetEventStreamOK

type ArkServiceGetEventStreamOK struct {
	Payload *ArkServiceGetEventStreamOKBody
}

ArkServiceGetEventStreamOK describes a response with status code 200, with default header values.

A successful response.(streaming responses)

func NewArkServiceGetEventStreamOK

func NewArkServiceGetEventStreamOK() *ArkServiceGetEventStreamOK

NewArkServiceGetEventStreamOK creates a ArkServiceGetEventStreamOK with default headers values

func (*ArkServiceGetEventStreamOK) Code

func (o *ArkServiceGetEventStreamOK) Code() int

Code gets the status code for the ark service get event stream o k response

func (*ArkServiceGetEventStreamOK) Error

func (*ArkServiceGetEventStreamOK) GetPayload

func (*ArkServiceGetEventStreamOK) IsClientError

func (o *ArkServiceGetEventStreamOK) IsClientError() bool

IsClientError returns true when this ark service get event stream o k response has a 4xx status code

func (*ArkServiceGetEventStreamOK) IsCode

func (o *ArkServiceGetEventStreamOK) IsCode(code int) bool

IsCode returns true when this ark service get event stream o k response a status code equal to that given

func (*ArkServiceGetEventStreamOK) IsRedirect

func (o *ArkServiceGetEventStreamOK) IsRedirect() bool

IsRedirect returns true when this ark service get event stream o k response has a 3xx status code

func (*ArkServiceGetEventStreamOK) IsServerError

func (o *ArkServiceGetEventStreamOK) IsServerError() bool

IsServerError returns true when this ark service get event stream o k response has a 5xx status code

func (*ArkServiceGetEventStreamOK) IsSuccess

func (o *ArkServiceGetEventStreamOK) IsSuccess() bool

IsSuccess returns true when this ark service get event stream o k response has a 2xx status code

func (*ArkServiceGetEventStreamOK) String

func (o *ArkServiceGetEventStreamOK) String() string

type ArkServiceGetEventStreamOKBody

type ArkServiceGetEventStreamOKBody struct {

	// error
	Error *models.RPCStatus `json:"error,omitempty"`

	// result
	Result *models.V1GetEventStreamResponse `json:"result,omitempty"`
}

ArkServiceGetEventStreamOKBody Stream result of v1GetEventStreamResponse swagger:model ArkServiceGetEventStreamOKBody

func (*ArkServiceGetEventStreamOKBody) ContextValidate

func (o *ArkServiceGetEventStreamOKBody) ContextValidate(ctx context.Context, formats strfmt.Registry) error

ContextValidate validate this ark service get event stream o k body based on the context it is used

func (*ArkServiceGetEventStreamOKBody) MarshalBinary

func (o *ArkServiceGetEventStreamOKBody) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*ArkServiceGetEventStreamOKBody) UnmarshalBinary

func (o *ArkServiceGetEventStreamOKBody) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*ArkServiceGetEventStreamOKBody) Validate

func (o *ArkServiceGetEventStreamOKBody) Validate(formats strfmt.Registry) error

Validate validates this ark service get event stream o k body

type ArkServiceGetEventStreamParams

type ArkServiceGetEventStreamParams struct {
	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

ArkServiceGetEventStreamParams contains all the parameters to send to the API endpoint

for the ark service get event stream operation.

Typically these are written to a http.Request.

func NewArkServiceGetEventStreamParams

func NewArkServiceGetEventStreamParams() *ArkServiceGetEventStreamParams

NewArkServiceGetEventStreamParams creates a new ArkServiceGetEventStreamParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewArkServiceGetEventStreamParamsWithContext

func NewArkServiceGetEventStreamParamsWithContext(ctx context.Context) *ArkServiceGetEventStreamParams

NewArkServiceGetEventStreamParamsWithContext creates a new ArkServiceGetEventStreamParams object with the ability to set a context for a request.

func NewArkServiceGetEventStreamParamsWithHTTPClient

func NewArkServiceGetEventStreamParamsWithHTTPClient(client *http.Client) *ArkServiceGetEventStreamParams

NewArkServiceGetEventStreamParamsWithHTTPClient creates a new ArkServiceGetEventStreamParams object with the ability to set a custom HTTPClient for a request.

func NewArkServiceGetEventStreamParamsWithTimeout

func NewArkServiceGetEventStreamParamsWithTimeout(timeout time.Duration) *ArkServiceGetEventStreamParams

NewArkServiceGetEventStreamParamsWithTimeout creates a new ArkServiceGetEventStreamParams object with the ability to set a timeout on a request.

func (*ArkServiceGetEventStreamParams) SetContext

func (o *ArkServiceGetEventStreamParams) SetContext(ctx context.Context)

SetContext adds the context to the ark service get event stream params

func (*ArkServiceGetEventStreamParams) SetDefaults

func (o *ArkServiceGetEventStreamParams) SetDefaults()

SetDefaults hydrates default values in the ark service get event stream params (not the query body).

All values with no default are reset to their zero value.

func (*ArkServiceGetEventStreamParams) SetHTTPClient

func (o *ArkServiceGetEventStreamParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the ark service get event stream params

func (*ArkServiceGetEventStreamParams) SetTimeout

func (o *ArkServiceGetEventStreamParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the ark service get event stream params

func (*ArkServiceGetEventStreamParams) WithContext

WithContext adds the context to the ark service get event stream params

func (*ArkServiceGetEventStreamParams) WithDefaults

WithDefaults hydrates default values in the ark service get event stream params (not the query body).

All values with no default are reset to their zero value.

func (*ArkServiceGetEventStreamParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the ark service get event stream params

func (*ArkServiceGetEventStreamParams) WithTimeout

WithTimeout adds the timeout to the ark service get event stream params

func (*ArkServiceGetEventStreamParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type ArkServiceGetEventStreamReader

type ArkServiceGetEventStreamReader struct {
	// contains filtered or unexported fields
}

ArkServiceGetEventStreamReader is a Reader for the ArkServiceGetEventStream structure.

func (*ArkServiceGetEventStreamReader) ReadResponse

func (o *ArkServiceGetEventStreamReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type ArkServiceGetInfoDefault

type ArkServiceGetInfoDefault struct {
	Payload *models.RPCStatus
	// contains filtered or unexported fields
}

ArkServiceGetInfoDefault describes a response with status code -1, with default header values.

An unexpected error response.

func NewArkServiceGetInfoDefault

func NewArkServiceGetInfoDefault(code int) *ArkServiceGetInfoDefault

NewArkServiceGetInfoDefault creates a ArkServiceGetInfoDefault with default headers values

func (*ArkServiceGetInfoDefault) Code

func (o *ArkServiceGetInfoDefault) Code() int

Code gets the status code for the ark service get info default response

func (*ArkServiceGetInfoDefault) Error

func (o *ArkServiceGetInfoDefault) Error() string

func (*ArkServiceGetInfoDefault) GetPayload

func (o *ArkServiceGetInfoDefault) GetPayload() *models.RPCStatus

func (*ArkServiceGetInfoDefault) IsClientError

func (o *ArkServiceGetInfoDefault) IsClientError() bool

IsClientError returns true when this ark service get info default response has a 4xx status code

func (*ArkServiceGetInfoDefault) IsCode

func (o *ArkServiceGetInfoDefault) IsCode(code int) bool

IsCode returns true when this ark service get info default response a status code equal to that given

func (*ArkServiceGetInfoDefault) IsRedirect

func (o *ArkServiceGetInfoDefault) IsRedirect() bool

IsRedirect returns true when this ark service get info default response has a 3xx status code

func (*ArkServiceGetInfoDefault) IsServerError

func (o *ArkServiceGetInfoDefault) IsServerError() bool

IsServerError returns true when this ark service get info default response has a 5xx status code

func (*ArkServiceGetInfoDefault) IsSuccess

func (o *ArkServiceGetInfoDefault) IsSuccess() bool

IsSuccess returns true when this ark service get info default response has a 2xx status code

func (*ArkServiceGetInfoDefault) String

func (o *ArkServiceGetInfoDefault) String() string

type ArkServiceGetInfoOK

type ArkServiceGetInfoOK struct {
	Payload *models.V1GetInfoResponse
}

ArkServiceGetInfoOK describes a response with status code 200, with default header values.

A successful response.

func NewArkServiceGetInfoOK

func NewArkServiceGetInfoOK() *ArkServiceGetInfoOK

NewArkServiceGetInfoOK creates a ArkServiceGetInfoOK with default headers values

func (*ArkServiceGetInfoOK) Code

func (o *ArkServiceGetInfoOK) Code() int

Code gets the status code for the ark service get info o k response

func (*ArkServiceGetInfoOK) Error

func (o *ArkServiceGetInfoOK) Error() string

func (*ArkServiceGetInfoOK) GetPayload

func (o *ArkServiceGetInfoOK) GetPayload() *models.V1GetInfoResponse

func (*ArkServiceGetInfoOK) IsClientError

func (o *ArkServiceGetInfoOK) IsClientError() bool

IsClientError returns true when this ark service get info o k response has a 4xx status code

func (*ArkServiceGetInfoOK) IsCode

func (o *ArkServiceGetInfoOK) IsCode(code int) bool

IsCode returns true when this ark service get info o k response a status code equal to that given

func (*ArkServiceGetInfoOK) IsRedirect

func (o *ArkServiceGetInfoOK) IsRedirect() bool

IsRedirect returns true when this ark service get info o k response has a 3xx status code

func (*ArkServiceGetInfoOK) IsServerError

func (o *ArkServiceGetInfoOK) IsServerError() bool

IsServerError returns true when this ark service get info o k response has a 5xx status code

func (*ArkServiceGetInfoOK) IsSuccess

func (o *ArkServiceGetInfoOK) IsSuccess() bool

IsSuccess returns true when this ark service get info o k response has a 2xx status code

func (*ArkServiceGetInfoOK) String

func (o *ArkServiceGetInfoOK) String() string

type ArkServiceGetInfoParams

type ArkServiceGetInfoParams struct {
	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

ArkServiceGetInfoParams contains all the parameters to send to the API endpoint

for the ark service get info operation.

Typically these are written to a http.Request.

func NewArkServiceGetInfoParams

func NewArkServiceGetInfoParams() *ArkServiceGetInfoParams

NewArkServiceGetInfoParams creates a new ArkServiceGetInfoParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewArkServiceGetInfoParamsWithContext

func NewArkServiceGetInfoParamsWithContext(ctx context.Context) *ArkServiceGetInfoParams

NewArkServiceGetInfoParamsWithContext creates a new ArkServiceGetInfoParams object with the ability to set a context for a request.

func NewArkServiceGetInfoParamsWithHTTPClient

func NewArkServiceGetInfoParamsWithHTTPClient(client *http.Client) *ArkServiceGetInfoParams

NewArkServiceGetInfoParamsWithHTTPClient creates a new ArkServiceGetInfoParams object with the ability to set a custom HTTPClient for a request.

func NewArkServiceGetInfoParamsWithTimeout

func NewArkServiceGetInfoParamsWithTimeout(timeout time.Duration) *ArkServiceGetInfoParams

NewArkServiceGetInfoParamsWithTimeout creates a new ArkServiceGetInfoParams object with the ability to set a timeout on a request.

func (*ArkServiceGetInfoParams) SetContext

func (o *ArkServiceGetInfoParams) SetContext(ctx context.Context)

SetContext adds the context to the ark service get info params

func (*ArkServiceGetInfoParams) SetDefaults

func (o *ArkServiceGetInfoParams) SetDefaults()

SetDefaults hydrates default values in the ark service get info params (not the query body).

All values with no default are reset to their zero value.

func (*ArkServiceGetInfoParams) SetHTTPClient

func (o *ArkServiceGetInfoParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the ark service get info params

func (*ArkServiceGetInfoParams) SetTimeout

func (o *ArkServiceGetInfoParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the ark service get info params

func (*ArkServiceGetInfoParams) WithContext

WithContext adds the context to the ark service get info params

func (*ArkServiceGetInfoParams) WithDefaults

WithDefaults hydrates default values in the ark service get info params (not the query body).

All values with no default are reset to their zero value.

func (*ArkServiceGetInfoParams) WithHTTPClient

func (o *ArkServiceGetInfoParams) WithHTTPClient(client *http.Client) *ArkServiceGetInfoParams

WithHTTPClient adds the HTTPClient to the ark service get info params

func (*ArkServiceGetInfoParams) WithTimeout

WithTimeout adds the timeout to the ark service get info params

func (*ArkServiceGetInfoParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type ArkServiceGetInfoReader

type ArkServiceGetInfoReader struct {
	// contains filtered or unexported fields
}

ArkServiceGetInfoReader is a Reader for the ArkServiceGetInfo structure.

func (*ArkServiceGetInfoReader) ReadResponse

func (o *ArkServiceGetInfoReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type ArkServiceGetRoundByIDDefault

type ArkServiceGetRoundByIDDefault struct {
	Payload *models.RPCStatus
	// contains filtered or unexported fields
}

ArkServiceGetRoundByIDDefault describes a response with status code -1, with default header values.

An unexpected error response.

func NewArkServiceGetRoundByIDDefault

func NewArkServiceGetRoundByIDDefault(code int) *ArkServiceGetRoundByIDDefault

NewArkServiceGetRoundByIDDefault creates a ArkServiceGetRoundByIDDefault with default headers values

func (*ArkServiceGetRoundByIDDefault) Code

Code gets the status code for the ark service get round by Id default response

func (*ArkServiceGetRoundByIDDefault) Error

func (*ArkServiceGetRoundByIDDefault) GetPayload

func (*ArkServiceGetRoundByIDDefault) IsClientError

func (o *ArkServiceGetRoundByIDDefault) IsClientError() bool

IsClientError returns true when this ark service get round by Id default response has a 4xx status code

func (*ArkServiceGetRoundByIDDefault) IsCode

func (o *ArkServiceGetRoundByIDDefault) IsCode(code int) bool

IsCode returns true when this ark service get round by Id default response a status code equal to that given

func (*ArkServiceGetRoundByIDDefault) IsRedirect

func (o *ArkServiceGetRoundByIDDefault) IsRedirect() bool

IsRedirect returns true when this ark service get round by Id default response has a 3xx status code

func (*ArkServiceGetRoundByIDDefault) IsServerError

func (o *ArkServiceGetRoundByIDDefault) IsServerError() bool

IsServerError returns true when this ark service get round by Id default response has a 5xx status code

func (*ArkServiceGetRoundByIDDefault) IsSuccess

func (o *ArkServiceGetRoundByIDDefault) IsSuccess() bool

IsSuccess returns true when this ark service get round by Id default response has a 2xx status code

func (*ArkServiceGetRoundByIDDefault) String

type ArkServiceGetRoundByIDOK

type ArkServiceGetRoundByIDOK struct {
	Payload *models.V1GetRoundByIDResponse
}

ArkServiceGetRoundByIDOK describes a response with status code 200, with default header values.

A successful response.

func NewArkServiceGetRoundByIDOK

func NewArkServiceGetRoundByIDOK() *ArkServiceGetRoundByIDOK

NewArkServiceGetRoundByIDOK creates a ArkServiceGetRoundByIDOK with default headers values

func (*ArkServiceGetRoundByIDOK) Code

func (o *ArkServiceGetRoundByIDOK) Code() int

Code gets the status code for the ark service get round by Id o k response

func (*ArkServiceGetRoundByIDOK) Error

func (o *ArkServiceGetRoundByIDOK) Error() string

func (*ArkServiceGetRoundByIDOK) GetPayload

func (*ArkServiceGetRoundByIDOK) IsClientError

func (o *ArkServiceGetRoundByIDOK) IsClientError() bool

IsClientError returns true when this ark service get round by Id o k response has a 4xx status code

func (*ArkServiceGetRoundByIDOK) IsCode

func (o *ArkServiceGetRoundByIDOK) IsCode(code int) bool

IsCode returns true when this ark service get round by Id o k response a status code equal to that given

func (*ArkServiceGetRoundByIDOK) IsRedirect

func (o *ArkServiceGetRoundByIDOK) IsRedirect() bool

IsRedirect returns true when this ark service get round by Id o k response has a 3xx status code

func (*ArkServiceGetRoundByIDOK) IsServerError

func (o *ArkServiceGetRoundByIDOK) IsServerError() bool

IsServerError returns true when this ark service get round by Id o k response has a 5xx status code

func (*ArkServiceGetRoundByIDOK) IsSuccess

func (o *ArkServiceGetRoundByIDOK) IsSuccess() bool

IsSuccess returns true when this ark service get round by Id o k response has a 2xx status code

func (*ArkServiceGetRoundByIDOK) String

func (o *ArkServiceGetRoundByIDOK) String() string

type ArkServiceGetRoundByIDParams

type ArkServiceGetRoundByIDParams struct {

	// ID.
	ID string

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

ArkServiceGetRoundByIDParams contains all the parameters to send to the API endpoint

for the ark service get round by Id operation.

Typically these are written to a http.Request.

func NewArkServiceGetRoundByIDParams

func NewArkServiceGetRoundByIDParams() *ArkServiceGetRoundByIDParams

NewArkServiceGetRoundByIDParams creates a new ArkServiceGetRoundByIDParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewArkServiceGetRoundByIDParamsWithContext

func NewArkServiceGetRoundByIDParamsWithContext(ctx context.Context) *ArkServiceGetRoundByIDParams

NewArkServiceGetRoundByIDParamsWithContext creates a new ArkServiceGetRoundByIDParams object with the ability to set a context for a request.

func NewArkServiceGetRoundByIDParamsWithHTTPClient

func NewArkServiceGetRoundByIDParamsWithHTTPClient(client *http.Client) *ArkServiceGetRoundByIDParams

NewArkServiceGetRoundByIDParamsWithHTTPClient creates a new ArkServiceGetRoundByIDParams object with the ability to set a custom HTTPClient for a request.

func NewArkServiceGetRoundByIDParamsWithTimeout

func NewArkServiceGetRoundByIDParamsWithTimeout(timeout time.Duration) *ArkServiceGetRoundByIDParams

NewArkServiceGetRoundByIDParamsWithTimeout creates a new ArkServiceGetRoundByIDParams object with the ability to set a timeout on a request.

func (*ArkServiceGetRoundByIDParams) SetContext

func (o *ArkServiceGetRoundByIDParams) SetContext(ctx context.Context)

SetContext adds the context to the ark service get round by Id params

func (*ArkServiceGetRoundByIDParams) SetDefaults

func (o *ArkServiceGetRoundByIDParams) SetDefaults()

SetDefaults hydrates default values in the ark service get round by Id params (not the query body).

All values with no default are reset to their zero value.

func (*ArkServiceGetRoundByIDParams) SetHTTPClient

func (o *ArkServiceGetRoundByIDParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the ark service get round by Id params

func (*ArkServiceGetRoundByIDParams) SetID

func (o *ArkServiceGetRoundByIDParams) SetID(id string)

SetID adds the id to the ark service get round by Id params

func (*ArkServiceGetRoundByIDParams) SetTimeout

func (o *ArkServiceGetRoundByIDParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the ark service get round by Id params

func (*ArkServiceGetRoundByIDParams) WithContext

WithContext adds the context to the ark service get round by Id params

func (*ArkServiceGetRoundByIDParams) WithDefaults

WithDefaults hydrates default values in the ark service get round by Id params (not the query body).

All values with no default are reset to their zero value.

func (*ArkServiceGetRoundByIDParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the ark service get round by Id params

func (*ArkServiceGetRoundByIDParams) WithID

WithID adds the id to the ark service get round by Id params

func (*ArkServiceGetRoundByIDParams) WithTimeout

WithTimeout adds the timeout to the ark service get round by Id params

func (*ArkServiceGetRoundByIDParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type ArkServiceGetRoundByIDReader

type ArkServiceGetRoundByIDReader struct {
	// contains filtered or unexported fields
}

ArkServiceGetRoundByIDReader is a Reader for the ArkServiceGetRoundByID structure.

func (*ArkServiceGetRoundByIDReader) ReadResponse

func (o *ArkServiceGetRoundByIDReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type ArkServiceGetRoundDefault

type ArkServiceGetRoundDefault struct {
	Payload *models.RPCStatus
	// contains filtered or unexported fields
}

ArkServiceGetRoundDefault describes a response with status code -1, with default header values.

An unexpected error response.

func NewArkServiceGetRoundDefault

func NewArkServiceGetRoundDefault(code int) *ArkServiceGetRoundDefault

NewArkServiceGetRoundDefault creates a ArkServiceGetRoundDefault with default headers values

func (*ArkServiceGetRoundDefault) Code

func (o *ArkServiceGetRoundDefault) Code() int

Code gets the status code for the ark service get round default response

func (*ArkServiceGetRoundDefault) Error

func (o *ArkServiceGetRoundDefault) Error() string

func (*ArkServiceGetRoundDefault) GetPayload

func (o *ArkServiceGetRoundDefault) GetPayload() *models.RPCStatus

func (*ArkServiceGetRoundDefault) IsClientError

func (o *ArkServiceGetRoundDefault) IsClientError() bool

IsClientError returns true when this ark service get round default response has a 4xx status code

func (*ArkServiceGetRoundDefault) IsCode

func (o *ArkServiceGetRoundDefault) IsCode(code int) bool

IsCode returns true when this ark service get round default response a status code equal to that given

func (*ArkServiceGetRoundDefault) IsRedirect

func (o *ArkServiceGetRoundDefault) IsRedirect() bool

IsRedirect returns true when this ark service get round default response has a 3xx status code

func (*ArkServiceGetRoundDefault) IsServerError

func (o *ArkServiceGetRoundDefault) IsServerError() bool

IsServerError returns true when this ark service get round default response has a 5xx status code

func (*ArkServiceGetRoundDefault) IsSuccess

func (o *ArkServiceGetRoundDefault) IsSuccess() bool

IsSuccess returns true when this ark service get round default response has a 2xx status code

func (*ArkServiceGetRoundDefault) String

func (o *ArkServiceGetRoundDefault) String() string

type ArkServiceGetRoundOK

type ArkServiceGetRoundOK struct {
	Payload *models.V1GetRoundResponse
}

ArkServiceGetRoundOK describes a response with status code 200, with default header values.

A successful response.

func NewArkServiceGetRoundOK

func NewArkServiceGetRoundOK() *ArkServiceGetRoundOK

NewArkServiceGetRoundOK creates a ArkServiceGetRoundOK with default headers values

func (*ArkServiceGetRoundOK) Code

func (o *ArkServiceGetRoundOK) Code() int

Code gets the status code for the ark service get round o k response

func (*ArkServiceGetRoundOK) Error

func (o *ArkServiceGetRoundOK) Error() string

func (*ArkServiceGetRoundOK) GetPayload

func (*ArkServiceGetRoundOK) IsClientError

func (o *ArkServiceGetRoundOK) IsClientError() bool

IsClientError returns true when this ark service get round o k response has a 4xx status code

func (*ArkServiceGetRoundOK) IsCode

func (o *ArkServiceGetRoundOK) IsCode(code int) bool

IsCode returns true when this ark service get round o k response a status code equal to that given

func (*ArkServiceGetRoundOK) IsRedirect

func (o *ArkServiceGetRoundOK) IsRedirect() bool

IsRedirect returns true when this ark service get round o k response has a 3xx status code

func (*ArkServiceGetRoundOK) IsServerError

func (o *ArkServiceGetRoundOK) IsServerError() bool

IsServerError returns true when this ark service get round o k response has a 5xx status code

func (*ArkServiceGetRoundOK) IsSuccess

func (o *ArkServiceGetRoundOK) IsSuccess() bool

IsSuccess returns true when this ark service get round o k response has a 2xx status code

func (*ArkServiceGetRoundOK) String

func (o *ArkServiceGetRoundOK) String() string

type ArkServiceGetRoundParams

type ArkServiceGetRoundParams struct {

	// Txid.
	Txid string

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

ArkServiceGetRoundParams contains all the parameters to send to the API endpoint

for the ark service get round operation.

Typically these are written to a http.Request.

func NewArkServiceGetRoundParams

func NewArkServiceGetRoundParams() *ArkServiceGetRoundParams

NewArkServiceGetRoundParams creates a new ArkServiceGetRoundParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewArkServiceGetRoundParamsWithContext

func NewArkServiceGetRoundParamsWithContext(ctx context.Context) *ArkServiceGetRoundParams

NewArkServiceGetRoundParamsWithContext creates a new ArkServiceGetRoundParams object with the ability to set a context for a request.

func NewArkServiceGetRoundParamsWithHTTPClient

func NewArkServiceGetRoundParamsWithHTTPClient(client *http.Client) *ArkServiceGetRoundParams

NewArkServiceGetRoundParamsWithHTTPClient creates a new ArkServiceGetRoundParams object with the ability to set a custom HTTPClient for a request.

func NewArkServiceGetRoundParamsWithTimeout

func NewArkServiceGetRoundParamsWithTimeout(timeout time.Duration) *ArkServiceGetRoundParams

NewArkServiceGetRoundParamsWithTimeout creates a new ArkServiceGetRoundParams object with the ability to set a timeout on a request.

func (*ArkServiceGetRoundParams) SetContext

func (o *ArkServiceGetRoundParams) SetContext(ctx context.Context)

SetContext adds the context to the ark service get round params

func (*ArkServiceGetRoundParams) SetDefaults

func (o *ArkServiceGetRoundParams) SetDefaults()

SetDefaults hydrates default values in the ark service get round params (not the query body).

All values with no default are reset to their zero value.

func (*ArkServiceGetRoundParams) SetHTTPClient

func (o *ArkServiceGetRoundParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the ark service get round params

func (*ArkServiceGetRoundParams) SetTimeout

func (o *ArkServiceGetRoundParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the ark service get round params

func (*ArkServiceGetRoundParams) SetTxid

func (o *ArkServiceGetRoundParams) SetTxid(txid string)

SetTxid adds the txid to the ark service get round params

func (*ArkServiceGetRoundParams) WithContext

WithContext adds the context to the ark service get round params

func (*ArkServiceGetRoundParams) WithDefaults

WithDefaults hydrates default values in the ark service get round params (not the query body).

All values with no default are reset to their zero value.

func (*ArkServiceGetRoundParams) WithHTTPClient

func (o *ArkServiceGetRoundParams) WithHTTPClient(client *http.Client) *ArkServiceGetRoundParams

WithHTTPClient adds the HTTPClient to the ark service get round params

func (*ArkServiceGetRoundParams) WithTimeout

WithTimeout adds the timeout to the ark service get round params

func (*ArkServiceGetRoundParams) WithTxid

WithTxid adds the txid to the ark service get round params

func (*ArkServiceGetRoundParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type ArkServiceGetRoundReader

type ArkServiceGetRoundReader struct {
	// contains filtered or unexported fields
}

ArkServiceGetRoundReader is a Reader for the ArkServiceGetRound structure.

func (*ArkServiceGetRoundReader) ReadResponse

func (o *ArkServiceGetRoundReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type ArkServiceGetTransactionsStreamDefault

type ArkServiceGetTransactionsStreamDefault struct {
	Payload *models.RPCStatus
	// contains filtered or unexported fields
}

ArkServiceGetTransactionsStreamDefault describes a response with status code -1, with default header values.

An unexpected error response.

func NewArkServiceGetTransactionsStreamDefault

func NewArkServiceGetTransactionsStreamDefault(code int) *ArkServiceGetTransactionsStreamDefault

NewArkServiceGetTransactionsStreamDefault creates a ArkServiceGetTransactionsStreamDefault with default headers values

func (*ArkServiceGetTransactionsStreamDefault) Code

Code gets the status code for the ark service get transactions stream default response

func (*ArkServiceGetTransactionsStreamDefault) Error

func (*ArkServiceGetTransactionsStreamDefault) GetPayload

func (*ArkServiceGetTransactionsStreamDefault) IsClientError

func (o *ArkServiceGetTransactionsStreamDefault) IsClientError() bool

IsClientError returns true when this ark service get transactions stream default response has a 4xx status code

func (*ArkServiceGetTransactionsStreamDefault) IsCode

IsCode returns true when this ark service get transactions stream default response a status code equal to that given

func (*ArkServiceGetTransactionsStreamDefault) IsRedirect

IsRedirect returns true when this ark service get transactions stream default response has a 3xx status code

func (*ArkServiceGetTransactionsStreamDefault) IsServerError

func (o *ArkServiceGetTransactionsStreamDefault) IsServerError() bool

IsServerError returns true when this ark service get transactions stream default response has a 5xx status code

func (*ArkServiceGetTransactionsStreamDefault) IsSuccess

IsSuccess returns true when this ark service get transactions stream default response has a 2xx status code

func (*ArkServiceGetTransactionsStreamDefault) String

type ArkServiceGetTransactionsStreamOK

type ArkServiceGetTransactionsStreamOK struct {
	Payload *ArkServiceGetTransactionsStreamOKBody
}

ArkServiceGetTransactionsStreamOK describes a response with status code 200, with default header values.

A successful response.(streaming responses)

func NewArkServiceGetTransactionsStreamOK

func NewArkServiceGetTransactionsStreamOK() *ArkServiceGetTransactionsStreamOK

NewArkServiceGetTransactionsStreamOK creates a ArkServiceGetTransactionsStreamOK with default headers values

func (*ArkServiceGetTransactionsStreamOK) Code

Code gets the status code for the ark service get transactions stream o k response

func (*ArkServiceGetTransactionsStreamOK) Error

func (*ArkServiceGetTransactionsStreamOK) GetPayload

func (*ArkServiceGetTransactionsStreamOK) IsClientError

func (o *ArkServiceGetTransactionsStreamOK) IsClientError() bool

IsClientError returns true when this ark service get transactions stream o k response has a 4xx status code

func (*ArkServiceGetTransactionsStreamOK) IsCode

func (o *ArkServiceGetTransactionsStreamOK) IsCode(code int) bool

IsCode returns true when this ark service get transactions stream o k response a status code equal to that given

func (*ArkServiceGetTransactionsStreamOK) IsRedirect

func (o *ArkServiceGetTransactionsStreamOK) IsRedirect() bool

IsRedirect returns true when this ark service get transactions stream o k response has a 3xx status code

func (*ArkServiceGetTransactionsStreamOK) IsServerError

func (o *ArkServiceGetTransactionsStreamOK) IsServerError() bool

IsServerError returns true when this ark service get transactions stream o k response has a 5xx status code

func (*ArkServiceGetTransactionsStreamOK) IsSuccess

func (o *ArkServiceGetTransactionsStreamOK) IsSuccess() bool

IsSuccess returns true when this ark service get transactions stream o k response has a 2xx status code

func (*ArkServiceGetTransactionsStreamOK) String

type ArkServiceGetTransactionsStreamOKBody

type ArkServiceGetTransactionsStreamOKBody struct {

	// error
	Error *models.RPCStatus `json:"error,omitempty"`

	// result
	Result *models.V1GetTransactionsStreamResponse `json:"result,omitempty"`
}

ArkServiceGetTransactionsStreamOKBody Stream result of v1GetTransactionsStreamResponse swagger:model ArkServiceGetTransactionsStreamOKBody

func (*ArkServiceGetTransactionsStreamOKBody) ContextValidate

func (o *ArkServiceGetTransactionsStreamOKBody) ContextValidate(ctx context.Context, formats strfmt.Registry) error

ContextValidate validate this ark service get transactions stream o k body based on the context it is used

func (*ArkServiceGetTransactionsStreamOKBody) MarshalBinary

func (o *ArkServiceGetTransactionsStreamOKBody) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*ArkServiceGetTransactionsStreamOKBody) UnmarshalBinary

func (o *ArkServiceGetTransactionsStreamOKBody) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*ArkServiceGetTransactionsStreamOKBody) Validate

Validate validates this ark service get transactions stream o k body

type ArkServiceGetTransactionsStreamParams

type ArkServiceGetTransactionsStreamParams struct {
	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

ArkServiceGetTransactionsStreamParams contains all the parameters to send to the API endpoint

for the ark service get transactions stream operation.

Typically these are written to a http.Request.

func NewArkServiceGetTransactionsStreamParams

func NewArkServiceGetTransactionsStreamParams() *ArkServiceGetTransactionsStreamParams

NewArkServiceGetTransactionsStreamParams creates a new ArkServiceGetTransactionsStreamParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewArkServiceGetTransactionsStreamParamsWithContext

func NewArkServiceGetTransactionsStreamParamsWithContext(ctx context.Context) *ArkServiceGetTransactionsStreamParams

NewArkServiceGetTransactionsStreamParamsWithContext creates a new ArkServiceGetTransactionsStreamParams object with the ability to set a context for a request.

func NewArkServiceGetTransactionsStreamParamsWithHTTPClient

func NewArkServiceGetTransactionsStreamParamsWithHTTPClient(client *http.Client) *ArkServiceGetTransactionsStreamParams

NewArkServiceGetTransactionsStreamParamsWithHTTPClient creates a new ArkServiceGetTransactionsStreamParams object with the ability to set a custom HTTPClient for a request.

func NewArkServiceGetTransactionsStreamParamsWithTimeout

func NewArkServiceGetTransactionsStreamParamsWithTimeout(timeout time.Duration) *ArkServiceGetTransactionsStreamParams

NewArkServiceGetTransactionsStreamParamsWithTimeout creates a new ArkServiceGetTransactionsStreamParams object with the ability to set a timeout on a request.

func (*ArkServiceGetTransactionsStreamParams) SetContext

SetContext adds the context to the ark service get transactions stream params

func (*ArkServiceGetTransactionsStreamParams) SetDefaults

func (o *ArkServiceGetTransactionsStreamParams) SetDefaults()

SetDefaults hydrates default values in the ark service get transactions stream params (not the query body).

All values with no default are reset to their zero value.

func (*ArkServiceGetTransactionsStreamParams) SetHTTPClient

func (o *ArkServiceGetTransactionsStreamParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the ark service get transactions stream params

func (*ArkServiceGetTransactionsStreamParams) SetTimeout

func (o *ArkServiceGetTransactionsStreamParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the ark service get transactions stream params

func (*ArkServiceGetTransactionsStreamParams) WithContext

WithContext adds the context to the ark service get transactions stream params

func (*ArkServiceGetTransactionsStreamParams) WithDefaults

WithDefaults hydrates default values in the ark service get transactions stream params (not the query body).

All values with no default are reset to their zero value.

func (*ArkServiceGetTransactionsStreamParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the ark service get transactions stream params

func (*ArkServiceGetTransactionsStreamParams) WithTimeout

WithTimeout adds the timeout to the ark service get transactions stream params

func (*ArkServiceGetTransactionsStreamParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type ArkServiceGetTransactionsStreamReader

type ArkServiceGetTransactionsStreamReader struct {
	// contains filtered or unexported fields
}

ArkServiceGetTransactionsStreamReader is a Reader for the ArkServiceGetTransactionsStream structure.

func (*ArkServiceGetTransactionsStreamReader) ReadResponse

func (o *ArkServiceGetTransactionsStreamReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type ArkServiceListVtxosDefault

type ArkServiceListVtxosDefault struct {
	Payload *models.RPCStatus
	// contains filtered or unexported fields
}

ArkServiceListVtxosDefault describes a response with status code -1, with default header values.

An unexpected error response.

func NewArkServiceListVtxosDefault

func NewArkServiceListVtxosDefault(code int) *ArkServiceListVtxosDefault

NewArkServiceListVtxosDefault creates a ArkServiceListVtxosDefault with default headers values

func (*ArkServiceListVtxosDefault) Code

func (o *ArkServiceListVtxosDefault) Code() int

Code gets the status code for the ark service list vtxos default response

func (*ArkServiceListVtxosDefault) Error

func (*ArkServiceListVtxosDefault) GetPayload

func (o *ArkServiceListVtxosDefault) GetPayload() *models.RPCStatus

func (*ArkServiceListVtxosDefault) IsClientError

func (o *ArkServiceListVtxosDefault) IsClientError() bool

IsClientError returns true when this ark service list vtxos default response has a 4xx status code

func (*ArkServiceListVtxosDefault) IsCode

func (o *ArkServiceListVtxosDefault) IsCode(code int) bool

IsCode returns true when this ark service list vtxos default response a status code equal to that given

func (*ArkServiceListVtxosDefault) IsRedirect

func (o *ArkServiceListVtxosDefault) IsRedirect() bool

IsRedirect returns true when this ark service list vtxos default response has a 3xx status code

func (*ArkServiceListVtxosDefault) IsServerError

func (o *ArkServiceListVtxosDefault) IsServerError() bool

IsServerError returns true when this ark service list vtxos default response has a 5xx status code

func (*ArkServiceListVtxosDefault) IsSuccess

func (o *ArkServiceListVtxosDefault) IsSuccess() bool

IsSuccess returns true when this ark service list vtxos default response has a 2xx status code

func (*ArkServiceListVtxosDefault) String

func (o *ArkServiceListVtxosDefault) String() string

type ArkServiceListVtxosOK

type ArkServiceListVtxosOK struct {
	Payload *models.V1ListVtxosResponse
}

ArkServiceListVtxosOK describes a response with status code 200, with default header values.

A successful response.

func NewArkServiceListVtxosOK

func NewArkServiceListVtxosOK() *ArkServiceListVtxosOK

NewArkServiceListVtxosOK creates a ArkServiceListVtxosOK with default headers values

func (*ArkServiceListVtxosOK) Code

func (o *ArkServiceListVtxosOK) Code() int

Code gets the status code for the ark service list vtxos o k response

func (*ArkServiceListVtxosOK) Error

func (o *ArkServiceListVtxosOK) Error() string

func (*ArkServiceListVtxosOK) GetPayload

func (*ArkServiceListVtxosOK) IsClientError

func (o *ArkServiceListVtxosOK) IsClientError() bool

IsClientError returns true when this ark service list vtxos o k response has a 4xx status code

func (*ArkServiceListVtxosOK) IsCode

func (o *ArkServiceListVtxosOK) IsCode(code int) bool

IsCode returns true when this ark service list vtxos o k response a status code equal to that given

func (*ArkServiceListVtxosOK) IsRedirect

func (o *ArkServiceListVtxosOK) IsRedirect() bool

IsRedirect returns true when this ark service list vtxos o k response has a 3xx status code

func (*ArkServiceListVtxosOK) IsServerError

func (o *ArkServiceListVtxosOK) IsServerError() bool

IsServerError returns true when this ark service list vtxos o k response has a 5xx status code

func (*ArkServiceListVtxosOK) IsSuccess

func (o *ArkServiceListVtxosOK) IsSuccess() bool

IsSuccess returns true when this ark service list vtxos o k response has a 2xx status code

func (*ArkServiceListVtxosOK) String

func (o *ArkServiceListVtxosOK) String() string

type ArkServiceListVtxosParams

type ArkServiceListVtxosParams struct {

	// Address.
	Address string

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

ArkServiceListVtxosParams contains all the parameters to send to the API endpoint

for the ark service list vtxos operation.

Typically these are written to a http.Request.

func NewArkServiceListVtxosParams

func NewArkServiceListVtxosParams() *ArkServiceListVtxosParams

NewArkServiceListVtxosParams creates a new ArkServiceListVtxosParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewArkServiceListVtxosParamsWithContext

func NewArkServiceListVtxosParamsWithContext(ctx context.Context) *ArkServiceListVtxosParams

NewArkServiceListVtxosParamsWithContext creates a new ArkServiceListVtxosParams object with the ability to set a context for a request.

func NewArkServiceListVtxosParamsWithHTTPClient

func NewArkServiceListVtxosParamsWithHTTPClient(client *http.Client) *ArkServiceListVtxosParams

NewArkServiceListVtxosParamsWithHTTPClient creates a new ArkServiceListVtxosParams object with the ability to set a custom HTTPClient for a request.

func NewArkServiceListVtxosParamsWithTimeout

func NewArkServiceListVtxosParamsWithTimeout(timeout time.Duration) *ArkServiceListVtxosParams

NewArkServiceListVtxosParamsWithTimeout creates a new ArkServiceListVtxosParams object with the ability to set a timeout on a request.

func (*ArkServiceListVtxosParams) SetAddress

func (o *ArkServiceListVtxosParams) SetAddress(address string)

SetAddress adds the address to the ark service list vtxos params

func (*ArkServiceListVtxosParams) SetContext

func (o *ArkServiceListVtxosParams) SetContext(ctx context.Context)

SetContext adds the context to the ark service list vtxos params

func (*ArkServiceListVtxosParams) SetDefaults

func (o *ArkServiceListVtxosParams) SetDefaults()

SetDefaults hydrates default values in the ark service list vtxos params (not the query body).

All values with no default are reset to their zero value.

func (*ArkServiceListVtxosParams) SetHTTPClient

func (o *ArkServiceListVtxosParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the ark service list vtxos params

func (*ArkServiceListVtxosParams) SetTimeout

func (o *ArkServiceListVtxosParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the ark service list vtxos params

func (*ArkServiceListVtxosParams) WithAddress

WithAddress adds the address to the ark service list vtxos params

func (*ArkServiceListVtxosParams) WithContext

WithContext adds the context to the ark service list vtxos params

func (*ArkServiceListVtxosParams) WithDefaults

WithDefaults hydrates default values in the ark service list vtxos params (not the query body).

All values with no default are reset to their zero value.

func (*ArkServiceListVtxosParams) WithHTTPClient

func (o *ArkServiceListVtxosParams) WithHTTPClient(client *http.Client) *ArkServiceListVtxosParams

WithHTTPClient adds the HTTPClient to the ark service list vtxos params

func (*ArkServiceListVtxosParams) WithTimeout

WithTimeout adds the timeout to the ark service list vtxos params

func (*ArkServiceListVtxosParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type ArkServiceListVtxosReader

type ArkServiceListVtxosReader struct {
	// contains filtered or unexported fields
}

ArkServiceListVtxosReader is a Reader for the ArkServiceListVtxos structure.

func (*ArkServiceListVtxosReader) ReadResponse

func (o *ArkServiceListVtxosReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type ArkServicePingDefault

type ArkServicePingDefault struct {
	Payload *models.RPCStatus
	// contains filtered or unexported fields
}

ArkServicePingDefault describes a response with status code -1, with default header values.

An unexpected error response.

func NewArkServicePingDefault

func NewArkServicePingDefault(code int) *ArkServicePingDefault

NewArkServicePingDefault creates a ArkServicePingDefault with default headers values

func (*ArkServicePingDefault) Code

func (o *ArkServicePingDefault) Code() int

Code gets the status code for the ark service ping default response

func (*ArkServicePingDefault) Error

func (o *ArkServicePingDefault) Error() string

func (*ArkServicePingDefault) GetPayload

func (o *ArkServicePingDefault) GetPayload() *models.RPCStatus

func (*ArkServicePingDefault) IsClientError

func (o *ArkServicePingDefault) IsClientError() bool

IsClientError returns true when this ark service ping default response has a 4xx status code

func (*ArkServicePingDefault) IsCode

func (o *ArkServicePingDefault) IsCode(code int) bool

IsCode returns true when this ark service ping default response a status code equal to that given

func (*ArkServicePingDefault) IsRedirect

func (o *ArkServicePingDefault) IsRedirect() bool

IsRedirect returns true when this ark service ping default response has a 3xx status code

func (*ArkServicePingDefault) IsServerError

func (o *ArkServicePingDefault) IsServerError() bool

IsServerError returns true when this ark service ping default response has a 5xx status code

func (*ArkServicePingDefault) IsSuccess

func (o *ArkServicePingDefault) IsSuccess() bool

IsSuccess returns true when this ark service ping default response has a 2xx status code

func (*ArkServicePingDefault) String

func (o *ArkServicePingDefault) String() string

type ArkServicePingOK

type ArkServicePingOK struct {
	Payload models.V1PingResponse
}

ArkServicePingOK describes a response with status code 200, with default header values.

A successful response.

func NewArkServicePingOK

func NewArkServicePingOK() *ArkServicePingOK

NewArkServicePingOK creates a ArkServicePingOK with default headers values

func (*ArkServicePingOK) Code

func (o *ArkServicePingOK) Code() int

Code gets the status code for the ark service ping o k response

func (*ArkServicePingOK) Error

func (o *ArkServicePingOK) Error() string

func (*ArkServicePingOK) GetPayload

func (o *ArkServicePingOK) GetPayload() models.V1PingResponse

func (*ArkServicePingOK) IsClientError

func (o *ArkServicePingOK) IsClientError() bool

IsClientError returns true when this ark service ping o k response has a 4xx status code

func (*ArkServicePingOK) IsCode

func (o *ArkServicePingOK) IsCode(code int) bool

IsCode returns true when this ark service ping o k response a status code equal to that given

func (*ArkServicePingOK) IsRedirect

func (o *ArkServicePingOK) IsRedirect() bool

IsRedirect returns true when this ark service ping o k response has a 3xx status code

func (*ArkServicePingOK) IsServerError

func (o *ArkServicePingOK) IsServerError() bool

IsServerError returns true when this ark service ping o k response has a 5xx status code

func (*ArkServicePingOK) IsSuccess

func (o *ArkServicePingOK) IsSuccess() bool

IsSuccess returns true when this ark service ping o k response has a 2xx status code

func (*ArkServicePingOK) String

func (o *ArkServicePingOK) String() string

type ArkServicePingParams

type ArkServicePingParams struct {

	/* RequestID.

	   The id used to register inputs and ouptuts.
	*/
	RequestID string

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

ArkServicePingParams contains all the parameters to send to the API endpoint

for the ark service ping operation.

Typically these are written to a http.Request.

func NewArkServicePingParams

func NewArkServicePingParams() *ArkServicePingParams

NewArkServicePingParams creates a new ArkServicePingParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewArkServicePingParamsWithContext

func NewArkServicePingParamsWithContext(ctx context.Context) *ArkServicePingParams

NewArkServicePingParamsWithContext creates a new ArkServicePingParams object with the ability to set a context for a request.

func NewArkServicePingParamsWithHTTPClient

func NewArkServicePingParamsWithHTTPClient(client *http.Client) *ArkServicePingParams

NewArkServicePingParamsWithHTTPClient creates a new ArkServicePingParams object with the ability to set a custom HTTPClient for a request.

func NewArkServicePingParamsWithTimeout

func NewArkServicePingParamsWithTimeout(timeout time.Duration) *ArkServicePingParams

NewArkServicePingParamsWithTimeout creates a new ArkServicePingParams object with the ability to set a timeout on a request.

func (*ArkServicePingParams) SetContext

func (o *ArkServicePingParams) SetContext(ctx context.Context)

SetContext adds the context to the ark service ping params

func (*ArkServicePingParams) SetDefaults

func (o *ArkServicePingParams) SetDefaults()

SetDefaults hydrates default values in the ark service ping params (not the query body).

All values with no default are reset to their zero value.

func (*ArkServicePingParams) SetHTTPClient

func (o *ArkServicePingParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the ark service ping params

func (*ArkServicePingParams) SetRequestID

func (o *ArkServicePingParams) SetRequestID(requestID string)

SetRequestID adds the requestId to the ark service ping params

func (*ArkServicePingParams) SetTimeout

func (o *ArkServicePingParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the ark service ping params

func (*ArkServicePingParams) WithContext

WithContext adds the context to the ark service ping params

func (*ArkServicePingParams) WithDefaults

func (o *ArkServicePingParams) WithDefaults() *ArkServicePingParams

WithDefaults hydrates default values in the ark service ping params (not the query body).

All values with no default are reset to their zero value.

func (*ArkServicePingParams) WithHTTPClient

func (o *ArkServicePingParams) WithHTTPClient(client *http.Client) *ArkServicePingParams

WithHTTPClient adds the HTTPClient to the ark service ping params

func (*ArkServicePingParams) WithRequestID

func (o *ArkServicePingParams) WithRequestID(requestID string) *ArkServicePingParams

WithRequestID adds the requestID to the ark service ping params

func (*ArkServicePingParams) WithTimeout

func (o *ArkServicePingParams) WithTimeout(timeout time.Duration) *ArkServicePingParams

WithTimeout adds the timeout to the ark service ping params

func (*ArkServicePingParams) WriteToRequest

func (o *ArkServicePingParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error

WriteToRequest writes these params to a swagger request

type ArkServicePingReader

type ArkServicePingReader struct {
	// contains filtered or unexported fields
}

ArkServicePingReader is a Reader for the ArkServicePing structure.

func (*ArkServicePingReader) ReadResponse

func (o *ArkServicePingReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type ArkServiceRegisterInputsForNextRoundDefault

type ArkServiceRegisterInputsForNextRoundDefault struct {
	Payload *models.RPCStatus
	// contains filtered or unexported fields
}

ArkServiceRegisterInputsForNextRoundDefault describes a response with status code -1, with default header values.

An unexpected error response.

func NewArkServiceRegisterInputsForNextRoundDefault

func NewArkServiceRegisterInputsForNextRoundDefault(code int) *ArkServiceRegisterInputsForNextRoundDefault

NewArkServiceRegisterInputsForNextRoundDefault creates a ArkServiceRegisterInputsForNextRoundDefault with default headers values

func (*ArkServiceRegisterInputsForNextRoundDefault) Code

Code gets the status code for the ark service register inputs for next round default response

func (*ArkServiceRegisterInputsForNextRoundDefault) Error

func (*ArkServiceRegisterInputsForNextRoundDefault) GetPayload

func (*ArkServiceRegisterInputsForNextRoundDefault) IsClientError

IsClientError returns true when this ark service register inputs for next round default response has a 4xx status code

func (*ArkServiceRegisterInputsForNextRoundDefault) IsCode

IsCode returns true when this ark service register inputs for next round default response a status code equal to that given

func (*ArkServiceRegisterInputsForNextRoundDefault) IsRedirect

IsRedirect returns true when this ark service register inputs for next round default response has a 3xx status code

func (*ArkServiceRegisterInputsForNextRoundDefault) IsServerError

IsServerError returns true when this ark service register inputs for next round default response has a 5xx status code

func (*ArkServiceRegisterInputsForNextRoundDefault) IsSuccess

IsSuccess returns true when this ark service register inputs for next round default response has a 2xx status code

func (*ArkServiceRegisterInputsForNextRoundDefault) String

type ArkServiceRegisterInputsForNextRoundOK

type ArkServiceRegisterInputsForNextRoundOK struct {
	Payload *models.V1RegisterInputsForNextRoundResponse
}

ArkServiceRegisterInputsForNextRoundOK describes a response with status code 200, with default header values.

A successful response.

func NewArkServiceRegisterInputsForNextRoundOK

func NewArkServiceRegisterInputsForNextRoundOK() *ArkServiceRegisterInputsForNextRoundOK

NewArkServiceRegisterInputsForNextRoundOK creates a ArkServiceRegisterInputsForNextRoundOK with default headers values

func (*ArkServiceRegisterInputsForNextRoundOK) Code

Code gets the status code for the ark service register inputs for next round o k response

func (*ArkServiceRegisterInputsForNextRoundOK) Error

func (*ArkServiceRegisterInputsForNextRoundOK) GetPayload

func (*ArkServiceRegisterInputsForNextRoundOK) IsClientError

func (o *ArkServiceRegisterInputsForNextRoundOK) IsClientError() bool

IsClientError returns true when this ark service register inputs for next round o k response has a 4xx status code

func (*ArkServiceRegisterInputsForNextRoundOK) IsCode

IsCode returns true when this ark service register inputs for next round o k response a status code equal to that given

func (*ArkServiceRegisterInputsForNextRoundOK) IsRedirect

IsRedirect returns true when this ark service register inputs for next round o k response has a 3xx status code

func (*ArkServiceRegisterInputsForNextRoundOK) IsServerError

func (o *ArkServiceRegisterInputsForNextRoundOK) IsServerError() bool

IsServerError returns true when this ark service register inputs for next round o k response has a 5xx status code

func (*ArkServiceRegisterInputsForNextRoundOK) IsSuccess

IsSuccess returns true when this ark service register inputs for next round o k response has a 2xx status code

func (*ArkServiceRegisterInputsForNextRoundOK) String

type ArkServiceRegisterInputsForNextRoundParams

type ArkServiceRegisterInputsForNextRoundParams struct {

	// Body.
	Body *models.V1RegisterInputsForNextRoundRequest

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

ArkServiceRegisterInputsForNextRoundParams contains all the parameters to send to the API endpoint

for the ark service register inputs for next round operation.

Typically these are written to a http.Request.

func NewArkServiceRegisterInputsForNextRoundParams

func NewArkServiceRegisterInputsForNextRoundParams() *ArkServiceRegisterInputsForNextRoundParams

NewArkServiceRegisterInputsForNextRoundParams creates a new ArkServiceRegisterInputsForNextRoundParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewArkServiceRegisterInputsForNextRoundParamsWithContext

func NewArkServiceRegisterInputsForNextRoundParamsWithContext(ctx context.Context) *ArkServiceRegisterInputsForNextRoundParams

NewArkServiceRegisterInputsForNextRoundParamsWithContext creates a new ArkServiceRegisterInputsForNextRoundParams object with the ability to set a context for a request.

func NewArkServiceRegisterInputsForNextRoundParamsWithHTTPClient

func NewArkServiceRegisterInputsForNextRoundParamsWithHTTPClient(client *http.Client) *ArkServiceRegisterInputsForNextRoundParams

NewArkServiceRegisterInputsForNextRoundParamsWithHTTPClient creates a new ArkServiceRegisterInputsForNextRoundParams object with the ability to set a custom HTTPClient for a request.

func NewArkServiceRegisterInputsForNextRoundParamsWithTimeout

func NewArkServiceRegisterInputsForNextRoundParamsWithTimeout(timeout time.Duration) *ArkServiceRegisterInputsForNextRoundParams

NewArkServiceRegisterInputsForNextRoundParamsWithTimeout creates a new ArkServiceRegisterInputsForNextRoundParams object with the ability to set a timeout on a request.

func (*ArkServiceRegisterInputsForNextRoundParams) SetBody

SetBody adds the body to the ark service register inputs for next round params

func (*ArkServiceRegisterInputsForNextRoundParams) SetContext

SetContext adds the context to the ark service register inputs for next round params

func (*ArkServiceRegisterInputsForNextRoundParams) SetDefaults

SetDefaults hydrates default values in the ark service register inputs for next round params (not the query body).

All values with no default are reset to their zero value.

func (*ArkServiceRegisterInputsForNextRoundParams) SetHTTPClient

func (o *ArkServiceRegisterInputsForNextRoundParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the ark service register inputs for next round params

func (*ArkServiceRegisterInputsForNextRoundParams) SetTimeout

SetTimeout adds the timeout to the ark service register inputs for next round params

func (*ArkServiceRegisterInputsForNextRoundParams) WithBody

WithBody adds the body to the ark service register inputs for next round params

func (*ArkServiceRegisterInputsForNextRoundParams) WithContext

WithContext adds the context to the ark service register inputs for next round params

func (*ArkServiceRegisterInputsForNextRoundParams) WithDefaults

WithDefaults hydrates default values in the ark service register inputs for next round params (not the query body).

All values with no default are reset to their zero value.

func (*ArkServiceRegisterInputsForNextRoundParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the ark service register inputs for next round params

func (*ArkServiceRegisterInputsForNextRoundParams) WithTimeout

WithTimeout adds the timeout to the ark service register inputs for next round params

func (*ArkServiceRegisterInputsForNextRoundParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type ArkServiceRegisterInputsForNextRoundReader

type ArkServiceRegisterInputsForNextRoundReader struct {
	// contains filtered or unexported fields
}

ArkServiceRegisterInputsForNextRoundReader is a Reader for the ArkServiceRegisterInputsForNextRound structure.

func (*ArkServiceRegisterInputsForNextRoundReader) ReadResponse

func (o *ArkServiceRegisterInputsForNextRoundReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type ArkServiceRegisterOutputsForNextRoundDefault

type ArkServiceRegisterOutputsForNextRoundDefault struct {
	Payload *models.RPCStatus
	// contains filtered or unexported fields
}

ArkServiceRegisterOutputsForNextRoundDefault describes a response with status code -1, with default header values.

An unexpected error response.

func NewArkServiceRegisterOutputsForNextRoundDefault

func NewArkServiceRegisterOutputsForNextRoundDefault(code int) *ArkServiceRegisterOutputsForNextRoundDefault

NewArkServiceRegisterOutputsForNextRoundDefault creates a ArkServiceRegisterOutputsForNextRoundDefault with default headers values

func (*ArkServiceRegisterOutputsForNextRoundDefault) Code

Code gets the status code for the ark service register outputs for next round default response

func (*ArkServiceRegisterOutputsForNextRoundDefault) Error

func (*ArkServiceRegisterOutputsForNextRoundDefault) GetPayload

func (*ArkServiceRegisterOutputsForNextRoundDefault) IsClientError

IsClientError returns true when this ark service register outputs for next round default response has a 4xx status code

func (*ArkServiceRegisterOutputsForNextRoundDefault) IsCode

IsCode returns true when this ark service register outputs for next round default response a status code equal to that given

func (*ArkServiceRegisterOutputsForNextRoundDefault) IsRedirect

IsRedirect returns true when this ark service register outputs for next round default response has a 3xx status code

func (*ArkServiceRegisterOutputsForNextRoundDefault) IsServerError

IsServerError returns true when this ark service register outputs for next round default response has a 5xx status code

func (*ArkServiceRegisterOutputsForNextRoundDefault) IsSuccess

IsSuccess returns true when this ark service register outputs for next round default response has a 2xx status code

func (*ArkServiceRegisterOutputsForNextRoundDefault) String

type ArkServiceRegisterOutputsForNextRoundOK

type ArkServiceRegisterOutputsForNextRoundOK struct {
	Payload models.V1RegisterOutputsForNextRoundResponse
}

ArkServiceRegisterOutputsForNextRoundOK describes a response with status code 200, with default header values.

A successful response.

func NewArkServiceRegisterOutputsForNextRoundOK

func NewArkServiceRegisterOutputsForNextRoundOK() *ArkServiceRegisterOutputsForNextRoundOK

NewArkServiceRegisterOutputsForNextRoundOK creates a ArkServiceRegisterOutputsForNextRoundOK with default headers values

func (*ArkServiceRegisterOutputsForNextRoundOK) Code

Code gets the status code for the ark service register outputs for next round o k response

func (*ArkServiceRegisterOutputsForNextRoundOK) Error

func (*ArkServiceRegisterOutputsForNextRoundOK) GetPayload

func (*ArkServiceRegisterOutputsForNextRoundOK) IsClientError

func (o *ArkServiceRegisterOutputsForNextRoundOK) IsClientError() bool

IsClientError returns true when this ark service register outputs for next round o k response has a 4xx status code

func (*ArkServiceRegisterOutputsForNextRoundOK) IsCode

IsCode returns true when this ark service register outputs for next round o k response a status code equal to that given

func (*ArkServiceRegisterOutputsForNextRoundOK) IsRedirect

IsRedirect returns true when this ark service register outputs for next round o k response has a 3xx status code

func (*ArkServiceRegisterOutputsForNextRoundOK) IsServerError

func (o *ArkServiceRegisterOutputsForNextRoundOK) IsServerError() bool

IsServerError returns true when this ark service register outputs for next round o k response has a 5xx status code

func (*ArkServiceRegisterOutputsForNextRoundOK) IsSuccess

IsSuccess returns true when this ark service register outputs for next round o k response has a 2xx status code

func (*ArkServiceRegisterOutputsForNextRoundOK) String

type ArkServiceRegisterOutputsForNextRoundParams

type ArkServiceRegisterOutputsForNextRoundParams struct {

	// Body.
	Body *models.V1RegisterOutputsForNextRoundRequest

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

ArkServiceRegisterOutputsForNextRoundParams contains all the parameters to send to the API endpoint

for the ark service register outputs for next round operation.

Typically these are written to a http.Request.

func NewArkServiceRegisterOutputsForNextRoundParams

func NewArkServiceRegisterOutputsForNextRoundParams() *ArkServiceRegisterOutputsForNextRoundParams

NewArkServiceRegisterOutputsForNextRoundParams creates a new ArkServiceRegisterOutputsForNextRoundParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewArkServiceRegisterOutputsForNextRoundParamsWithContext

func NewArkServiceRegisterOutputsForNextRoundParamsWithContext(ctx context.Context) *ArkServiceRegisterOutputsForNextRoundParams

NewArkServiceRegisterOutputsForNextRoundParamsWithContext creates a new ArkServiceRegisterOutputsForNextRoundParams object with the ability to set a context for a request.

func NewArkServiceRegisterOutputsForNextRoundParamsWithHTTPClient

func NewArkServiceRegisterOutputsForNextRoundParamsWithHTTPClient(client *http.Client) *ArkServiceRegisterOutputsForNextRoundParams

NewArkServiceRegisterOutputsForNextRoundParamsWithHTTPClient creates a new ArkServiceRegisterOutputsForNextRoundParams object with the ability to set a custom HTTPClient for a request.

func NewArkServiceRegisterOutputsForNextRoundParamsWithTimeout

func NewArkServiceRegisterOutputsForNextRoundParamsWithTimeout(timeout time.Duration) *ArkServiceRegisterOutputsForNextRoundParams

NewArkServiceRegisterOutputsForNextRoundParamsWithTimeout creates a new ArkServiceRegisterOutputsForNextRoundParams object with the ability to set a timeout on a request.

func (*ArkServiceRegisterOutputsForNextRoundParams) SetBody

SetBody adds the body to the ark service register outputs for next round params

func (*ArkServiceRegisterOutputsForNextRoundParams) SetContext

SetContext adds the context to the ark service register outputs for next round params

func (*ArkServiceRegisterOutputsForNextRoundParams) SetDefaults

SetDefaults hydrates default values in the ark service register outputs for next round params (not the query body).

All values with no default are reset to their zero value.

func (*ArkServiceRegisterOutputsForNextRoundParams) SetHTTPClient

func (o *ArkServiceRegisterOutputsForNextRoundParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the ark service register outputs for next round params

func (*ArkServiceRegisterOutputsForNextRoundParams) SetTimeout

SetTimeout adds the timeout to the ark service register outputs for next round params

func (*ArkServiceRegisterOutputsForNextRoundParams) WithBody

WithBody adds the body to the ark service register outputs for next round params

func (*ArkServiceRegisterOutputsForNextRoundParams) WithContext

WithContext adds the context to the ark service register outputs for next round params

func (*ArkServiceRegisterOutputsForNextRoundParams) WithDefaults

WithDefaults hydrates default values in the ark service register outputs for next round params (not the query body).

All values with no default are reset to their zero value.

func (*ArkServiceRegisterOutputsForNextRoundParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the ark service register outputs for next round params

func (*ArkServiceRegisterOutputsForNextRoundParams) WithTimeout

WithTimeout adds the timeout to the ark service register outputs for next round params

func (*ArkServiceRegisterOutputsForNextRoundParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type ArkServiceRegisterOutputsForNextRoundReader

type ArkServiceRegisterOutputsForNextRoundReader struct {
	// contains filtered or unexported fields
}

ArkServiceRegisterOutputsForNextRoundReader is a Reader for the ArkServiceRegisterOutputsForNextRound structure.

func (*ArkServiceRegisterOutputsForNextRoundReader) ReadResponse

func (o *ArkServiceRegisterOutputsForNextRoundReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type ArkServiceSetNostrRecipientDefault

type ArkServiceSetNostrRecipientDefault struct {
	Payload *models.RPCStatus
	// contains filtered or unexported fields
}

ArkServiceSetNostrRecipientDefault describes a response with status code -1, with default header values.

An unexpected error response.

func NewArkServiceSetNostrRecipientDefault

func NewArkServiceSetNostrRecipientDefault(code int) *ArkServiceSetNostrRecipientDefault

NewArkServiceSetNostrRecipientDefault creates a ArkServiceSetNostrRecipientDefault with default headers values

func (*ArkServiceSetNostrRecipientDefault) Code

Code gets the status code for the ark service set nostr recipient default response

func (*ArkServiceSetNostrRecipientDefault) Error

func (*ArkServiceSetNostrRecipientDefault) GetPayload

func (*ArkServiceSetNostrRecipientDefault) IsClientError

func (o *ArkServiceSetNostrRecipientDefault) IsClientError() bool

IsClientError returns true when this ark service set nostr recipient default response has a 4xx status code

func (*ArkServiceSetNostrRecipientDefault) IsCode

IsCode returns true when this ark service set nostr recipient default response a status code equal to that given

func (*ArkServiceSetNostrRecipientDefault) IsRedirect

func (o *ArkServiceSetNostrRecipientDefault) IsRedirect() bool

IsRedirect returns true when this ark service set nostr recipient default response has a 3xx status code

func (*ArkServiceSetNostrRecipientDefault) IsServerError

func (o *ArkServiceSetNostrRecipientDefault) IsServerError() bool

IsServerError returns true when this ark service set nostr recipient default response has a 5xx status code

func (*ArkServiceSetNostrRecipientDefault) IsSuccess

IsSuccess returns true when this ark service set nostr recipient default response has a 2xx status code

func (*ArkServiceSetNostrRecipientDefault) String

type ArkServiceSetNostrRecipientOK

type ArkServiceSetNostrRecipientOK struct {
	Payload models.V1SetNostrRecipientResponse
}

ArkServiceSetNostrRecipientOK describes a response with status code 200, with default header values.

A successful response.

func NewArkServiceSetNostrRecipientOK

func NewArkServiceSetNostrRecipientOK() *ArkServiceSetNostrRecipientOK

NewArkServiceSetNostrRecipientOK creates a ArkServiceSetNostrRecipientOK with default headers values

func (*ArkServiceSetNostrRecipientOK) Code

Code gets the status code for the ark service set nostr recipient o k response

func (*ArkServiceSetNostrRecipientOK) Error

func (*ArkServiceSetNostrRecipientOK) GetPayload

func (*ArkServiceSetNostrRecipientOK) IsClientError

func (o *ArkServiceSetNostrRecipientOK) IsClientError() bool

IsClientError returns true when this ark service set nostr recipient o k response has a 4xx status code

func (*ArkServiceSetNostrRecipientOK) IsCode

func (o *ArkServiceSetNostrRecipientOK) IsCode(code int) bool

IsCode returns true when this ark service set nostr recipient o k response a status code equal to that given

func (*ArkServiceSetNostrRecipientOK) IsRedirect

func (o *ArkServiceSetNostrRecipientOK) IsRedirect() bool

IsRedirect returns true when this ark service set nostr recipient o k response has a 3xx status code

func (*ArkServiceSetNostrRecipientOK) IsServerError

func (o *ArkServiceSetNostrRecipientOK) IsServerError() bool

IsServerError returns true when this ark service set nostr recipient o k response has a 5xx status code

func (*ArkServiceSetNostrRecipientOK) IsSuccess

func (o *ArkServiceSetNostrRecipientOK) IsSuccess() bool

IsSuccess returns true when this ark service set nostr recipient o k response has a 2xx status code

func (*ArkServiceSetNostrRecipientOK) String

type ArkServiceSetNostrRecipientParams

type ArkServiceSetNostrRecipientParams struct {

	// Body.
	Body *models.V1SetNostrRecipientRequest

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

ArkServiceSetNostrRecipientParams contains all the parameters to send to the API endpoint

for the ark service set nostr recipient operation.

Typically these are written to a http.Request.

func NewArkServiceSetNostrRecipientParams

func NewArkServiceSetNostrRecipientParams() *ArkServiceSetNostrRecipientParams

NewArkServiceSetNostrRecipientParams creates a new ArkServiceSetNostrRecipientParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewArkServiceSetNostrRecipientParamsWithContext

func NewArkServiceSetNostrRecipientParamsWithContext(ctx context.Context) *ArkServiceSetNostrRecipientParams

NewArkServiceSetNostrRecipientParamsWithContext creates a new ArkServiceSetNostrRecipientParams object with the ability to set a context for a request.

func NewArkServiceSetNostrRecipientParamsWithHTTPClient

func NewArkServiceSetNostrRecipientParamsWithHTTPClient(client *http.Client) *ArkServiceSetNostrRecipientParams

NewArkServiceSetNostrRecipientParamsWithHTTPClient creates a new ArkServiceSetNostrRecipientParams object with the ability to set a custom HTTPClient for a request.

func NewArkServiceSetNostrRecipientParamsWithTimeout

func NewArkServiceSetNostrRecipientParamsWithTimeout(timeout time.Duration) *ArkServiceSetNostrRecipientParams

NewArkServiceSetNostrRecipientParamsWithTimeout creates a new ArkServiceSetNostrRecipientParams object with the ability to set a timeout on a request.

func (*ArkServiceSetNostrRecipientParams) SetBody

SetBody adds the body to the ark service set nostr recipient params

func (*ArkServiceSetNostrRecipientParams) SetContext

SetContext adds the context to the ark service set nostr recipient params

func (*ArkServiceSetNostrRecipientParams) SetDefaults

func (o *ArkServiceSetNostrRecipientParams) SetDefaults()

SetDefaults hydrates default values in the ark service set nostr recipient params (not the query body).

All values with no default are reset to their zero value.

func (*ArkServiceSetNostrRecipientParams) SetHTTPClient

func (o *ArkServiceSetNostrRecipientParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the ark service set nostr recipient params

func (*ArkServiceSetNostrRecipientParams) SetTimeout

func (o *ArkServiceSetNostrRecipientParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the ark service set nostr recipient params

func (*ArkServiceSetNostrRecipientParams) WithBody

WithBody adds the body to the ark service set nostr recipient params

func (*ArkServiceSetNostrRecipientParams) WithContext

WithContext adds the context to the ark service set nostr recipient params

func (*ArkServiceSetNostrRecipientParams) WithDefaults

WithDefaults hydrates default values in the ark service set nostr recipient params (not the query body).

All values with no default are reset to their zero value.

func (*ArkServiceSetNostrRecipientParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the ark service set nostr recipient params

func (*ArkServiceSetNostrRecipientParams) WithTimeout

WithTimeout adds the timeout to the ark service set nostr recipient params

func (*ArkServiceSetNostrRecipientParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type ArkServiceSetNostrRecipientReader

type ArkServiceSetNostrRecipientReader struct {
	// contains filtered or unexported fields
}

ArkServiceSetNostrRecipientReader is a Reader for the ArkServiceSetNostrRecipient structure.

func (*ArkServiceSetNostrRecipientReader) ReadResponse

func (o *ArkServiceSetNostrRecipientReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type ArkServiceSubmitRedeemTxDefault

type ArkServiceSubmitRedeemTxDefault struct {
	Payload *models.RPCStatus
	// contains filtered or unexported fields
}

ArkServiceSubmitRedeemTxDefault describes a response with status code -1, with default header values.

An unexpected error response.

func NewArkServiceSubmitRedeemTxDefault

func NewArkServiceSubmitRedeemTxDefault(code int) *ArkServiceSubmitRedeemTxDefault

NewArkServiceSubmitRedeemTxDefault creates a ArkServiceSubmitRedeemTxDefault with default headers values

func (*ArkServiceSubmitRedeemTxDefault) Code

Code gets the status code for the ark service submit redeem tx default response

func (*ArkServiceSubmitRedeemTxDefault) Error

func (*ArkServiceSubmitRedeemTxDefault) GetPayload

func (*ArkServiceSubmitRedeemTxDefault) IsClientError

func (o *ArkServiceSubmitRedeemTxDefault) IsClientError() bool

IsClientError returns true when this ark service submit redeem tx default response has a 4xx status code

func (*ArkServiceSubmitRedeemTxDefault) IsCode

func (o *ArkServiceSubmitRedeemTxDefault) IsCode(code int) bool

IsCode returns true when this ark service submit redeem tx default response a status code equal to that given

func (*ArkServiceSubmitRedeemTxDefault) IsRedirect

func (o *ArkServiceSubmitRedeemTxDefault) IsRedirect() bool

IsRedirect returns true when this ark service submit redeem tx default response has a 3xx status code

func (*ArkServiceSubmitRedeemTxDefault) IsServerError

func (o *ArkServiceSubmitRedeemTxDefault) IsServerError() bool

IsServerError returns true when this ark service submit redeem tx default response has a 5xx status code

func (*ArkServiceSubmitRedeemTxDefault) IsSuccess

func (o *ArkServiceSubmitRedeemTxDefault) IsSuccess() bool

IsSuccess returns true when this ark service submit redeem tx default response has a 2xx status code

func (*ArkServiceSubmitRedeemTxDefault) String

type ArkServiceSubmitRedeemTxOK

type ArkServiceSubmitRedeemTxOK struct {
	Payload *models.V1SubmitRedeemTxResponse
}

ArkServiceSubmitRedeemTxOK describes a response with status code 200, with default header values.

A successful response.

func NewArkServiceSubmitRedeemTxOK

func NewArkServiceSubmitRedeemTxOK() *ArkServiceSubmitRedeemTxOK

NewArkServiceSubmitRedeemTxOK creates a ArkServiceSubmitRedeemTxOK with default headers values

func (*ArkServiceSubmitRedeemTxOK) Code

func (o *ArkServiceSubmitRedeemTxOK) Code() int

Code gets the status code for the ark service submit redeem tx o k response

func (*ArkServiceSubmitRedeemTxOK) Error

func (*ArkServiceSubmitRedeemTxOK) GetPayload

func (*ArkServiceSubmitRedeemTxOK) IsClientError

func (o *ArkServiceSubmitRedeemTxOK) IsClientError() bool

IsClientError returns true when this ark service submit redeem tx o k response has a 4xx status code

func (*ArkServiceSubmitRedeemTxOK) IsCode

func (o *ArkServiceSubmitRedeemTxOK) IsCode(code int) bool

IsCode returns true when this ark service submit redeem tx o k response a status code equal to that given

func (*ArkServiceSubmitRedeemTxOK) IsRedirect

func (o *ArkServiceSubmitRedeemTxOK) IsRedirect() bool

IsRedirect returns true when this ark service submit redeem tx o k response has a 3xx status code

func (*ArkServiceSubmitRedeemTxOK) IsServerError

func (o *ArkServiceSubmitRedeemTxOK) IsServerError() bool

IsServerError returns true when this ark service submit redeem tx o k response has a 5xx status code

func (*ArkServiceSubmitRedeemTxOK) IsSuccess

func (o *ArkServiceSubmitRedeemTxOK) IsSuccess() bool

IsSuccess returns true when this ark service submit redeem tx o k response has a 2xx status code

func (*ArkServiceSubmitRedeemTxOK) String

func (o *ArkServiceSubmitRedeemTxOK) String() string

type ArkServiceSubmitRedeemTxParams

type ArkServiceSubmitRedeemTxParams struct {

	// Body.
	Body *models.V1SubmitRedeemTxRequest

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

ArkServiceSubmitRedeemTxParams contains all the parameters to send to the API endpoint

for the ark service submit redeem tx operation.

Typically these are written to a http.Request.

func NewArkServiceSubmitRedeemTxParams

func NewArkServiceSubmitRedeemTxParams() *ArkServiceSubmitRedeemTxParams

NewArkServiceSubmitRedeemTxParams creates a new ArkServiceSubmitRedeemTxParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewArkServiceSubmitRedeemTxParamsWithContext

func NewArkServiceSubmitRedeemTxParamsWithContext(ctx context.Context) *ArkServiceSubmitRedeemTxParams

NewArkServiceSubmitRedeemTxParamsWithContext creates a new ArkServiceSubmitRedeemTxParams object with the ability to set a context for a request.

func NewArkServiceSubmitRedeemTxParamsWithHTTPClient

func NewArkServiceSubmitRedeemTxParamsWithHTTPClient(client *http.Client) *ArkServiceSubmitRedeemTxParams

NewArkServiceSubmitRedeemTxParamsWithHTTPClient creates a new ArkServiceSubmitRedeemTxParams object with the ability to set a custom HTTPClient for a request.

func NewArkServiceSubmitRedeemTxParamsWithTimeout

func NewArkServiceSubmitRedeemTxParamsWithTimeout(timeout time.Duration) *ArkServiceSubmitRedeemTxParams

NewArkServiceSubmitRedeemTxParamsWithTimeout creates a new ArkServiceSubmitRedeemTxParams object with the ability to set a timeout on a request.

func (*ArkServiceSubmitRedeemTxParams) SetBody

SetBody adds the body to the ark service submit redeem tx params

func (*ArkServiceSubmitRedeemTxParams) SetContext

func (o *ArkServiceSubmitRedeemTxParams) SetContext(ctx context.Context)

SetContext adds the context to the ark service submit redeem tx params

func (*ArkServiceSubmitRedeemTxParams) SetDefaults

func (o *ArkServiceSubmitRedeemTxParams) SetDefaults()

SetDefaults hydrates default values in the ark service submit redeem tx params (not the query body).

All values with no default are reset to their zero value.

func (*ArkServiceSubmitRedeemTxParams) SetHTTPClient

func (o *ArkServiceSubmitRedeemTxParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the ark service submit redeem tx params

func (*ArkServiceSubmitRedeemTxParams) SetTimeout

func (o *ArkServiceSubmitRedeemTxParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the ark service submit redeem tx params

func (*ArkServiceSubmitRedeemTxParams) WithBody

WithBody adds the body to the ark service submit redeem tx params

func (*ArkServiceSubmitRedeemTxParams) WithContext

WithContext adds the context to the ark service submit redeem tx params

func (*ArkServiceSubmitRedeemTxParams) WithDefaults

WithDefaults hydrates default values in the ark service submit redeem tx params (not the query body).

All values with no default are reset to their zero value.

func (*ArkServiceSubmitRedeemTxParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the ark service submit redeem tx params

func (*ArkServiceSubmitRedeemTxParams) WithTimeout

WithTimeout adds the timeout to the ark service submit redeem tx params

func (*ArkServiceSubmitRedeemTxParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type ArkServiceSubmitRedeemTxReader

type ArkServiceSubmitRedeemTxReader struct {
	// contains filtered or unexported fields
}

ArkServiceSubmitRedeemTxReader is a Reader for the ArkServiceSubmitRedeemTx structure.

func (*ArkServiceSubmitRedeemTxReader) ReadResponse

func (o *ArkServiceSubmitRedeemTxReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type ArkServiceSubmitSignedForfeitTxsDefault

type ArkServiceSubmitSignedForfeitTxsDefault struct {
	Payload *models.RPCStatus
	// contains filtered or unexported fields
}

ArkServiceSubmitSignedForfeitTxsDefault describes a response with status code -1, with default header values.

An unexpected error response.

func NewArkServiceSubmitSignedForfeitTxsDefault

func NewArkServiceSubmitSignedForfeitTxsDefault(code int) *ArkServiceSubmitSignedForfeitTxsDefault

NewArkServiceSubmitSignedForfeitTxsDefault creates a ArkServiceSubmitSignedForfeitTxsDefault with default headers values

func (*ArkServiceSubmitSignedForfeitTxsDefault) Code

Code gets the status code for the ark service submit signed forfeit txs default response

func (*ArkServiceSubmitSignedForfeitTxsDefault) Error

func (*ArkServiceSubmitSignedForfeitTxsDefault) GetPayload

func (*ArkServiceSubmitSignedForfeitTxsDefault) IsClientError

func (o *ArkServiceSubmitSignedForfeitTxsDefault) IsClientError() bool

IsClientError returns true when this ark service submit signed forfeit txs default response has a 4xx status code

func (*ArkServiceSubmitSignedForfeitTxsDefault) IsCode

IsCode returns true when this ark service submit signed forfeit txs default response a status code equal to that given

func (*ArkServiceSubmitSignedForfeitTxsDefault) IsRedirect

IsRedirect returns true when this ark service submit signed forfeit txs default response has a 3xx status code

func (*ArkServiceSubmitSignedForfeitTxsDefault) IsServerError

func (o *ArkServiceSubmitSignedForfeitTxsDefault) IsServerError() bool

IsServerError returns true when this ark service submit signed forfeit txs default response has a 5xx status code

func (*ArkServiceSubmitSignedForfeitTxsDefault) IsSuccess

IsSuccess returns true when this ark service submit signed forfeit txs default response has a 2xx status code

func (*ArkServiceSubmitSignedForfeitTxsDefault) String

type ArkServiceSubmitSignedForfeitTxsOK

type ArkServiceSubmitSignedForfeitTxsOK struct {
	Payload models.V1SubmitSignedForfeitTxsResponse
}

ArkServiceSubmitSignedForfeitTxsOK describes a response with status code 200, with default header values.

A successful response.

func NewArkServiceSubmitSignedForfeitTxsOK

func NewArkServiceSubmitSignedForfeitTxsOK() *ArkServiceSubmitSignedForfeitTxsOK

NewArkServiceSubmitSignedForfeitTxsOK creates a ArkServiceSubmitSignedForfeitTxsOK with default headers values

func (*ArkServiceSubmitSignedForfeitTxsOK) Code

Code gets the status code for the ark service submit signed forfeit txs o k response

func (*ArkServiceSubmitSignedForfeitTxsOK) Error

func (*ArkServiceSubmitSignedForfeitTxsOK) GetPayload

func (*ArkServiceSubmitSignedForfeitTxsOK) IsClientError

func (o *ArkServiceSubmitSignedForfeitTxsOK) IsClientError() bool

IsClientError returns true when this ark service submit signed forfeit txs o k response has a 4xx status code

func (*ArkServiceSubmitSignedForfeitTxsOK) IsCode

IsCode returns true when this ark service submit signed forfeit txs o k response a status code equal to that given

func (*ArkServiceSubmitSignedForfeitTxsOK) IsRedirect

func (o *ArkServiceSubmitSignedForfeitTxsOK) IsRedirect() bool

IsRedirect returns true when this ark service submit signed forfeit txs o k response has a 3xx status code

func (*ArkServiceSubmitSignedForfeitTxsOK) IsServerError

func (o *ArkServiceSubmitSignedForfeitTxsOK) IsServerError() bool

IsServerError returns true when this ark service submit signed forfeit txs o k response has a 5xx status code

func (*ArkServiceSubmitSignedForfeitTxsOK) IsSuccess

IsSuccess returns true when this ark service submit signed forfeit txs o k response has a 2xx status code

func (*ArkServiceSubmitSignedForfeitTxsOK) String

type ArkServiceSubmitSignedForfeitTxsParams

type ArkServiceSubmitSignedForfeitTxsParams struct {

	// Body.
	Body *models.V1SubmitSignedForfeitTxsRequest

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

ArkServiceSubmitSignedForfeitTxsParams contains all the parameters to send to the API endpoint

for the ark service submit signed forfeit txs operation.

Typically these are written to a http.Request.

func NewArkServiceSubmitSignedForfeitTxsParams

func NewArkServiceSubmitSignedForfeitTxsParams() *ArkServiceSubmitSignedForfeitTxsParams

NewArkServiceSubmitSignedForfeitTxsParams creates a new ArkServiceSubmitSignedForfeitTxsParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewArkServiceSubmitSignedForfeitTxsParamsWithContext

func NewArkServiceSubmitSignedForfeitTxsParamsWithContext(ctx context.Context) *ArkServiceSubmitSignedForfeitTxsParams

NewArkServiceSubmitSignedForfeitTxsParamsWithContext creates a new ArkServiceSubmitSignedForfeitTxsParams object with the ability to set a context for a request.

func NewArkServiceSubmitSignedForfeitTxsParamsWithHTTPClient

func NewArkServiceSubmitSignedForfeitTxsParamsWithHTTPClient(client *http.Client) *ArkServiceSubmitSignedForfeitTxsParams

NewArkServiceSubmitSignedForfeitTxsParamsWithHTTPClient creates a new ArkServiceSubmitSignedForfeitTxsParams object with the ability to set a custom HTTPClient for a request.

func NewArkServiceSubmitSignedForfeitTxsParamsWithTimeout

func NewArkServiceSubmitSignedForfeitTxsParamsWithTimeout(timeout time.Duration) *ArkServiceSubmitSignedForfeitTxsParams

NewArkServiceSubmitSignedForfeitTxsParamsWithTimeout creates a new ArkServiceSubmitSignedForfeitTxsParams object with the ability to set a timeout on a request.

func (*ArkServiceSubmitSignedForfeitTxsParams) SetBody

SetBody adds the body to the ark service submit signed forfeit txs params

func (*ArkServiceSubmitSignedForfeitTxsParams) SetContext

SetContext adds the context to the ark service submit signed forfeit txs params

func (*ArkServiceSubmitSignedForfeitTxsParams) SetDefaults

func (o *ArkServiceSubmitSignedForfeitTxsParams) SetDefaults()

SetDefaults hydrates default values in the ark service submit signed forfeit txs params (not the query body).

All values with no default are reset to their zero value.

func (*ArkServiceSubmitSignedForfeitTxsParams) SetHTTPClient

func (o *ArkServiceSubmitSignedForfeitTxsParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the ark service submit signed forfeit txs params

func (*ArkServiceSubmitSignedForfeitTxsParams) SetTimeout

func (o *ArkServiceSubmitSignedForfeitTxsParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the ark service submit signed forfeit txs params

func (*ArkServiceSubmitSignedForfeitTxsParams) WithBody

WithBody adds the body to the ark service submit signed forfeit txs params

func (*ArkServiceSubmitSignedForfeitTxsParams) WithContext

WithContext adds the context to the ark service submit signed forfeit txs params

func (*ArkServiceSubmitSignedForfeitTxsParams) WithDefaults

WithDefaults hydrates default values in the ark service submit signed forfeit txs params (not the query body).

All values with no default are reset to their zero value.

func (*ArkServiceSubmitSignedForfeitTxsParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the ark service submit signed forfeit txs params

func (*ArkServiceSubmitSignedForfeitTxsParams) WithTimeout

WithTimeout adds the timeout to the ark service submit signed forfeit txs params

func (*ArkServiceSubmitSignedForfeitTxsParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type ArkServiceSubmitSignedForfeitTxsReader

type ArkServiceSubmitSignedForfeitTxsReader struct {
	// contains filtered or unexported fields
}

ArkServiceSubmitSignedForfeitTxsReader is a Reader for the ArkServiceSubmitSignedForfeitTxs structure.

func (*ArkServiceSubmitSignedForfeitTxsReader) ReadResponse

func (o *ArkServiceSubmitSignedForfeitTxsReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type ArkServiceSubmitTreeNoncesDefault

type ArkServiceSubmitTreeNoncesDefault struct {
	Payload *models.RPCStatus
	// contains filtered or unexported fields
}

ArkServiceSubmitTreeNoncesDefault describes a response with status code -1, with default header values.

An unexpected error response.

func NewArkServiceSubmitTreeNoncesDefault

func NewArkServiceSubmitTreeNoncesDefault(code int) *ArkServiceSubmitTreeNoncesDefault

NewArkServiceSubmitTreeNoncesDefault creates a ArkServiceSubmitTreeNoncesDefault with default headers values

func (*ArkServiceSubmitTreeNoncesDefault) Code

Code gets the status code for the ark service submit tree nonces default response

func (*ArkServiceSubmitTreeNoncesDefault) Error

func (*ArkServiceSubmitTreeNoncesDefault) GetPayload

func (*ArkServiceSubmitTreeNoncesDefault) IsClientError

func (o *ArkServiceSubmitTreeNoncesDefault) IsClientError() bool

IsClientError returns true when this ark service submit tree nonces default response has a 4xx status code

func (*ArkServiceSubmitTreeNoncesDefault) IsCode

func (o *ArkServiceSubmitTreeNoncesDefault) IsCode(code int) bool

IsCode returns true when this ark service submit tree nonces default response a status code equal to that given

func (*ArkServiceSubmitTreeNoncesDefault) IsRedirect

func (o *ArkServiceSubmitTreeNoncesDefault) IsRedirect() bool

IsRedirect returns true when this ark service submit tree nonces default response has a 3xx status code

func (*ArkServiceSubmitTreeNoncesDefault) IsServerError

func (o *ArkServiceSubmitTreeNoncesDefault) IsServerError() bool

IsServerError returns true when this ark service submit tree nonces default response has a 5xx status code

func (*ArkServiceSubmitTreeNoncesDefault) IsSuccess

func (o *ArkServiceSubmitTreeNoncesDefault) IsSuccess() bool

IsSuccess returns true when this ark service submit tree nonces default response has a 2xx status code

func (*ArkServiceSubmitTreeNoncesDefault) String

type ArkServiceSubmitTreeNoncesOK

type ArkServiceSubmitTreeNoncesOK struct {
	Payload models.V1SubmitTreeNoncesResponse
}

ArkServiceSubmitTreeNoncesOK describes a response with status code 200, with default header values.

A successful response.

func NewArkServiceSubmitTreeNoncesOK

func NewArkServiceSubmitTreeNoncesOK() *ArkServiceSubmitTreeNoncesOK

NewArkServiceSubmitTreeNoncesOK creates a ArkServiceSubmitTreeNoncesOK with default headers values

func (*ArkServiceSubmitTreeNoncesOK) Code

Code gets the status code for the ark service submit tree nonces o k response

func (*ArkServiceSubmitTreeNoncesOK) Error

func (*ArkServiceSubmitTreeNoncesOK) GetPayload

func (*ArkServiceSubmitTreeNoncesOK) IsClientError

func (o *ArkServiceSubmitTreeNoncesOK) IsClientError() bool

IsClientError returns true when this ark service submit tree nonces o k response has a 4xx status code

func (*ArkServiceSubmitTreeNoncesOK) IsCode

func (o *ArkServiceSubmitTreeNoncesOK) IsCode(code int) bool

IsCode returns true when this ark service submit tree nonces o k response a status code equal to that given

func (*ArkServiceSubmitTreeNoncesOK) IsRedirect

func (o *ArkServiceSubmitTreeNoncesOK) IsRedirect() bool

IsRedirect returns true when this ark service submit tree nonces o k response has a 3xx status code

func (*ArkServiceSubmitTreeNoncesOK) IsServerError

func (o *ArkServiceSubmitTreeNoncesOK) IsServerError() bool

IsServerError returns true when this ark service submit tree nonces o k response has a 5xx status code

func (*ArkServiceSubmitTreeNoncesOK) IsSuccess

func (o *ArkServiceSubmitTreeNoncesOK) IsSuccess() bool

IsSuccess returns true when this ark service submit tree nonces o k response has a 2xx status code

func (*ArkServiceSubmitTreeNoncesOK) String

type ArkServiceSubmitTreeNoncesParams

type ArkServiceSubmitTreeNoncesParams struct {

	// Body.
	Body *models.V1SubmitTreeNoncesRequest

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

ArkServiceSubmitTreeNoncesParams contains all the parameters to send to the API endpoint

for the ark service submit tree nonces operation.

Typically these are written to a http.Request.

func NewArkServiceSubmitTreeNoncesParams

func NewArkServiceSubmitTreeNoncesParams() *ArkServiceSubmitTreeNoncesParams

NewArkServiceSubmitTreeNoncesParams creates a new ArkServiceSubmitTreeNoncesParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewArkServiceSubmitTreeNoncesParamsWithContext

func NewArkServiceSubmitTreeNoncesParamsWithContext(ctx context.Context) *ArkServiceSubmitTreeNoncesParams

NewArkServiceSubmitTreeNoncesParamsWithContext creates a new ArkServiceSubmitTreeNoncesParams object with the ability to set a context for a request.

func NewArkServiceSubmitTreeNoncesParamsWithHTTPClient

func NewArkServiceSubmitTreeNoncesParamsWithHTTPClient(client *http.Client) *ArkServiceSubmitTreeNoncesParams

NewArkServiceSubmitTreeNoncesParamsWithHTTPClient creates a new ArkServiceSubmitTreeNoncesParams object with the ability to set a custom HTTPClient for a request.

func NewArkServiceSubmitTreeNoncesParamsWithTimeout

func NewArkServiceSubmitTreeNoncesParamsWithTimeout(timeout time.Duration) *ArkServiceSubmitTreeNoncesParams

NewArkServiceSubmitTreeNoncesParamsWithTimeout creates a new ArkServiceSubmitTreeNoncesParams object with the ability to set a timeout on a request.

func (*ArkServiceSubmitTreeNoncesParams) SetBody

SetBody adds the body to the ark service submit tree nonces params

func (*ArkServiceSubmitTreeNoncesParams) SetContext

SetContext adds the context to the ark service submit tree nonces params

func (*ArkServiceSubmitTreeNoncesParams) SetDefaults

func (o *ArkServiceSubmitTreeNoncesParams) SetDefaults()

SetDefaults hydrates default values in the ark service submit tree nonces params (not the query body).

All values with no default are reset to their zero value.

func (*ArkServiceSubmitTreeNoncesParams) SetHTTPClient

func (o *ArkServiceSubmitTreeNoncesParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the ark service submit tree nonces params

func (*ArkServiceSubmitTreeNoncesParams) SetTimeout

func (o *ArkServiceSubmitTreeNoncesParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the ark service submit tree nonces params

func (*ArkServiceSubmitTreeNoncesParams) WithBody

WithBody adds the body to the ark service submit tree nonces params

func (*ArkServiceSubmitTreeNoncesParams) WithContext

WithContext adds the context to the ark service submit tree nonces params

func (*ArkServiceSubmitTreeNoncesParams) WithDefaults

WithDefaults hydrates default values in the ark service submit tree nonces params (not the query body).

All values with no default are reset to their zero value.

func (*ArkServiceSubmitTreeNoncesParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the ark service submit tree nonces params

func (*ArkServiceSubmitTreeNoncesParams) WithTimeout

WithTimeout adds the timeout to the ark service submit tree nonces params

func (*ArkServiceSubmitTreeNoncesParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type ArkServiceSubmitTreeNoncesReader

type ArkServiceSubmitTreeNoncesReader struct {
	// contains filtered or unexported fields
}

ArkServiceSubmitTreeNoncesReader is a Reader for the ArkServiceSubmitTreeNonces structure.

func (*ArkServiceSubmitTreeNoncesReader) ReadResponse

func (o *ArkServiceSubmitTreeNoncesReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type ArkServiceSubmitTreeSignaturesDefault

type ArkServiceSubmitTreeSignaturesDefault struct {
	Payload *models.RPCStatus
	// contains filtered or unexported fields
}

ArkServiceSubmitTreeSignaturesDefault describes a response with status code -1, with default header values.

An unexpected error response.

func NewArkServiceSubmitTreeSignaturesDefault

func NewArkServiceSubmitTreeSignaturesDefault(code int) *ArkServiceSubmitTreeSignaturesDefault

NewArkServiceSubmitTreeSignaturesDefault creates a ArkServiceSubmitTreeSignaturesDefault with default headers values

func (*ArkServiceSubmitTreeSignaturesDefault) Code

Code gets the status code for the ark service submit tree signatures default response

func (*ArkServiceSubmitTreeSignaturesDefault) Error

func (*ArkServiceSubmitTreeSignaturesDefault) GetPayload

func (*ArkServiceSubmitTreeSignaturesDefault) IsClientError

func (o *ArkServiceSubmitTreeSignaturesDefault) IsClientError() bool

IsClientError returns true when this ark service submit tree signatures default response has a 4xx status code

func (*ArkServiceSubmitTreeSignaturesDefault) IsCode

IsCode returns true when this ark service submit tree signatures default response a status code equal to that given

func (*ArkServiceSubmitTreeSignaturesDefault) IsRedirect

IsRedirect returns true when this ark service submit tree signatures default response has a 3xx status code

func (*ArkServiceSubmitTreeSignaturesDefault) IsServerError

func (o *ArkServiceSubmitTreeSignaturesDefault) IsServerError() bool

IsServerError returns true when this ark service submit tree signatures default response has a 5xx status code

func (*ArkServiceSubmitTreeSignaturesDefault) IsSuccess

IsSuccess returns true when this ark service submit tree signatures default response has a 2xx status code

func (*ArkServiceSubmitTreeSignaturesDefault) String

type ArkServiceSubmitTreeSignaturesOK

type ArkServiceSubmitTreeSignaturesOK struct {
	Payload models.V1SubmitTreeSignaturesResponse
}

ArkServiceSubmitTreeSignaturesOK describes a response with status code 200, with default header values.

A successful response.

func NewArkServiceSubmitTreeSignaturesOK

func NewArkServiceSubmitTreeSignaturesOK() *ArkServiceSubmitTreeSignaturesOK

NewArkServiceSubmitTreeSignaturesOK creates a ArkServiceSubmitTreeSignaturesOK with default headers values

func (*ArkServiceSubmitTreeSignaturesOK) Code

Code gets the status code for the ark service submit tree signatures o k response

func (*ArkServiceSubmitTreeSignaturesOK) Error

func (*ArkServiceSubmitTreeSignaturesOK) GetPayload

func (*ArkServiceSubmitTreeSignaturesOK) IsClientError

func (o *ArkServiceSubmitTreeSignaturesOK) IsClientError() bool

IsClientError returns true when this ark service submit tree signatures o k response has a 4xx status code

func (*ArkServiceSubmitTreeSignaturesOK) IsCode

func (o *ArkServiceSubmitTreeSignaturesOK) IsCode(code int) bool

IsCode returns true when this ark service submit tree signatures o k response a status code equal to that given

func (*ArkServiceSubmitTreeSignaturesOK) IsRedirect

func (o *ArkServiceSubmitTreeSignaturesOK) IsRedirect() bool

IsRedirect returns true when this ark service submit tree signatures o k response has a 3xx status code

func (*ArkServiceSubmitTreeSignaturesOK) IsServerError

func (o *ArkServiceSubmitTreeSignaturesOK) IsServerError() bool

IsServerError returns true when this ark service submit tree signatures o k response has a 5xx status code

func (*ArkServiceSubmitTreeSignaturesOK) IsSuccess

func (o *ArkServiceSubmitTreeSignaturesOK) IsSuccess() bool

IsSuccess returns true when this ark service submit tree signatures o k response has a 2xx status code

func (*ArkServiceSubmitTreeSignaturesOK) String

type ArkServiceSubmitTreeSignaturesParams

type ArkServiceSubmitTreeSignaturesParams struct {

	// Body.
	Body *models.V1SubmitTreeSignaturesRequest

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

ArkServiceSubmitTreeSignaturesParams contains all the parameters to send to the API endpoint

for the ark service submit tree signatures operation.

Typically these are written to a http.Request.

func NewArkServiceSubmitTreeSignaturesParams

func NewArkServiceSubmitTreeSignaturesParams() *ArkServiceSubmitTreeSignaturesParams

NewArkServiceSubmitTreeSignaturesParams creates a new ArkServiceSubmitTreeSignaturesParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewArkServiceSubmitTreeSignaturesParamsWithContext

func NewArkServiceSubmitTreeSignaturesParamsWithContext(ctx context.Context) *ArkServiceSubmitTreeSignaturesParams

NewArkServiceSubmitTreeSignaturesParamsWithContext creates a new ArkServiceSubmitTreeSignaturesParams object with the ability to set a context for a request.

func NewArkServiceSubmitTreeSignaturesParamsWithHTTPClient

func NewArkServiceSubmitTreeSignaturesParamsWithHTTPClient(client *http.Client) *ArkServiceSubmitTreeSignaturesParams

NewArkServiceSubmitTreeSignaturesParamsWithHTTPClient creates a new ArkServiceSubmitTreeSignaturesParams object with the ability to set a custom HTTPClient for a request.

func NewArkServiceSubmitTreeSignaturesParamsWithTimeout

func NewArkServiceSubmitTreeSignaturesParamsWithTimeout(timeout time.Duration) *ArkServiceSubmitTreeSignaturesParams

NewArkServiceSubmitTreeSignaturesParamsWithTimeout creates a new ArkServiceSubmitTreeSignaturesParams object with the ability to set a timeout on a request.

func (*ArkServiceSubmitTreeSignaturesParams) SetBody

SetBody adds the body to the ark service submit tree signatures params

func (*ArkServiceSubmitTreeSignaturesParams) SetContext

SetContext adds the context to the ark service submit tree signatures params

func (*ArkServiceSubmitTreeSignaturesParams) SetDefaults

func (o *ArkServiceSubmitTreeSignaturesParams) SetDefaults()

SetDefaults hydrates default values in the ark service submit tree signatures params (not the query body).

All values with no default are reset to their zero value.

func (*ArkServiceSubmitTreeSignaturesParams) SetHTTPClient

func (o *ArkServiceSubmitTreeSignaturesParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the ark service submit tree signatures params

func (*ArkServiceSubmitTreeSignaturesParams) SetTimeout

func (o *ArkServiceSubmitTreeSignaturesParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the ark service submit tree signatures params

func (*ArkServiceSubmitTreeSignaturesParams) WithBody

WithBody adds the body to the ark service submit tree signatures params

func (*ArkServiceSubmitTreeSignaturesParams) WithContext

WithContext adds the context to the ark service submit tree signatures params

func (*ArkServiceSubmitTreeSignaturesParams) WithDefaults

WithDefaults hydrates default values in the ark service submit tree signatures params (not the query body).

All values with no default are reset to their zero value.

func (*ArkServiceSubmitTreeSignaturesParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the ark service submit tree signatures params

func (*ArkServiceSubmitTreeSignaturesParams) WithTimeout

WithTimeout adds the timeout to the ark service submit tree signatures params

func (*ArkServiceSubmitTreeSignaturesParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type ArkServiceSubmitTreeSignaturesReader

type ArkServiceSubmitTreeSignaturesReader struct {
	// contains filtered or unexported fields
}

ArkServiceSubmitTreeSignaturesReader is a Reader for the ArkServiceSubmitTreeSignatures structure.

func (*ArkServiceSubmitTreeSignaturesReader) ReadResponse

func (o *ArkServiceSubmitTreeSignaturesReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type Client

type Client struct {
	// contains filtered or unexported fields
}

Client for ark service API

func (*Client) ArkServiceDeleteNostrRecipient

func (a *Client) ArkServiceDeleteNostrRecipient(params *ArkServiceDeleteNostrRecipientParams, opts ...ClientOption) (*ArkServiceDeleteNostrRecipientOK, error)

ArkServiceDeleteNostrRecipient ark service delete nostr recipient API

func (*Client) ArkServiceGetBoardingAddress

func (a *Client) ArkServiceGetBoardingAddress(params *ArkServiceGetBoardingAddressParams, opts ...ClientOption) (*ArkServiceGetBoardingAddressOK, error)

ArkServiceGetBoardingAddress ark service get boarding address API

func (*Client) ArkServiceGetEventStream

func (a *Client) ArkServiceGetEventStream(params *ArkServiceGetEventStreamParams, opts ...ClientOption) (*ArkServiceGetEventStreamOK, error)

ArkServiceGetEventStream ark service get event stream API

func (*Client) ArkServiceGetInfo

func (a *Client) ArkServiceGetInfo(params *ArkServiceGetInfoParams, opts ...ClientOption) (*ArkServiceGetInfoOK, error)

ArkServiceGetInfo ark service get info API

func (*Client) ArkServiceGetRound

func (a *Client) ArkServiceGetRound(params *ArkServiceGetRoundParams, opts ...ClientOption) (*ArkServiceGetRoundOK, error)

ArkServiceGetRound ark service get round API

func (*Client) ArkServiceGetRoundByID

func (a *Client) ArkServiceGetRoundByID(params *ArkServiceGetRoundByIDParams, opts ...ClientOption) (*ArkServiceGetRoundByIDOK, error)

ArkServiceGetRoundByID ark service get round by Id API

func (*Client) ArkServiceGetTransactionsStream

func (a *Client) ArkServiceGetTransactionsStream(params *ArkServiceGetTransactionsStreamParams, opts ...ClientOption) (*ArkServiceGetTransactionsStreamOK, error)

ArkServiceGetTransactionsStream ark service get transactions stream API

func (*Client) ArkServiceListVtxos

func (a *Client) ArkServiceListVtxos(params *ArkServiceListVtxosParams, opts ...ClientOption) (*ArkServiceListVtxosOK, error)

ArkServiceListVtxos ark service list vtxos API

func (*Client) ArkServicePing

func (a *Client) ArkServicePing(params *ArkServicePingParams, opts ...ClientOption) (*ArkServicePingOK, error)

ArkServicePing ark service ping API

func (*Client) ArkServiceRegisterInputsForNextRound

func (a *Client) ArkServiceRegisterInputsForNextRound(params *ArkServiceRegisterInputsForNextRoundParams, opts ...ClientOption) (*ArkServiceRegisterInputsForNextRoundOK, error)

ArkServiceRegisterInputsForNextRound ark service register inputs for next round API

func (*Client) ArkServiceRegisterOutputsForNextRound

func (a *Client) ArkServiceRegisterOutputsForNextRound(params *ArkServiceRegisterOutputsForNextRoundParams, opts ...ClientOption) (*ArkServiceRegisterOutputsForNextRoundOK, error)

ArkServiceRegisterOutputsForNextRound ark service register outputs for next round API

func (*Client) ArkServiceSetNostrRecipient

func (a *Client) ArkServiceSetNostrRecipient(params *ArkServiceSetNostrRecipientParams, opts ...ClientOption) (*ArkServiceSetNostrRecipientOK, error)

ArkServiceSetNostrRecipient ark service set nostr recipient API

func (*Client) ArkServiceSubmitRedeemTx

func (a *Client) ArkServiceSubmitRedeemTx(params *ArkServiceSubmitRedeemTxParams, opts ...ClientOption) (*ArkServiceSubmitRedeemTxOK, error)

ArkServiceSubmitRedeemTx ark service submit redeem tx API

func (*Client) ArkServiceSubmitSignedForfeitTxs

func (a *Client) ArkServiceSubmitSignedForfeitTxs(params *ArkServiceSubmitSignedForfeitTxsParams, opts ...ClientOption) (*ArkServiceSubmitSignedForfeitTxsOK, error)

ArkServiceSubmitSignedForfeitTxs ark service submit signed forfeit txs API

func (*Client) ArkServiceSubmitTreeNonces

func (a *Client) ArkServiceSubmitTreeNonces(params *ArkServiceSubmitTreeNoncesParams, opts ...ClientOption) (*ArkServiceSubmitTreeNoncesOK, error)

ArkServiceSubmitTreeNonces ark service submit tree nonces API

func (*Client) ArkServiceSubmitTreeSignatures

func (a *Client) ArkServiceSubmitTreeSignatures(params *ArkServiceSubmitTreeSignaturesParams, opts ...ClientOption) (*ArkServiceSubmitTreeSignaturesOK, error)

ArkServiceSubmitTreeSignatures ark service submit tree signatures API

func (*Client) SetTransport

func (a *Client) SetTransport(transport runtime.ClientTransport)

SetTransport changes the transport on the client

type ClientOption

type ClientOption func(*runtime.ClientOperation)

ClientOption may be used to customize the behavior of Client methods.

type ClientService

type ClientService interface {
	ArkServiceDeleteNostrRecipient(params *ArkServiceDeleteNostrRecipientParams, opts ...ClientOption) (*ArkServiceDeleteNostrRecipientOK, error)

	ArkServiceGetBoardingAddress(params *ArkServiceGetBoardingAddressParams, opts ...ClientOption) (*ArkServiceGetBoardingAddressOK, error)

	ArkServiceGetEventStream(params *ArkServiceGetEventStreamParams, opts ...ClientOption) (*ArkServiceGetEventStreamOK, error)

	ArkServiceGetInfo(params *ArkServiceGetInfoParams, opts ...ClientOption) (*ArkServiceGetInfoOK, error)

	ArkServiceGetRound(params *ArkServiceGetRoundParams, opts ...ClientOption) (*ArkServiceGetRoundOK, error)

	ArkServiceGetRoundByID(params *ArkServiceGetRoundByIDParams, opts ...ClientOption) (*ArkServiceGetRoundByIDOK, error)

	ArkServiceGetTransactionsStream(params *ArkServiceGetTransactionsStreamParams, opts ...ClientOption) (*ArkServiceGetTransactionsStreamOK, error)

	ArkServiceListVtxos(params *ArkServiceListVtxosParams, opts ...ClientOption) (*ArkServiceListVtxosOK, error)

	ArkServicePing(params *ArkServicePingParams, opts ...ClientOption) (*ArkServicePingOK, error)

	ArkServiceRegisterInputsForNextRound(params *ArkServiceRegisterInputsForNextRoundParams, opts ...ClientOption) (*ArkServiceRegisterInputsForNextRoundOK, error)

	ArkServiceRegisterOutputsForNextRound(params *ArkServiceRegisterOutputsForNextRoundParams, opts ...ClientOption) (*ArkServiceRegisterOutputsForNextRoundOK, error)

	ArkServiceSetNostrRecipient(params *ArkServiceSetNostrRecipientParams, opts ...ClientOption) (*ArkServiceSetNostrRecipientOK, error)

	ArkServiceSubmitRedeemTx(params *ArkServiceSubmitRedeemTxParams, opts ...ClientOption) (*ArkServiceSubmitRedeemTxOK, error)

	ArkServiceSubmitSignedForfeitTxs(params *ArkServiceSubmitSignedForfeitTxsParams, opts ...ClientOption) (*ArkServiceSubmitSignedForfeitTxsOK, error)

	ArkServiceSubmitTreeNonces(params *ArkServiceSubmitTreeNoncesParams, opts ...ClientOption) (*ArkServiceSubmitTreeNoncesOK, error)

	ArkServiceSubmitTreeSignatures(params *ArkServiceSubmitTreeSignaturesParams, opts ...ClientOption) (*ArkServiceSubmitTreeSignaturesOK, error)

	SetTransport(transport runtime.ClientTransport)
}

ClientService is the interface for Client methods

func New

func New(transport runtime.ClientTransport, formats strfmt.Registry) ClientService

New creates a new ark service API client.

func NewClientWithBasicAuth

func NewClientWithBasicAuth(host, basePath, scheme, user, password string) ClientService

New creates a new ark service API client with basic auth credentials. It takes the following parameters: - host: http host (github.com). - basePath: any base path for the API client ("/v1", "/v3"). - scheme: http scheme ("http", "https"). - user: user for basic authentication header. - password: password for basic authentication header.

func NewClientWithBearerToken

func NewClientWithBearerToken(host, basePath, scheme, bearerToken string) ClientService

New creates a new ark service API client with a bearer token for authentication. It takes the following parameters: - host: http host (github.com). - basePath: any base path for the API client ("/v1", "/v3"). - scheme: http scheme ("http", "https"). - bearerToken: bearer token for Bearer authentication header.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL