Skip to content

Module BSV::Wallet::Wire::Calls

BRC-103 call byte constants and dispatch tables.

Each constant maps to the corresponding Go SDK CallXxx constant in go-sdk/wallet/substrates/wallet_wire_calls.go. The CALL_TO_METHOD table maps each byte to the actual Ruby method name on Interface::BRC100.

Note: call byte 23 maps to :authenticated? (predicate suffix preserved), not :is_authenticated, to match the existing Interface::BRC100 definition.

Constants

ABORT_ACTION

Not documented.

ACQUIRE_CERTIFICATE

Not documented.

CALL_TO_METHOD

Not documented.

CREATE_ACTION

Not documented.

CREATE_HMAC

Not documented.

CREATE_SIGNATURE

Not documented.

DECRYPT

Not documented.

DISCOVER_BY_ATTRIBUTES

Not documented.

DISCOVER_BY_IDENTITY_KEY

Not documented.

ENCRYPT

Not documented.

GET_HEADER_FOR_HEIGHT

Not documented.

GET_HEIGHT

Not documented.

GET_NETWORK

Not documented.

GET_PUBLIC_KEY

Not documented.

GET_VERSION

Not documented.

INTERNALIZE_ACTION

Not documented.

IS_AUTHENTICATED

Not documented.

LIST_ACTIONS

Not documented.

LIST_CERTIFICATES

Not documented.

LIST_OUTPUTS

Not documented.

METHOD_TO_CALL

Not documented.

PROVE_CERTIFICATE

Not documented.

RELINQUISH_CERTIFICATE

Not documented.

RELINQUISH_OUTPUT

Not documented.

REVEAL_COUNTERPARTY_KEY_LINKAGE

Not documented.

REVEAL_SPECIFIC_KEY_LINKAGE

Not documented.

SIGN_ACTION

Not documented.

VERIFY_HMAC

Not documented.

VERIFY_SIGNATURE

Not documented.

WAIT_FOR_AUTHENTICATION

Not documented.