Represents an AftermathTask.

Implements

Constructors

  • Constructs a new AftermathTask.

    Parameters

    Returns AftermathTask

Properties

inAmount: number

AftermathTask inAmount.

inCoinType: string

AftermathTask inCoinType.

outCoinType: string

AftermathTask outCoinType.

poolAddress: string

AftermathTask poolAddress.

Methods

  • Converts this AftermathTask to JSON.

    Returns { [k: string]: any }

    JSON object

  • Creates a new AftermathTask instance using the specified properties.

    Parameters

    Returns AftermathTask

    AftermathTask instance

  • Decodes an AftermathTask message from the specified reader or buffer.

    Parameters

    • reader: Uint8Array<ArrayBufferLike> | Reader

      Reader or buffer to decode from

    • Optionallength: number

      Message length if known beforehand

    Returns AftermathTask

    AftermathTask

    If the payload is not a reader or valid buffer

    If required fields are missing

  • Decodes an AftermathTask message from the specified reader or buffer, length delimited.

    Parameters

    • reader: Uint8Array<ArrayBufferLike> | Reader

      Reader or buffer to decode from

    Returns AftermathTask

    AftermathTask

    If the payload is not a reader or valid buffer

    If required fields are missing

  • Encodes the specified AftermathTask message. Does not implicitly verify messages.

    Parameters

    • message: IAftermathTask

      AftermathTask message or plain object to encode

    • Optionalwriter: Writer

      Writer to encode to

    Returns Writer

    Writer

  • Encodes the specified AftermathTask message, length delimited. Does not implicitly verify messages.

    Parameters

    • message: IAftermathTask

      AftermathTask message or plain object to encode

    • Optionalwriter: Writer

      Writer to encode to

    Returns Writer

    Writer

  • Creates an AftermathTask message from a plain object. Also converts values to their respective internal types.

    Parameters

    • object: { [k: string]: any }

      Plain object

    Returns AftermathTask

    AftermathTask

  • Gets the default type url for AftermathTask

    Parameters

    Returns string

    The default type url

  • Creates a plain object from an AftermathTask message. Also converts values to other types if specified.

    Parameters

    • message: AftermathTask

      AftermathTask

    • Optionaloptions: IConversionOptions

      Conversion options

    Returns { [k: string]: any }

    Plain object

  • Verifies an AftermathTask message.

    Parameters

    • message: { [k: string]: any }

      Plain object to verify

    Returns string

    null if valid, otherwise the reason why it is not