Module BSV::Wallet::Serializer::IsAuthenticated ¶
BRC-103 serialisers for is_authenticated (call byte 23) and wait_for_authentication (call byte 24).
Both calls take no args payload (originator is in the frame header).
Result wire format: is_authenticated: [1 byte] 0x01 = true, 0x00 = false wait_for_authentication: empty payload → always returns authenticated: true
Port of go-sdk/wallet/serializer/authenticated.go.