Native currency storage deposit contributed by a user into a contract.
Bounds how much native value the user can receive back from that contract's storage deposit.
Keys: (holder, contributor) -> amount
(holder, contributor) -> amount
holder
contributor
amount
Native currency storage deposit contributed by a user into a contract.
Bounds how much native value the user can receive back from that contract's storage deposit.
Keys:
(holder, contributor) -> amountholder: account on which the deposit is held (a contract, or the pallet's own account for code-upload deposits).contributor: user that funded the deposit. Receives the native portion on refund, capped at this entry'samount.