mirror of
https://github.com/waku-org/nwaku.git
synced 2025-01-15 09:26:38 +00:00
11 lines
281 B
Nim
11 lines
281 B
Nim
import
|
|
chronicles, custom_formatters_types
|
|
|
|
var a = AttestationData(peer: Peer(name: "Peer 1"),
|
|
attestation: "some attestation",
|
|
signature: "some signature")
|
|
|
|
info "Got attestation 1", a
|
|
warn "Got attestation 2", attestation = a
|
|
|