Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/polkadot/types/interfaces/index.ts>AliveContractInfo

Package publishing for deno.land/x/polkadot
Go to Latest
interface AliveContractInfo
implements Struct
import { type AliveContractInfo } from "https://deno.land/x/polkadot@0.2.14/types/interfaces/index.ts";

Properties

readonly
trieId: TrieId
readonly
storageSize: u32
readonly
pairCount: u32
readonly
codeHash: CodeHash
readonly
rentAllowance: Balance
readonly
rentPaid: Balance
readonly
deductBlock: BlockNumber
readonly
lastWrite: Option<BlockNumber>
readonly
_reserved: Option<Null>