Type alias WriteSetChangeWriteModule

WriteSetChangeWriteModule: {
    address: string;
    data: MoveModuleBytecode;
    state_key_hash: string;
    type: string;
}

Type declaration

Generated using TypeDoc