ArrayABIReturn

Interface
Array return type.
export interface ArrayABIReturn extends ABIReturnBase { 
  readonly type: 'Array'; 
  readonly value: ABIReturn; 
} 

Properties

type
'Array'
type differentiates the ArrayABIReturn object from other ABIReturn objects.
value
Value type of the Array.