Type alias WriteModule

WriteModule: {
    address: Address;
    data: MoveModuleBytecode;
    state_key_hash: string;
}

Write a new module or update an existing one

Type declaration

Generated using TypeDoc