# Module BSV::Wallet::Serializer::GetVersion <a id="module-BSV-Wallet-Serializer-GetVersion"></a>

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.
