Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

Index

Constructors

constructor

  • Send message operation.

    Parameters

    • messagePayloadJson: string

      message payload

    • payer: ChainObject

      account id to pay for the operation

    • Default value requiredAuths: ChainObject[] = [payer]

      account ids required to authorize this operation

    • Optional fee: Fee

      fee for the operation or asset id, if left undefined the fee will be computed in DCT asset. When set, the request might fail if the asset is not convertible to DCT or conversion pool is not large enough

    Returns SendMessageOperation

Properties

data

data: string

extensions

extensions: any[] = []

Optional fee

Optional feeAssetId

feeAssetId: ChainObject

id

id: number

payer

requiredAuths

requiredAuths: ChainObject[]

type

Methods

setFee

  • setFee(fee?: Fee): void

Generated using TypeDoc