AccessConfigUpdate contains the code id and the access config to be applied.

interface AccessConfigUpdate {
    codeId: bigint;
    instantiatePermission: undefined | AccessConfig;
}

Properties

codeId: bigint

CodeID is the reference to the stored WASM code to be updated

instantiatePermission: undefined | AccessConfig

InstantiatePermission to apply to the set of code ids