Module: BSV::Messages

Defined in:
lib/bsv/messages.rb

Overview

Namespace providing TS SDK naming parity for messaging primitives.

Re-exports Primitives::SignedMessage and Primitives::EncryptedMessage under the BSV::Messages namespace, matching the structure of the TypeScript SDK (ts-sdk/src/messages/index.ts).

The canonical implementations remain in BSV::Primitives; this module is a lightweight re-export only.

Constant Summary collapse

SignedMessage =
BSV::Primitives::SignedMessage
EncryptedMessage =
BSV::Primitives::EncryptedMessage