Options
All
  • Public
  • Public/Protected
  • All
Menu

Index

Type Aliases

AddressLikeType: AddressType | ContractType
AddressLikeValue: AddressValue | ContractValue
Case<TypeType, ValueType, RequestType>: ((dataType: TypeType, input: unknown, options: WrapOptions) => Generator<RequestType, ValueType, WrapResponse>)

Type Parameters

  • TypeType

  • ValueType

  • RequestType

Type declaration

DecimalType: FixedType | UfixedType
DecimalValue: FixedValue | UfixedValue
IntegerOrEnumType: IntegerType | EnumType
IntegerOrEnumValue: IntegerValue | EnumValue
IntegerType: UintType | IntType
IntegerValue: UintValue | IntValue
NumericType: IntegerType | DecimalType
TupleLikeType: TupleType | StructType
TupleLikeValue: TupleValue | StructValue

Functions

Generated using TypeDoc