Type alias OperationOptions

OperationOptions: {
    fee?: U64_t;
    periodToLive?: number;
}

Operation options.

Type declaration

  • Optional fee?: U64_t
  • Optional periodToLive?: number

Remarks

Period to live is the number of periods the operation is valid for. This value must be positive and if it's too big, the node will (silently?) reject the operation.

If no fee is provided, minimal fee of connected node is used. If no periodToLive is provided, the DefaultPeriodToLive is used.