toEncodableObject method

Map<String, BigInt> toEncodableObject()

Converts to an encodable object for SCALE encoding.

Returns: A Map<String, BigInt> with ref_time and proof_size keys.

Implementation

Map<String, BigInt> toEncodableObject() => {'ref_time': refTime, 'proof_size': proofSize};