Module: BSV::Wallet::Serializer::GetHeight

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

Overview

BRC-103 serialiser for the get_height call (call byte 25).

Wire format — result only (no args payload):

[VarInt] block height (uint32 range)

Port of go-sdk/wallet/serializer/get_height.go.

Defined Under Namespace

Modules: Args, Result