Deprecated

interface EventMultisigOwnershipTransferred {
    newOwners: Uint8Array[];
    newThreshold: Uint8Array;
    preOwners: Uint8Array[];
    prevThreshold: Uint8Array;
}

Properties

newOwners: Uint8Array[]
newThreshold: Uint8Array
preOwners: Uint8Array[]
prevThreshold: Uint8Array

Generated using TypeDoc