Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface SendArgs

The send arguments for ChainService.send

Hierarchy

  • SendArgs

Indexable

[key: string]: any

The send arguments for ChainService.send

Index

Properties

Optional skipAdditionalSecurityCheck

skipAdditionalSecurityCheck: boolean

Setting this option to true, skips the additional security check, i.e. the verification of the unsigned transaction bytes, which detects tampered node responses. By default, the option is false. Usually, you won't use this option, but can be useful when a method cannot be verified, because the verification is not implemented yet.