toEncodableObject method
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};
Converts to an encodable object for SCALE encoding.
Returns: A Map<String, BigInt> with ref_time and proof_size keys.
Map<String, BigInt> toEncodableObject() => {'ref_time': refTime, 'proof_size': proofSize};