Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/polkadot/types/interfaces/contracts/index.ts>InstantiateRequestV1

Package publishing for deno.land/x/polkadot
Latest
interface InstantiateRequestV1
implements Struct
import { type InstantiateRequestV1 } from "https://deno.land/x/polkadot@0.2.45/types/interfaces/contracts/index.ts";

Properties

readonly
origin: AccountId
readonly
value: Balance
readonly
gasLimit: Gas
readonly
code: Bytes
readonly
data: Bytes
readonly
salt: Bytes