Plugin Parameter Types

List of all possible plugin types and their corresponding FctTypes and AppTypes

Plugin nameFCT Type (Solidity type)App Type

FctValue

uint256

integer

FctValue8

uint8

integer

FctValue16

uint16

integer

FctValue40

uint40

integer

FctValue128

uint128

integer

FctValueList

uint256[]

integer[]

FctAddress

address

address

FctAddressList

address[]

address[]

FctBytes

bytes

string

FctBytes4

bytes4

string

FctBytes32

bytes32

string

FctBytes32List

bytes32[]

string[]

FctBoolean

bool

boolean

FctInteger128

int128

integer

FctString

string

string

Last updated