Constructs a new BitFluxTask.
Optional
properties: IBitFluxTaskProperties to set
The address of the input token.
The address of the output token.
The address of the BitFlux pool.
Optional. The RPC endpoint to use for requests. If not specified, a default RPC will be used.
Converts this BitFluxTask to JSON.
JSON object
Static
createCreates a new BitFluxTask instance using the specified properties.
Optional
properties: IBitFluxTaskProperties to set
BitFluxTask instance
Static
decodeDecodes a BitFluxTask message from the specified reader or buffer.
Reader or buffer to decode from
Optional
length: numberMessage length if known beforehand
BitFluxTask
Static
decodeDecodes a BitFluxTask message from the specified reader or buffer, length delimited.
Reader or buffer to decode from
BitFluxTask
Static
encodeEncodes the specified BitFluxTask message. Does not implicitly verify messages.
BitFluxTask message or plain object to encode
Optional
writer: WriterWriter to encode to
Writer
Static
encodeEncodes the specified BitFluxTask message, length delimited. Does not implicitly verify messages.
BitFluxTask message or plain object to encode
Optional
writer: WriterWriter to encode to
Writer
Static
fromCreates a BitFluxTask message from a plain object. Also converts values to their respective internal types.
Plain object
BitFluxTask
Static
getGets the default type url for BitFluxTask
Optional
typeUrlPrefix: stringyour custom typeUrlPrefix(default "type.googleapis.com")
The default type url
Static
toCreates a plain object from a BitFluxTask message. Also converts values to other types if specified.
BitFluxTask
Optional
options: IConversionOptionsConversion options
Plain object
Static
verifyVerifies a BitFluxTask message.
Plain object to verify
null
if valid, otherwise the reason why it is not
Fetch the current swap price from a BitFlux pool.
Input: None
Returns: The swap price between the specified input and output tokens.
Example: Fetch the swap price using a custom RPC provider