EvaPayload

@safe
struct EvaPayload {
@label("$channel")
Pubkey channel;
@label(StdNames.nonce)
Buffer nonce;
}

Mixed In Members

From mixin HiBONRecord!(q{ this(const Pubkey channel, const Buffer nonce) pure { this.channel=channel; this.nonce=nonce; } })

recordName
string recordName()

Get the record type name set by @recordType("name")