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

interface AccessConfigUpdateAmino {
    code_id?: string;
    instantiate_permission?: AccessConfigAmino;
}

Properties

code_id?: string

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

instantiate_permission?: AccessConfigAmino

InstantiatePermission to apply to the set of code ids