ERC20MultiSigSignerAddedBundle
No description
type ERC20MultiSigSignerAddedBundle {
  newSigner: String!
  submitter: String!
  nonce: String!
  timestamp: String!
  signatures: String!
  epochSeq: String!
}
Fields
ERC20MultiSigSignerAddedBundle.newSigner ● String! non-null scalar
The ethereum address of the signer to be added
ERC20MultiSigSignerAddedBundle.submitter ● String! non-null scalar
The ethereum address of the submitter
ERC20MultiSigSignerAddedBundle.nonce ● String! non-null scalar
The nonce used in the signing operation
ERC20MultiSigSignerAddedBundle.timestamp ● String! non-null scalar
Unix-nano timestamp for when the validator was added
ERC20MultiSigSignerAddedBundle.signatures ● String! non-null scalar
The bundle of signatures from current validators to sign in the new signer
ERC20MultiSigSignerAddedBundle.epochSeq ● String! non-null scalar
The epoch in which the validator was added
Member of
Entities  object ● ERC20MultiSigSignerAddedBundleEdge  object