MultiSig (Optional)

Enabling external signers with M out of N paradigm

Typed Struct (EIP712)

Multisig(address[] external_signers,uint8 minimum_approvals)

Params

Name
Type

external_signers

uint16

minimum_approvals

uint32

external_signers

FCT supports adding accounts as an external signers that are not part of the FCT_Runners smart contracts that execute calls. (the from field on each call) External signers can be smart contracts or external owned accounts (EOA)

minimum_approvals

The number of external signatures needed to be able to executing the FCT.

Last updated