Module: BSV::Wallet::Serializer::GetVersion

Defined in:
lib/bsv/wallet/serializer/get_version.rb

Overview

BRC-103 serialiser for the get_version call (call byte 28).

Wire format — result only (no args payload):

[N bytes] raw UTF-8 version string (no length prefix)

Port of go-sdk/wallet/serializer/get_version.go — the Go SDK emits the string bytes directly, with no varint length prefix.

Defined Under Namespace

Modules: Args, Result