interface EventMultisigOperatorshipTransferred {
    newOperators: Uint8Array[];
    newThreshold: Uint8Array;
    newWeights: Uint8Array[];
}

Properties

newOperators: Uint8Array[]
newThreshold: Uint8Array
newWeights: Uint8Array[]

Generated using TypeDoc