UNPKG

@nodeset/contracts

Version:

Protocol for accessing NodeSet's Constellation Ethereum staking network

7 lines 170 B
export type OperatorStruct = { index: number, nodeAddress: string, operationStartTime: number, currentValidatorCount: number, feePortion: number, };