All chains
    Preparing search index...

    Type Alias NativeDepositOf

    NativeDepositOf: StorageDescriptor<
        FixedSizeArray<2, SS58String>,
        bigint,
        false,
        never,
    >

    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: 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's amount.