Options
All
  • Public
  • Public/Protected
  • All
Menu

This type contains options to be used when preparing transactions or resolving overloads. Currently the only allowed option is one for whether to allow a transaction options argument on the end.

Hierarchy

  • ResolveOptions

Index

Properties

allowJson?: boolean

This field, if set to true, allows JSON strings to be used for structs, tuples, and arrays. Note that this does not allow JSON to be used for elementary types like strings!

allowOptions?: boolean

This field, if set to true, allows an optional transaction options argument after the other arguments.

strictBooleans?: boolean

This field, if set to true, disallows accepting arbitrary input as booleans.

Generated using TypeDoc