Skip to main content
Version: mainnet (v0.71)

NodeSignatureKind

Represents the type of signature provided by a node

enum NodeSignatureKind {
NODE_SIGNATURE_KIND_ASSET_NEW
NODE_SIGNATURE_KIND_ASSET_WITHDRAWAL
NODE_SIGNATURE_KIND_ERC20_MULTISIG_SIGNER_ADDED
NODE_SIGNATURE_KIND_ERC20_MULTISIG_SIGNER_REMOVED
NODE_SIGNATURE_KIND_ASSET_UPDATE
}

Values

NodeSignatureKind.NODE_SIGNATURE_KIND_ASSET_NEW

A signature for proposing a new asset into the network

NodeSignatureKind.NODE_SIGNATURE_KIND_ASSET_WITHDRAWAL

A signature for allowing funds withdrawal

NodeSignatureKind.NODE_SIGNATURE_KIND_ERC20_MULTISIG_SIGNER_ADDED

A signature to add a new validator to the ERC20 bridge

NodeSignatureKind.NODE_SIGNATURE_KIND_ERC20_MULTISIG_SIGNER_REMOVED

A signature to remove a validator from the ERC20 bridge

NodeSignatureKind.NODE_SIGNATURE_KIND_ASSET_UPDATE

A signature to update limits of an ERC20 asset

Member of

NodeSignature object