Skip to main content

Module transaction_codec

Module transaction_codec 

Source
Expand description

Transaction-specific encoding and decoding for Accumulate protocol

This module provides transaction envelope encoding that matches the TypeScript SDK implementation exactly for transaction construction and signature verification.

Structsยง

KeySpec
Key specification for key page operations
TokenRecipient
Token recipient for send-tokens transactions
TransactionBodyBuilder
Transaction body builders for common transaction types
TransactionCodec
Transaction encoding utilities
TransactionEnvelope
Transaction envelope that matches TypeScript SDK structure
TransactionHeader
Transaction header that matches TypeScript SDK structure
TransactionKeyPage
Key page information for transaction signatures
TransactionSignature
Transaction signature that matches TypeScript SDK structure