Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ContractTypeNative

Type of a contract with full Solidity info -- may be used for actual variables

Hierarchy

  • ContractTypeNative

Index

Properties

Optional contractKind

contractKind: ContractKind

id

id: string

Internal ID. Format may change in future.

kind

kind: "native"

Optional payable

payable: boolean

Indicates whether contract has payable fallback function

typeClass

typeClass: "contract"

typeName

typeName: string

Generated using TypeDoc