Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface Value

Represents a value that can be passed to a function call.

This can represent a literal value, a return value from a previous function call, or one of several internal placeholder value types.

Hierarchy

  • Value

Index

Properties

Properties

Readonly param

param: ParamType

The ethers.js ParamType describing the type of this value.

Generated using TypeDoc