NodeSignature
Represents a signature for the approval of a resource from a validator
type NodeSignature {
id: ID!
signature: String
kind: NodeSignatureKind
}
Fields
NodeSignature.id
● ID!
non-null scalar
The ID of the resource being signed for
NodeSignature.signature
● String
scalar
The signature, as base64 encoding
NodeSignature.kind
● NodeSignatureKind
enum
The kind of signature this is (e.g: withdrawal, new asset, etc)
Member of
Entities
object ● NodeSignatureEdge
object