A proof-shaped object whose amount field has not yet been normalized to Amount.
Use this type to model proofs coming from external storage (localStorage, databases, JSON blobs)
where amount may be a number, string, or any other AmountLike value.
See
Proof for the fully normalized type with amount: Amount.
A proof-shaped object whose
amountfield has not yet been normalized toAmount.Use this type to model proofs coming from external storage (localStorage, databases, JSON blobs) where
amountmay be anumber,string, or any other AmountLike value.