Type Alias WriteSetChangeWriteResource

WriteSetChangeWriteResource: {
    address: string;
    data: MoveResource;
    state_key_hash: string;
    type: string;
}